232860 Commits

Author SHA1 Message Date
Matthew Bauer
d07451fb5c
Merge pull request #84315 from r-ryantm/auto-update/rgbds
rgbds: 0.3.10 -> 0.4.0
2020-06-17 23:15:03 -04:00
Daniel Schaefer
fbb76f6ace Merge pull request #84739 from jjwatt/jjwatt-dasm
dasm: init at 2.20.13
2020-06-18 04:32:37 +02:00
Jesse Wattenbarger
2d33717138 dasm: init at 2.20.13
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-06-18 04:32:25 +02:00
Jesse Wattenbarger
6457a26021 maintainers: add jwatt 2020-06-18 04:31:07 +02:00
worldofpeace
bb0e70f959
Merge pull request #90688 from mmilata/json-c-cve-2020-12762
json_c: add patch for CVE-2020-12762
2020-06-17 21:18:19 -04:00
Martin Milata
d3e1b77ac3 json_c: add patch for CVE-2020-12762
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-12762
2020-06-18 03:15:06 +02:00
Niklas Hambüchen
b3b27ed008 consul.passthru.tests: Add 2 more tests 2020-06-18 03:06:24 +02:00
Niklas Hambüchen
bcdac2e2fd consul.passthru.tests: Refactor: Extract function 2020-06-18 03:05:54 +02:00
worldofpeace
d7122c3a32
Merge pull request #87579 from cole-h/sudo
nixos/sudo: default rule should be first
2020-06-17 20:56:10 -04:00
Niklas Hambüchen
811bcbe74a consul.passthru.tests: Use correct server health test.
From: https://github.com/hashicorp/consul/issues/8118#issuecomment-645330040
2020-06-18 02:49:27 +02:00
Niklas Hambüchen
701c0eb489 consul.passthru.tests: Refactor into functions.
For better naming and commentary.
2020-06-18 02:49:27 +02:00
Cole Helbling
13e2c75c93
nixos/sudo: default rule should be first
In /etc/sudoers, the last-matched rule will override all
previously-matched rules. Thus, make the default rule show up first (but
still allow some wiggle room for a user to `mkBefore` it), before any
user-defined rules.
2020-06-17 17:48:51 -07:00
Niklas Hambüchen
a59a972413 consul.passthru.tests: Fix failure on current consul. Fixes #90613.
Done by setting `autopilot.min_quorum = 3`.

