Michele Guerini Rocco
b2532174e0
Merge pull request #90670 from bouk/fish-no-tr
...
fish: replace use of tr with string split
2020-06-18 09:48:01 +02:00
Doron Behar
98dda1a838
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
...
Add @doronbehar as maintainer, and update list of files to install.
2020-06-18 10:22:00 +03:00
Lassulus
9480bae337
Merge pull request #69734 from rileyinman/blobmoji
...
noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12
2020-06-18 09:06:33 +02:00
Frederik Rietdijk
32e827b848
Merge staging-next into staging
2020-06-18 09:02:05 +02:00
Frederik Rietdijk
79f9ef8752
Merge master into staging-next
2020-06-18 09:01:39 +02:00
Anderson Torres
c04e95573a
Merge pull request #90508 from r-ryantm/auto-update/cimg
...
cimg: 2.9.0 -> 2.9.1
2020-06-18 03:46:59 -03:00
zowoq
c4a797d59b
iperf3: 3.7 -> 3.8.1
...
https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-38-2020-06-08
https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-381-2020-06-10
2020-06-18 15:15:45 +10:00
Julien Langlois
9b2cb88855
wine-staging: 5.5 -> 5.10
...
Keep up to date with latest staging developments.
2020-06-18 01:04:53 -04:00
Daniël de Kok
f3867b2a0d
Merge pull request #89492 from asbachb/update-netbeans
...
netbeans: 11.3 -> 12.0
2020-06-18 06:58:21 +02:00
zowoq
2b075f7310
nv-codec-headers: 9.0.18.1 -> 9.1.23.1
2020-06-18 14:56:19 +10:00
zowoq
05c4c9e729
ffmpeg-full: drop unneeded patch
2020-06-18 14:56:19 +10:00
zowoq
f9e5ca8e58
ffmpeg: 4.2.3 -> 4.3
2020-06-18 14:56:18 +10:00
Bernardo Meurer
110d6a8b98
platformio: 4.3.1 -> 4.3.4
2020-06-17 20:43:56 -07:00
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