Techncially, this would have been required to keep the test correct since
Consul's "autopilot" "Dead Server Cleanup" was enabled by default (I believe
that was in Consul 0.8). Practically, the issue only occurred with our NixOS
test with releases >= `1.7.0-beta2` (see #90613). The setting itself is
available since Consul 1.6.2.

However, this setting was not documented clearly enough for anybody to notice,
and only the upstream issue https://github.com/hashicorp/consul/issues/8118
I filed brought that to light.

As explained there, the test could also have been made pass by applying the
more correct rolling reboot procedure

    -m.wait_until_succeeds("[ $(consul members | grep -o alive | wc -l) == 5 ]")
    +m.wait_until_succeeds(
    +    "[ $(consul operator raft list-peers | grep true | wc -l) == 3 ]"
    +)

but we also intend to test that Consul can regain consensus even if
the quorum gets temporarily broken.
2020-06-18 02:22:31 +02:00
Niklas Hambüchen
25d665634a consul.passthru.tests: Refactor: Extract variable 2020-06-18 02:22:29 +02:00
Niklas Hambüchen
777d1c0944 consul.passthru.tests: Refactor let bindings 2020-06-18 02:22:26 +02:00
Niklas Hambüchen
f795df26cf consul.passthru.tests: Refactor: Extract variable 2020-06-18 02:22:23 +02:00
Maximilian Bosch
02ff18c796
Merge pull request #89987 from r-ryantm/auto-update/icewm
icewm: 1.6.5 -> 1.6.6
2020-06-18 01:50:19 +02:00
Maximilian Bosch
ee11fe8d63
Merge pull request #90697 from lilyball/bat-extras
bat-extras: 20200408 -> 20200515-dev
2020-06-18 01:34:23 +02:00
worldofpeace
58e6a3b9c8
Merge pull request #90524 from r-ryantm/auto-update/elementary-code
pantheon.elementary-code: 3.4.0 -> 3.4.1
2020-06-17 19:04:45 -04:00
Lily Ballard
1894b5a912 bat-extras: 20200408 -> 20200515-dev 2020-06-17 16:03:03 -07:00
Maximilian Bosch
59d48949ce
Merge pull request #90686 from Frostman/alertmanager-0.21.0
alertmanager: 0.20.0 -> 0.21.0
2020-06-18 00:30:53 +02:00
worldofpeace
3b2cd55070
Merge pull request #90565 from chkno/atom-1.48-for-python3
atom: 1.42.0 -> 1.48.0
2020-06-17 18:30:39 -04:00
Maximilian Bosch
0510cbe849
Merge pull request #90646 from Ma27/matrix-maintainer-team
maintainers/teams: add matrix team
2020-06-18 00:23:55 +02:00
Maximilian Bosch
2a3ceb730b
Merge pull request #90179 from Ma27/bump-matrix-synapse
matrix-synapse: 1.14.0 -> 1.15.1
2020-06-17 23:43:46 +02:00
John Ericson
4044d81d5c IPFS NixOS module: Socket unit file more precise
The systemd socket unit files now more precisely track the IPFS
configuration, by including any multaddr they can make a `ListenStream`
for. (The daemon doesn't currently support anything which would use
`ListDatagram`, so we don't need to worry about that.)

The tests use some of these features.
2020-06-17 21:43:04 +00:00
Benjamin Staffin
11c004fd6b
Merge pull request #90638 from benley/benley/melonDS
melonDS: init at 0.8.3
2020-06-17 17:23:11 -04:00
Benjamin Staffin
19d3665b75
Merge branch 'master' into benley/melonDS 2020-06-17 17:22:24 -04:00
Benjamin Asbach
275a913971 netbeans: updated jdk to latest lts release 2020-06-17 23:11:53 +02:00
Benjamin Asbach
8899d9a36f netbeans: 11.3 -> 12.0 2020-06-17 23:10:23 +02:00
Maximilian Bosch
19dfc1b011
Merge pull request #90689 from cole-h/fix-manual
agda: fix manual build -- blocks nixpkgs-unstable
2020-06-17 23:05:58 +02:00
R. RyanTM
fb02974b97 kdevelop-unwrapped: 5.5.1 -> 5.5.2 2020-06-17 13:52:35 -07:00
Cole Helbling
5baa7541d7
agda: fix manual build
/build/doc/manual-full.xml:12764:35: error: ID "build-phase" has already been defined
    /build/doc/manual-full.xml:9029:33: error: first occurrence of ID "build-phase"
2020-06-17 13:51:43 -07:00
lewo
b20f9112d2
Merge pull request #89486 from Ma27/dovecot-mailboxes
nixos/dovecot2: turn `mailboxes`-option into an attr-set
2020-06-17 22:19:09 +02:00
Maximilian Bosch
e826a6ce03
nixos/dovecot2: refactor mailboxes option
Specifying mailboxes as a list isn't a good approach since this makes it
impossible to override values. For backwards-compatibility, it's still
possible to declare a list of mailboxes, but a deprecation warning will
be shown.
2020-06-17 22:05:58 +02:00
Jan Tojnar
9ffd9b1a86
Merge pull request #90092 from r-ryantm/auto-update/orca
orca: 3.36.2 -> 3.36.3
2020-06-17 21:59:12 +02:00
Maximilian Bosch
650617253e
maintainers/teams: add matrix team 2020-06-17 21:55:29 +02:00
R. RyanTM
fa678b3228 guile-cairo: 1.11.0 -> 1.11.1 2020-06-17 12:41:47 -07:00
R. RyanTM
e487f9f708 avocode: 4.6.4 -> 4.7.0 2020-06-17 12:41:36 -07:00
R. RyanTM
f27facee88 txt2man: 1.6.0 -> 1.7.0 2020-06-17 12:41:14 -07:00
R. RyanTM
188394a666 visualvm: 2.0 -> 2.0.2 2020-06-17 12:40:45 -07:00
R. RyanTM
e607ed083d google-authenticator: 1.08 -> 1.09 2020-06-17 12:40:27 -07:00
R. RyanTM
3f5c873d26 intel-graphics-compiler: 1.0.3627 -> 1.0.4062 2020-06-17 12:40:07 -07:00
R. RyanTM
76a3219aa1 herbstluftwm: 0.8.1 -> 0.8.3 2020-06-17 12:39:55 -07:00
R. RyanTM
32b567cbd6 grml-zsh-config: 0.16.2 -> 0.17.2 2020-06-17 12:39:40 -07:00
R. RyanTM
84696de0f9 interception-tools: 0.1.1 -> 0.2.1 2020-06-17 12:39:23 -07:00
R. RyanTM
621c1f0042 libmysofa: 1.0 -> 1.1 2020-06-17 12:38:32 -07:00
R. RyanTM
4d200ee63c kdev-python: 5.5.1 -> 5.5.2 2020-06-17 12:37:42 -07:00
R. RyanTM
59f0025dc0 libsolv: 0.7.13 -> 0.7.14 2020-06-17 12:34:19 -07:00
R. RyanTM
0c03dbf0a3 libnetfilter_queue: 1.0.3 -> 1.0.4 2020-06-17 12:32:39 -07:00
R. RyanTM
bba6d992f8 osinfo-db: 20200515 -> 20200529 2020-06-17 12:31:50 -07:00