Compare commits

...

1394 Commits

Author SHA1 Message Date
worldofpeace
5272327b81 rl-2003: release date
(cherry picked from commit 6380be302a)
2020-04-20 11:58:47 -04:00
worldofpeace
b5fc240b3b nixos/manual: 19.09 -> 20.03
(cherry picked from commit 40f3faedbd)
2020-04-20 11:58:47 -04:00
worldofpeace
c6696bd6c7 CONTRIBUTING.md: 20.03
(cherry picked from commit a045b050dc)
2020-04-20 11:58:46 -04:00
worldofpeace
2a7ea90237 README.md: 20.03 release
(cherry picked from commit 51fcafe779)
2020-04-20 11:58:46 -04:00
Maximilian Bosch
e03eeffd61 Merge pull request #85557 from kmcopper/r20.03/vswitch-2.13
[20.03] openvswitch 2.12.0 -> 2.13.0
2020-04-20 01:57:02 +02:00
Florian Klink
426646cc9b Merge pull request #85584 from emilazy/acme-test-cleanups-20.03
[20.03] ACME test cleanups
2020-04-20 00:30:38 +02:00
Emily
f035e2638f nixos/tests/common/acme: don't set nameservers for client
The resolver is mainly useful for the ACME server, and acme.nix uses its
own DNS server to test DNS-01 challenges.

(cherry picked from commit 21f183a3fe)
2020-04-19 23:26:19 +01:00
Emily
60e6ba6630 nixos/tests/acme: use CAP_NET_BIND_SERVICE
(cherry picked from commit 695fd78ac4)
2020-04-19 23:26:18 +01:00
Emily
2b8100d702 nixos/tests/acme: use *.test domains
Shimming out the Let's Encrypt domain name to reuse client configuration
doesn't work properly (Pebble uses different endpoint URL formats), is
recommended against by upstream,[1] and is unnecessary now that the ACME
module supports specifying an ACME server. This commit changes the tests
to use the domain name acme.test instead, and renames the letsencrypt
node to acme to reflect that it has nothing to do with the ACME server
that Let's Encrypt runs. The imports are renamed for clarity:

* nixos/tests/common/{letsencrypt => acme}/{common.nix => client}
* nixos/tests/common/{letsencrypt => acme}/{default.nix => server}

The test's other domain names are also adjusted to use *.test for
consistency (and to avoid misuse of non-reserved domain names such
as standalone.com).

[1] https://github.com/letsencrypt/pebble/issues/283#issuecomment-545123242

Co-authored-by: Yegor Timoshenko <yegortimoshenko@riseup.net>
(cherry picked from commit d0f04c1623)
2020-04-19 23:26:14 +01:00
Emily
8283094333 nixos/tests/acme: don't restrict to x86_64
This was added in aade4e577b, but the
implementation of the ACME module has been entirely rewritten since
then, and the test seems to run fine on AArch64.

(cherry picked from commit 352e30df8a)
2020-04-19 23:25:04 +01:00
Emily
b0d26e9d67 nixos/tests/common/acme: enable Pebble strict mode
This lets us get early warning about any bugs or backwards-compatibility
hazards in lego.

Pebble will default to this in the future, but doesn't currently;
see https://github.com/letsencrypt/pebble/blob/v2.3.0/README.md#strict-mode.

(cherry picked from commit e6d5e83cf1)
2020-04-19 23:25:03 +01:00
Emily
e1c41b8c56 pebble: v2.2.2 -> v2.3.0
Also add myself to maintainers and correct meta.homepage.

(cherry picked from commit 6285d5eabd)
2020-04-19 23:25:02 +01:00
R. RyanTM
60ce81079a openvswitch: 2.12.0 -> 2.13.0
(cherry picked from commit c8523fe003)
2020-04-19 11:08:14 +00:00
worldofpeace
a17e021b94 Merge pull request #85366 from immae/fix_acme_postrun_20_03
nixos/acme: Fix postRun in acme certificate being ran at every run
2020-04-18 13:16:30 -04:00
Markus Wamser
7fcae3781e maintainers: add wamserma
Signed-off-by: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2020-04-18 10:02:16 -04:00
Florian Klink
e79b7c45c3 Merge pull request #85370 from immae/fix_acme_reuse_key_20_03
Update the release documentation
2020-04-18 14:14:45 +02:00
Benjamin Hipple
a60473031a Merge pull request #85430 from kuznero/release-20.03
vscode, vscodium: 1.44.0 -> 1.44.1
2020-04-17 23:05:24 -04:00
Ismaël Bouya
ed20edf012 nixos/acme: Fix postRun in acme certificate being ran at every run
(cherry picked from commit 8e88b8dce2)
2020-04-17 23:51:32 +02:00
rnhmjoj
2e08e8cb26 mitmproxy: fix build
ZHF: #80379
2020-04-17 23:10:48 +02:00
Ismaël Bouya
21c4a33cee rl-2003: Update the release documentation
It currently says that everything will be backward compatible between lego and simp-le certificates, but it’s not.
2020-04-17 22:19:34 +02:00
Maximilian Bosch
668d0ded6b grocy: 2.7.0 -> 2.7.1
https://github.com/grocy/grocy/releases/tag/v2.7.1
(cherry picked from commit 135ae45d24)
2020-04-17 22:03:52 +02:00
Maximilian Bosch
e3354dfc8c neomutt: 20200320 -> 20200417
https://github.com/neomutt/neomutt/releases/tag/20200417

To fix the tests, I had to copy the recently created
`neomutt-test-files`[1] repository into the build-environment.

Also applied a patch from master[2] which ensures that the
`change-folder` macro actually switches to the specified folder.

[1] https://github.com/neomutt/neomutt-test-files
[2] 9e7537cadd

(cherry picked from commit 192485f8fa)
2020-04-17 19:39:55 +02:00
Dominik Xaver Hörl
8e053b9b2a neomutt: configure with zlib to enable imap compression
(cherry picked from commit 45cc3c986d)
2020-04-17 19:39:55 +02:00
worldofpeace
708ed56f52 Merge pull request #85436 from symphorien/paperwork-broken
paperwork: unmark as broken
2020-04-17 13:23:02 -04:00
worldofpeace
a68f099e18 Merge pull request #85395 from tollb/flashplayer-32.0.0.363-release-20.03
[20.03] flashplayer: 32.0.0.330 -> 32.0.0.363
2020-04-17 12:33:52 -04:00
nschoe
a96fbaac8c st: copy config file in 'prePatch' instead of 'preBuild'
The patch phase runs after the build phase. Which means than when
using an override to override both 'conf' and 'patches' to provide
a custom config file and apply some patches, it doesn't work:
- first the patches applied (optionally changing config.def.h)
- then preBuild is run which overrides config.def.h with the user
supplied one (effectively cancelling previously applied patches)

By copying the config file in the prePatch phase instead, changes
are kept and applied in order.

(cherry picked from commit b584941ab9)
2020-04-17 14:56:35 +01:00
Tim Steinbach
edd58cf4a7 linux: 5.4.32 -> 5.4.33
(cherry picked from commit e341107367)
2020-04-17 08:35:59 -04:00
Tim Steinbach
ca713d3f76 linux: 4.19.115 -> 4.19.116
(cherry picked from commit d9258d33be)
2020-04-17 08:35:59 -04:00
Symphorien Gibol
b27ac93054 paperwork: unmark as broken on x86 2020-04-17 12:00:00 +00:00
Jörg Thalheim
9094d35925 python38.pkgs.python-jsonrpc-server: disable for python38
(cherry picked from commit ee6f5a32bb)
2020-04-17 11:25:18 +01:00
Roman Kuznetsov
41ed7bf2ef vscodium: 1.44.0 -> 1.44.1
(cherry picked from commit 4fd1f49ea4)
2020-04-17 09:58:29 +02:00
Roman Kuznetsov
a5f5386b5c vscode: 1.44.0 -> 1.44.1
(cherry picked from commit 4a129e6a32)
2020-04-17 09:55:13 +02:00
worldofpeace
5fe104de46 Merge pull request #85331 from NixOS/treewide-broken-20.03
treewide: mark broken packages for 20.03
2020-04-16 22:01:08 -04:00
worldofpeace
48c5aaa2fc treewide: mark broken wip 2020-04-16 21:29:49 -04:00
Maximilian Bosch
be4a41d062 mautrix-whatsapp: 2020-04-02 -> 2020-04-12
(cherry picked from commit e61c924adb)
2020-04-17 01:47:37 +02:00
Maximilian Bosch
962976d340 evcxr: 0.5.0 -> 0.5.1
582ce09f21/RELEASE_NOTES.md (version-051)
(cherry picked from commit cd5bc89cca)
2020-04-17 01:47:37 +02:00
Maximilian Bosch
34104aa360 grocy: 2.6.2 -> 2.7.0
(cherry picked from commit d4659dece2)
2020-04-16 23:31:44 +02:00
Maximilian Bosch
077bbd67d9 nixos/tests: fix inclusion of hydra test
(cherry picked from commit 5e124e5abd)
2020-04-16 23:31:44 +02:00
Maximilian Bosch
e7fea4336a hydra*: add passthru.tests to reference VM-tests
(cherry picked from commit ef80b6324b)
2020-04-16 23:31:44 +02:00
Maximilian Bosch
68ab8cf78b hydra-unstable: 2020-04-07 -> 2020-04-16
(cherry picked from commit 6f6c08af30)
2020-04-16 23:31:44 +02:00
Michael Weiss
1775cb5701 chromium: 81.0.4044.92 -> 81.0.4044.113
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop_15.html

This update includes 1 security fix.

CVEs: CVE-2020-6457
(cherry picked from commit ef2c3ab20e)
Backport of #85360.
2020-04-16 22:35:18 +02:00
Michael Weiss
81dccfd358 google-chrome-{beta,dev}: Fix one substituteInPlace pattern
(cherry picked from commit 16477d764f)
2020-04-16 22:35:18 +02:00
taku0
23f337162d [20.03] flashplayer: 32.0.0.330 -> 32.0.0.363
(cherry picked from commit ac374d41c816f7365a3945e657d2beba3962587d)

Backported 32.0.0.363 to release 20.03 for important bug fixes.

Also needed because old upstream release is no longer available.
2020-04-16 12:51:42 -04:00
Matthew Bauer
5eb6f1ed44 build-bazel-package: fix linkopt flags
These values were incorrect. We need to use NIX_LDFLAGS, not
NIX_LD_FLAGS. Also need to prefix all flags with -Wl, for GCC to
accept it.

(cherry picked from commit 184cd9f6ff)
2020-04-16 11:33:59 -05:00
Benjamin Hipple
956a83820b Merge pull request #85375 from lbpdt/bp/node-problem-detector
[20.03] node-problem-detector: init at 0.8.1
2020-04-16 12:03:38 -04:00
Emily
f2d4179af3 nixos/stage-1: check secret paths before copying
Fixes #84976.

(cherry picked from commit 91c6809946)
2020-04-16 18:01:56 +03:00
Vladimír Čunát
0e48b5079a Merge branch 'staging-20.03' into release-20.03 2020-04-16 16:50:43 +02:00
James Ottaway
dd3652df6b git: 2.25.0 -> 2.25.3
v2.25.3 addresses CVE-2020-5260.  /cc roundup #75974.

See https://lore.kernel.org/lkml/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/
2020-04-16 16:45:50 +02:00
Michael Weiss
7e466bfc9b Merge pull request #85372 from primeos/signal-desktop-backport
[20.03] signal-desktop: 1.33.0 -> 1.33.1 (backport)
2020-04-16 16:38:56 +02:00
Louis Blin
d73ea8dbde node-problem-detector: init at 0.8.1
Package is missing, built from Golang sources on GitHub.

(cherry picked from commit 511cb624b7)
2020-04-16 15:04:05 +01:00
worldofpeace
2ee6b5ce7c Merge pull request #85333 from arianvp/revert-acme-backport
[20.03] Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
2020-04-16 08:43:41 -04:00
Michael Weiss
efdee67fca signal-desktop: 1.33.0 -> 1.33.1
(cherry picked from commit 56f7c93a2f)
2020-04-16 14:32:53 +02:00
Pascal Bach
900b58e4ee unifiStable: 5.12.35 -> 5.12.66
(cherry picked from commit 05cc2b1f51)
2020-04-16 12:57:32 +02:00
Vladimír Čunát
a8e2838a29 Merge branch 'release-20.03' into staging-20.03 2020-04-16 11:44:06 +02:00
Maximilian Bosch
c7153272cb nixos/doc: fix database-setup example for matrix-synapse
Closes #85327

(cherry picked from commit 74d6e86ec2)
2020-04-16 11:43:26 +02:00
Arian van Putten
c51c677140 Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
This reverts commit 5532065d06.

As far as I can tell setting RemainAfterExit=true here completely breaks
certificate renewal, which is really bad!

the sytemd timer will activate the service unit every OnCalendar=,
however with RemainAfterExit=true the service is already active! So the
timer doesn't rerun the service!

The commit also broke the actual tests, (As it broke activation too)
but this was fixed later in https://github.com/NixOS/nixpkgs/pull/76052
I wrongly assumed that PR fixed renewal too, which it didn't!

testing renewals is hard, as we need to sleep in tests.
2020-04-16 10:36:34 +02:00
Ben Wolsieffer
0f920b05cb g2o: fix log limit exceeded error in Hydra
(cherry picked from commit dd14ee840c)
2020-04-16 02:34:20 -04:00
Dmitry Kudriavtsev
92d43c9279 multimc: 0.6.7 -> 0.6.11
(cherry picked from commit d44b9d3028)
2020-04-16 02:11:28 -04:00
worldofpeace
931c4db67a pantheon.pantheon-agent-geoclue2: 1.0.3 -> 1.0.4
https://github.com/elementary/pantheon-agent-geoclue2/releases/tag/1.0.4
(cherry picked from commit 7eb0a87ace)
2020-04-16 02:06:45 -04:00
worldofpeace
e6b82df11d pantheon.elementary-videos: 2.7.0 -> 2.7.1
https://github.com/elementary/videos/releases/tag/2.7.1
(cherry picked from commit 8da467e04b)
2020-04-16 02:06:45 -04:00
worldofpeace
17f92998ad ephemeral: 6.3.1 -> 6.3.3
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.2
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.3
(cherry picked from commit c3408adb7d)
2020-04-16 02:06:45 -04:00
worldofpeace
a37adb3367 monitor: add note how to use indicator.
(cherry picked from commit fbd4290fa9)
2020-04-16 02:06:44 -04:00
worldofpeace
2c0f6ef15f monitor: 0.6.2 -> 0.7.1
https://github.com/stsdc/monitor/releases/tag/0.7.0
https://github.com/stsdc/monitor/compare/0.7.0...0.7.1
(cherry picked from commit f646069c4c)
2020-04-16 02:06:44 -04:00
worldofpeace
a5ad726734 agenda: 1.0.12 -> 1.1.0
https://github.com/dahenson/agenda/releases/tag/1.1.0
(cherry picked from commit e4dc205023)
2020-04-16 02:06:44 -04:00
R. RyanTM
9c11bd9318 ephemeral: 6.3.0 -> 6.3.1
(cherry picked from commit e38859deac)
2020-04-16 02:06:44 -04:00
Mario Rodas
3abf820bc1 Merge pull request #85353 from das-g/release-20.03_chromedriver-81.0.4044
chromedriver: 78.0.3904.70 -> 81.0.4044.69
2020-04-15 23:26:20 -05:00
Raphael Das Gupta
d219b7b59f chromedriver: 78.0.3904.70 -> 81.0.4044.69
backport of NixOS/nixpkgs#85302
2020-04-16 05:09:28 +02:00
worldofpeace
142afb8942 nasc: fix build
(cherry picked from commit 433ea74af1)
2020-04-15 17:20:51 -04:00
worldofpeace
6ca86a05fb ping: use vala_0_40
fails to build otherwise.

(cherry picked from commit 10c03528c0)
2020-04-15 17:20:40 -04:00
Samuel Leathers
c6be4c1957 treewide: mark broken packages for 20.03 2020-04-15 17:07:33 -04:00
Maximilian Bosch
8c3b765bc6 cargo-make: 0.30.4 -> 0.30.5
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.5
(cherry picked from commit b7c3c3f5cc)
2020-04-15 22:40:10 +02:00
vasile luta
a438aed5a6 tig: fix tig-completion's dependency on __git_complete
tig recently updated it's bash-completion making it depend on __git-complete from git.
Becase __git-complete is not automatically sourced tig bash completion fails.
Also this PR makes tig completion load on-demand.

(cherry picked from commit f57da8ef0a)
2020-04-15 22:23:44 +02:00
R. RyanTM
67e45efa3a nix-zsh-completions: 0.4.3 -> 0.4.4 (#85267)
(cherry picked from commit 7c21abdf4c)
2020-04-15 19:01:50 +02:00
Roberto Di Remigio
946287b319 mkl: 2020.0.166 -> 2020.1.217
(cherry picked from commit 488527eaa6)
2020-04-15 08:21:35 -04:00
Florian
e393449b43 airsonic: enable nginx.recommendedProxySettings with virtualHost
This fixes music playback when using the `services.airsonic.virtualHost`
option.

(cherry picked from commit 519d4f8e33)
2020-04-15 09:33:55 +02:00
Michael Weiss
07b3634cb4 Merge pull request #84713 from primeos/gn-backport
[20.03] gn: 20190403 -> 2020-03-09 (backport)
2020-04-14 22:07:14 +02:00
Michael Weiss
9a7d216703 chromiumDev: Override gn to fix the configuration phase
The configuration phase was failing due to:
```
configuring
ERROR at //BUILD.gn:1376:5: Unknown function.
    filter_exclude([ "$root_build_dir/foo" ],
    ^-------------
```

(cherry picked from commit ad3220f9ff)
2020-04-14 21:14:14 +02:00
Michael Weiss
72acf9cd34 aseprite.skia: Override the gn version to fix the build
With #83290 merged the build would fail during the configuration phase:
```
configuring
ERROR at //gn/BUILDCONFIG.gn:85:14: Script returned non-zero exit code.
  is_clang = exec_script("gn/is_clang.py",
             ^----------
Current dir: /build/source/out/Release/
Command: python /build/source/gn/gn/is_clang.py cc c++
Returned 2.
stderr:

python: can't open file '/build/source/gn/gn/is_clang.py': [Errno 2] No such file or directory
```

(cherry picked from commit ad66bbd98b)
2020-04-14 21:14:14 +02:00
Michael Weiss
4424442dc8 gn: 20190403 -> 2020-03-09
This updates gn to the required version for chromiumDev (the recommended
version for the stable release of Chromium isn't sufficient [0]).

[0]: The Chromium build fails during the configuration phase:
ERROR at //mojo/public/tools/bindings/mojom.gni:393:16: Undefined identifier
               "cpp_typemaps",
               ^-------------

(cherry picked from commit a1b4bfe34f)
2020-04-14 21:14:14 +02:00
Linus Heckemann
7f9c1d0ec3 nixos/libinput: refer to libinput manual
(cherry picked from commit 9953a26be1)
2020-04-14 09:43:27 -04:00
Sander van der Burg
6fd93c3389 nixos/dysnomia: fix documentRoot property
(cherry picked from commit 0ffb720e8c)
2020-04-14 14:44:47 +02:00
Sander van der Burg
8b40e8907b dysnomia: 0.9 -> 0.9.1
(cherry picked from commit dc13460a6c)
2020-04-14 14:44:47 +02:00
worldofpeace
7cf85ddf67 Merge pull request #84648 from cleverca22/fix-kafka-test
nixos: kafka test: fix building for other arches
2020-04-14 08:41:03 -04:00
Florian Klink
897182cdaf nixosTests.networking.virtual: fix with networkd
We only need to wait for network.target to get up, and the
network-addresses-${interfaceName} units are scripted networking only.

(cherry picked from commit a501abd5499d8f82f0991a7b78bcbc4169b0537f)
ZHF: #80379
Fix a failing test.
2020-04-14 14:35:06 +02:00
Dominik Honnef
3add50e56d luminance-hdr: use Qt5's mkDerivation
(cherry picked from commit b233a19fe1)
2020-04-14 08:33:10 -04:00
worldofpeace
e5ba0c5da5 Merge pull request #84431 from srhb/bp-ceph-14.2.8
[20.03] ceph 14.2.6 -> 14.2.8
2020-04-14 08:25:08 -04:00
Benjamin Hipple
89b864de64 ethminer: mark as broken
Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.

(cherry picked from commit 7f453f1822)
2020-04-14 08:16:23 -04:00
Lucas Savva
ecfd73db44 acme: share accounts between certificates
There are strict rate limits on account creation for Let's Encrypt
certificates. It is important to reuse credentails when possible.

(cherry picked from commit 827d5e6b44)
2020-04-14 13:13:40 +01:00
R. RyanTM
21750051b2 modemmanager: 1.12.6 -> 1.12.8
(cherry picked from commit b2fe03baf4)
2020-04-13 17:53:09 -04:00
R. RyanTM
8aa17dea0f modemmanager: 1.12.4 -> 1.12.6
(cherry picked from commit fe898d5f76)
2020-04-13 17:53:07 -04:00
Pavol Rusnak
22b5a32fad electron: fix wrapGAppsHook usage
(cherry picked from commit 96f52cb22b)
2020-04-13 17:43:46 -04:00
Pavol Rusnak
3ad8596931 Revert "riot-desktop: wrap with wrapGAppsHook"
This reverts commit fe6addbbf7.

(cherry picked from commit 3abd151f8e)
2020-04-13 17:43:45 -04:00
Linus Heckemann
9f0f06ac8b freeradius: make debug logging optional
(cherry picked from commit 0587329191)
2020-04-13 20:34:14 +02:00
Michael Weiss
ef7f4788c7 android-studio: Fix the license (unfree)
Android Studio states that it contains proprietary code!

(cherry picked from commit adcd8baa02)
2020-04-13 18:06:13 +02:00
Tim Steinbach
cb8b71c645 linux: 5.5.16 -> 5.5.17 2020-04-13 08:40:59 -04:00
Tim Steinbach
bab08a49df linux: 5.4.31 -> 5.4.32 2020-04-13 08:40:59 -04:00
Tim Steinbach
44537fa3f4 linux: 4.9.218 -> 4.9.219 2020-04-13 08:40:59 -04:00
Tim Steinbach
788dd86a62 linux: 4.19.114 -> 4.19.115 2020-04-13 08:40:59 -04:00
Tim Steinbach
585f651020 linux: 4.14.175 -> 4.14.176 2020-04-13 08:40:59 -04:00
Tim Steinbach
be8daae10c linux: 4.4.218 -> 4.4.219 2020-04-13 08:40:59 -04:00
Renato Alves
2fd2e031a3 mnemosyne: Install mnemosyne.desktop
(cherry picked from commit f5814e2075)
2020-04-13 14:00:22 +02:00
Renato Alves
7a0cb9c305 mnemosyne: Add pyopengl to silence OpenGL warning
(cherry picked from commit 4ea30958a8)
2020-04-13 14:00:22 +02:00
Renato Alves
ec099df093 mnemosyne: Fix 'Could not find Qt' segfault
(cherry picked from commit f6889aa21e)
2020-04-13 14:00:22 +02:00
Renato Alves
93e93f82e6 pythonPackages.gtts: init at 2.1.1
(cherry picked from commit 71113dbc69)
2020-04-13 14:00:22 +02:00
Renato Alves
c2d209265d pythonPackages.googletrans: init at 2.4.0
(cherry picked from commit e30abffb66)
2020-04-13 14:00:22 +02:00
Renato Alves
0182312e11 mnemosyne: add googletrans and gtts python dependencies
These python packages interface with Google Translate and their absence
causes mnemosyne to fail at launch.
2020-04-13 13:51:56 +02:00
Maximilian Bosch
96e35bf2a0 EmptyEpsilon: 2020.03.22 -> 2020.04.09
https://github.com/daid/EmptyEpsilon/releases/tag/EE-2020.04.09
(cherry picked from commit 0516977e49)
2020-04-13 12:23:19 +02:00
Maximilian Bosch
9325edaa1e linuxPackages.bpftrace: 0.9.3 -> 0.9.4
https://github.com/iovisor/bpftrace/releases/tag/v0.9.4
(cherry picked from commit 89d2967c9e)
2020-04-13 12:23:19 +02:00
Maximilian Bosch
56ff118499 packer: 1.5.4 -> 1.5.5
https://github.com/hashicorp/packer/releases/tag/v1.5.5
(cherry picked from commit 42ca8f54db)
2020-04-13 12:23:18 +02:00
Maximilian Bosch
26702dfb58 wdisplays: 2020-01-12 -> 2020-03-15
ba331ca...0faafdc
(cherry picked from commit 6b5186c2ca)
2020-04-13 12:23:18 +02:00
Vincent Laporte
1610b4ab21 coqPackages.dpdgraph: fix build with OCaml ≥ 4.08
(cherry picked from commit f2eeeb83f2)
2020-04-13 11:29:26 +02:00
John Ericson
708cb6b307 Merge pull request #85101 from Ericson2314/document-haskell-env-changes
nixos/doc: Document breaking change to Haskell dev shells for 20.03
2020-04-12 16:42:03 -04:00
worldofpeace
88661bfb64 Merge pull request #84846 from worldofpeace/backports-vscode-vscodium
vscode vscodium backports [20.03]
2020-04-12 15:15:10 -04:00
Andreas Rammhold
18cad55231 Merge pull request #84591 from andir/20.03/firefox
[20.03] firefox: 74.0.1 -> 75.0 and releated updates
2020-04-12 20:09:56 +02:00
worldofpeace
ea1c1ba19e Merge pull request #84971 from Emantor/fix/release_notes_i915
nixos/relrease-notes/rl-2003.xml: remove section on intel GPU workaround
2020-04-12 06:04:42 -04:00
Rouven Czerwinski
da764d22ce rl-2003: remove section on intel GPU workaround
According to my analysis the last critical fix went into v5.4.23, I have
confirmed this by running WebGL over night and haven't seen a single
i915 GPU hang. Lets remove the notes from the release notes.
2020-04-12 06:03:56 -04:00
Mario Rodas
ba1f98542d Merge pull request #84537 from JeffLabonte/20.03-brave_1.5.115_to_1.5.123
brave: 1.5.115 -> 1.5.123
2020-04-12 04:33:23 -05:00
Vladimír Čunát
21b3020b1a Merge #83022: simutrans: 120.2.2 -> 120.4.1 (unbreak)
(cherry picked from commit e7ca19f7cb)
2020-04-12 10:26:30 +02:00
Maximilian Bosch
b3f4b4dc3c feh: 3.3 -> 3.4
https://feh.finalrewind.org/archive/3.4/
(cherry picked from commit 2d836ab922)
2020-04-12 10:12:57 +02:00
Dmitry Kalinkin
d0982c0e0e herwig: 7.2.0 -> 7.2.1
thepeg: 2.2.0 -> 2.2.1

A minor bugfix

(cherry picked from commit 7cbffa0530)
2020-04-11 15:18:16 -04:00
R. RyanTM
1f4c855782 snakemake: 5.10.0 -> 5.13.0 (#83839)
(cherry picked from commit cff5adc2fb)
2020-04-11 14:40:48 -04:00
Dmitry Kalinkin
42f4fa6b0b snakemake: 5.9.1 -> 5.10.0
(cherry picked from commit 68db99ad97)
2020-04-11 14:40:43 -04:00
Dmitry Kalinkin
f070c90c01 pythonPackages.awkward1: use pytestCheckHook
(cherry picked from commit 5c72e84169)
2020-04-11 11:50:49 -04:00
Dmitry Kalinkin
8246657ddb pythonPackages.awkward1: 0.1.38 -> 0.2.12
(cherry picked from commit ab1c67eacd)
2020-04-11 11:50:43 -04:00
Michael Raskin
4528f9dbfb Merge pull request #84918 from woffs/backport-pingus-83706-20.03
[nixos-20.03] pingus: 0.7.6 -> unstable
2020-04-11 10:35:25 +00:00
Florian Klink
836e4b71c4 Merge pull request #84930 from flokli/rl-2003-highlights
nixos/release-notes/rl-2003.xml: add highlights
2020-04-11 12:11:22 +02:00
Maximilian Bosch
c218f19494 nixos/release-notes: fix minor spelling mistake in the Nextcloud section
As discovered by flokli.

(cherry picked from commit 9cddcac995)
2020-04-11 10:38:40 +02:00
Samuel Dionne-Riel
f3a3c969fe nextcloud: Review installation upgrade warning wording
The new wording does not assume the user is upgrading.

This is because a user could be setting up a new installation on 20.03
on a server that has a 19.09 or before stateVersion!!

The new wording ensures that confusion is reduced by stating that they
do not have to care about the assumed 16→17 transition.

Then, the wording explains that they should, and how to upgrade to
version 18.

It also reviews the confusing wording about "multiple" upgrades.

* * *

The only thing we cannot really do is stop a fresh install of 17 if
there was no previous install, as it cannot be detected. That makes a
useless upgrade forced for new users with old state versions.

It is also important to state that they must set their package to
Nextcloud 18, as future upgrades to Nextcloud will not allow an uprade
from 17!

I assume future warning messages will exist specifically stating what to
do to go from 18 to 19, then 19 to 20, etc...

(cherry picked from commit a1efbdb600)
2020-04-11 00:02:27 -04:00
worldofpeace
806ddfb696 Merge pull request #84950 from bhipple/bp/nose
[20.03] python3Packages.nose2: 0.9.1 -> 0.9.2 and fix build for ZHF
2020-04-10 22:53:51 -04:00
Niklas Hambüchen
fd7ac7e607 Merge pull request #84963 from nh2/issue-84391-nginx-as-root-changelog-20.03
[20.03] release notes: Explain how to run nginx master as root
2020-04-11 03:46:49 +02:00
Niklas Hambüchen
0e79744e20 release notes: Explain how to run nginx master as root. Fixes #84391
(cherry picked from commit ba50a7a3f1)
2020-04-11 03:34:24 +02:00
Mario Rodas
9099f30636 Merge pull request #84948 from nyanloutre/nginx_sso_backport_0_24_1
[20.03] nginx-sso: 0.24.0 -> 0.24.1
2020-04-10 19:09:11 -05:00
Benjamin Hipple
bb5bd4e831 python3Packages.nose2: 0.9.1 -> 0.9.2 and fix build for ZHF
See inline comment; this is currently broken and not going to continue working
on python2 without significant effort, so mark it python >= 3.6 only.

https://hydra.nixos.org/build/114680648
https://hydra.nixos.org/build/115518949

CC @NixOS/nixos-release-managers

ZHF: #80379
(cherry picked from commit f9bc195430)
2020-04-10 19:08:24 -04:00
nyanloutre
dc25644537 nginx-sso: 0.24.0 -> 0.24.1
(cherry picked from commit 0e087981ec)
2020-04-11 00:55:46 +02:00
worldofpeace
c26487314f nixos/gnome-remote-desktop: enable pipewire
We need the pipewire service to actually use this.
Tested with g-c-c Sharing.

(cherry picked from commit 94eb65a287)
2020-04-10 18:08:44 -04:00
worldofpeace
8d37cca45f pantheon.wingpanel-applications-menu: 2.5.0 -> 2.6.0
https://github.com/elementary/applications-menu/releases/tag/2.6.0
(cherry picked from commit dd805599a9)
2020-04-10 18:08:23 -04:00
worldofpeace
74ae69926e pantheon.switchboard-plug-security-privacy: 2.2.2 -> 2.2.3
* gtk toolbar to actionbar

https://github.com/elementary/switchboard-plug-security-privacy/releases/tag/2.2.3
(cherry picked from commit e7d592edb6)
2020-04-10 18:08:22 -04:00
worldofpeace
75a32d7434 pantheon.switchboard-plug-pantheon-shell: 2.8.2 -> 2.8.3
Don't need backgrounds patch anymore because of my patch upstream [0]

https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/2.8.3

[0]: 541b1711fe

(cherry picked from commit 3c4cf5db81)
2020-04-10 18:08:22 -04:00
worldofpeace
e43ec384f7 pantheon.switchboard-plug-mouse-touchpad: 2.4.0 -> 2.4.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.4.1
(cherry picked from commit cc1550c1ac)
2020-04-10 18:08:22 -04:00
worldofpeace
2507c5f0b4 pantheon.switchboard-plug-applications: 2.1.6 -> 2.1.7
https://github.com/elementary/switchboard-plug-applications/releases/tag/2.1.7
(cherry picked from commit c8a38c9ee1)
2020-04-10 18:08:22 -04:00
worldofpeace
44821b7121 pantheon.switchboard-plug-display: 2.2.0 -> 2.2.1
https://github.com/elementary/switchboard-plug-display/releases/tag/2.2.1
(cherry picked from commit a86f2a18ad)
2020-04-10 18:08:22 -04:00
worldofpeace
698d28006b pantheon.switchboard-plug-about: 2.6.1 -> 2.6.2
just translations

(cherry picked from commit 45e3470ae4)
2020-04-10 18:08:22 -04:00
worldofpeace
99e05f5a23 pantheon.wingpanel-indicators-bluetooth: 2.1.4 -> 2.1.5
(cherry picked from commit ac2f83c1ad)
2020-04-10 18:08:22 -04:00
worldofpeace
2165cd7a81 pantheon.elementary-capnet-assist: 2.2.4 -> 2.2.5
just translations

(cherry picked from commit 082d977eac)
2020-04-10 18:08:22 -04:00
worldofpeace
f64401aa1f pantheon.pantheon-agent-polkit: 1.0.0 -> 1.0.1
just translations

(cherry picked from commit b810ce57f7)
2020-04-10 18:08:22 -04:00
worldofpeace
86822f8ed8 pantheon.wingpanel: 2.3.0 -> 2.3.1 2020-04-10 18:08:22 -04:00
worldofpeace
9db8c33847 pantheon.elementary-photos: 2.6.5 -> 2.7.0
https://github.com/elementary/photos/releases/tag/2.7.0
(cherry picked from commit d484e6a9e9)
2020-04-10 18:08:22 -04:00
worldofpeace
da30881e58 pantheon.appcenter: 3.2.3 -> 3.2.4
https://github.com/elementary/appcenter/releases/tag/3.2.4
(cherry picked from commit 0ec78fe131)
2020-04-10 18:08:22 -04:00
Frank Doepper
e8ae534af7 pingus: move cmake to nativeBuildInputs
(cherry picked from commit de6a28d63a73f5d68187fafc5330f80d2857b86c)
2020-04-10 23:47:23 +02:00
Joshua Fern
f35b2f29d2 citra: 2019-10-05 -> 2020-03-21
Version bump, also fixes the common qt xcb plugin error

(cherry picked from commit 83616f1bc5)

This contains a fix for issue #65399.
2020-04-10 22:06:52 +02:00
worldofpeace
7c9f30befa rl-2003: qa touchups
Fixes https://github.com/NixOS/nixpkgs/issues/82777
2020-04-10 15:44:58 -04:00
Izorkin
59d50ed9db maxscale: make broken package
(cherry picked from commit 63d9ab069a)
2020-04-10 15:41:57 -04:00
Florian Klink
ec11fd2163 nixos/release-notes/rl-2003.xml: add highlights
Fixes #79180.
2020-04-10 21:14:37 +02:00
Eelco Dolstra
63c1baa3eb nix: Fix fallback paths
(cherry picked from commit aa084e2a24)
2020-04-10 21:14:14 +02:00
Eelco Dolstra
609878cafb nix: 2.3.3 -> 2.3.4
(cherry picked from commit cea352d276)
2020-04-10 21:14:09 +02:00
Eelco Dolstra
12b319cd86 nix-fallback-paths.nix: Fix x86_64-linux path
https://github.com/NixOS/nix/issues/3370
(cherry picked from commit 21a3b141c3)
2020-04-10 21:14:06 +02:00
Eelco Dolstra
d676b04132 nix: 2.3.2 -> 2.3.3
(cherry picked from commit 3c47f78e82)
2020-04-10 21:11:19 +02:00
worldofpeace
66d8a2bda5 Merge pull request #84811 from Emantor/bump/20.03/xorg_server
[20.03] xorg.xorgserver: 1.20.7 -> 1.20.8
2020-04-10 14:36:12 -04:00
Michael Raskin
a63370143f pingus: 0.7.6 -> unstable; fixes build conflicts with dependency updates
(cherry picked from commit 35a2f790f6)
2020-04-10 19:13:45 +02:00
worldofpeace
ab018f754b Merge pull request #84221 from erictapen/dhcpcd-error-on-bridges
[20.03] nixos/network-interfaces: Assert that bridges can get an address via DHCP
2020-04-10 12:49:44 -04:00
Benjamin Hipple
f19157dfa0 Merge pull request #84840 from helsinki-systems/backport/20.03/unit
[20.03] unit: 1.14.0 -> 1.16.0
2020-04-10 12:40:39 -04:00
Justin Humm
54ad186461 nixos/network-interfaces: assertion for DHCP on bridges
Assert that the user doesn't have a bridge configured while
networking.useDHCP is true. Due to new behaviour of dhcpcd [0], this
would result in the bridge not getting an address via DHCP, regardless
of wether it has networking.interfaces.<name?>.useDHCP set or not.

[0] https://roy.marples.name/archives/dhcpcd-discuss/0002621.html
2020-04-10 17:28:22 +02:00
worldofpeace
c2d5fe8586 Merge pull request #84891 from schmittlauch/cawbird1.0.5-backport
[backport] cawbird: 1.0.4 -> 1.0.5
2020-04-10 11:06:07 -04:00
Joachim F
f372211402 Merge pull request #84893 from andriokha/tor-browser-bundle-bin-9.0.9-release-20.03
[20.03] tor-browser-bundle-bin: 9.0.7 -> 9.0.9
2020-04-10 14:56:53 +00:00
Frederik Rietdijk
a1119e2239 Merge release-20.03 into staging-20.03 2020-04-10 12:09:49 +02:00
Andy Fowlston
c713b1b49f tor-browser-bundle-bin: 9.0.7 -> 9.0.9
https://blog.torproject.org/new-release-tor-browser-909
https://blog.torproject.org/new-release-tor-browser-908
(cherry picked from commit 85e4f2d554)
2020-04-10 10:29:26 +01:00
ajs124
1e925e1545 performous: fix build (#84841)
(cherry picked from commit 87f75f8e35)

Co-authored-by: Orivej Desh <orivej@gmx.fr>
2020-04-10 01:33:51 +00:00
worldofpeace
d3d904c2f1 Merge pull request #84707 from zowoq/gh-backport
[20.03] gitAndTools.gh: 0.5.3 -> 0.6.4
2020-04-09 20:57:09 -04:00
worldofpeace
9e50a36859 Merge pull request #84863 from worldofpeace/backport-83551
[20.03] iso-image: normalize volumeID
2020-04-09 20:51:45 -04:00
worldofpeace
17d67c00c9 iso-image: make $ARCH shorter
we use stdenv.hostPlatform.uname.processor, which I believe is just like
`uname -p`.

Example values:
```
(import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor
"x86_64"

(import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor
aarch64

(import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor
"armv7l"
```

(cherry picked from commit df8c30fa25)
2020-04-09 20:26:57 -04:00
worldofpeace
0a634109d4 iso-image: make sure volumeID is less than 32 chars
(cherry picked from commit 591e8d5708)
2020-04-09 19:36:09 -04:00
worldofpeace
519ace8441 iso-image: normalize volumeID
The volumeID will now be in the format of:
nixos-$EDITON-$RELEASE-$ARCH

an example for the minimal image would look like:
nixos-minimal-20.09-x86-64-linux

(cherry picked from commit 70a8e9ace9)
2020-04-09 19:36:09 -04:00
worldofpeace
84b906d5c4 make-iso9660-image.sh: enable joliet extension
This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852

(cherry picked from commit f59aa66fc1)
2020-04-09 19:36:09 -04:00
Maximilian Bosch
a74e7092b0 gitAndTools.tig: 2.5.0 -> 2.5.1
https://github.com/jonas/tig/releases/tag/tig-2.5.1
(cherry picked from commit a3eaf6c88b)
2020-04-09 22:29:19 +02:00
Maximilian Bosch
5f33f338ce thermald: also install thermal-conf.xml into $out
Otherwise you get errors like this when running `thermald.service` from
the `services.thermald` module:

```
[WARN]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[WARN]Polling mode is enabled: 4
[WARN]sensor id 10 : No temp sysfs for reading raw temp
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
[WARN]sysfs open failed
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
```

(cherry picked from commit 9fc8856b25)
2020-04-09 22:29:18 +02:00
Patrick Hilhorst
69f1529084 vscode, vscodium: 1.43.2 -> 1.44.0
(cherry picked from commit 939041bce4)
2020-04-09 16:26:06 -04:00
Edmund Wu
763a3b46ec vscodium: 1.43.0 -> 1.43.2
(cherry picked from commit 3f75bc2660)
2020-04-09 16:26:05 -04:00
Edmund Wu
829f656072 vscode: 1.43.0 -> 1.43.2
(cherry picked from commit a05f67ea0a)
2020-04-09 16:26:05 -04:00
worldofpeace
13d0920dad vscodium: add backports notice
(cherry picked from commit f9fc1d3be4)
2020-04-09 16:26:05 -04:00
worldofpeace
de5269a3ff vscode: add backports notice
(cherry picked from commit c9fd76de75)
2020-04-09 16:26:04 -04:00
Domen Kožar
d6209e540c vscode: fix build on darwin
(cherry picked from commit be80721e74)
2020-04-09 16:26:04 -04:00
Patrick Hilhorst
5c8fd2d9e1 vscode, vscodium: 1.42.1 -> 1.43.0
(cherry picked from commit 9be58002ed)
2020-04-09 16:26:04 -04:00
Domen Kožar
35b1992f6d vscode: specify runtimeDependencies instead of LD_LIBRARY_PATH
This avoids glibc verions mismatches in vscode terminal, as
LD_LIBRARY_PATH leaks into terminal and break with user installed
executables.

(cherry picked from commit 40d7ce7828)
2020-04-09 16:26:04 -04:00
Patrick Hilhorst
95ca22a418 vscode, vscodium: 1.42.0 -> 1.42.1
(cherry picked from commit 91a106d4b4)
2020-04-09 16:26:03 -04:00
Patrick Hilhorst
7514605998 vscodium: 1.41.1 -> 1.42.0
(cherry picked from commit 603109c171)
2020-04-09 16:26:03 -04:00
Izorkin
56eb406631 unit: 1.15.0 -> 1.16.0
(cherry picked from commit 5dbe01af5b)
2020-04-09 20:47:09 +02:00
R. RyanTM
4efd728157 unit: 1.14.0 -> 1.15.0
(cherry picked from commit 3815de80c0)
2020-04-09 20:46:23 +02:00
Mario Rodas
5f6ba36fd2 Merge #82267: sane-airscan: init at 0.9.17
(cherry picked from commit ab1a184de3)
2020-04-09 18:08:41 +02:00
Vladimír Čunát
842167291c Merge #84773: thunderbird*: 68.6.0 -> 68.7.0
https://www.thunderbird.net/en-US/thunderbird/68.7.0/releasenotes/
(ATM it's unclear if there are any security fixes or not.)

(cherry picked from commit f719350bac)
Re-tested both on 20.03.
2020-04-09 18:08:33 +02:00
Matthew Bauer
5ad2b732e9 kwallet-pam: unset QT_PLUGIN_PATH
kwallet sets a limit of 1000 for a single characters for environment
variables read from the socket[1]. wrapQtApps gives us a huge value
for QT_PLUGIN_PATH (up to 13000 bytes on my system!) Since this was
overflowing, the Qt plugin loading mechanism was hitting a segfault
when it was trying to parse the truncated QT_PLUGIN_PATH.

So for now, we can just unset QT_PLUGIN_PATH in the pam_kwallet_init
script. kwalletd5 has its own QT_PLUGIN_PATH which it can use.

This problem occured on 20.03, but not 19.09. It’s unclear what
changes were made in that time, but likely that previously we weren’t
getting a QT_PLUGIN_PATH set in the plasma5 startup at all. This means
that in 19.09 our QT_PLUGIN_PATH value must have been small enough to
fit into the 1000 char limit.

Fixes #77290

[1]: bc9713e272/src/runtime/kwalletd/main.cpp (L44)

/cc @ttuegel

(cherry picked from commit f0db4de598)
2020-04-09 10:50:03 -04:00
Rouven Czerwinski
aa4ec3bb37 xorg.xorgserver: 1.20.7 -> 1.20.8
https://lists.x.org/archives/xorg-announce/2020-March/003041.html

This release contains a fix for XWayland which removes a buffer swap
race between XWayland and the compositor. This resulted in flickering in
previous versions.
2020-04-09 15:24:09 +02:00
Shea Levy
253f8a76fa emacsPackages: Add standalone agda-input package that doesn't require building Agda.
(cherry picked from commit 6fac063e09)
2020-04-09 09:14:55 -04:00
Aaron Andersen
0ef4da1ea1 Merge pull request #84293 from aanderse/httpd-20.03
apacheHttpd: 2.4.41 -> 2.4.43 [20.03]
2020-04-09 08:42:51 -04:00
Maximilian Bosch
c25e25f46f hydra: 2020-03-24 -> 2020-04-07
Also removed `pkgs.hydra-flakes` since flake-support has been merged
into master[1]. Because of that, `pkgs.hydra-unstable` is now compiled
against `pkgs.nixFlakes` and currently requires a patch since Hydra's
master doesn't compile[2] atm.

[1] https://github.com/NixOS/hydra/pull/730
[2] https://github.com/NixOS/hydra/pull/732

(cherry picked from commit 0f5c38feed)
2020-04-09 12:35:51 +02:00
Jörg Thalheim
377b0248c5 acme: create certificates in subdirectory
This allows to have multiple certificates with the same common name.
Lego uses in its internal directory the common name to name the certificate.

fixes #84409

(cherry picked from commit d7ff6ab94a)
2020-04-09 11:06:10 +01:00
Domen Kožar
8c6a5a26a7 Merge pull request #84789 from bennofs/backport-ghc-llvm-aarch64
[20.03] haskell.compiler.ghc822Binary: propagate llvm dependency
2020-04-09 11:40:47 +02:00
Andrew Childs
48a0195416 haskell.compiler.ghc822Binary: propagate llvm dependency
Fixes the following error when attempting to build packages using this
compiler:

  <no location info>: error:
      Warning: Couldn't figure out LLVM version!
               Make sure you have installed LLVM 3.9

  <no location info>: error: ghc: could not execute: opt

(cherry picked from commit 31f557c88f)
2020-04-09 11:01:15 +02:00
Bernardo Meurer
f56a3e1aac linuxPackages.nvidia_x11: 440.64 -> 440.82
(cherry picked from commit 73ff54e7b9)
cc #84680
2020-04-09 00:18:56 -04:00
Mike Sperber
5ac5f503b2 bazel_0_26: fix linker flags for darwin (#84614)
Same as done for bazel_0_29 in d1ee615f1c:

(cherry picked from commit 677b2d818e)
2020-04-08 18:56:57 -04:00
worldofpeace
84aa023cf4 Merge pull request #82295 from erictapen/dhcpcd-release-notes
nixos/release-notes: mention that dhcpcd stopped giving IPv4 addresses to bridges
2020-04-08 17:44:53 -04:00
Trolli Schmittlauch
6d4959314c cawbird: 1.0.4 -> 1.0.5
(cherry picked from commit 6be41c6df8)
2020-04-08 21:22:19 +02:00
Jörg Thalheim
4ca13721d9 vocal: add missing glib-networking
otherwise https is disabled

(cherry picked from commit b9b8388e4a)
2020-04-08 13:24:27 -04:00
Michael Fellinger
f16ed9f715 set GEM_HOME via Gem.paths
(cherry picked from commit b285fa07d5)
2020-04-08 12:57:28 -04:00
Michael Fellinger
97f1e86387 update versions in Gemfile.lock
(cherry picked from commit f92600b406)
2020-04-08 12:57:26 -04:00
Michael Fellinger
c6758ee13d bundler: 1.17.3 -> 2.1.4
(cherry picked from commit a2e73b062a)
2020-04-08 12:47:42 -04:00
Jörg Thalheim
78e69d9306 linuxPackages.acpi-call: switch to nix-community fork
This fixes also build against linux 5.6
We also took the opportunity to cleanup the build.

(cherry picked from commit 1ae03c9db1)
2020-04-08 15:35:21 +01:00
Graham Christensen
99cbf968fd Merge pull request #84717 from bennofs/backport-test-hibernate-x86_64
nixos/release-combined.nix: test hibernate only on x86_64
2020-04-08 09:40:59 -04:00
Tim Steinbach
c1af4f35b7 linux: 5.5.15 -> 5.5.16 2020-04-08 08:52:43 -04:00
Tim Steinbach
2d68afdaab linux: 5.4.30 -> 5.4.31 2020-04-08 08:52:43 -04:00
Benno Fünfstück
6193a9e242 nixos/release-combined.nix: test hibernate only on x86_64
(cherry picked from commit 918cb88d1f)
2020-04-08 14:52:19 +02:00
Michael Weiss
224a5e5b05 chromiumDev: Add the missing setuptools dependency
The build was failing with:
```
[1625/39505] ACTION //components/schema_org:generate_schema_org_code(//build/toolchain/linux:clang_x64)
FAILED: gen/components/schema_org/schema_org_entity_names.h gen/components/schema_org/schema_org_entity_names.cc gen/components/schema_org/schema_org_property_configurations.h gen/components/schema_org/schema_org_property_configurations.cc gen/components/schema_org/schema_org_property_names.h gen/components/schema_org/schema_org_property_names.cc
python ../../components/schema_org/generate_schema_org_code.py --schema-file ../../third_party/schema_org/schema.jsonld --output-dir gen/components/schema_org --templates templates/schema_org_entity_names.cc.tmpl templates/schema_org_entity_names.h.tmpl templates/schema_org_property_configurations.cc.tmpl templates/schema_org_property_configurations.h.tmpl templates/schema_org_property_names.cc.tmpl templates/schema_org_property_names.h.tmpl
Traceback (most recent call last):
  File "../../components/schema_org/generate_schema_org_code.py", line 22, in <module>
    env = Environment(loader=PackageLoader('generate_schema_org_code', ''))
  File "/build/chromium-83.0.4100.3/components/schema_org/../../third_party/jinja2/loaders.py", line 222, in __init__
    from pkg_resources import DefaultProvider, ResourceManager, \
ImportError: No module named pkg_resources
```

(cherry picked from commit d782c440ae)
2020-04-08 13:50:12 +02:00
Michael Weiss
3cfa78fe30 chromiumDev: Fix the build
Building Chromium 82 requires LLVM 10 for the new argument
"-fintegrated-cc1". LLVM 9 fails with:
clang++: error: unknown argument: '-fintegrated-cc1'

(cherry picked from commit 1d961a4c6d)
2020-04-08 13:47:31 +02:00
Michael Weiss
a62dac34e6 chromium: 80.0.3987.163 -> 81.0.4044.92
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop_7.html

This update includes 32 security fixes.

CVEs:
CVE-2020-6454 CVE-2020-6423 CVE-2020-6455 CVE-2020-6430 CVE-2020-6456
CVE-2020-6431 CVE-2020-6432 CVE-2020-6433 CVE-2020-6434 CVE-2020-6435
CVE-2020-6436 CVE-2020-6437 CVE-2020-6438 CVE-2020-6439 CVE-2020-6440
CVE-2020-6441 CVE-2020-6442 CVE-2020-6443 CVE-2020-6444 CVE-2020-6445
CVE-2020-6446 CVE-2020-6447 CVE-2020-6448

(cherry picked from commit da832dd7d4)
Backport of #84671.
2020-04-08 13:36:38 +02:00
Michael Weiss
85e8548a1f chromiumBeta: Fix the build
This patch was also backported to M81 [0][1].

[0]: https://chromium-review.googlesource.com/c/chromium/src/+/2091896
[1]: bbf0fad592

(cherry picked from commit ff3bc51d2b)
2020-04-08 13:36:38 +02:00
Michael Weiss
df50124d63 chromium: Ignore unknown warning options
This can e.g. save around 150k lines of unnecessary log messages which
take up around 66% of the total lines (based on a log of 80.0.3987.100):
29527 warning: unknown warning option '-Wno-bitwise-conditional-parentheses'; did you mean '-Wno-bitwise-op-parentheses'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-builtin-assume-aligned-alignment' [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]

(cherry picked from commit 9f3914824d)
2020-04-08 13:36:37 +02:00
Michael Weiss
468fa8738f Merge pull request #84705 from primeos/signal-desktop-backport
[20.03] signal-desktop: 1.32.3 -> 1.33.0 (backport)
2020-04-08 13:08:19 +02:00
zowoq
fbd0974dff gitAndTools.gh: 0.6.3 -> 0.6.4
https://github.com/cli/cli/releases/tag/v0.6.4
(cherry picked from commit 26a6d89cab)
2020-04-08 19:46:36 +10:00
zowoq
cf7513bc27 gitAndTools.gh: 0.6.2 -> 0.6.3
https://github.com/cli/cli/releases/tag/v0.6.3
(cherry picked from commit 68a50aaaa5)
2020-04-08 19:46:27 +10:00
zowoq
f7b3dfc9d8 gitAndTools.gh: 0.6.1 -> 0.6.2
https://github.com/cli/cli/releases/tag/v0.6.2
(cherry picked from commit 20f197d0b9)
2020-04-08 19:46:18 +10:00
zowoq
ba71d71c13 gitAndTools.gh 0.6.0 -> 0.6.1
https://github.com/cli/cli/releases/tag/v0.6.1
(cherry picked from commit 4656fba5ab)
2020-04-08 19:46:09 +10:00
zowoq
86a179a74b gitAndTools.gh: 0.5.7 -> 0.6.0
https://github.com/cli/cli/releases/tag/v0.6.0
(cherry picked from commit 85a8d13017)
2020-04-08 19:46:01 +10:00
zowoq
085b7360d5 gitAndTools.gh: 0.5.6 -> 0.5.7
https://github.com/cli/cli/releases/tag/v0.5.7
(cherry picked from commit 3338225cd2)
2020-04-08 19:45:51 +10:00
zowoq
1d6ad14c73 gitAndTools.gh: 0.5.5 -> 0.5.6
https://github.com/cli/cli/releases/tag/v0.5.6
(cherry picked from commit 185aabefb0)
2020-04-08 19:45:42 +10:00
zowoq
ca75c088e9 gitAndTools.gh: 0.5.4 -> 0.5.5
https://github.com/cli/cli/releases/tag/v0.5.5
(cherry picked from commit 66f50128dc)
2020-04-08 19:45:33 +10:00
R. RyanTM
1e8fc3dd4d gitAndTools.gh: 0.5.3 -> 0.5.4
(cherry picked from commit 7b61246b95)
2020-04-08 19:45:14 +10:00
Michael Weiss
ef5b4301fc signal-desktop: 1.32.3 -> 1.33.0
(cherry picked from commit fdedc5d16c)
2020-04-08 11:38:10 +02:00
Vincent Laporte
d41fe83633 alt-ergo: 2.3.1 → 2.3.2
(cherry picked from commit f4ff33cce6)
2020-04-08 10:28:59 +02:00
Dennis Gosnell
0b1657a278 Merge pull request #84571 from woffs/unbreak-amqp-utils-20.03a
[nixos-20.03] haskellPackages.amqp-utils: fix amqp-0.19 dependency
2020-04-08 10:39:47 +09:00
Dennis Gosnell
540d6716cc Merge pull request #84645 from rnhmjoj/pandoc-crossref-20.03
[20.03] haskellPackages.pandoc-crossref: downgrade to latest working
2020-04-08 09:40:12 +09:00
Michael Bishop
6be1626da5 nixos: kafka test: fix building for other arches
(cherry picked from commit 8b7e843dab)
2020-04-07 15:44:32 -03:00
Benjamin Hipple
d63f95896c Merge pull request #84623 from bhipple/bp/tmux-plugins
[20.03] tmuxPlugins: upgrade all to latest
2020-04-07 14:21:30 -04:00
worldofpeace
a5a30e85c9 Merge branch 'release-20.03' into staging-20.03 2020-04-07 13:25:36 -04:00
worldofpeace
29b6ad6278 Merge branch 'staging-20.03' into release-20.03 2020-04-07 13:24:24 -04:00
Benjamin Hipple
5b34063594 tmuxPlugins: upgrade all to latest
Many of the tmux plugins had not been updated in some time. This PR:

- Updates all of them to the latest version. This is notable because `tmux 3.0`
  has come out recently, and some of them have compatibility fixes for the new
  version (e.g., `vim-tmux-navigator`), as well as general performance
  improvements and bugfixes for many of them.

- Uses `fetchFromGitHub`, which is both more performant and hashed mirror friendly.

- Adds the standard `version = "unstable-YYYY-MM-DD"`, which makes it easy to
  determine at a glance how old/unmaintained some of these are.

- Adds the standard `pname` for overlay friendliness

(cherry picked from commit d5ccc59056)
2020-04-07 12:06:17 -04:00
rnhmjoj
c5a806cfc0 haskellPackages.pandoc-crossref: downgrade to latest working 2020-04-07 17:39:13 +02:00
Andreas Rammhold
5e9ae03746 firefox-devedition-bin: 75.0b12 -> 76.0b1
(cherry picked from commit 79fb58973f)
2020-04-07 13:47:47 +02:00
Andreas Rammhold
f545f8ec14 firefox-beta-bin: 75.0b11 -> 76.0b1
(cherry picked from commit 9d6a7fdaad)
2020-04-07 13:47:47 +02:00
Andreas Rammhold
9b3e192bcb firefox-bin: 74.0.1 -> 75.0
(cherry picked from commit bab82e78b2)
2020-04-07 13:47:47 +02:00
Andreas Rammhold
fb97dfdcfa firefox-esr-68: 68.6.1esr -> 68.7.0esr
(cherry picked from commit f56ea6cdd7)
2020-04-07 13:47:47 +02:00
Andreas Rammhold
37e814ba75 firefox: 74.0.1 -> 75.0
(cherry picked from commit 4a41fd7a1e)
2020-04-07 13:47:47 +02:00
Andreas Rammhold
8aa6834525 firefox: prepare for version 75
(cherry picked from commit 9de3c9749c)
2020-04-07 13:47:46 +02:00
Andreas Rammhold
612a2978de libvpx_1_8: init at 1.8.2
Adding this as a new attribute as software is likely going to break when
we switch the default from the 1.7 branch to 1.8.

(cherry picked from commit 1859b5a5ae)
2020-04-07 13:47:45 +02:00
Maximilian Bosch
4291ef9bb6 prometheus-wireguard-exporter: 3.2.4 -> 3.3.0
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.3.0
(cherry picked from commit e2b327cd4e)
2020-04-07 13:35:04 +02:00
Maximilian Bosch
3c700b8aa6 cargo-make: 0.30.2 -> 0.30.4
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.3
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.4
(cherry picked from commit 564af64783)
2020-04-07 13:35:04 +02:00
Frank Doepper
6570f2aec5 haskellPackages.amqp-utils: fix amqp-0.19 dependency 2020-04-07 10:14:11 +02:00
Jeff Labonte
f7522984c4 brave: 1.5.115 -> 1.5.123
Updated the checksum and the version of the brave package.

(cherry picked from commit 7a80ead781153ff40ab35ca02aef9d732e74f7e6)
Reason: The browser must be kept up-to-date
2020-04-06 22:30:31 -04:00
worldofpeace
29eddfc36d Merge pull request #80848 from worldofpeace/20.03-release-notes
rl-2003: mention python driver
2020-04-06 20:31:14 -04:00
worldofpeace
a435d41af5 rl-2003: mention python driver 2020-04-06 20:07:11 -04:00
Bernardo Meurer
8b8b278a8a linuxPackages.nvidia_x11: 440.59 -> 440.64
(cherry picked from commit 408de509cc)
cc #84163
2020-04-06 19:06:18 -04:00
Silvan Mosberger
2216211144 nixos/lib/test-driver: Fix require_unit_state hardcoded formatting
(cherry picked from commit 85e866db6f)
2020-04-07 00:58:50 +02:00
Florian Klink
0abc66e252 Merge pull request #84497 from toonn/release-20.03
[20.03] wire-desktop: mac 3.15.3621 -> 3.16.3630
2020-04-06 22:13:12 +02:00
toonn
4cedeb7475 wire-desktop: mac 3.15.3621 -> 3.16.3630
(cherry picked from commit 39c5e1c723)
2020-04-06 19:01:20 +02:00
Daiderd Jordan
10f80999df Merge pull request #84334 from LnL7/darwin-itstool
itstool: fix double-shebang backport
2020-04-06 18:42:53 +02:00
Daiderd Jordan
ef0537b9cd Merge pull request #84332 from LnL7/darwin-backports
darwin 20.03 backports
2020-04-06 18:41:53 +02:00
Elis Hirwing
84926c9480 php72: 7.2.28 -> 7.2.29
Changelog: https://www.php.net/ChangeLog-7.php#7.2.29
(cherry picked from commit 8272ebe961)
2020-04-06 17:58:23 +02:00
Elis Hirwing
185b684425 php73: 7.3.15 -> 7.3.16
Changelog: https://www.php.net/ChangeLog-7.php#7.3.16
(cherry picked from commit 1118080dc0)
2020-04-06 17:58:04 +02:00
Elis Hirwing
865abba6e9 php74: 7.4.3 -> 7.4.4
Changelog: https://www.php.net/ChangeLog-7.php#7.4.4
(cherry picked from commit faf79b6384)
2020-04-06 17:57:36 +02:00
Jörg Thalheim
5d1de8ca0f Merge pull request #84483 from bcdarwin/backport-fix-sedlex-inputs
ocamlPackages.sedlex: fix dependencies
2020-04-06 16:48:47 +01:00
Ben Darwin
81ae9cbefe ocamlPackages.sedlex: fix dependencies
(cherry picked from commit 77901a96da)
2020-04-06 11:09:33 -04:00
worldofpeace
649b8e1f0f Merge pull request #82886 from bennofs/fix-nixos-aarch64-eval
Fix evaluation of release-20.03-aarch64 jobset
2020-04-06 10:48:31 -04:00
Artem Khramov
10d60f7fae rockbox-utility: add wrapQtAppsHook
It seems like all QT apps which use dynamic plugins should be wrapped
with `wrapQtAppsHook`. However, rockbox-utility is still not wrapped,
therefore fails to launch.

This change adds `qt5.wrapQtAppsHook` to nativeBuildInputs of
rockbox-utility.

(cherry picked from commit 861df8abd5)
2020-04-06 12:21:04 +01:00
Eelco Dolstra
b4e14e9254 nix: 2.4pre7250_94c93437 -> 2.4pre7346_5e7ccdc9, 2.4pre20200220_4a4521f -> 2.4pre20200403_3473b19
(cherry picked from commit b23f697b00)
2020-04-06 12:51:08 +02:00
Eelco Dolstra
13cbfa88db Remove Nix 1.x
(cherry picked from commit 5d583db5a2)
2020-04-06 12:51:04 +02:00
Edward Amsden
0dda3d53a5 nix: Drive-by cleanup: replace ifthenelse with lib.optionalString
(cherry picked from commit 3b72c55fc5)
2020-04-06 12:50:59 +02:00
Edward Amsden
93c13ab1f0 nix: Patch config.nix.in to reference host platform binaries
(cherry picked from commit f1415f633c)
2020-04-06 12:50:33 +02:00
worldofpeace
a128dd3af8 riot-desktop: wrap with wrapGAppsHook
wrap as per https://nixos.org/nixpkgs/manual/#sec-language-gnome.

(cherry picked from commit fe6addbbf7)
2020-04-06 03:51:56 -04:00
worldofpeace
57ecbc5c61 Revert "riot-desktop: add gsettings schemas to the wrapper"
This reverts commit 1af6a1a134.

(cherry picked from commit 204d7bc28b)
2020-04-06 03:51:56 -04:00
Vincent Laporte
9fa7ee47b7 coq_8_11: 8.11.0 → 8.11.1
(cherry picked from commit d6a8d0ca5b)
2020-04-06 08:00:13 +02:00
Sarah Brofeldt
637325d63f nixos/tests/ceph: Fix pg number to power of 2
(cherry picked from commit 6ccd347e46)
2020-04-06 07:49:37 +02:00
Sarah Brofeldt
74ee45c435 ceph: 14.2.7 -> 14.2.8
(cherry picked from commit ec21f70c4b)
2020-04-06 07:49:35 +02:00
Sarah Brofeldt
ee47f5285f ceph: 14.2.6 -> 14.2.7
(cherry picked from commit 41547d11ec)
2020-04-06 07:49:28 +02:00
worldofpeace
4c2401ae4d pantheon.wingpanel-indicator-notifications: remove wnck
Don't need it 8ba4666015

(cherry picked from commit ce867da997)
2020-04-06 01:36:14 -04:00
worldofpeace
7ff1a0d9f1 Merge pull request #84418 from worldofpeace/pantheon-update-04-03-20.03
[20.03] Pantheon update 2020-04-03
2020-04-06 00:03:03 -04:00
worldofpeace
133f76fff0 pantheon.gala: 3.2.0 -> 3.3.0
https://github.com/elementary/gala/releases/tag/3.3.0
2020-04-05 22:28:15 -04:00
worldofpeace
11aea6c3c6 pantheon.elementary-greeter: 5.0.2 -> 5.0.3
https://github.com/elementary/greeter/releases/tag/5.0.3
2020-04-05 22:28:15 -04:00
worldofpeace
d723711d63 pantheon.wingpanel: 2.2.6 -> 2.3.0
https://github.com/elementary/wingpanel/releases/tag/2.3.0
2020-04-05 22:28:14 -04:00
worldofpeace
883e15f223 pantheon.xml: drop slow shutdown workaround
Them removing cerbere and registering with the SessionManager
should make shutdown very fast. This was even done in plank [0]
which was the last factor outside cerbere causing this.

[0]]: a8d2f255b2
2020-04-05 22:28:14 -04:00
worldofpeace
2c4c025107 pantheon.elementary-dock: init at 2020-02-28
It seems Pantheon has forked Plank.
2020-04-05 22:28:14 -04:00
worldofpeace
5e12c6403d pantheon.cerbere: remove 2020-04-05 22:27:52 -04:00
worldofpeace
90a3d62260 pantheon.wingpanel-indicator-sound: 2.1.4 -> 2.1.5 2020-04-05 22:27:34 -04:00
worldofpeace
cf1f59cf2f pantheon.wingpanel-indicator-session: 2.2.7 -> 2.2.8 2020-04-05 22:27:34 -04:00
worldofpeace
6319579a07 pantheon.wingpanel-indicator-power: 2.1.4 -> 2.1.5 2020-04-05 22:27:34 -04:00
worldofpeace
5ddd566191 pantheon.wingpanel-indicator-notifications: 2.1.3 -> 2.1.4 2020-04-05 22:27:34 -04:00
worldofpeace
32175d2a87 pantheon.wingpanel-indicator-network: 2.2.2 -> 2.2.3 2020-04-05 22:27:33 -04:00
worldofpeace
6123950811 pantheon.wingpanel-indicator-keyboard: 2.2.0 -> 2.2.1 2020-04-05 22:27:33 -04:00
worldofpeace
6350caf275 pantheon.wingpanel-indicator-datetime: 2.2.1 -> 2.2.2 2020-04-05 22:27:33 -04:00
worldofpeace
ce8bce8352 pantheon.elementary-shortcut-overlay: 1.1.0 -> 1.1.1 2020-04-05 22:27:33 -04:00
worldofpeace
a569a23a40 pantheon.elementary-onboarding: 1.1.0 -> 1.2.0 2020-04-05 22:27:33 -04:00
worldofpeace
1e219069be pantheon.switchboard-plug-sound: 2.2.2 -> 2.2.3 2020-04-05 22:27:32 -04:00
worldofpeace
eaa6002188 pantheon.switchboard-plug-sharing: 2.1.3 -> 2.1.4 2020-04-05 22:27:32 -04:00
worldofpeace
1dda5cab01 pantheon.switchboard-plug-printers: 2.1.7 -> 2.1.8 2020-04-05 22:27:32 -04:00
worldofpeace
4576a78233 pantheon.switchboard-plug-power: 2.4.0 -> 2.4.1 2020-04-05 22:27:32 -04:00
worldofpeace
9f4e21ff3e pantheon.switchboard-plug-notifications: 2.1.5 -> 2.1.6 2020-04-05 22:27:32 -04:00
worldofpeace
d63add4516 pantheon.switchboard-plug-network: 2.2.0 -> 2.3.0 2020-04-05 22:27:31 -04:00
worldofpeace
13be8d025f pantheon.switchboard-plug-keyboard: 2.3.5 -> 2.3.6 2020-04-05 22:27:31 -04:00
worldofpeace
89eeebc42a pantheon.switchboard-plug-datetime: 2.1.6 -> 2.1.7 2020-04-05 22:27:31 -04:00
worldofpeace
86719de340 pantheon.switchboard-plug-a11y: 2.1.3 -> 2.2.0 2020-04-05 22:27:31 -04:00
worldofpeace
568500a93f pantheon.granite: 5.3.0 -> 5.3.1 2020-04-05 22:27:31 -04:00
worldofpeace
f2f7833bdd pantheon.switchboard: 2.3.8 -> 2.3.9 2020-04-05 22:27:31 -04:00
worldofpeace
ef4ce3bdc1 pantheon.sideload: 1.0.1 -> 1.1.0 2020-04-05 22:27:30 -04:00
worldofpeace
b9087a830f pantheon.elementary-terminal: 5.5.1 -> 5.5.2 2020-04-05 22:27:30 -04:00
worldofpeace
d24c057ecb pantheon.elementary-files: 4.4.1 -> 4.4.2 2020-04-05 22:27:30 -04:00
worldofpeace
16712bb2e6 pantheon.elementary-code: 3.3.0 -> 3.4.0 2020-04-05 22:27:30 -04:00
worldofpeace
802a803ec0 pantheon.elementary-camera: 1.0.5 -> 1.0.6 2020-04-05 22:27:30 -04:00
worldofpeace
3434b85c75 pantheon.elementary-calendar: 5.0.3 -> 5.0.4 2020-04-05 22:27:29 -04:00
worldofpeace
fed6a0b63d pantheon.elementary-calculator: 1.5.4 -> 1.5.5 2020-04-05 22:27:29 -04:00
worldofpeace
b98eceeed1 pantheon.appcenter: 3.2.2 -> 3.2.3 2020-04-05 22:27:29 -04:00
Robert Helgesson
2444e3c418 documentation: minor spelling and stylistic fixes
(cherry picked from commit 40bbbb8f7d)
2020-04-06 02:38:44 +02:00
volth
0bb35152be firefox: mark as broken on 32-bit buildPlatform
(cherry picked from commit ed33a6c327)
2020-04-05 20:30:18 +02:00
Maximilian Bosch
8f720ba725 bandwhich: 0.12.0 -> 0.13.0
https://github.com/imsnif/bandwhich/releases/tag/0.13.0
(cherry picked from commit 35c0d9da9b)
2020-04-05 19:58:56 +02:00
Maximilian Bosch
0d4f92d789 mautrix-whatsapp: 2020-03-26 -> 2020-04-02
(cherry picked from commit ca0cb2c43f)
2020-04-05 17:47:19 +02:00
Vladimír Čunát
d815dc4b68 Merge #84273: gnutls: 3.6.12 -> 3.6.13 [security]
... into staging.  Fixes CVE-2020-11501.

(cherry picked from commit f91b34e53e)
2020-04-05 17:20:15 +02:00
Tristan Helmich (omniIT)
182f229ba7 graylog: 3.2.2 -> 3.2.4
(cherry picked from commit 5cb04b4377)
2020-04-05 12:54:51 +02:00
Jörg Thalheim
7601af232b itstool: use wrapPython to fix double shebang on macOS
(cherry picked from commit 02a5f3e88d1b85ff89b9307b4413aa878c753bc0)
2020-04-05 12:23:48 +02:00
Burke Libbey
6e14cf0e62 itstool: fix double-shebang issue on macOS
(cherry picked from commit 9761d5ac9fa3016c4a6ff734f0d2e652a447c11c)
2020-04-05 12:23:37 +02:00
Armin1402
92e20dc020 nexus: 3.20.1-01 -> 3.22.0-02
(cherry picked from commit e10b507ec0)
See
https://help.sonatype.com/repomanager3/release-notes/2020-release-notes
for security fixes details.
2020-04-05 02:23:54 +02:00
Pascal Bach
7c9e1ecdf5 nixos/nextcloud: prevent warning about missing X-Frame-Option
(cherry picked from commit 119a7aae50)
2020-04-05 01:39:07 +02:00
R. RyanTM
1e19a82577 apacheHttpd: 2.4.41 -> 2.4.43
(cherry picked from commit f26b2afb93)
2020-04-04 19:29:52 -04:00
Samuel Dionne-Riel
17af97f997 Merge pull request #84248 from andir/20.03/firefox
[20.03] update firefox to latests stable (secure) release
2020-04-04 18:08:00 -04:00
Tony Olagbaiye
01ac831e03 emacsPackages.lua-mode: Fix hash
for the third time...

(cherry picked from commit df594f1e45)
2020-04-04 23:12:38 +02:00
Maximilian Bosch
1d13409cb7 mautrix-telegram: 0.7.1 -> 0.7.2
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.2
(cherry picked from commit 1c54edcf8d)
2020-04-04 22:36:47 +02:00
Constantine Glen Evans
5de67dfd72 libunique: add darwin
libunique builds, and dependencies appear to build and run correctly,
in OS X.

(cherry picked from commit 45c9ad32fd)
2020-04-04 20:54:13 +02:00
Dmitry Kalinkin
feacec6a87 higan: fix darwin build
(cherry picked from commit 4c931a8217)
2020-04-04 20:53:23 +02:00
Dmitry Kalinkin
8876e5edb8 mame: add darwin support
(cherry picked from commit 39921bd43b)
2020-04-04 20:53:22 +02:00
Mario Rodas
06fe4b2528 lepton: enable on darwin
(cherry picked from commit 310b108efa)
2020-04-04 20:42:53 +02:00
Marek Mahut
b460ece5d6 cloudflare-wrangler: adding dependencies for darwin
(cherry picked from commit 6274ce11a1)
2020-04-04 20:42:48 +02:00
Nikolay Korotkiy
3c39e188d8 goldendict: enable on darwin
(cherry picked from commit 217b221eab)
2020-04-04 20:36:58 +02:00
Nikolay Korotkiy
ee4164e1da osm2pgsql: enable on darwin
(cherry picked from commit d6f5459da9)
2020-04-04 20:34:50 +02:00
rnhmjoj
ef955ecb1e riot-desktop: add gsettings schemas to the wrapper
(cherry picked from commit 1af6a1a134)
This fixes a crash when opening the file picker.
2020-04-04 20:24:54 +02:00
Eelco Dolstra
7d80362d6c kscreen: Fix #82141
https://bugs.kde.org/show_bug.cgi?id=417316
(cherry picked from commit 18539b1041)
2020-04-04 20:10:20 +02:00
Benjamin Hipple
3cd943704e Merge pull request #84224 from drewrisinger/dr-pr-backport-20.03-84223
[20.03]: python38Packages.uvloop: enable build
2020-04-04 13:45:28 -04:00
Drew Risinger
6118f04200 python3Packages.uvloop: enable on python3.8
Allow build pass by disabling test. Isolated issue to
test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (https://github.com/MagicStack/uvloop/pull/284)
for full details. Don't know why this test isn't properly skipped.

(cherry picked from commit 364909d535)
2020-04-04 13:18:29 -04:00
Maximilian Bosch
564d9c03b3 cargo-make: 0.30.1 -> 0.30.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.2
(cherry picked from commit 268f71cfd7)
2020-04-04 15:57:08 +02:00
Andreas Rammhold
30e54a0680 firefox-devedition-bin: 73.0b3 -> 75.0b12 2020-04-04 13:19:06 +02:00
Andreas Rammhold
22f3fc175e firefox-beta-bin: 73.0.b3 -> 75.0b11 2020-04-04 13:19:06 +02:00
Andreas Rammhold
4fccf16c2b firefox-bin: 74.0 -> 74.0.1 2020-04-04 13:19:06 +02:00
Andreas Rammhold
d44c85f518 firefox-esr: 68.6.0esr -> 68.6.1esr 2020-04-04 13:19:06 +02:00
Andreas Rammhold
5e9c65ae18 firefox: 73.0.1 -> 74.0.1 2020-04-04 13:18:59 +02:00
Andreas Rammhold
5fd70607c7 sqlite_3_31_1: init at 3.31.1
This is a backport to support building stable firefox version on the
stable release channel. Firefox has some very strict requirements on
it's dependencies. Since we do not want to use bundled versions of
dependencies this backport is required fore Firefox >=74.
2020-04-04 13:18:58 +02:00
Andreas Rammhold
c3a43d94ff nss_3_51: init at 3.51
This is a backport to support building stable firefox version on the
stable release channel. Firefox has some very strict requirements on
it's dependencies. Since we do not want to use bundled versions of
dependencies this backport is required fore Firefox >=74.
2020-04-04 13:18:58 +02:00
Andreas Rammhold
f9c866e5a4 firefox: update for version 74 2020-04-04 13:18:58 +02:00
Michael Weiss
8532dd179c Merge pull request #84094 from DieGoldeneEnte/llvm10-backport-20.03
[20.03] llvmPackages_10: init at 10.0.0
2020-04-04 12:34:20 +02:00
Benjamin Hipple
4dc8447c55 Merge pull request #84202 from mmilata/sympa-outgoing-20.03
[20.03] nixos/sympa: fix outgoing emails, update package version
2020-04-03 21:43:14 -04:00
Justin Humm
eeeb2bf803 nixos/release-notes: mention that dhcpcd stopped giving IPv4 addresses to bridges by default
This is an backward incompatible change from upstream dhcpcd [0], as
this could have easily locked me out of my box.

As dhcpcd doesn't allow to use only a blacklist (denyinterfaces in
dhcpcd.conf) of devices and use all remaining devices, while explicitly
allowing some interfaces like bridges, I think the best option would be
to not change anything about it and just educate the users here about
that edge case and how to solve it.

[0] https://roy.marples.name/archives/dhcpcd-discuss/0002621.html
2020-04-04 01:44:46 +02:00
Florian Klink
e46f456d79 Merge pull request #83601 from andir/20.03-buildRustCrate-fixes
[20.03] buildRustCrate fixes backports
2020-04-04 01:43:32 +02:00
Benjamin Hipple
aa3c504e20 Merge pull request #84184 from romildo/upd.freeoffice
[20.03] freeoffice: 973 -> 976
2020-04-03 19:21:33 -04:00
Benjamin Hipple
e8610d7a41 Merge pull request #84216 from drewrisinger/dr-pr-backport-20.03-84197
[20.03] python3Packages.pint: 0.9 -> 0.11
2020-04-03 19:21:18 -04:00
Drew Risinger
a1d1b7a227 datasette: 0.35 -> 0.39
(cherry picked from commit fb252907f5)
2020-04-03 18:12:01 -04:00
Drew Risinger
029276f654 pythonPackages.pint: 0.9 -> 0.11
(cherry picked from commit 4b822bbd23)
2020-04-03 18:11:49 -04:00
Bastian Köcher
ef33b9fc08 nixos/wg-quick: Fix after wireguard got upstreamed
(cherry picked from commit 644d643d68)
2020-04-03 23:01:38 +02:00
Lengyel Balazs
8224137bba fix wireguard service as well after it got upstreamed.
(cherry picked from commit 50fb52d4e1)
2020-04-03 23:01:37 +02:00
Daiderd Jordan
1c32029731 Merge pull request #80890 from LnL7/darwin-ldflags
darwin: fix NIX_LDFLAGS usages
2020-04-03 22:53:19 +02:00
Mario Rodas
f94171437b bazel: fix linker flags for darwin
(cherry picked from commit d1ee615f1c)
2020-04-03 22:27:18 +02:00
Jason Felice
66932665d5 plan9port: fix linker flags for macosx
(cherry picked from commit 4d2a8257ed)
(cherry picked from commit 7724ef793a)
2020-04-03 22:27:14 +02:00
Rohan Hart
449c060d12 lutris: custom wine installations require libkrb5
fixes the error: symbol k5_os_mutex_destroy version krb5support_0_MIT not defined in file libkrb5support.so.0

(cherry picked from commit 41fe7dbedf)
2020-04-03 13:06:44 -07:00
Maximilian Bosch
995229d130 grocy: 2.6.1 -> 2.6.2
https://github.com/grocy/grocy/releases/tag/v2.6.2
(cherry picked from commit 1d7a795fcd)
2020-04-03 21:59:31 +02:00
Frederik Rietdijk
e79a142e58 Merge release-20.03 into staging-20.03 2020-04-03 21:55:55 +02:00
Maximilian Bosch
0abd4fd0c3 Merge pull request #83628 from Ma27/mongodb-20.03
[20.03] mongodb: update
2020-04-03 21:48:55 +02:00
Martin Milata
5edcadc735 nixos/sympa: fix outgoing messaging
Because ProtectKernelModules implies NoNewPrivileges, postfix's sendmail
executable, which is setgid, wasn't able to send mail.

(cherry picked from commit fdc36e2c89)
2020-04-03 20:14:23 +02:00
Martin Milata
b95cf62bd0 sympa: build with --enable-fhs
Update module accordingly.

(cherry picked from commit 8f632b404f)
2020-04-03 20:14:22 +02:00
Martin Milata
769a5ccbaf sympa: 6.2.52 -> 6.2.54
(cherry picked from commit adc7388930)
2020-04-03 20:14:22 +02:00
Florian Klink
e89b1063fb Merge pull request #84164 from Izorkin/mariadb-tokudb-20.03
[20.03] mariadb: backport updates
2020-04-03 15:52:26 +02:00
Izorkin
c0c04ea70d mariadb: fix deps build
(cherry picked from commit 5abc729dd6)
2020-04-03 14:47:17 +02:00
Izorkin
6254058ddc mariadb: add zstd compression
(cherry picked from commit 24357432cd)
2020-04-03 14:47:17 +02:00
Izorkin
bf942675cb mariadb: add option to build server without rocksdb storage
(cherry picked from commit eafdfc8f51)
2020-04-03 14:47:17 +02:00
Izorkin
a05099d277 mariadb: add option to build server without tokudb storage
(cherry picked from commit 0296e678cf)
2020-04-03 14:47:17 +02:00
Florian Klink
a9d0d059a0 mariadb: remove withoutClient
When used as a global override, it breaks most of the options in the
mysql module, such as ensureDatabases, ensureUsers, initialDatabases,
initialScript.

We could use `.client` there, but if the reasoning behind this was
closure size reduction, we now end up with the same (or a bigger)
runtime closure and more complexity.

Apart from the options exposed by the mysql module, the client is also
likely to be required for local backups or DBA tasks anyways.

Instead of dealing with all the increased complexity of this for no
arguable benefit, let's just remove the `withoutClient` argument.
Storage space on mysql servers shouldn't be that much of an issue.

Closes #82428.

(cherry picked from commit 4b8d66aa72)
2020-04-03 14:47:17 +02:00
Izorkin
95c2e022cf mariadb: add needed packages
(cherry picked from commit 982a23de94)
2020-04-03 14:47:12 +02:00
Izorkin
988bb1f365 mariadb: build server with NUMA
(cherry picked from commit c6d159d696)
2020-04-03 14:47:01 +02:00
Eelco Dolstra
b255cd7f7f Don't pin 'nixpkgs' in the system registry by default
Nixpkgs takes up a lot of disk space so we shouldn't do this by
default.

(cherry picked from commit 469f14ef0f)
2020-04-03 14:42:29 +02:00
Dennis Gosnell
c778e137bd Merge pull request #84181 from schmittlauch/fixHoogleStable
[backport] haskell shellFor: Fix hoogle
2020-04-03 21:20:15 +09:00
José Romildo Malaquias
26df648c5f freeoffice: 974 -> 976
Cherry picked from PR #83495

(cherry picked from commit 55b6146535)
2020-04-03 08:59:23 -03:00
Daniël de Kok
a1d49d6c69 freeoffice: 973 -> 974
Cherry picked from PR #82038

Changelog:

https://www.freeoffice.com/en/download/servicepacks
(cherry picked from commit 44085e3501)
2020-04-03 08:56:53 -03:00
Eelco Dolstra
cf0855c899 nix-daemon.nix: Add option nix.registry
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:

  nix.registry.nixpkgs.flake = nixpkgs;

where 'nixpkgs' is a flake input. This ensures that commands like

  $ nix run nixpkgs#hello

pull in a minimum of additional store paths.

You can also use this to redirect flakes, e.g.

  nix.registry.nixpkgs.to = {
    type = "github";
    owner = "my-org";
    repo = "my-nixpkgs";
  };

(cherry picked from commit 74e7ef35fe)
2020-04-03 13:48:03 +02:00
John Ericson
c565d7cc16 haskell shellFor: Fix hoogle
(cherry picked from commit 1c07ee7925)
2020-04-03 13:38:27 +02:00
Michael Weiss
2e3190538b chromium: 80.0.3987.162 -> 80.0.3987.163
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop.html

Note: This update contains only two fixes [0]. The fix that reverts a
feature which caused a crash spike on 80.0.3987.162 [1] seems important
for us (though the commit doesn't provide any data on the crash spike).

[0]: https://chromium.googlesource.com/chromium/src/+log/80.0.3987.162..80.0.3987.163?pretty=fuller
[1]: fc11c43603

(cherry picked from commit cbd13f3c55)
Backport of #84174.
2020-04-03 11:22:10 +02:00
Eelco Dolstra
5bf91db519 packagekit: Don't depend on nix unless enableNixBackend = true
(cherry picked from commit 9737f24919)
2020-04-02 22:16:52 +02:00
Florian Klink
3b3831957f go_1_14: 1.14 -> 1.14.1
This contains at least https://github.com/golang/go/issues/37807, which
currently causes some of our go binaries to just fail when booted with
older kernels.

See https://github.com/golang/go/issues/37436 for context.

(cherry picked from commit da2146ddeb)
2020-04-02 20:39:07 +01:00
Maximilian Bosch
50bfd35a05 matrix-synapse: 1.12.0 -> 1.12.1
https://github.com/matrix-org/synapse/releases/tag/v1.12.1
(cherry picked from commit 83c59cb9b6)
2020-04-02 21:13:57 +02:00
Tim Steinbach
8bbceb7c00 linux: 4.9.217 -> 4.9.218 2020-04-02 14:06:15 -04:00
Tim Steinbach
306226b378 linux: 4.4.217 -> 4.4.218 2020-04-02 14:06:15 -04:00
Tim Steinbach
1c38dc5df0 linux: 4.14.174 -> 4.14.175 2020-04-02 14:06:15 -04:00
volth
c8baff29a4 scallion: use openssl 1.0
it does not work with openssl 1.1 (upstream issue https://github.com/lachesis/scallion/issues/113)

(cherry picked from commit 8195e7eb93)
2020-04-02 16:37:07 +01:00
Dmitry Kalinkin
c8d2553996 texlive.combine: set TEXMFCNF in binary wrapper
This helps kpathsea to find texmf.cnf in some cases. For example,
dvipng was trying to look for it in
/nix/store/<hash>-texlive-dvipng.bin-2019/ instead of
/nix/store/<hash>-texlive-combined-full-2019/.

(cherry picked from commit 91c9f2ab5c)
cc #83816
2020-04-02 11:28:55 -04:00
Silvan Mosberger
e071ed1dc2 Merge pull request #84114 from mmilata/moinmoin-b42-20.03
nixos/moinmoin: fix maintainer reference
2020-04-02 17:11:01 +02:00
Martin Milata
866017f7eb nixos/moinmoin: fix maintainer reference
(cherry picked from commit f35d65850e)
2020-04-02 17:07:40 +02:00
Tim Steinbach
c9f15e246e linux: 5.5.14 -> 5.5.15 2020-04-02 10:26:16 -04:00
Tim Steinbach
d4cd5a8b45 linux: 5.4.29 -> 5.4.30 2020-04-02 10:26:16 -04:00
Tim Steinbach
fea9f4e002 linux: 4.19.113 -> 4.19.114 2020-04-02 10:26:16 -04:00
Michael Weiss
69975012f6 chromiumDev: Remove a patch that is already applied
This fixes the patch phase.
I missed this problem in #83956.

(cherry picked from commit 36c7123709)
2020-04-02 15:35:17 +02:00
Michael Weiss
bb34ef369e chromium: 80.0.3987.149 -> 80.0.3987.162
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html

This update includes 8 security fixes.

CVEs:
CVE-2020-6450 CVE-2020-6451 CVE-2020-6452

(cherry picked from commit 6b7528c940)
2020-04-02 15:35:17 +02:00
Artemis Tosini
b36c9faf0f chromium: Add option to enable ozone (for Wayland)
(cherry picked from commit b3e1a1bbbb)
2020-04-02 15:34:59 +02:00
Peter Simons
e7c0dc6c8b chromium: I accidentally added the webrtc patch into the wrong section
(cherry picked from commit b3c2908825)
2020-04-02 15:34:28 +02:00
Peter Simons
5c8fdaacaf chromium: fix webrtc interaction with pulseaudio
The webrtc code suffered from a race condition when used
with Pulseaudio. This lead to audio input breaking every
couple of minutes during a webrtc session.

(cherry picked from commit 81b18c3711)
2020-04-02 15:34:08 +02:00
Jörg Thalheim
e3cf1bd817 Merge pull request #82350 from Mic92/haproxy
[backport-20.03] nixos/haproxy: Revive the haproxy user and group
2020-04-02 13:40:08 +01:00
Vladimír Čunát
0e5ef8c470 openssl: 1.1.1d -> 1.1.1f
https://github.com/pyca/pyopenssl/issues/899#issuecomment-607709065
The tests in python3.pkgs.pyopenssl succeed! (re-checked on 20.03)
Fixing this problem we experienced is listed as the only major change:
https://www.openssl.org/news/openssl-1.1.1-notes.html

(cherry picked from commit 6c8692feb4)
2020-04-02 11:54:49 +02:00
Gabor Greif
28239c7ca5 llvmPackages_10: init at 10.0.0
Backport of llvmPackages_10 since Chromium 83 will depend on it.
See https://github.com/NixOS/nixpkgs/pull/83350#issuecomment-605994185

llvmPackages_10: copy llvmPackages_9

* starting with rc2
* make `lldb` compilable again on Darwin
* separate out manpage creation for `lldb` into a new derivation
* minor tweaks to the patching of sources,
  some of which are backportable to earlier versions

(cherry picked from commit f111c6f9ce)

llvmPackages_10: rc2 -> rc3

http://lists.llvm.org/pipermail/llvm-dev/2020-March/139729.html

Additionally cherry-picked 3 commits from `llvm-project/master`:
- llvm/llvm-project@d21664c
- llvm/llvm-project@3a0f6e6
- llvm/llvm-project@87dac7d

such that clang can automatically pick up the polly plugin from the
`llvm-polly` build.

(cherry picked from commit 3a84353edb)

llvmPackages_10: rc3 -> rc4

Only needed to update hashes and the version.
Updated comment for extension handling patch

(cherry picked from commit 0ec3f4e26b)

llvmPackages_10: removed extra polly-build

There is no good reason to have separate builds for polly and no-polly
versions. wwwwwThe reason for the two versions was (as far as I can
tell) to defer rebuilds (see ed60483257).
Polly is now enabled by default.

(cherry picked from commit e9aa8770ea)

llvmPackges_10: rc4 -> rc5

updated versino and hashes for new rc

(cherry picked from commit cdee144dfc)

llvmPackages_10: rc5 -> release

updated hashes and url
updated comment regarding version/release_version to make it clearer

(cherry picked from commit 4665b2a9a2)
2020-04-02 11:42:16 +02:00
Danylo Hlynskyi
1bdc619f4b postgresql-wal-receiver: fix test for Pg12 (#80268)
Fixes https://github.com/NixOS/nixpkgs/issues/80060

(cherry picked from commit 56c4800e7f)
2020-04-02 12:25:56 +03:00
Vladimír Čunát
0d5664aa8f Merge branch 'release-20.03' into staging-20.03 2020-04-02 10:09:44 +02:00
Vladimír Čunát
5e24f4b3b3 openssl(_1_1): patch CVE-2019-1551
fetchpatch can't be used here and fetchurl from GitHub
like in PR #82928 has the risk of breaking the hash later;
fortunately the patches aren't too large.

(cherry picked from commit 2071e3be28)
2020-04-02 09:58:38 +02:00
Benjamin Hipple
c922cdefa8 Merge pull request #84002 from bhipple/bp/hobbes
[20.03] hobbes: init at 2020-03-10
2020-04-01 23:47:00 -04:00
John Ericson
7c56c5fe6b Merge pull request #84031 from obsidiansystems/consistent-bazel-ref
bazel-*: Consistently self reference
2020-04-01 19:34:52 -04:00
Jan Tojnar
9412ae37b0 Revert "make-options-doc: fix string context issues"
This reverts commit 3c15d578d4.

See https://github.com/NixOS/nixpkgs/issues/83863

(cherry picked from commit cab6b019b1)
2020-04-02 01:33:19 +02:00
Jonathan Ringer
98c6f66507 Revert "nixos/geoclue2: set location.provider to geoclue2"
This reverts commit f8a78afd5c.

(cherry picked from commit 3459038852)
2020-04-02 00:57:25 +02:00
Maximilian Bosch
137d76902b gitea: 1.11.3 -> 1.11.4
https://github.com/go-gitea/gitea/releases/tag/v1.11.4
(cherry picked from commit 38f4e7c6ea)
2020-04-01 23:24:20 +02:00
Maximilian Bosch
e39c7b99c8 linuxPackages.wireguard: 0.0.20200318 -> 1.0.20200401
https://lists.zx2c4.com/pipermail/wireguard/2020-April/005237.html

Resolves #84009

(cherry picked from commit b503b2c75f)
2020-04-01 22:45:19 +02:00
zowoq
734b84c441 bubblewrap: 0.4.0 -> 0.4.1
https://github.com/containers/bubblewrap/releases/tag/v0.4.1
(cherry picked from commit d67539de8a)
2020-04-01 19:45:03 +02:00
Eelco Dolstra
21dbb69ee6 kdeApplications: 19.12.1 -> 19.12.3
(cherry picked from commit 24519c87e8)
2020-04-01 19:00:42 +02:00
Thomaz Leite
609bf4b674 hobbes: mark as broken on Darwin
(cherry picked from commit 2ac8f8faeb)
2020-04-01 12:35:03 -04:00
Thomaz Leite
538929bde7 hobbes: init at unstable-2020-03-10
(cherry picked from commit 704e60443a)
2020-04-01 12:34:55 -04:00
Thomaz Leite
b18e7d7dc5 maintainers: add thmzlt
(cherry picked from commit 063795f3f5)
2020-04-01 12:34:42 -04:00
Jörg Thalheim
32992a68cf Merge pull request #83991 from charles-dyfis-net/curaengine-fix-openmp-compat-backport20.03
[20.03] curaLulzbot: Fix build breakage around OpenMP compatibility
2020-04-01 16:51:42 +01:00
Charles Duffy
a7f8187f09 curaLulzbot: Fix build breakage around OpenMP compatibility
(cherry picked from commit 68d14b3756)
2020-04-01 10:34:05 -05:00
Maximilian Bosch
dffbac03fd riot-desktop: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
(cherry picked from commit d7c0018c79)
2020-04-01 17:03:00 +02:00
Maximilian Bosch
a449185598 riot-web: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
(cherry picked from commit 04a6f80ff4)
2020-04-01 17:03:00 +02:00
Tim Steinbach
19693ddc2e linux_latest-libre: 17387 -> 17402
(cherry picked from commit ef3f3f2728)
2020-04-01 10:59:49 -04:00
Daniel Șerbănescu
c978b1bc1b linux-libre: added --force flag for deblobbing.
(cherry picked from commit 8431497dd2)
2020-04-01 10:59:35 -04:00
Tim Steinbach
f12b9d4e35 linux_latest-libre: 17322 -> 17387
(cherry picked from commit f0d17c2a17)
2020-04-01 10:59:22 -04:00
Tim Steinbach
c4998a4198 linux: 5.5.13 -> 5.5.14 2020-04-01 10:58:12 -04:00
Tim Steinbach
d96290cdf8 linux: 5.4.28 -> 5.4.29 2020-04-01 10:58:12 -04:00
Tim Steinbach
465eb7e75b jenkins: 2.204.5 -> 2.222.1
(cherry picked from commit be792c92ec)
2020-04-01 10:58:00 -04:00
Tim Steinbach
9100c67b27 jenkins: 2.204.4 -> 2.204.5
(cherry picked from commit 16eb11b5d3)
2020-04-01 10:58:00 -04:00
Tim Steinbach
a085e5c5f5 jenkins: 2.204.3 -> 2.204.4
(cherry picked from commit 03003d433c)
2020-04-01 10:58:00 -04:00
Tim Steinbach
b832f28e26 jenkins: 2.204.2 -> 2.204.3
(cherry picked from commit 2cc00e2e8a)
2020-04-01 10:58:00 -04:00
Mario Rodas
7f82e22f70 ruby_2_7: 2.7.0 -> 2.7.1
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
(cherry picked from commit a7f1e9f1ef)
2020-04-01 12:39:09 +00:00
Mario Rodas
8ea9745e8f ruby_2_6: 2.6.5 -> 2.6.6
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
(cherry picked from commit b312ecf34e)
2020-04-01 12:39:07 +00:00
Mario Rodas
4556842a4e ruby_2_5: 2.5.7 -> 2.5.8
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-5-8-released/
(cherry picked from commit 99b09d6b8f)
2020-04-01 12:39:06 +00:00
Mario Rodas
959a1a3e16 ruby: update RVM patchsets
(cherry picked from commit dd24a2f2a0)
2020-04-01 12:39:03 +00:00
worldofpeace
33c19df80d qgnomeplatform: hardcode gsettings schemas
Fixes #81866

(cherry picked from commit 0ea686647f)
2020-04-01 02:16:45 -04:00
worldofpeace
bbb647549e nixos/geoclue2: set location.provider to geoclue2
(cherry picked from commit 4859c19a162218bad41cd320d101a296e1460855)
2020-04-01 01:31:52 -04:00
worldofpeace
347e9b3d65 elementary-planner: 2.1.1 -> 2.2.14
(cherry picked from commit 35fcdb5191)
2020-04-01 01:09:09 -04:00
worldofpeace
35b289344b lollypop: 1.2.23 -> 1.2.32
(cherry picked from commit 9c43840d2de44691bb4e8a94d7b9b41901e09b31)
2020-04-01 00:24:58 -04:00
Benjamin Koch
2bdd1f3a8d nixos/nextcloud: avoid loading imagick extension more than once
This avoids the following error message:
  Module 'imagick' already loaded at Unknown#0

(cherry picked from commit db32158bbd)
2020-04-01 02:57:01 +02:00
Symphorien Gibol
f1fcd3040f nixos/tests/os-prober.nix: fix out of memory
(cherry picked from commit 6a2f64a542)
2020-04-01 01:04:18 +02:00
Symphorien Gibol
fe6052f24b vmTools.diskImageFuns.debian9i386: update source url
referenced packets were removed from the mirrors

Fixes #77396 #80041

(cherry picked from commit 671dc2a5ca)
2020-04-01 01:04:11 +02:00
danbst
5d671c7c3c doc/postgresql: apply xmlformat
(cherry picked from commit a723672c20)
2020-03-31 23:54:39 +02:00
danbst
0f5b21ef72 nixos/postgresql: add upgrade documentation
(cherry picked from commit 759fd9b0b0)
2020-03-31 23:54:29 +02:00
Maximilian Bosch
55b0101dff nixos/acme: don't depend on multi-user.target inside a container
On boot, a container doesn't have an uplink and would run into a timeout
while waiting for cert renewal[1].

[1] https://github.com/NixOS/nixpkgs/pull/81371#issuecomment-605526099

(cherry picked from commit 1a5289f803)
2020-03-31 19:15:47 +02:00
John Ericson
48e07b529f Merge pull request #83882 from jmillerpdt/bugfix/tensorflow-mkl
pythonPackages.tensorflow: fix for bazel settings for intel mkl, dnnl for 20.03
2020-03-31 12:51:35 -04:00
Benjamin Hipple
81c29c1be0 python27Packages.python-otr: mark as broken
See inline comment for details.

https://hydra.nixos.org/build/115510612

CC @NixOS/nixos-release-managers

ZHF: #80379
(cherry picked from commit c77bd38764)
2020-03-31 11:38:26 +01:00
Benjamin Hipple
e15c9281a5 python27Packages.application: 2.7.0 -> 2.8.0 and fix build
The build is currently broken due to failure to build `darcs` to fetch the src
package. The homepage is already their GitHub repo, and it appears to be the
active src of development anyways. See #83718

I came across this while debugging this failure:
https://hydra.nixos.org/build/115510612

Note that the `application` dependency *does* succeed on Hydra, because it's
already on local disk in Hydra's store, but I cannot rebuild locally because it
has prefer local builds.
https://hydra.nixos.org/build/115512559

This package is not reproducible on 20.03 or buildable outside of Hydra, so I
intend to backport the fix.

CC @NixOS/nixos-release-managers

ZHF: #80379
(cherry picked from commit 2c5fe63fbe)
2020-03-31 11:38:24 +01:00
rnhmjoj
75d9ade69e nix-script: 2015-09-22 -> 2020-03-23
(cherry picked from commit 8ef9611645)
2020-03-31 11:40:11 +02:00
R. RyanTM
509bdef90c pirate-get: 0.3.4 -> 0.3.5
(cherry picked from commit 365eb878a9)
This update contains an important fix.
2020-03-31 11:37:51 +02:00
Nick Hu
f2417ef677 zotero: make wrapGAppsHook work
(cherry picked from commit 4665e31ffd)
cc #83806
2020-03-30 22:37:17 -04:00
zowoq
b57eabee9f flatpak: 1.6.2 -> 1.6.3
https://github.com/flatpak/flatpak/releases/tag/1.6.3
(cherry picked from commit 72aceab6ef)
2020-03-31 02:15:34 +02:00
Maximilian Bosch
5a6e4ee2dd Merge pull request #83715 from tokudan/20.03/nextcloud1803
[20.03] nextcloud: 18.0.2 -> 18.0.3
2020-03-31 01:48:12 +02:00
Maximilian Bosch
76312413cb riot-desktop: 1.5.13 -> 1.5.14
https://github.com/vector-im/riot-web/releases/tag/v1.5.14
(cherry picked from commit 574ebdfa848efaf29bf28734eea4519ddb3a4c0e)
2020-03-31 00:09:37 +02:00
Maximilian Bosch
bb7abdfb88 riot-web: 1.5.13 -> 1.5.14
https://github.com/vector-im/riot-web/releases/tag/v1.5.14
(cherry picked from commit 740dcea640c49778dd7c6246731c6632ab5bb270)
2020-03-31 00:09:37 +02:00
John Ericson
2ca3f24f21 Merge branch 'add-tensorflow-2' into release-20.03 2020-03-30 20:35:31 +00:00
John Ericson
f2c8b07e36 tensorflow_2: Mark as broken for now
The other bits are good and worth keeping, however.
2020-03-30 20:34:05 +00:00
John Ericson
6ca72b60f2 Merge remote-tracking branch 'upstream/release-20.03' into add-tensorflow-2 2020-03-30 17:47:59 +00:00
Benjamin Hipple
08bd717049 Merge pull request #83774 from drewrisinger/release-20.03
[20.03] pythonPackages.scikit-build: fix python3.8 bug
2020-03-30 13:32:06 -04:00
adisbladis
90529eee7f pulseaudio: Enable bluetooth support by default
It only increases the closure size by 0.5M and users who do not set
the NixOS option `hardware.pulseaudio.package = pkgs.pulseaudioFull;`
will be stumped by their bluetooth audio not working.

(cherry picked from commit e41f3d9ef3)
2020-03-30 15:35:52 +01:00
Robin Gloster
bec49f93cc libvirt: fix escapeShellArg usage
Co-Authored-By: conferno <conferno@camfex.cz>
(cherry picked from commit b80edca6be)
2020-03-30 15:19:56 +02:00
Izorkin
91dd0647b6 libvirt: 5.4.0 -> 5.9.0
(cherry picked from commit 9336b15a88)
2020-03-30 15:19:36 +02:00
volth
8ad32ccee2 perlPackages.SysVirt: use upstream tag
(cherry picked from commit ddbac2e185)
2020-03-30 15:19:36 +02:00
volth
1affb42569 nixos/scripted-networking: fix bridge setup when libvirtd uses socket activation
(cherry picked from commit 687aa06c70)
2020-03-30 15:19:35 +02:00
volth
d0ab24e4fa libvirt: 6.0.0 -> 6.1.0, fix module
(cherry picked from commit d8664c78b1)
2020-03-30 15:19:35 +02:00
wedens
3388701ad8 libvirt: 5.4.0 -> 6.0.0
(cherry picked from commit 24c8d75874)
2020-03-30 15:19:35 +02:00
Drew Risinger
53264c9e35 pythonPackages.scikit-build: fix python3.8 bug
Python3.8 removes ``platform.linux_distribution()`` call,
must use ``pythonPackages.distro`` to get same information.
Closes #83305
Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458
Also formatting.

(cherry picked from commit c8dd834189)
2020-03-30 08:56:59 -04:00
Michele Guerini Rocco
8137763956 Merge pull request #83726 from davidak/backport
[20.03] Backport small doc improvements
2020-03-30 11:16:55 +02:00
Daniël de Kok
42001e5613 skypeforlinux: support app indicator
In contrast to e.g. Telegram or Slack, Skype does not show an app
indicator in the GNOME tray. This is quite annoying, since Skype will
continue to run in the background when its main window is closed, but
there is no way to access it.

This change adds libappindicator-gtk3 to the rpath to enable app
indicator support.
2020-03-30 09:52:01 +01:00
Vincent Laporte
0c666693d5 ocamlPackages.batteries: 2.11.0 → 3.0.0
(cherry picked from commit 86d1378d3e)
2020-03-30 10:06:24 +02:00
Joachim Breitner
ef0d4659da ghc-8.4.4.nix: Do not use git.haskell.org
which was deprecated in 2018 and is now gone for good. I guess many
won’t notice because the nix-cache kept the files around?

(cherry picked from commit
b872b8a200 and 29ca177c68)
2020-03-30 10:02:24 +02:00
Michael Lingelbach
5187b4105e opencv4: Enable nvidia-optical-flow-sdk when building with cuda
(cherry picked from commit dc1a15e7bd)
2020-03-30 02:37:13 -04:00
Michael Lingelbach
5c4ed65ad7 nvidia-optical-flow-sdk: init at 79c6cee80a2df9a196f20afd6b598a9810964c32
(cherry picked from commit 41b012907d)
2020-03-30 02:37:13 -04:00
Benjamin Hipple
bdaa840230 Merge pull request #81647 from acairncross/monosat-py38-backport
[20.03] python3Packages.monosat: Fix Python 3.8 build
2020-03-29 23:36:46 -04:00
davidak
9f99a89ee1 nixos/phpfpm: add example to socket
(cherry picked from commit c7e4c3b5a3)
2020-03-30 01:28:13 +02:00
davidak
680d4ceaa2 Doc: Fix typo
(cherry picked from commit dc434b0704)
2020-03-30 01:27:33 +02:00
Daniel Frank
a7ee0ab412 nextcloud: 18.0.2 -> 18.0.3
(cherry picked from commit 2496942c7a)
2020-03-29 23:59:48 +02:00
Antoine Eiche
4b5e5fce5a nixos/nextcloud: add bcmap, mp4 and webm in nginx configuration
This is used by the `firstrunwizard` and has been added in the nginx
configuration documentation of the latest
manual (cda627b7c8/admin_manual/installation/nginx.rst).

(cherry picked from commit 24ee2e8dc0)
2020-03-29 22:08:39 +02:00
Eelco Dolstra
2f0590907c make-tarball.nix: Strip source directory from packages.json
https://github.com/NixOS/nixos-homepage/issues/372
(cherry picked from commit 4e554ad1bc)
2020-03-29 20:04:33 +02:00
José Romildo Malaquias
098a0182a0 xfce.xfce4-whiskermenu-plugin: 2.3.3 -> 2.4.3
(cherry picked from commit 459a94ffa7)
2020-03-29 13:08:33 -04:00
José Romildo Malaquias
e8c651defd xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained)
(cherry picked from commit 0dc23eaf61)
2020-03-29 13:08:33 -04:00
José Romildo Malaquias
83b7dde861 nixos.xfce: set desktopNames
(cherry picked from commit e9d707cf8e)
2020-03-29 12:58:45 -04:00
José Romildo Malaquias
9108778523 nixos.display-managers: use new attribute for desktop names
(cherry picked from commit fb47c6fbac)
2020-03-29 12:58:45 -04:00
Benjamin Hipple
87d71b46d2 Merge pull request #83682 from xfix/ftputil-zhf
[20.03] pythonPackages.ftputil: fix build
2020-03-29 12:01:42 -04:00
Konrad Borowski
ce667d569b pythonPackages.ftputil: fix build
Some tests assume execution before 2020.

(cherry picked from commit cfb435732a)
2020-03-29 15:07:58 +02:00
Jeff Labonte
2d0d227b23 brave: 1.5.112 -> 1.5.115
Update the checkum and the version

(cherry picked from commit fa5fc4993e)
Reason: Browser must be kept up-to-date
2020-03-29 14:08:13 +02:00
Peter Kolloch
040f611609 buildRustCrate: Add tests for checking files in outputs.
...and remove superfluous dependency files (*.d).
...and copy dSYM directories on Mac OS when in release=false mode.

(cherry picked from commit 782b304dba)
2020-03-29 13:03:28 +02:00
Andreas Rammhold
32cbd89e22 buildRustCrateTests: Fix link order test on darwin
As it turns out Darwin does most of the things differently then "normal"
systems. They are using a different shared library extension and require
an obscure commandline parameter that has to be added to every build
system out there. That issue seems to be with clang on Darwin as on
Linux that flag isn't required to build the very same tests (when using
clang).

After adjusting these two details the tests are running fine on the
darwin box that I was able to obtain.

(cherry picked from commit c8de31baa6)
2020-03-29 13:03:10 +02:00
Vincent Laporte
f7ffc4476d coqPackages.coqhammer: 1.1 → 1.1.1
(cherry picked from commit db5bde2342)
2020-03-29 11:03:07 +02:00
Vladimír Čunát
2ffa0a33f3 Merge #83013: exiv2: patch CVE-2019-20421
(cherry picked from commit 6d28c1893d)
2020-03-29 09:42:51 +02:00
Vincent Laporte
e41711cda2 coqPackages.paramcoq: 1.1.1 → 1.1.2
(cherry picked from commit 2773498fc0)
2020-03-29 07:49:09 +02:00
worldofpeace
4ebb91a1c8 Merge pull request #83564 from bhipple/bp/ntlm-auth
[20.03] pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
2020-03-28 22:03:21 -04:00
Jan Tojnar
10e40a07ad hydra-unstable: Fix eval with allowAliases = false
* Catalyst::Plugin::Unicode::Encoding has been merged into Catalyst::Runtime
* Test::More is apparently part of Perl core modules since 5.6.2

(cherry picked from commit dc88e94ff1)
2020-03-29 03:03:52 +02:00
Maximilian Bosch
cd388a5c0e Merge pull request #82521 from Xe/libdap-hash-fix
development/libraries/libdap: fix hash
2020-03-29 01:30:21 +01:00
Maximilian Bosch
834fb02c9d nixos/tests/mongodb: also test mongodb-3_4
(cherry picked from commit 2c133fbb4b)
2020-03-29 01:12:16 +01:00
Maximilian Bosch
7e1b6e4a7b Merge pull request #83606 from scaredmushroom/tor-browser-bundle-bin_release-20.03
[20.03] tor-browser-bundle-bin: 9.0.6 -> 9.0.7
2020-03-29 01:11:20 +01:00
Benjamin Hipple
99a2ed5a55 pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
On master and 20.03, this is failing to build on `python 3.8`.

https://hydra.nixos.org/build/115517329
https://hydra.nixos.org/build/114714922

CC @NixOS/nixos-release-managers
ZHF: #80379

Co-Authored-By: Niklas Hambüchen <mail@nh2.me>
(cherry picked from commit 97f09ff09f)
2020-03-28 20:10:18 -04:00
Benjamin Hipple
c8e2f6d337 Merge pull request #83631 from bhipple/bp/pywinrm
[20.03] pythonPackages.pywinrm: missing dependency
2020-03-28 20:09:50 -04:00
Kevin Amado
f21665a5dc pythonPackages.pywinrm: missing dependency
- Keberos is a dependency that you really want included in the pkg,
  this is also needed to run the test suite by default

(cherry picked from commit 36a1d1023a)
2020-03-28 19:35:22 -04:00
Maximilian Bosch
dabdd3a06d hydra: 2020-02-06 -> 2020-03-{24,27}
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].

The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.

Basically, the following steps are needed:

* Upgrade to a non-breaking version of Hydra with the db-changes
  (columns are still nullable here). If `system.stateVersion` is set to
  something older than 20.03, the package will be selected
  automatically, otherwise `pkgs.hydra-migration` needs to be used.

* Run `hydra-backfill-ids` on the server.

* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
  `pkgs.hydra-flakes` (for flakes-support) to activate the optimization.

The steps are also documented in the release-notes and in the module
using `warnings`.

`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.

To verify the approach, a simple vm-test has been added which verifies
the migration steps.

[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471

(cherry picked from commit bd5324c4fc)
2020-03-29 00:26:15 +01:00
Fabian Möller
50de0ac554 mariadb-connector-c: add mysqlclient.pc pkgconfig symlink
(cherry picked from commit 349a991bfb)
2020-03-29 00:12:21 +01:00
worldofpeace
e1d8a61431 riot-desktop: fix StartupWMClass
It seems the quoting breaks it just like in da587daae5

(cherry picked from commit e50bb280cbf5339ed671b0a7208e6aba4002c713)
(cherry picked from commit f8ccef5edb)
2020-03-28 18:38:46 -04:00
Konrad Borowski
8f623faf2d nixos/tests/hibernate: disable for platforms other than x86_64
Due to 9pnet_virtio bugs, /nix is no longer available after
hibernation. It happens to work on x86_64, but not on other
platforms.

(cherry picked from commit d85fb28414)
2020-03-28 18:22:44 -04:00
worldofpeace
bde5b846f7 Merge pull request #83593 from bhipple/bp/zetup
[20.03] python38Packages.zetup: fix build
2020-03-28 18:15:41 -04:00
Maximilian Bosch
cd36c1d76e nixos/release-notes: mention that mongodb is unfree now
(cherry picked from commit 27121521b8)
2020-03-28 21:29:01 +01:00
Maximilian Bosch
7cf4906ab9 nixos/release-notes: mention mongodb update
(cherry picked from commit b65ff5d455)
2020-03-28 21:29:00 +01:00
Maximilian Bosch
07fb01965e nixos/tests/mongodb: rewrite with python
perl-based VM tests are deprecated.

(cherry picked from commit 2934f04641)
2020-03-28 21:29:00 +01:00
Maximilian Bosch
56bfb0d8ff mongodb: builds on aarch64 as well
(cherry picked from commit 80e6da7bd3)
2020-03-28 21:29:00 +01:00
Thibault Gagnaux
00d69b87a4 mongodb: 3.4.22 -> 3.4.24 & fix ssl
Reverts previous ssl fix commit and updates the mongodb version which fixes the ssl compile problem on darwin.

(cherry picked from commit c2eee6ecdb)
2020-03-28 21:29:00 +01:00
Nathan Smyth
ef9bd8e244 mongodb-4_0: 4.0.11 -> 4.0.12
(cherry picked from commit de69821b54)
2020-03-28 21:28:59 +01:00
Nathan Smyth
2cba56ec37 nixos/tests/mongodb: test against mongodb versions 3.4, 3.6, 4.0
Now has tests for 3.4, 3.6, 4.0. Has some duplication, but it appears to
work on my machine.

(cherry picked from commit 44641ed00b)
2020-03-28 21:28:59 +01:00
Nathan Smyth
83d71242f3 mongodb: 3.4.20 -> 3.4.22, 3.6.12 -> 3.6.13, 4.0.9 -> 4.0.11
(cherry picked from commit 165d8bda82)
2020-03-28 21:28:59 +01:00
Nathan Smyth
54d2944172 mongodb: split packages to expose 3.4, 3.6 and 4.0
(cherry picked from commit 97c4dff158)
2020-03-28 21:28:58 +01:00
Nathan Smyth
ac23e5039c mongodb: 3.4.10 -> 4.0.4
fix: Adding libtool to allow darwin compiles

Libtool seems to be required for mongodb to compile on darwin.

fix: Marking MongoDB as broken on aarch64

fix: Adding libtools to the pkg imports

Update mongodb to 4.0.4

(cherry picked from commit e9bec1adf6)
2020-03-28 21:28:58 +01:00
Maximilian Bosch
7a7952bce6 cargo-make: 0.30.0 -> 0.30.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
(cherry picked from commit 5a7d2e18fe)
2020-03-28 19:08:50 +01:00
Michael Weiss
25d25cd0d2 Merge pull request #83562 from nh2/release-20.03-issue-41918-chromium-swiftshader-by-default
[20.03] chromium: Enable swiftshader by default
2020-03-28 17:15:11 +01:00
cap
b9e710cf98 tor-browser-bundle-bin: 9.0.6 -> 9.0.7 2020-03-28 17:02:16 +01:00
Symphorien Gibol
9408b0cf38 buildRustCrateTests: add regression test for link order
(cherry picked from commit 2f7fb1c497)
2020-03-28 16:08:45 +01:00
Symphorien Gibol
259787549a buildRustCrate: don't sort link flags
Linkage order is significant and sorting can result in link errors.

(cherry picked from commit d8b853799d)
2020-03-28 16:08:38 +01:00
Niklas Hambüchen
af8edbf7c7 Merge pull request #83596 from bhipple/bp/torch
[20.03] treewide: remove torch and related packages; add throw aliases
2020-03-28 16:08:05 +01:00
Alyssa Ross
eb7d4502e1 buildRustCrate: fewer backslashes
This is a slight readability boost, I think.

(cherry picked from commit 7533876312)
2020-03-28 16:07:19 +01:00
Daniël de Kok
fcb8dc70f3 buildRustCrate: sort linker options in-place
(cherry picked from commit 412c72d20f)
2020-03-28 16:07:12 +01:00
Daniël de Kok
ed3dc87160 buildRustCrate: only link build deps into build script
According to the Cargo documentation:

> The build script does not have access to the dependencies listed in
> the dependencies or dev-dependencies section (they’re not built
> yet!). Also, build dependencies are not available to the package
> itself unless also explicitly added in the [dependencies] table.

https://doc.rust-lang.org/cargo/reference/build-scripts.html

This change separates linkage of regular dependencies and build
dependencies.

(cherry picked from commit ea6e048c37)
2020-03-28 16:07:06 +01:00
Peter Kolloch
0965206200 build-support/rust/buildRustCrate: Search for matching Cargo.toml in sub directories
This is what cargo does for git repositories.

See related issues:

* https://github.com/kolloch/crate2nix/issues/53
* https://github.com/kolloch/crate2nix/issues/33

(cherry picked from commit 8a6638daa9)
2020-03-28 16:07:01 +01:00
Peter Kolloch
7d8d24efe7 buildRustCrate: refactor colored logging
* Make errors include the crate name and make them much more prominent.
* Move more code into lib.sh
* Already source generated logging code and lib.sh in configure

(cherry picked from commit 04e7462ee6)
2020-03-28 16:06:56 +01:00
Andreas Rammhold
be561c771c buildRustCrate: remove superfluous dependency overrides
By overriding each dependency on every level of the dependency tree we
are creating a lot of unnecessary instances of the same derivation

Looking at the output size of `nix-instantiate --trace-function-calls
-vvvv …` and the execution time I got about a 10x improvement after
applying this change.

It was probably good intentions that lead to these overrides but in
practice no tooling (that I know of) really needs this. `carnix` and
`crate2nix` are fine without those overrides. Furthermore I believe that
it is the job of the tooling around `buildRustCrate` to provide a
coherent set of overrides. By not enforcing all of the overrides, debug
flags, verbosity, … to be the same throughout the closure we also allow
consumers to override specific aspects of the crates. Some (older?)
crates might need different `crateOverrides` then newer crates with the
same name. Currently such situations can not (easily) be implemented
with the override in-place.

(cherry picked from commit be5597fc9d)
2020-03-28 16:06:49 +01:00
Andreas Rammhold
1febd68e84 buildRustCrate: remap the current build dir to / for (more) reproducible builds
(cherry picked from commit 56e11bc8df)
2020-03-28 16:06:29 +01:00
Benjamin Hipple
b88ff468e9 Merge pull request #83566 from mmilata/rt-build-fix-20.03
[20.03] rt: fix build error
2020-03-28 10:24:35 -04:00
Benjamin Hipple
4ea297d46d Merge pull request #83565 from mmilata/perl-crypt-ssleay-0.73_06-20.03
[20.03] perlPackages.CryptSSLeay: 0.72 -> 0.73_06
2020-03-28 10:21:50 -04:00
Benjamin Hipple
4a3f221d05 aliases.nix: add aliases for removed torch packages
We've removed the abandoned and broken torch project as part of https://github.com/NixOS/nixpkgs/issues/71888

This commit adds aliases for:

- https://github.com/NixOS/nixpkgs/pull/81173
- https://github.com/NixOS/nixpkgs/pull/83568

(cherry picked from commit a80ed9f72a)
2020-03-28 10:04:21 -04:00
Benjamin Hipple
8f246dbc1b treewide: remove torch and related packages
See #71888 for details.

(cherry picked from commit 698ec44e74)
2020-03-28 10:03:18 -04:00
Benjamin Hipple
e1381d0956 python38Packages.zetup: fix build
Currently fails to build on python 3.8 due to an overly restrictive version bound.

ZHF: #80379

CC @NixOS/nixos-release-managers

(cherry picked from commit a65e052e4c)
2020-03-28 09:41:58 -04:00
rnhmjoj
b0c285807d antimony: 2019-10-30 -> 2020-03-28
(cherry picked from commit 9c7c0e148c)

ZHF: #80379
Fix build.
2020-03-28 10:36:45 +01:00
Robin Gloster
8ad6e4edf1 Merge pull request #81045 from B4dM4n/backport-mariadb-pkgconfig-link
[20.03] mariadb-connector-c: add mysqlclient.pc pkgconfig symlink
2020-03-28 09:30:44 +00:00
ajs124
24b17c2a97 atlassian-confluence: 7.2.1 -> 7.3.4
(cherry picked from commit 5dbeb69154)
2020-03-28 10:29:32 +01:00
vasy
f1c1247b87 atlassian-jira: 8.7.1 -> 8.8.0 (#83218)
fix not starting service when jdk is jdk11

(cherry picked from commit 758f81df44)
2020-03-28 10:26:27 +01:00
R. RyanTM
d7d7a34508 atlassian-jira: 8.7.0 -> 8.7.1
(cherry picked from commit 26a31f8c62)
2020-03-28 10:26:27 +01:00
Antoine Eiche
d87fea74bd nixos/alertmanager: start after the network-online target
If the host network stack is slow to start, the alertmanager fails to
start with this error message:

    caller=main.go:256 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided"

This bug can be reproduced by shutting down the network stack and
restarting the alertmanager.

Note I don't know why I didn't hit this issue with previous
alertmanager releases.

(cherry picked from commit 39621bb8de)
2020-03-28 09:30:49 +01:00
worldofpeace
cdf5eca5b5 Merge pull request #83567 from nh2/release-20.03-remove_lua_torch
[20.03] torchPackages, torch-repl: remove
2020-03-28 01:38:18 -04:00
worldofpeace
b8b0d0adb0 Merge pull request #83563 from bhipple/bp/rpcs3
[20.03] rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7eb
2020-03-28 01:28:23 -04:00
worldofpeace
22dba9fe07 Merge pull request #83557 from bhipple/bp/airflow
[20.03] python3Packages.apache-airflow: fix dependencies
2020-03-28 01:24:19 -04:00
worldofpeace
e2340b8075 Merge pull request #83574 from bhipple/bp/effect
[20.03] pythonPackages.effect: fix build by marking py3 only
2020-03-28 01:22:19 -04:00
Dennis Gosnell
adc01b589b Merge pull request #83572 from nh2/release-20.03-hspec-core-disable-tests
[20.03] haskellPackages.hspec-core: Disable tests on i686
2020-03-28 14:11:49 +09:00
John Ericson
592a34de3f Merge pull request #83533 from bhipple/bp/mkl
[20.03] mkl: 2019.5.281 -> 2020.0.166 (Linux only)
2020-03-27 23:47:20 -04:00
Benjamin Hipple
235ee73ee6 pythonPackages.effect: fix build by marking py3 only
Upstream only supports python >= 3.6:
https://github.com/python-effect/effect/#effect

CC @NixOS/nixos-release-managers

ZHF: #80379
(cherry picked from commit 3b7b98ce1e)
2020-03-27 23:15:44 -04:00
Niklas Hambüchen
1f6b1cbae4 haskellPackages.hspec-core: Disable tests on i686.
The tests have x86_64 results hardcoded, see
https://github.com/hspec/hspec/issues/431.

(cherry picked from commit 59e77d45b234162e2a6b804fe9c1462e6089afe8)
2020-03-28 04:06:20 +01:00
Matthieu Coudron
18c0784b89 torchPackages, torch-repl: remove
See https://github.com/NixOS/nixpkgs/issues/71888
and https://github.com/NixOS/nixpkgs/issues/56398

To sump up, development has moved on to other technologies than lua:
https://github.com/torch/torch7#development-status
and the current packages are broken anyway.

(cherry picked from commit 05b6836816)
2020-03-28 03:17:14 +01:00
Stig Palmquist
f33613906f perlPackages.CryptSSLeay: 0.72 -> 0.73_06
dependencies:
perlPackages.BytesRandomSecure: init at 0.29
perlPackages.CryptRandomSeed: init at 0.03
perlPackages.CryptRandomTESHA2: init at 0.01

(cherry picked from commit 3aade16ff3)
2020-03-28 03:02:29 +01:00
Stig Palmquist
fd6c92eb86 rt: fix build error
ZHF: #80379
https://hydra.nixos.org/build/113061284

Added requiredPerlModules as suggested for similar problem as described for
similar problem here:
https://github.com/NixOS/nixpkgs/issues/72783#issuecomment-549817011

(cherry picked from commit 3e50e26e7d)
2020-03-28 02:59:48 +01:00
aszlig
35fe837b62 nginx: Fix ETag patch to ignore realpath(3) error
While our ETag patch works pretty fine if it comes to serving data off
store paths, it unfortunately broke something that might be a bit more
common, namely when using regexes to extract path components of
location directives for example.

Recently, @devhell has reported a bug with a nginx location directive
like this:

  location ~^/\~([a-z0-9_]+)(/.*)?$" {
    alias /home/$1/public_html$2;
  }

While this might look harmless at first glance, it does however cause
issues with our ETag patch. The alias directive gets broken up by nginx
like this:

  *2 http script copy: "/home/"
  *2 http script capture: "foo"
  *2 http script copy: "/public_html/"
  *2 http script capture: "bar.txt"

In our patch however, we use realpath(3) to get the canonicalised path
from ngx_http_core_loc_conf_s.root, which returns the *configured* value
from the root or alias directive. So in the example above, realpath(3)
boils down to the following syscalls:

  lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lstat("/home/$1", 0x7ffd08da6f60) = -1 ENOENT (No such file or directory)

During my review[1] of the initial patch, I didn't actually notice that
what we're doing here is returning NGX_ERROR if the realpath(3) call
fails, which in turn causes an HTTP 500 error.

Since our patch actually made the canonicalisation (and thus additional
syscalls) necessary, we really shouldn't introduce an additional error
so let's - at least for now - silently skip return value if realpath(3)
has failed.

However since we're using the unaltered root from the config we have
another issue, consider this root:

  /nix/store/...-abcde/$1

Calling realpath(3) on this path will fail (except if there's a file
called "$1" of course), so even this fix is not enough because it
results in the ETag not being set to the store path hash.

While this is very ugly and we should fix this very soon, it's not as
serious as getting HTTP 500 errors for serving static files.

I added a small NixOS VM test, which uses the example above as a
regression test.

It seems that my memory is failing these days, since apparently I *knew*
about this issue since digging for existing issues in nixpkgs, I found
this similar pull request which I even reviewed:

https://github.com/NixOS/nixpkgs/pull/66532

However, since the comments weren't addressed and the author hasn't
responded to the pull request, I decided to keep this very commit and do
a follow-up pull request.

[1]: https://github.com/NixOS/nixpkgs/pull/48337

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: @devhell
Acked-by: @7c6f434c
Acked-by: @yorickvP
Merges: https://github.com/NixOS/nixpkgs/pull/80671
Fixes: https://github.com/NixOS/nixpkgs/pull/66532
(cherry picked from commit e1d63ada02)
2020-03-28 02:59:35 +01:00
Christoph Neidahl
8e4c0dd26e rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7eb
(cherry picked from commit f028498f63)
2020-03-27 21:57:41 -04:00
Niklas Hambüchen
d59be297de chromium: Enable swiftshader by default.
This makes it possible to use chromium headless with WebGL
(e.g. for webdriver tests) without having to rebuild from source.

The upstram default is to enable, thus simply removing our disabling switch.

Also fixes #41918.

(cherry picked from commit 015bb28ae1)
2020-03-28 02:52:31 +01:00
worldofpeace
16d4f17a6f Merge pull request #83553 from bhipple/bp/gym
[20.03] python27Packages.gym: 0.15.4 -> 0.16.0 to fix build
2020-03-27 21:42:41 -04:00
worldofpeace
7780ba4eb9 Merge pull request #83558 from bhipple/bp/pounce
[20.03] pounce: 1.0p1 -> 1.1 to fix build
2020-03-27 21:41:32 -04:00
Alyssa Ross
34b75d1172 pounce: 1.0p1 -> 1.1
(cherry picked from commit 88e4258df4)
2020-03-27 21:24:03 -04:00
Jonathan Ringer
862c3c2d24 python3Packages.apache-airflow: fix dependencies
(cherry picked from commit b4b0bc9d38)
2020-03-27 21:16:09 -04:00
R. RyanTM
9bd852f026 python27Packages.gym: 0.15.4 -> 0.16.0
Fixes broken build by backporting https://github.com/NixOS/nixpkgs/pull/81577
and previous update.

CC @NixOS/nixos-release-managers

ZHF: #80379

(cherry picked from commit 908c6e8214a3933d43f55f5c4ae6df0572c34568)
2020-03-27 20:58:52 -04:00
worldofpeace
348880312e Merge pull request #83550 from bhipple/bp/ion
[20.03] ion: 1.0.5 -> unstable-2020-03-22
2020-03-27 20:30:28 -04:00
Benjamin Hipple
409e70d6c5 ion: 1.0.5 -> unstable-2020-03-22
The app is still maintained upstream, but they aren't cutting releases on
crates.io anymore:
https://crates.io/crates/ion-shell

This fixes the build with the latest Rust toolchain by upgrading to the current
commit off the project's `master`.

ZHF: #80379

(cherry picked from commit 16cdff0711)
2020-03-27 20:18:01 -04:00
adisbladis
d940214174 poetry2nix: 1.7.0 -> 1.7.1 2020-03-27 23:46:07 +00:00
adisbladis
176cb5cc87 poetry2nix: 1.6.1 -> 1.7.0 2020-03-27 22:53:38 +00:00
Roberto Di Remigio
d22cd2bccf mkl: 2019.5.281 -> 2020.0.166 (Linux only)
(cherry picked from commit 335e097352)
2020-03-27 17:39:02 -04:00
Benjamin Hipple
a6f3555ccb pythonPackages.distributed: remove bad check dependency on pytest-faulthandler
(cherry picked from commit acfe7e0dbc)
2020-03-27 14:10:00 -07:00
Benjamin Hipple
353494841b python2Packages.pytest-faulthandler: remove package
This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler

Since it should no longer be used, let's remove from nix.

(cherry picked from commit f5ffd143d6)
2020-03-27 14:10:00 -07:00
Benjamin Hipple
e158eccf9b python2Packages.faulthandler: 3.1 -> 3.2 and fix build
It is currently failing on master and 20.03. I spent some time reading the src
code but was not able to figure out why the env var activation is not working.
Since this is currently failing, and since it's dying alongside python 2 anyways
I propose we just disable the 1 failing test.

There's some more information inline in the comment if someone wants to fix this
or dig further.

(cherry picked from commit 643d10295d)
2020-03-27 14:10:00 -07:00
toonn
97d3d1ec7f wire-desktop: linux 3.15.2922 -> 3.16.2923
(cherry picked from commit 55ce589f18)
2020-03-27 19:23:10 +01:00
toonn
cf77a5fdc1 wire-desktop: linux 3.12.2916 -> 3.15.2922
(cherry picked from commit 39b39690fa)
2020-03-27 19:23:10 +01:00
toonn
7730ed9da4 wire-desktop: mac 3.12.3490 -> 3.15.3621
(cherry picked from commit 43f245d6d9)
2020-03-27 19:23:09 +01:00
Lancelot SIX
d0f67fb5ed qgis: 3.10.1 -> 3.10.4
(cherry picked from commit 8e8efc7ace)
2020-03-27 10:44:08 -07:00
Lancelot SIX
f735cce584 pythonPackages.pyproj: 2.2.2 -> 2.6.0
(cherry picked from commit 6cd915b21f)
2020-03-27 10:44:08 -07:00
Lancelot SIX
1b0b8ef9b1 proj: 6.1.1 -> 6.3.1
(cherry picked from commit 4f6fc6dc62)
2020-03-27 10:44:08 -07:00
adisbladis
e8d490f4c1 poetry: 1.0.3 -> 1.0.5 2020-03-27 14:56:09 +00:00
adisbladis
2037514ecb poetry2nix: Add hooks 2020-03-27 14:54:22 +00:00
adisbladis
713aa6d70d poetry2nix: 1.1.0 -> 1.6.1 2020-03-27 14:52:12 +00:00
Florian Klink
71f2773f8a gitlab: 12.8.7 -> 12.8.8
(cherry picked from commit 8ab04fd87b)
2020-03-27 13:41:16 +01:00
Lancelot SIX
85055b3ab7 ptyhon3Packages.django-compat: fix 2020-03-27 10:36:54 +01:00
Dmitry Kalinkin
5ffc821846 perlPackages.CPAN: fix patch download
Fixes: 153b0db9 ('perlPackages.CPAN: apply patch to fix changed YAML module default')
Closes: #81480
(cherry picked from commit fa73723305)
2020-03-27 04:06:47 -04:00
gnidorah
294445af03 vk-messenger: 4.5.2 -> 5.0.1
(cherry picked from commit c694fcfb3e)
cc #81127
2020-03-27 03:32:12 -04:00
Vincent Laporte
fdbefdc474 ocaml: 4.09.0 → 4.09.1
(cherry picked from commit 4a3edb4bd7)
2020-03-27 08:07:03 +01:00
Benjamin Hipple
834ad820cc Merge pull request #82515 from Xe/fix-b3sum
tools/security/b3sum: fix cargo hash
2020-03-26 21:04:07 -04:00
Maximilian Bosch
ea57fc5d63 iwd: 1.4 -> 1.6
(cherry picked from commit 0e69720f34)
2020-03-27 01:32:25 +01:00
Maximilian Bosch
68c3a4f23c ell: 0.27 -> 0.30
(cherry picked from commit 79cc0c7e9f)
2020-03-27 01:32:20 +01:00
Maximilian Bosch
c2db74f11a mautrix-whatsapp: 2020-02-09 -> 2020-03-26
(cherry picked from commit 5bfc1d5110)
2020-03-26 23:47:18 +01:00
Michael Weiss
c10c44a633 signal-desktop: 1.32.2 -> 1.32.3
(cherry picked from commit 38aa1cad7f)
2020-03-26 22:17:20 +01:00
worldofpeace
8d0010b08b networkmanager: 1.22.8 -> 1.22.10
(cherry picked from commit 4feb4cf707)
2020-03-26 13:39:55 -04:00
Domen Kožar
41875cf33e ghc: 8.10.0.20200123 -> 8.10.1
(cherry picked from commit 59c58f3360)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-26 17:54:27 +01:00
Jan Tojnar
f6ab55b31c mysql-workbench: 8.0.15 → 8.0.19
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-16.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-17.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-18.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-19.html

The release notes contain the following:

Important Note: MySQL Workbench 8.0.19 is unable to open a new connection to MySQL Server from the home screen if the server is not started and you cannot start a server by using the Workbench Administration feature. Administrative and SQL editing tasks require an online server for the duration of this issue. Feature tasks that you performed with an offline server in previous releases now return an error message indicating that the server is unreachable.

but it is clearly better than having it broken.

(cherry picked from commit 070b49ed00)
2020-03-26 17:18:47 +01:00
Jan Tojnar
f5e8ef656f libmysqlconnectorcpp: 1.1.9 → 8.0.19
This has been seriously outdated:

* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-10.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-11.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-12.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-13.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-1.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-2.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-3.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-4.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-8-through-10.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-18.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html

Expression changes:

* Format with nixpkgs-fmt.
* Move cmake to nativeBuildInputs.
* Use OpenSSL from the system as using the bundled version is now optional.
* Use MysQL 8.0 since this is supposed to be used with that version.
* Explicitly enable the now legacy JDBC library used by mysql-workbench.
* Remove unnecessary MYSQL_LIB_DIR flag. MySQL will be found automatically.
    * We just need the build script know it is not a static library.

(cherry picked from commit 23d69911f3)
2020-03-26 17:18:47 +01:00
Jan Tojnar
4c122542ce mysql-workbench: format with nixpkgs-fmt
(cherry picked from commit eacf018ea7)
2020-03-26 17:18:47 +01:00
worldofpeace
a3a02d6cd4 Merge pull request #83392 from Ma27/nixos-container-nsenter-20.03
Revert "nixos-container: use systemd-run instead of nsenter"
2020-03-26 11:01:53 -04:00
Arian van Putten
01c61f3923 wire-desktop: Fix StartupWMClass
With quotes it doesn't match the Wire's screen, causing the window to not be grouped under its icon in Gnome.

(cherry picked from commit da587daae5)
2020-03-26 10:57:37 -04:00
Maximilian Bosch
d148bb00cf nixos/nextcloud: implement a safe upgrade-path between 19.09 and 20.03
It's impossible to move two major-versions forward when upgrading
Nextcloud. This is an issue when comming from 19.09 (using Nextcloud 16)
and trying to upgrade to 20.03 (using Nextcloud 18 by default).

This patch implements the measurements discussed in #82056 and #82353 to
improve the update process and to circumvent similar issues in the
future:

* `pkgs.nextcloud` has been removed in favor of versioned attributes
  (currently `pkgs.nextcloud17` and `pkgs.nextcloud18`). With that
  approach we can safely backport major-releases in the future to
  simplify those upgrade-paths and we can select one of the
  major-releases as default depending on the configuration (helpful to
  decide whether e.g. `pkgs.nextcloud17` or `pkgs.nextcloud18` should be
  used on 20.03 and `master` atm).

* If `system.stateVersion` is older than `20.03`, `nextcloud17` will be
  used (which is one major-release behind v16 from 19.09). When using a
  package older than the latest major-release available (currently v18),
  the evaluation will cause a warning which describes the issue and
  suggests next steps.

  To make those package-selections easier, a new option to define the
  package to be used for the service (namely
  `services.nextcloud.package`) was introduced.

* If `pkgs.nextcloud` exists (e.g. due to an overlay which was used to
  provide more recent Nextcloud versions on older NixOS-releases), an
  evaluation error will be thrown by default: this is to make sure that
  `services.nextcloud.package` doesn't use an older version by accident
  after checking the state-version. If `pkgs.nextcloud` is added
  manually, it needs to be declared explicitly in
  `services.nextcloud.package`.

* The `nixos/nextcloud`-documentation contains a
  "Maintainer information"-chapter  which describes how to roll out new
  Nextcloud releases and how to deal with old (and probably unsafe)
  versions.

Closes #82056

(cherry picked from commit 702f645aa8)
2020-03-26 13:23:20 +01:00
Maximilian Bosch
b249ffa449 wasm-bindgen-cli: 0.2.59 -> 0.2.60
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.60
(cherry picked from commit c3392946b1)
2020-03-26 13:23:19 +01:00
Michael Weiss
4a82119cce signal-desktop: 1.32.1 -> 1.32.2
(cherry picked from commit 5c4735947d)
2020-03-26 12:18:45 +01:00
Vincent Laporte
d947d2863c coqPackages.mathcomp_1_10: init at 1.10.0
(cherry picked from commit 229dc013b3)
2020-03-26 08:23:13 +01:00
Vladimír Čunát
84f1b23670 Merge branch 'staging-20.03' into release-20.03 2020-03-26 07:22:05 +01:00
Benjamin Hipple
34e93f4eff Merge pull request #83330 from JeffLabonte/20.03_update_protonvpn_ng_2.2.0-with_fix
[20.03] protonvpn-cli-ng: 2.2.0 -> 2.2.2
2020-03-26 00:58:41 -04:00
Maximilian Bosch
7f1ba606ac Revert "nixos-container: use systemd-run instead of nsenter"
This reverts commit 7cb100b683.

This appears to break at least the `container`-backend of `nixops`: when
running `switch-to-configuration` within `nixos-container run`, the
running `systemd`-instance gets reloaded which appears to kill the
`systemd-run` command and causes `nixos-container run` to hang.

The full issue is reported in the original PR[1].

[1] https://github.com/NixOS/nixpkgs/pull/67332#issuecomment-604145869
2020-03-26 01:30:31 +01:00
John Ericson
3a009bd5da Merge branch 'tensorflow-versions' into release-20.03
There were a number of fixes that were not backported. I made a branch
with those cherry-picked fixes to be merged into both 20.03 and master
(not changing master), to ensure the two release branches didn't diverge
when they shouldn't.

I like this "apply the fixes to the comment ancester and then merge
both" approach because it makes it much easier to avoid backporting
issues. I suspect I'll be making more fixes to both in the future.
2020-03-25 20:30:46 +00:00
Tim Steinbach
6c29c8b67b linux: 5.5.11 -> 5.5.13 2020-03-25 13:09:57 -04:00
Tim Steinbach
09bb10dcde linux: 5.4.27 -> 5.4.28 2020-03-25 13:09:57 -04:00
Tim Steinbach
7a543ea318 linux: 4.19.112 -> 4.19.113 2020-03-25 13:09:57 -04:00
John Ericson
49a0313e92 Merge branch 'tenserflow-versions' into release-20.03 2020-03-25 11:49:16 -04:00
Domen Kožar
c1dd41699f add openapi-generator-cli-unstable
(cherry picked from commit cefe9b2dac)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-25 16:40:58 +01:00
Marek Fajkus
3cfa4cc98b elmPackages.elm-coverage: init at 0.0.3
(cherry picked from commit baf37aabad)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-25 16:13:20 +01:00
Marek Fajkus
0e8a3aae44 elmPackages.elmi-to-json: 1.2.0 -> 1.3.0
(cherry picked from commit d52fdecab1)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-25 16:05:52 +01:00
Marek Fajkus
b8ac3310b7 elmPackages.elm-instrument: Init at 0.0.7
(cherry picked from commit f387b85540)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-25 16:03:37 +01:00
Aaron VonderHaar
107a1c661d elm-format: 0.8.2 -> 0.8.3
(cherry picked from commit 0fa9ef1ee2)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-25 16:03:13 +01:00
Kim Lindberger
d4ea7ae076 gitlab: 12.8.6 -> 12.8.7 (#82838) (#83353)
https://about.gitlab.com/releases/2020/03/16/gitlab-12-8-7-released/
(cherry picked from commit 3a173c1d75)
2020-03-25 13:23:28 +01:00
Leif Metcalf
c6839e5ae8 Update git clone command example
(cherry picked from commit c3f8e598ed)
2020-03-25 09:34:45 +00:00
Vincent Laporte
a1b8dae54a alt-ergo: 2.3.0 → 2.3.1
(cherry picked from commit 618bca7054)
2020-03-25 07:31:05 +01:00
Jeff Labonte
b02da56acc protonvpn-cli-ng: 2.2.0 -> 2.2.2
Some changes were made after final review of the package. There was a
missing runtime dependency that was discovered after merge of the
backport

(cherry picked from commit 9fe4a634c1)
Reason: The dependency can make the package work or not
2020-03-24 21:02:49 -04:00
Eelco Dolstra
b898371cfa nixos/release-small.nix: Export options job
(cherry picked from commit e51c7f60cb)
2020-03-24 23:40:58 +01:00
Eelco Dolstra
921f7ac484 Compress optionsJSON using brotli
(cherry picked from commit 4052f9b849)
2020-03-24 23:40:58 +01:00
Eelco Dolstra
ce72d90a2f Add packages.json to the tarball job
Moved from nixos-homepage.

(cherry picked from commit d6ec410a47)
2020-03-24 23:40:58 +01:00
Florian Klink
234bc36b34 Merge pull request #83254 from aanderse/mysql80-backport
nixos/mysql: fix service so it works with mysql80 package [20.03 backport]
2020-03-24 23:39:17 +01:00
Reno Reckling
8831dbcbfc i3lock-fancy: Fix wrong path to mktemp
mktemp was not correctly replaced in this package. Leading to
"command not found: mktemp" error.

(cherry picked from commit 55fb13e5e1)
2020-03-24 22:07:21 +01:00
zowoq
a0cd08530b youtube-dl: 2020.03.08 -> 2020.03.24
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.24
(cherry picked from commit d6273a5934)
2020-03-24 21:30:59 +01:00
Benjamin Hipple
331f7b376a pythonPackages.flake8-future-import: 0.4.5 -> 0.4.6 and fix build
The build is currently broken on master and 20.03. This upgrades to the latest
version and also disables the bad py2 test. I spent a long time trying to figure
out what the issue is, but since it's disabled upstream on python3 anyways let's
just skip it on python2 as well.

ZHF: #80379
(cherry picked from commit e9979380cf325912ccbd2c945a7963d667f1b76d)
2020-03-24 10:23:48 -07:00
Mario Rodas
976fd6a592 Merge #82081: swiProlog: openssl 1.0.2 -> openssl 1.1
(cherry picked from commit ffad9c724f)
This is unbreaking the package.
2020-03-24 16:55:58 +01:00
Vladimír Čunát
6f87869e08 Merge #82728: racket: enable building on aarch64
(cherry picked from commit a533068c3e)
Build re-tested on 20.03.
2020-03-24 16:25:34 +01:00
Maximilian Bosch
cac363c661 prometheus-wireguard-exporter: 3.2.2 -> 3.2.4
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.2.3
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.2.4
(cherry picked from commit b79a474044)
2020-03-24 13:44:58 +01:00
worldofpeace
b85f4d0da7 pantheon.switchboard-with-plugs: fix wrapping
Since #81475 this caused the wrapper to be empty of entries from
wrapGAppsHook because the wrapGAppsHook function doesn't add
them anymore, and was moved to gappsWrapperArgsHook. Instead
of just running that in postBuild it's more future proof to make this
use stdenv.mkDerivation because we want to mess around with the
generic builder.

(cherry picked from commit a9e7e93311)
2020-03-24 03:14:02 -04:00
worldofpeace
1217a6c391 pantheon.wingpanel-with-indicators: fix wrapping
Since #81475 this caused the wrapper to be empty of entries from
wrapGAppsHook because the wrapGAppsHook function doesn't add
them anymore, and was moved to gappsWrapperArgsHook. Instead
of just running that in postBuild it's more future proof to make this
use stdenv.mkDerivation because we want to mess around with the
generic builder.

(cherry picked from commit db41c787f4)
2020-03-24 03:14:01 -04:00
Benjamin Hipple
4c77bcbd03 pythonPackages.mkl-service: 2.1.0 -> 2.3.0
Release notes: https://github.com/IntelPython/mkl-service/releases

(cherry picked from commit bd42541989bdf62428c7551c07a2cf04e1c05baa)
2020-03-23 19:27:33 -07:00
Aaron Andersen
c5ce98f83f nixos/mysql: test with mysql80 package
(cherry picked from commit 6c47902e01)
2020-03-23 20:13:55 -04:00
Aaron Andersen
e4067514ff nixos/mysql: fix service so it works with mysql80 package
(cherry picked from commit 3474b55614)
2020-03-23 20:13:48 -04:00
worldofpeace
017f050351 Merge pull request #83012 from bcdarwin/release-20.03
python38Packages.rope: disable for Python>=3.8
2020-03-23 17:29:46 -04:00
Graham Christensen
d76b379771 Merge pull request #82827 from danderson/release-20.03
tailscale: init at 0.97-0 [20.03 backport]
2020-03-23 17:11:31 -04:00
ajs124
905316df4a matrix-synapse: 1.11.1 -> 1.12.0
(cherry picked from commit 425efa54ef)
2020-03-23 21:44:28 +01:00
ajs124
fa02997264 python: Twisted: 19.10.0 -> 20.3.0
(cherry picked from commit dff1df7c21)
2020-03-23 21:44:27 +01:00
David Anderson
752d9766a1 tailscale: switch version and git ref to use a tag.
The tag points to the same commit hash, so the binary
is unchanged.

Signed-off-by: David Anderson <dave@natulte.net>
(cherry picked from commit 3fa813e820)
2020-03-23 12:47:51 -07:00
David Anderson
1fceda471b tailscale: 0.96-33 -> 0.97-0.
Fixes a severe bug with subnet routing.

Signed-off-by: David Anderson <dave@natulte.net>
(cherry picked from commit f61f686dfea53a0e5bb3faf0a5307dcc8f8d03aa)
2020-03-23 12:47:51 -07:00
Martin Baillie
6ce36ff037 tailscale: init at 0.96-33
Signed-off-by: Martin Baillie <martin@baillie.email>
(cherry picked from commit 6e055c9f4a)
2020-03-23 12:47:51 -07:00
Ben Darwin
bb81a6f037 python38Packages.rope: disable for Python>=3.8
- browsing the github page suggests the upcoming 0.17 release should support 3.8

(cherry picked from commit 3d0410e769)
2020-03-23 14:09:14 -04:00
Maximilian Bosch
f62e075744 cargo-make: 0.29.0 -> 0.30.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
(cherry picked from commit 2c7299fc1c)
2020-03-23 18:55:26 +01:00
worldofpeace
fd11f3af1e Merge pull request #83184 from marcus7070/release-20.03
[20.03] python3Packages.spyder: add v3.x
2020-03-23 13:35:09 -04:00
Gabor Greif
add3780631 ghc-8.8.3: really use ld.gold (port #80466)
(cherry picked from commit ff6aeefb91)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-23 18:00:30 +01:00
Gabor Greif
4120ab34ce ghc: add 8.8.3
https://mail.haskell.org/pipermail/ghc-devs/2020-February/018643.html
(cherry picked from commit c8554c0574)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-23 18:00:30 +01:00
Vincent Laporte
155574f7e3 OCaml: do not depend on X11 for OCaml ≥ 4.09
(cherry picked from commit 80a7615300)
2020-03-23 17:23:00 +01:00
R. RyanTM
b2c79253b1 pantheon.elementary-music: 5.0.4 -> 5.0.5
(cherry picked from commit c7e617f683)
2020-03-23 11:31:19 -04:00
Matthew Bauer
1ee4f0e7cd Merge pull request #83204 from hamishmack/release-20.03
openssl: Fix openssl for musl [20.03 backport]
2020-03-23 10:52:35 -04:00
Hamish Mackenzie
6345a8c326 openssl: Fix openssl for musl [20.03 backport]
This is a backport of #82708
2020-03-23 23:24:50 +13:00
Christian Kögler
1a8cc0727d vdr-xineliboutput: 2.1.0 -> 2.2.0
(cherry picked from commit b7dad4977c)
2020-03-23 11:17:49 +01:00
Christian Kögler
2762ade637 vdr-xinelinboutput: fix pkg-config for opengl
Up to including nixos-19.09 configure fall back and included right
libraries. Since nixos-20.03 pkg-config returns a valid value for opengl, but
opengl misses glx symbols.

(cherry picked from commit d315b3d267)
2020-03-23 11:17:41 +01:00
Marcus Boyd
ee106b926e cq-editor: use spyder_3
(cherry picked from commit d8a7d1f665c0cba02cccd95fdc88f318c87c7979)
2020-03-23 16:17:02 +10:30
Marcus Boyd
c5f397f3db python3Packages.spyder_3: Added spyder_3
cq-editor currently requires spyder v3.x

(cherry picked from commit c5ceb64a5d5c90f3b411c824a762f34cf75c9fb3)
2020-03-23 16:16:56 +10:30
Marcus Boyd
088ae2c920 python3Packages.spyder-kernels: Add spyder-kernels_0_5
Previously top-level/python-packages.nix called spyder-kernels v0.5 for
Py2k. Now both v0.5 and v1.8 (default.nix) are in pythonPackages, as
required by cq-editor and spyder v4 respectively.
v0.5 also now comes from GitHub instead of PyPi, with checks enabled.

(cherry picked from commit a1f45198148197dbf2a460be17a7fb50686b1b4e)
2020-03-23 16:03:54 +10:30
Maximilian Bosch
67e523c519 xterm: 351 -> 353
https://invisible-island.net/xterm/xterm.log.html#xterm_353
(cherry picked from commit 72dca3638d)
2020-03-23 01:27:12 +01:00
Maximilian Bosch
f5455342d1 EmptyEpsilon: 2020.02.18 -> 2020.03.22
https://github.com/daid/EmptyEpsilon/releases/tag/EE-2020.03.22
(cherry picked from commit 049aede558)
2020-03-22 23:24:10 +01:00
Christian Kögler
db4300a4d7 kodi: fix lirc support
* adapted to the way kodi finds the lircd socket
* added lirc package to build support for lirc

(cherry picked from commit 8f12a72488)
2020-03-22 21:31:28 +01:00
Christian Kögler
bdd53db942 redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
Removed dependency to mkdoc, which is only needed to build the webpage.

(cherry picked from commit 4c9bd5d52a)
2020-03-22 21:23:59 +01:00
Maximilian Bosch
1d12859c0c fd: 7.4.0 -> 7.5.0
https://github.com/sharkdp/fd/releases/tag/v7.5.0
(cherry picked from commit 6c48c7b81f)
2020-03-22 19:56:41 +01:00
Dmitry Kalinkin
1332522e00 Merge pull request #82065 from veprbl/pr/glibc_prlimit64_20.03
[20.03] glibc: provide fallback for kernels with missing prlimit64
2020-03-22 14:23:58 -04:00
Greg Price
5b02b91f76 python39Full: fix to use Python 3.9 rather than 3.8
Looks like this was a typo when python39 was added in 648152fdb.

(cherry picked from commit c93acee712)
2020-03-22 18:16:40 +01:00
Graham Christensen
75b00dd838 Merge pull request #83147 from bhipple/bp/ami
[20.03] nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
2020-03-22 12:56:56 -04:00
Benjamin Hipple
835366947c nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
NixOS 20.03 is built on kernel 5.4 and 19.09 is on 4.19, so we should update
this option to the highest value possible, per linked upstream instructions from
Amazon.

(cherry picked from commit 129176452c)
2020-03-22 12:40:41 -04:00
Tim Steinbach
d847a4fe4c linux: 5.5.9 -> 5.5.11 2020-03-22 12:16:43 -04:00
Tim Steinbach
3c6a5be58c linux: 5.4.25 -> 5.4.27 2020-03-22 12:16:43 -04:00
Tim Steinbach
7ad61255e5 linux: 4.9.216 -> 4.9.217 2020-03-22 12:16:43 -04:00
Tim Steinbach
e00104da05 linux: 4.4.216 -> 4.4.217 2020-03-22 12:16:43 -04:00
Tim Steinbach
d91fc12cca linux: 4.19.109 -> 4.19.112 2020-03-22 12:16:43 -04:00
Tim Steinbach
dcdb46cfc5 linux: 4.14.173 -> 4.14.174 2020-03-22 12:16:43 -04:00
Maximilian Bosch
ec145bfbdd nixos/ssmtp: declare all option renames manually
While renaming `networking.defaultMailServer` directly to
`services.ssmtp` is shorter and probably clearer, it causes eval errors
due to the second rename (directDelivery -> enable) when using e.g. `lib.mkForce`.

For instance,

``` nix
{ lib, ... }: {
  networking.defaultMailServer = {
    hostName = "localhost";
    directDelivery = lib.mkForce true;
    domain = "example.org";
  };
}
```

would break with the following (rather confusing) error:

```
error: The option value `services.ssmtp.enable' in `/home/ma27/Projects/nixpkgs/nixos/modules/programs/ssmtp.nix' is not of type `boolean'.
(use '--show-trace' to show detailed location information)
```

(cherry picked from commit fc316f7b31)
2020-03-22 15:57:56 +01:00
rnhmjoj
d566176553 monero-gui: 0.15.0.1 -> 0.15.0.4
(cherry picked from commit 3c93f1ba96)
2020-03-22 10:23:04 +01:00
rnhmjoj
0e41c2c51d monero: use a compatible protobuf version
(cherry picked from commit ddabb09c35)
2020-03-22 10:23:04 +01:00
Vincent Laporte
fe67af81d2 ocamlPackages.parmap: 1.1 → 1.1.1
(cherry picked from commit a8dafd2731)
2020-03-22 07:04:52 +01:00
Sergey Lukjanov
df820c7da5 grafana: add Frostman to maintainers
(cherry picked from commit 9e98d47fb2)
2020-03-21 21:42:00 +01:00
Sergey Lukjanov
d5fff78b5b grafana: 6.7.0 -> 6.7.1
(cherry picked from commit bf453da8e8)
2020-03-21 21:42:00 +01:00
Sergey Lukjanov
8b42fbc4c0 grafana: 6.6.2 -> 6.7.0
(cherry picked from commit 913e6b5c7b)
2020-03-21 21:42:00 +01:00
R. RyanTM
b323c010d7 darktable: 3.0.0 -> 3.0.1
(cherry picked from commit eb3690c462)
2020-03-21 13:08:35 +01:00
Timo Kaufmann
359934fe0b Merge pull request #82415 from timokau/symmetrica-3.0.1-20.03
[20.03] symmetrica: 2.0 -> 3.0.1
2020-03-21 11:45:59 +00:00
Michele Guerini Rocco
167492500b Merge pull request #82758 from wd15/fastapi-0.49.0
[20.03] python37Packages.fastapi: 0.45.0 -> 0.49.0
2020-03-21 10:41:01 +01:00
Maximilian Bosch
1ec2cf2168 gitea: 1.10.3 -> 1.11.3
Updates `gitea` to the latest version available[1]. Also ensured that
upgrading from `gitea-1.9` (used on NixOS 19.09) to `1.11.3` works
seamlessly.

The derivation required a few more changes this time since `gitea` uses
`npm` now to build the frontend[2]. When using the default tarball from
GitHub, we'd have to build the frontend manually. By fetching a custom
tarball published on every release, we get a prebuilt frontend
(as it was the case on previous versions) and build the backend only from
source.

Co-authored-by: kolaente <k@knt.li>
Closes #80175

[1] https://github.com/go-gitea/gitea/releases/tag/v1.11.3
[2] https://github.com/go-gitea/gitea/issues/10253

(cherry picked from commit cbceee8e97)
2020-03-20 23:08:49 +01:00
Maximilian Bosch
af477bc4ce neomutt: 20200313 -> 20200320
https://github.com/neomutt/neomutt/releases/tag/20200320
(cherry picked from commit 78104ad2da)
2020-03-20 15:08:48 +01:00
Eelco Dolstra
81fa5f4501 nixos-option: Disable on Nix >= 2.4 because it doesn't compile
This is needed when using the overlay from the Nix flake.

(cherry picked from commit a0a61c3e34)
2020-03-20 14:55:26 +01:00
Vincent Laporte
4362edf3c3 ocamlPackages.camlp5: 7.10 → 7.11
(cherry picked from commit 8dddd8a07f)
2020-03-20 09:10:55 +01:00
Maximilian Bosch
1494f8753a wireguard-tools: 1.0.20200206 -> 1.0.20200319
https://lists.zx2c4.com/pipermail/wireguard/2020-March/005191.html
(cherry picked from commit 19ceeb6de0)
2020-03-20 00:54:28 +01:00
Jan Tojnar
e8701fe486 flatpak: remove malcontent
It is not ready yet.

See: https://github.com/NixOS/nixpkgs/issues/81284
2020-03-20 00:21:10 +01:00
Aaron Andersen
97f65b2de9 Merge pull request #82848 from aanderse/zhf/rsyslog
rsyslog: remove libksi from default build because it is broken [20.03 backport]
2020-03-19 19:07:48 -04:00
Maximilian Bosch
25d8140287 thefuck: 3.29 -> 3.30
https://github.com/nvbn/thefuck/releases/tag/3.30
(cherry picked from commit b51d4e588d)
2020-03-19 21:29:47 +01:00
Michael Weiss
b3ee6e46df chromium: 80.0.3987.132 -> 80.0.3987.149
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_18.html

This update includes 13 security fixes.

CVEs:
CVE-2020-6422 CVE-2020-6424 CVE-2020-6425 CVE-2020-6426 CVE-2020-6427
CVE-2020-6428 CVE-2020-6429 CVE-2019-20503 CVE-2020-6449

Note: The release of version 81 is currently on pause:
https://chromereleases.googleblog.com/2020/03/upcoming-chrome-and-chrome-os-releases.html
(cherry picked from commit fe60ff7a99)
Backport of #82874.
2020-03-19 20:24:35 +01:00
Jonathan Ringer
d1121dfa8c texworks: fix qt build
(cherry picked from commit aaefb947ea)
2020-03-19 12:07:27 -07:00
Maximilian Bosch
6c90920c93 cargo-make: 0.27.0 -> 0.29.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.28.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.29.0
(cherry picked from commit 29b495d4d7)
2020-03-19 18:28:35 +01:00
John Ericson
b41d1d9167 Merge pull request #82943 from obsidiansystems/armv6-embedded
Armv6 embedded
2020-03-19 13:13:51 -04:00
Florian Klink
e26bc8445a nixos/zerotierone: switch from manually generating the .link file to use the module
Previously, systemd.network.links was only respected with networkd
enabled, but it's really udev taking care of links, no matter if
networkd is enabled or not.

With our module fixed, there's no need to manually manage the text file
anymore.

This was originally applied in 3d1079a20d,
but was reverted due to 1115959a8d causing
evaluation errors on hydra.

(cherry picked from commit 4e53f84c79)
2020-03-19 15:33:32 +01:00
Florian Klink
c4611d8f20 nixos/networkd: respect systemd.network.links also with disabled systemd-networkd
This mirrors the behaviour of systemd - It's udev that parses `.link`
files, not `systemd-networkd`.

This was originally applied in 36ef112a47,
but was reverted due to 1115959a8d causing
evaluation errors on hydra.

(cherry picked from commit 355c58e485)

nixos/manual: fix build

(cherry picked from commit d96bd3394b)
2020-03-19 15:33:24 +01:00
Jörg Thalheim
82ab717ea0 Merge pull request #82896 from JeffLabonte/20_03_backport-protonvpn-cli-ng
[20.03] backport protonvpn cli ng 2.2.0 -> 2.2.2
2020-03-19 12:12:04 +00:00
Robert Hensing
d6e406ddae Merge pull request #82933 from hercules-ci/backport-20.03-82897
lib/options: Only recurse into visible sub options (backport to 20.03)
2020-03-19 11:48:18 +01:00
Silvan Mosberger
970ea9616f lib/options: Only recurse into visible sub options
(cherry picked from commit f195625227)
2020-03-19 11:27:17 +01:00
Maximilian Bosch
b2935fbece linuxPackages.wireguard: 0.0.20200215 -> 0.0.20200318
https://lists.zx2c4.com/pipermail/wireguard/2020-March/005188.html
(cherry picked from commit e758e95c1d)
2020-03-19 09:32:34 +01:00
LeshaInc
d0357c141c blender: build with OpenImageDenoise support
(cherry picked from commit 3c54b996ca)
2020-03-19 00:30:37 -04:00
LeshaInc
0984610c0c openimagedenoise: init at 1.1.0
(cherry picked from commit 2cc3a34d4a)
2020-03-19 00:30:12 -04:00
R. RyanTM
a02a11f739 blender: 2.82 -> 2.82a (#82450)
(cherry picked from commit 4d8cac34f7)
2020-03-19 00:29:26 -04:00
Jeff Labonte
294fd3c0f5 brave: 1.4.96 -> 1.5.112
Keep brave updated to the latest release

(cherry picked from commit 418e3e41cf22753911c5f474d8bd89252ec76ce0)
Reasons: Keep the browser up-to-date as much as possible.
2020-03-18 20:10:25 -07:00
Jeff Labonte
71d2a85a70 protonvpn-cli-ng: 2.2.0 -> 2.2.2
Simply keep up to date the cli since it is used to connect to a VPN.

(cherry picked from commit eb96574e9df3aba387c4abe902b154398271becf)
Reason: A tool to communicate with a VPN provider should be kept
up-to-date
2020-03-18 20:16:30 -04:00
Benno Fünfstück
c5a9ee84cb nixos/release-combined.nix: fix tested for aarch64
This removes tests from the tested aggregate on aarch64 which are not
available for that platform.
2020-03-18 22:36:49 +01:00
Christoph Bauer
6bbdce2b15 pwsafe -> 1.9.0
fixes the broken build
there is a problem with wxGTK 3.1.2
maybe related to
https://github.com/pwsafe/pwsafe/blob/master/src/ui/wxWidgets/TreeCtrl.cpp
line 107
So I use wxGTK30

file is a new depedency

(cherry picked from commit 0b2047d712)
2020-03-18 21:25:55 +00:00
John Ericson
7562a06e85 Merge pull request #82248 from Ericson2314/fetchsvn-cross
fetchsvn: Fix for cross
2020-03-18 17:15:41 -04:00
Benno Fünfstück
6d73360a89 nixos/release-combined.nix: fix eval for aarch64
The release-20.03-aarch64 jobset on hydra only evals for aarch64, so the
x86_64 jobs do not exists. We need to make sure that the tested job only
aggregates jobs that actually exist.

This commit solves the issue by generating the tested job constituents
names based on the supported systems.
2020-03-18 21:44:32 +01:00
Aaron Andersen
96e221d6db rsyslog: remove libksi from default build because it is broken
(cherry picked from commit bdd33bc3aa)
2020-03-18 08:26:18 -04:00
Eelco Dolstra
16dd1df081 Merge pull request #82333 from edolstra/fix-lcov
Backport lcov fixes to 20.03
2020-03-18 11:57:13 +01:00
Dennis Gosnell
e2dfbcd4fd Merge pull request #82780 from erictapen/nixos-20.03-binary-strict
[20.03] haskellPackages.binary-strict: 0.4.8.4 -> 0.4.8.5
2020-03-18 11:18:37 +09:00
Vladislav Zavialov
af1b8e409d toggldesktop: use mkDerivation from Qt (#81720)
(cherry picked from commit bfcb19197b)
2020-03-17 22:08:19 -04:00
Dmitry Kalinkin
20fb1ce97c kicad: don't build versions with 3d on Hydra
The hydraPlatforms have to be set on the kicad package itself, that can be
checked using:

  echo ":p { inherit kicad kicad-small kicad-unstable; }" | nix repl ./pkgs/top-level/release.nix

This commit disables build of all kicad variants that require downloading
packages3d, which currently fail on hydra with the "Output limit exceeded"
status. This leaves Hydra with only building the kicad-small, which will allow
us to cache the build of kicad-base as well as all libraries except of
packages3d.

(cherry picked from commit ebe5f10794)
2020-03-17 18:52:51 -04:00
Dmitry Kalinkin
d9bb3a3711 Merge remote-tracking branch 'origin/release-20.03' into staging-20.03 2020-03-17 17:15:28 -04:00
Dmitry Kalinkin
ec0923f983 Merge pull request #82676 from veprbl/pr/texlive_2019_final_20.03
[20.03] texlive: 2019 -> 2019-final
2020-03-17 17:10:57 -04:00
mehlon
1a7a473831 tor-browser-bundle-bin: 9.0.5 -> 9.0.6
(cherry picked from commit 4b80e8a59f)
2020-03-17 18:00:23 +01:00
Maximilian Bosch
c55a47832d riot-web: 1.5.12 -> 1.5.13
(cherry picked from commit 09f55f8f17)
2020-03-17 16:13:41 +01:00
Maximilian Bosch
4e245c8fe7 riot-desktop: 1.5.12 -> 1.5.13
(cherry picked from commit bb9822be79)
2020-03-17 16:13:41 +01:00
Robert Hensing
a9c8e5bb18 Merge pull request #82782 from hercules-ci/backport-20.03-81292-fix-service-runner-quotes
Backport to 20.03 pr 81292: fix service runner quotes
2020-03-17 15:53:33 +01:00
Robert Hensing
284a8e95f7 nixos/service-runner.nix: Allow quotes in commands + test
(cherry picked from commit 43521ac965)
2020-03-17 15:16:32 +01:00
Justin Humm
8583ad1425 haskellPackages.binary-strict: 0.4.8.4 -> 0.4.8.5
This fixes the build, also of

- eths-rlp
- vorbiscomment
- webify

which depend on binary-strict. Everything else that depends on
binary-strict remains broken, so this commit shouldn't break anything
that wasn't broken yet.
2020-03-17 14:43:28 +01:00
Vladimír Čunát
9cc7ab153c Revert "tests/networking: remove pkgs.lib usages."
This reverts commit cde800dbd7.  See:
https://github.com/NixOS/nixpkgs/pull/82310#issuecomment-598920297
2020-03-17 09:02:03 +01:00
Vladimír Čunát
2a9c405b7e Revert "nixos/zerotierone: switch from manually generating..."
This reverts commit f549fbfd97.  See:
https://github.com/NixOS/nixpkgs/pull/82310#issuecomment-598920297
2020-03-17 08:49:22 +01:00
Vladimír Čunát
de1c9c0453 Revert "nixos/networkd: respect systemd.network.links [...]"
This reverts commit 4b2151b9fa.  See:
https://github.com/NixOS/nixpkgs/pull/82310#issuecomment-598920297
2020-03-17 08:35:47 +01:00
Dennis Gosnell
a8ec4936ae Merge pull request #82703 from erictapen/nixos-20.03-hakyll-contrib-hyphenation-jailbreak
[nixos-20.03] haskellPackages.hakyll-contrib-hyphenation: jailbreak
2020-03-17 09:54:09 +09:00
Aaron Andersen
b3f89ad996 Merge pull request #82761 from aanderse/tomcat
tomcat: 7.0.92 -> 7.0.100, 8.5.42 -> 8.5.51, 9.0.21 -> 9.0.31 [20.03 backport]
2020-03-16 20:16:53 -04:00
Aaron Andersen
a27e86399c tomcat9: 9.0.21 -> 9.0.31
(cherry picked from commit 46e7580f24)
2020-03-16 20:05:28 -04:00
Aaron Andersen
26a5a71da5 tomcat8: 8.5.42 -> 8.5.51
(cherry picked from commit 22f24f7859)
2020-03-16 20:04:59 -04:00
Aaron Andersen
0dde8f4c5f tomcat7: 7.0.92 -> 7.0.100
(cherry picked from commit 78b0222cb2)
2020-03-16 20:04:45 -04:00
Dmitry Kalinkin
ff2febd334 nuweb: fix after texlive update
(cherry picked from commit 2217b1d77c)
2020-03-16 18:11:28 -04:00
Daniel Wheeler
55fee4d66f python37Packages.fastapi: 0.45.0 -> 0.49.0
- Add peewee to test environment as now required.

 - Remove pyproject.toml patching as no longer required.
2020-03-16 17:53:32 -04:00
Daniel Wheeler
9d99c49138 python37Packages.starlette: 0.13.0 -> 0.12.9
- Reverting the version of Starlette as FastAPI can not use anything
   greater than 0.12.12. FastAPI is Starlette's only dependent.

 - Use fetchurl instead of fetchPypi as this is now the preferred
   method. This also makes the tests pass and, thus, the build, which
   was failing.
2020-03-16 17:53:32 -04:00
Justin Humm
4a36d2d862 haskellPackages.hakyll-contrib-hyphenation: jailbreak
Latest upstream commit is from 2015 [0], so I guess it's the easiest to
jailbreak it (as it builds that way).

[0] https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/src/master/
2020-03-16 21:57:45 +01:00
Sander van der Burg
db52e1a7f2 base16-builder: regenerate with node2nix 1.8.0 and add supplement.json to fix build 2020-03-16 21:22:47 +01:00
Sander van der Burg
ba3ef05e92 nodePackages: regenerate with node2nix 1.8.0 2020-03-16 21:15:53 +01:00
Martin Milata
feb386f6eb libxml2: add patch for CVE-2019-20388
(cherry picked from commit 291c73568a)
/cc roundup #79725
2020-03-16 19:44:29 +01:00
Vladimír Čunát
10debb86b7 Merge branch 'staging-20.03' into release-20.03 2020-03-16 19:38:24 +01:00
Robert Hensing
db75eb4257 Merge pull request #82741 from hercules-ci/backport-20.03-80102
dockerTools.buildLayeredImage: store all paths passed in final layer (backport)
2020-03-16 19:07:13 +01:00
Richard Wallace
3781ac873f dockerTools.buildLayeredImage: store all paths passed in final layer
Fixes #78744

My previous change broke when there are more packages than the maximum
number of layers. I had assumed that the `store-path-to-layer.sh` was
only ever passed a single store path, but that is not the case if
there are multiple packages going into the final layer. To fix this, we
loop through the paths going into the final layer, appending them to the
tar file and making sure they end up at the right path.
2020-03-16 18:43:26 +01:00
Matteo Scarlata
27eca64552 unison: fix build with ocamlPackages_4_09 (#82619)
Fixes #61867 and #61505, bumps the ocaml version unison is built
against to 4.08. The patches included here appear in the trunk version
of unison, but were not backported to 2.51.2.

(cherry picked from commit 3355e8d1ca)
2020-03-16 13:17:29 +01:00
Maximilian Bosch
23139ff62f nixos/doc/matrix-synapse: refactor
* Linkify all service options used in the code-examples.
* Demonstrated the use of `riot-web.override {}`.
* Moved the example how to configure a postgresql-database for
  `matrix-synapse` to this document from the 20.03 release-notes.

(cherry picked from commit 849e16888f)
2020-03-16 11:01:55 +01:00
Maximilian Bosch
ba6271a49c matrix-synapse: 1.9.1 -> 1.11.1
https://github.com/matrix-org/synapse/releases/tag/v1.10.0
https://github.com/matrix-org/synapse/releases/tag/v1.10.1
https://github.com/matrix-org/synapse/releases/tag/v1.11.0
https://github.com/matrix-org/synapse/releases/tag/v1.11.1
(cherry picked from commit 8be61f7a36)
2020-03-16 11:01:53 +01:00
Maximilian Bosch
7f8e302fb6 python3Packages.signedjson: 1.0.0 -> 1.1.0
(cherry picked from commit 500375e338)
2020-03-16 11:01:04 +01:00
Vladimír Čunát
c09c926ee8 bind: 9.14.10 -> 9.14.11 (small bugfix)
I see just a single small bugfix in the news:
https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html

(cherry picked from commit 47f61c9d7f)
2020-03-16 09:18:23 +01:00
Florian Klink
2acb89d120 Merge pull request #82061 from tokudan/20.03/nextcloud1801
[20.03] nextcloud: 18.0.0 -> 18.0.2 [security]
2020-03-16 00:22:41 +01:00
Maximilian Bosch
aa481358c6 aircrack-ng: 1.5.2 -> 1.6
(cherry picked from commit 9729f30667)
2020-03-15 22:35:34 +01:00
Dmitry Kalinkin
3d1fdac251 texlive: use versioned tarballs
Announced in [1], versioned tarballs allow to make sure that a
specific version is fetched. This does not guarantee that all previous
versions are retained on the main mirrors.

Logically, we would want to first try to download versioned tarballs
from any mirror and only then try the unversioned ones. But right now
we only have two mirrors and only some of the tarballs are versioned
in texlive-2019, so the order is changed to not hammer the weak
tug.org mirror.

[1] https://tug.org/pipermail/tex-live/2019-September/044086.html

(cherry picked from commit 9f44a61f39)
2020-03-15 15:14:35 -04:00
Dmitry Kalinkin
53e3bc5d92 texlive/pkgs.nix: add revision
(cherry picked from commit 9c4212cb9f)
2020-03-15 15:14:35 -04:00
Dmitry Kalinkin
08aec1877e texlive: 2019 -> 2019-final
The biber package is now at 2.14, but TextBibTeX is still required.

Few changes were needed for newly introduced scripts-extra path. This
broke some of our old tricks which were relying on having writable
script directories. The changes to the script locations made buildEnv
create symlinks to the script directories instead of directories of
symlinks to scripts. The changes to texlinks.sh and texlive/TeXLive
perl path were made because of this.

(cherry picked from commit 9752593eb0)
2020-03-15 15:14:34 -04:00
Dmitry Kalinkin
65613ec2bf texlive: reimplement fixHashes.sh in GNU Awk
The shell script doesn't work very well in non-GNU environments like
darwin. This provides an implementation that uses just a single GNU tool
- gawk, thus reduces number of points of failure.

(cherry picked from commit d9fb53ddd6)
2020-03-15 15:14:34 -04:00
Timo Kaufmann
960f849545 Merge pull request #82648 from timokau/retdec-fix-20.03
[20.03] retdec: fix build
2020-03-15 13:58:57 +00:00
Léo Gaspard
a4bf572a9f xfce4-12: remove alias
(cherry picked from commit 175f9ef4f8)
2020-03-15 12:01:21 +01:00
Timo Kaufmann
13f4c4a0bf retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.

(cherry picked from commit e5642d405e)
2020-03-15 12:00:57 +01:00
Martin Milata
2dab4c10c4 lz4: 1.9.1 -> 1.9.2 (PR #82437)
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2019-17543
Release notes: https://github.com/lz4/lz4/releases/tag/v1.9.2

(cherry picked from commit 18ac6ba903)
2020-03-15 09:53:29 +01:00
Martin Milata
d32805ec33 libssh: 0.8.7 -> 0.8.8
Fixes CVE-2019-14889, issue #77264.
Release notes: https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/

(cherry picked from commit 7ef8a42ab2)
2020-03-15 09:37:00 +01:00
David Guibert
a2a2fae53b users.groups.disnix instead of a list
related to #63103.

(cherry picked from commit bbc2cd89ef)
2020-03-14 23:18:01 +01:00
Josef Kemetmüller
c2e347cfc4 python37Packages.vtk: Fix build (#82336)
(cherry picked from commit de36c3b073)
2020-03-14 14:13:49 -04:00
Martin Milata
137bac6f24 openjpeg: add patch for CVE-2020-8112
(cherry picked from commit 41d8bb133efeade8d25a634ca68c32f0f62f6a41)
2020-03-14 16:57:04 +00:00
Martin Milata
021d5b650e openjpeg: add patch for CVE-2020-6851
(cherry picked from commit 773462c3aacdd2eb50457c7949dae6dd91e3684d)
2020-03-14 16:57:04 +00:00
Tim Steinbach
caabb48cf5 linux: 5.4.24 -> 5.4.25 2020-03-14 05:05:13 -04:00
taku0
cdbeba4c51 thunderbird-bin: 68.5.0 -> 68.6.0
(cherry picked from commit 833031704d)
2020-03-14 03:43:01 +00:00
taku0
ad6461d0bc thunderbird: 68.5.0 -> 68.6.0
(cherry picked from commit 243cd9f754)
2020-03-14 03:43:01 +00:00
Maximilian Bosch
8ff2a03284 binaryen: 89 -> 91, emscripten: 1.38.28 -> 1.39.1
(cherry picked from commit 386a50f729)
2020-03-14 02:42:01 +01:00
Christine Dodrill
aa61e722b0 development/libraries/libdap: fix hash 2020-03-13 20:49:48 -04:00
Christine Dodrill
f5c2ed464f tools/security/b3sum: fix cargo hash 2020-03-13 20:02:40 -04:00
Mario Rodas
d793073f41 Merge pull request #82448 from bhipple/bp/bluez
[20.03][Security] bluez: 5.52 -> 5.53 for CVE-2020-0556
2020-03-13 18:54:22 -05:00
Ben Darwin
bc3a69760d ocamlPackages_latest.phylogenetics: dune2/fix meta
(cherry picked from commit fd9b40d076)

cc #81160
2020-03-13 18:53:08 -04:00
Vincent Laporte
6626072bc5 OCaml: default to version 4.08
(cherry picked from commit 7b33cbdbf5)
2020-03-13 22:51:39 +01:00
Vincent Laporte
423e25aa9c ocamlPackages.earley: disable for OCaml ≥ 4.08
(cherry picked from commit bdcba83153)
2020-03-13 22:51:39 +01:00
Vincent Laporte
b23eec8994 ocamlPackages.earlybird: disable for OCaml ≥ 4.08
(cherry picked from commit 4ada24a02c)
2020-03-13 22:51:39 +01:00
Vincent Laporte
cc9c739ab0 ocamlPackages.ocf: disable for OCaml ≥ 4.08
(cherry picked from commit 4ce4db473c)
2020-03-13 22:51:39 +01:00
Vincent Laporte
dc38fbc680 ocamlPackages.wasm: disable for OCaml ≥ 4.08
(cherry picked from commit bab3588e4e)
2020-03-13 22:51:39 +01:00
Vincent Laporte
748e8893e3 unison: move out of ocamlPackages
(cherry picked from commit 4adfbe6c7b)
2020-03-13 22:42:05 +01:00
Vincent Laporte
70d505b900 ocamlPackages.sedlex_2: fix build with OCaml ≥ 4.08
(cherry picked from commit e73a9e6b95)
2020-03-13 22:32:12 +01:00
Maximilian Bosch
e60df57174 Merge pull request #82470 from Mindavi/backport/afl-glibc-bugfix
afl: Fix afl-qemu build by applying patches for glibc-2.30
2020-03-13 21:39:09 +01:00
Maximilian Bosch
24bf8b393f wikicurses: install man pages
(cherry picked from commit 04ea9dc275)
2020-03-13 21:15:59 +01:00
Maximilian Bosch
bebc254a95 wikicurses: fix build
The package doesn't have a testsuite, but fails as the checkPhase is
missing appropriate locale configuration (usually taken from
`pkgs.glibcLocales`). Entirely disabling the `checkPhase` for now as
it's basically a no-op.

ZHF: #80379
See also https://hydra.nixos.org/build/114125176

(cherry picked from commit 1505633e2f)
2020-03-13 21:15:59 +01:00
Maximilian Bosch
ca1b7ea9c1 ipfs: 0.4.22 -> 0.4.23
(cherry picked from commit c882314075)
2020-03-13 21:15:59 +01:00
Maximilian Bosch
60a1fdebfd inotify-tools: 3.20.1 -> 3.20.2.2
(cherry picked from commit 69d7cc5508)
2020-03-13 21:15:58 +01:00
Daniel Frank
3d0dcfebdf Nextcloud: 18.0.1 -> 18.0.2
(cherry picked from commit c4aadbca1417fc3d1d82b2a2db2beba258fd77c6)
2020-03-13 20:43:52 +01:00
Maximilian Bosch
295a1a03ca neomutt: 20191207 -> 20200313
https://github.com/neomutt/neomutt/releases/tag/20200313
(cherry picked from commit dda6dfed26)
2020-03-13 16:57:29 +01:00
Benjamin Hipple
0fc28d7b31 bluez: 5.52 -> 5.53 for CVE-2020-0556
See here for details:
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00352.html

(cherry picked from commit 8f8b6459e9f38bc21df4976265f96b4541b917ec)
2020-03-13 10:54:35 -04:00
Mario Rodas
deb92e7672 Merge pull request #82485 from helsinki-systems/bp-bump-libksi
[20.03] libksi: Bump openssl dependency for rsyslogd
2020-03-13 09:21:57 -05:00
Janne Heß
1ac1caf6c7 libksi: Bump openssl dependency for rsyslogd
(cherry picked from commit fdccb96eeae1d5c0bab3ebfb5c99c794670628df)
2020-03-13 13:11:59 +01:00
Rick van Schijndel
e6c68edbde afl: Fix afl-qemu build by applying new patches
These patches are gathered from different sources,
such as https://patchwork.kernel.org/patch/10862231/ for the
`gettid` patch.
Another patch comes from the issue in the AFL repository.
The ultimate goal is to get these patches upstream as well,
so we don't keep these general patches only within nixos.

A PR is created against Google/AFL
https://github.com/google/AFL/pull/79,
but it might take a while before it's landed, considering the history
of the project (there are more PRs open).

ZHF: #80379

Fixes issue #82232
2020-03-13 09:45:33 +01:00
R. RyanTM
a0adbb1bdb libarchive: 3.4.1 -> 3.4.2
Fixes CVE-2020-9308.

(cherry picked from commit 13a03f402c)
2020-03-12 20:44:26 +00:00
Timo Kaufmann
04f75b1739 symmetrica: 2.0 -> 3.0.1
This switches to the sagemath fork, since the original upstream is no
longer maintained and sagemath has effectively maintained symmetrica
through patches for a while now. The update fixes one bug in particular
that has caused failures in the sagemath test suite:

https://github.com/NixOS/nixpkgs/issues/81449
https://trac.sagemath.org/ticket/15312
https://trac.sagemath.org/ticket/29061

Regarding the licensing change:

7cf91b3800
(cherry picked from commit 0c875c28c6)
2020-03-12 16:35:29 +01:00
adisbladis
3bf5bf6dd0 Merge pull request #82403 from eyJhb/flexget-transmission-release2003
[backport 20.03] flexget: readd transmissionrpc
2020-03-12 13:08:33 +00:00
Florian Klink
9827729ebd Merge pull request #82375 from flokli/20.03-gitlab-12.8.6
[20.03] gitlab 12.8.5 -> 12.8.6
2020-03-12 06:02:04 -07:00
eyjhbb@gmail.com
71a0ae43f0 flexget: readd transmissionrpc
(cherry picked from commit f88cd71e96)
2020-03-12 13:58:02 +01:00
Florian Klink
94767b4432 gitaly: 12.8.5 -> 12.8.6
(cherry picked from commit 281bd03242)
2020-03-12 12:54:56 +01:00
Frederik Rietdijk
1659274588 bepasty: use correct version of xstatic-bootstrap
(cherry picked from commit 73fa45693c)
2020-03-12 11:21:00 +01:00
Daniel Frank
fa88f6a526 firefox-bin: 73.0 -> 74.0 (from PR #82257)
(cherry picked from commit 8899c72990)
Brief testing showed no issues.
2020-03-12 11:20:14 +01:00
Tim Steinbach
d4544ed681 linux: 5.5.8 -> 5.5.9 2020-03-12 05:59:29 -04:00
Tim Steinbach
56dcf4f368 linux: 4.9.215 -> 4.9.216 2020-03-12 05:59:29 -04:00
Tim Steinbach
c44be3bbb3 linux: 4.4.215 -> 4.4.216 2020-03-12 05:59:28 -04:00
Tim Steinbach
580138d913 linux: 4.19.108 -> 4.19.109 2020-03-12 05:59:28 -04:00
Tim Steinbach
098e5a78d9 linux: 4.14.172 -> 4.14.173 2020-03-12 05:59:27 -04:00
Andreas Rammhold
730453919b Merge #82275: firefox-esr-68: 68.5.0esr -> 68.6.0esr
(cherry picked from commit fd04c3afbb)
It contains some "high impact" security fixes; announcement:
https://www.mozilla.org/en-US/firefox/68.6.0/releasenotes/

Brief testing on 20.03 shows no issues for me.
2020-03-12 10:39:44 +01:00
Vincent Laporte
5fe81d4a27 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc2 → 4.10.0
(cherry picked from commit 3fe7a65e23)
2020-03-12 06:47:38 +01:00
Vincent Laporte
14aacd5e72 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc1 → 4.10.0+rc2
(cherry picked from commit ca6391a7c4)
2020-03-12 06:47:38 +01:00
Vincent Laporte
a0deb2010e ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+β2 → 4.10.0+rc1
(cherry picked from commit eef4b5175f)
2020-03-12 06:47:38 +01:00
Florian Klink
1df0c691b9 gitlab: 12.8.5 -> 12.8.6
https://about.gitlab.com/releases/2020/03/11/critical-security-release-gitlab-12-dot-8-dot-6-released/
(cherry picked from commit ab3b836350)
2020-03-12 03:06:35 +01:00
Florian Klink
988169988e gitlab: update script: unset GOROOT
or vgo2nix might not be able to resolve some dependencies.

(cherry picked from commit d2061f024c)
2020-03-12 03:06:34 +01:00
devhell
2ba4461001 tests: Fix signal-desktop
This test fails due to OOM on the VM. Setting the memory of the VM to
1024 lets the test succeed.

Cc: @flokli
(cherry picked from commit 534f1337c1)
2020-03-12 01:53:34 +01:00
Benjamin Hipple
fb783f0501 rainicorn: remove broken package that has been abandoned upstream
(cherry picked from commit 9326cd34062c9f58b95ac7306df2c42382dbee78)
2020-03-12 00:36:54 +00:00
Benjamin Hipple
a3c82719c3 leftwm: 0.1.10 -> 0.2.2 (#82365)
(cherry picked from commit feb9b1b406833f9dafee3aa8072b533f90e22973)
2020-03-12 00:29:18 +00:00
Benjamin Hipple
a14b7859a1 [20.03] Mark git-dit as broken
(cherry picked from commit f908cf4de86f5db899e73f0062d6351934245731)
2020-03-12 00:22:17 +00:00
nyanloutre
f6b7dc6fef nixos/vsftpd: fix missing default pam_service_name
9458ec4 removed the ftp pam service which was used by default by vsftpd

(cherry picked from commit 7ab00c48d8)
2020-03-11 22:30:13 +00:00
talyz
8d243e1ff5 nixos/haproxy: Revive the haproxy user and group
Running haproxy with "DynamicUser = true" doesn't really work, since
it prohibits specifying a TLS certificate bundle with limited
permissions. This revives the haproxy user and group, but makes them
dynamically allocated by NixOS, rather than statically allocated. It
also adds options to specify which user and group haproxy runs as.

(cherry picked from commit bb7ad853fb)
2020-03-11 22:25:26 +00:00
Maximilian Bosch
4a3c691beb treewide: remove myself from a few packages I don't use anymore
(cherry picked from commit b7cdb64ac2)
2020-03-11 23:07:05 +01:00
Maximilian Bosch
16d052df1f python3Packages.tesseract: 0.3.2 -> 0.3.3
(cherry picked from commit 24b6b8fd46)
2020-03-11 23:06:34 +01:00
Elis Hirwing
b15139179f php72: 7.2.27 -> 7.2.28
Changelog: https://www.php.net/ChangeLog-7.php#7.2.28
(cherry picked from commit 5bf47ab9bb)
2020-03-11 21:18:21 +01:00
Elis Hirwing
b53b0a01d6 php73: 7.3.14 -> 7.3.15
Changelog: https://www.php.net/ChangeLog-7.php#7.3.15
(cherry picked from commit 8f4cb37116)
2020-03-11 21:18:04 +01:00
Maximilian Bosch
1937173092 Merge pull request #81744 from Ma27/backport-remaining-initrd-fix
[20.03] nixos/initrd-network: always run postCommands
2020-03-11 21:05:44 +01:00
Martin Milata
0759da4ee6 nixos: fix module paths in rename.nix
(cherry picked from commit d08ede042b)
2020-03-11 19:36:16 +01:00
Josef Kemetmüller
bc0586b7be lcov: Fix patch checksums
The previously committed checksums seem to have been mistakenly taken
directly from fetchurl without fetchpatch normalization.

(cherry picked from commit adfb8a039b)
2020-03-11 18:41:14 +01:00
Eelco Dolstra
4f721661b2 lcov: Support gcc 9
https://github.com/linux-test-project/lcov/issues/58
https://github.com/Homebrew/homebrew-core/pull/50070
(cherry picked from commit 74c82056c9)
2020-03-11 18:37:36 +01:00
Cyril Cohen
c07561faec coqPackages.hierarchy-builder: init at 0.9.0
(cherry picked from commit cf210c082d)
2020-03-11 17:19:43 +01:00
Cyril Cohen
7c4a7a78ff elpi: 1.7.0 -> 1.10.2; coq-elpi: 1.1 -> 1.3
(cherry picked from commit 66a7f5d4e2)
2020-03-11 17:19:34 +01:00
Maximilian Bosch
2d149fcaf3 Merge pull request #82152 from fadenb/20.03_graylog
[20.03] graylog: 3.2.0 -> 3.2.2
2020-03-11 15:58:02 +01:00
Cole Mickens
42df26245c cfdyndns: v0.0.1 -> v0.0.3
(cherry picked from commit 669fdccf8b)
2020-03-10 14:43:05 -07:00
Sarah Brofeldt
fede49f5e3 Merge pull request #80441 from johanot/kubernetes-1-17
[20.03] kubernetes: 1.16.5 -> 1.17.3
2020-03-11 12:50:34 +01:00
Johan Thomsen
5ee843ec01 kubernetes: 1.16.5 -> 1.17.3
(cherry picked from commit 66556afb5a)
2020-03-11 09:51:11 +01:00
Andreas Rammhold
ed5fef0117 ppp: apply patch for CVE-2020-8597
This fixes a potential buffer overflow in the eap_{request,response}
functions.

(cherry picked from commit 142c3153f7)
2020-03-10 21:12:32 +01:00
Andreas Rammhold
f3fc8ac925 ppp: 2.4.7 -> 2.4.8
(cherry picked from commit caffd51048)
2020-03-10 21:12:31 +01:00
Daniel Gorin
1cf2c15f18 Fix missing default-policy.json in skopeo
We started having issues with `pkgs.dockerTools.pullImage`, were it
would fail with:

```
FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory
```

It turns out that since `skopeo` was bumped to `0.1.40`, it was
accidentally no longer being built with a default policy.

This may happen again, see https://github.com/containers/skopeo/issues/787

(cherry picked from commit a646f4b454)
2020-03-10 16:56:14 +00:00
Vincent Laporte
bdf8162b94 coqPackages.dpdgraph: enable for Coq ≥ 8.9
(cherry picked from commit 659e89e21b)
2020-03-10 17:47:04 +01:00
Mario Rodas
afeaca75cf Merge pull request #82223 from pacien/alot-0.9-patch-composition-20.03
[20.03] alot: add patch for email composition
2020-03-10 06:34:20 -05:00
Michael Weiss
3f9b623c91 chromium: Update the VA-API patch (fix #81909)
(cherry picked from commit 735707ef0c)
2020-03-10 11:28:22 +01:00
Adam Sandberg Ericsson
20fa9f307f ghc: really use ld.gold
(cherry picked from commit 9a5ecf1212)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-10 10:20:20 +01:00
Vladimír Čunát
187a4bebe2 Merge #82191: doc: improve grammar in nixpkgs GNOME manual
(cherry picked from commit 5ea0258458)
2020-03-10 10:12:14 +01:00
Vladimír Čunát
80d27173b8 knot-dns: 2.9.2 -> 2.9.3
https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.3
(cherry picked from commit 29a7464115)
These minor updates should have no breaking changes.
2020-03-10 10:12:02 +01:00
pacien
34c9db1f13 alot: add patch for email composition
This version is not usable without this patch.
See https://github.com/pazz/alot/issues/1468.

(cherry picked from commit b6d45301de)
2020-03-10 09:23:32 +01:00
Christian Lütke-Stetzkamp
dbacfa172f licensor: Fix test in 2020
(cherry picked from commit c8299d69b0)
2020-03-10 05:27:25 +00:00
Mario Rodas
c5db275f81 Merge pull request #81463 from B4dM4n/amp-update-backport
[20.03] amp: 0.6.1 -> 0.6.2
2020-03-09 19:45:46 -05:00
Vincent Laporte
b357f9e624 Merge pull request #81882 from nomeata/js_of_ocaml-20.03
backport js_of_ocaml: 3.4.0 -> 3.5.2 (and other required changes)
2020-03-09 22:01:37 +01:00
Samuel Dionne-Riel
da92e0566d Merge pull request #82173 from samueldr/20.03/aarch64/firefox
[20.03] firefox: Fix AArch64 build
2020-03-09 16:06:03 -04:00
Samuel Dionne-Riel
6291285748 firefox: Fix AArch64 build
* The 'arm.patch' patch doesn't apply anymore.
 * The 'build-arm-libopus.patch' patch isn't required anymore.
 * See the mozilla phabricator link for the added patch.

Additionally, we are now *always* undconditionally applying all patches
to all architectures. That is, unless they have undesirable
side-effects, but those might not be fit for inclusion.

By applying all patches all the time, they'll be removed or replaced
when they stop applying.

(cherry picked from commit d4446c563d)
2020-03-09 15:12:15 -04:00
Andreas Rammhold
6a662cbf43 Merge pull request #81772 from dylex/tensorflow
tensorflow: 1.15.1 -> 1.15.2
2020-03-09 19:03:37 +01:00
Milan
7f2658be83 gitlab: 12.8.2 -> 12.8.5 (#82142)
https://about.gitlab.com/releases/2020/03/09/gitlab-12-8-5-released/
(cherry-picked from f391999026)
2020-03-09 17:25:40 +01:00
R. RyanTM
ff55699976 graylog: 3.2.0 -> 3.2.2
(cherry picked from commit 2954d5544d and 9c6b5041c5)
2020-03-09 14:41:03 +00:00
Frederik Rietdijk
d95513b710 python3Packages.acoustics: 0.2.3 -> 0.2.4
(cherry picked from commit 634ab6fc5d)
2020-03-09 14:10:03 +01:00
Mario Rodas
0b5f073245 Merge pull request #82126 from bhipple/bp/procs
[20.03] procs: 0.9.6 -> 0.9.18
2020-03-09 08:04:07 -05:00
Lancelot SIX
7010635ac2 Merge pull request #82048 from tokudan/20.03/fetchmail642
fetchmail: 6.3.26 -> 6.4.2 [security] [20.03]
2020-03-09 12:00:42 +01:00
Lancelot SIX
cd5d243899 notable: update license to unfree
Notable used to be released under AGPL-v3 until v1.5.x but is is now
nonfree.

See https://github.com/notable/notable/blob/master/SOURCE_CODE.md

(cherry picked from commit 08edf7f27c)
2020-03-09 11:48:09 +01:00
zowoq
58fa229c1e rkt: add CVEs
https://www.twistlock.com/labs-blog/breaking-out-of-coresos-rkt-3-new-cves/
(cherry picked from commit c4c936f2f7)
2020-03-09 10:12:36 +00:00
zowoq
3bc2b975fd youtube-dl: 2020.03.06 -> 2020.03.08
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.08
(cherry picked from commit 134f8cc84d)
2020-03-09 08:22:20 +01:00
Benjamin Hipple
e76d4a031a [20.03] procs: 0.9.6 -> 0.9.18
(cherry picked from commit c882a90bc6)
2020-03-09 01:15:52 -04:00
Benjamin Hipple
e4844bd69d btrfs-dedupe: remove broken and abandoned package
This package was last released in 2017, and no longer compiles with the latest
Rust compiler. It has just 1 commit from someone other than the original author
and appears to be a dead project.

(cherry picked from commit 27a0a1376b)
2020-03-09 00:34:39 -04:00
rnhmjoj
525ab7718b minecraft: install missing gsettings schemas
(cherry picked from commit 018a46ffe8)
2020-03-13 11:28:04 +01:00
Andrew Childs
d262f76123 nixos/activation: use eval-config's system argument for nesting
This avoids a possible surprise if the user is using `nixpkgs.system`
and `nesting.children`. `nesting.children` is expected to ignore all
parent configuration so we shouldn't propagate the user-facing option
`nixpkgs.system`. To avoid doing so, we introduce a new internal
option for holding the value passed to eval-config.nix, and use that
when recursing for nesting.

(cherry picked from commit ce416779bb)
2020-03-13 11:28:03 +01:00
Andrew Childs
4a8801a7d3 nixos/activation: propagate system to nested configurations
The current behavior lets `system` default to
`builtins.currentSystem`. The system value specified to
`eval-config.nix` has very low precedence, so this should compose
properly.

Fixes #80806

(cherry picked from commit b83164a049)
2020-03-13 11:28:03 +01:00
Andrew Childs
6e6d8a2bdb nixosTests.nesting: fix subtest scoping
(cherry picked from commit 98791845cb)
2020-03-13 11:28:02 +01:00
Vincent Laporte
c0e34873d9 ocsigen-i18n: 3.4.0 → 3.5.0
(cherry picked from commit 5e468ef981)
2020-03-13 10:56:30 +01:00
Vincent Laporte
8e7396eef8 ocamlPackages.ocp-build: fix for OCaml ≥ 4.08
(cherry picked from commit d02dc3c5fd)
2020-03-13 09:07:03 +01:00
Vincent Laporte
ee46c5500d ocamlPackages.ppx_import: 1.5-3 → 1.7.1
Support for OCaml ≥ 4.08

(cherry picked from commit db4ccde60d)
2020-03-13 08:18:56 +01:00
Vincent Laporte
f452e4e1ad acgtk: 1.5.0 → 1.5.1 (#81539)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
(cherry picked from commit dcfccdfc33)
2020-03-13 06:52:45 +01:00
Maximilian Bosch
37a3c3fafb nixos/manual: fix build
(cherry picked from commit 7e978ca324)
2020-03-13 02:09:17 +01:00
Maximilian Bosch
45e699cbed nixos/python-test-driver: allow single char as hostName and fix misleading error-message
In case of invalid chars, the error-message references "perl variables"
which is not the case here as the python-based framework is used.

(cherry picked from commit 6d14bac048)
2020-03-13 01:10:17 +01:00
Sergey Lukjanov
872beff40b docker: 19.03.5 -> 19.03.8
(cherry picked from commit e1611f85c2)
(cherry picked from commit 1d0c3f148b)
2020-03-12 23:57:05 +01:00
Florian Klink
4b2151b9fa nixos/networkd: respect systemd.network.links also with disabled systemd-networkd
This mirrors the behaviour of systemd - It's udev that parses `.link`
files, not `systemd-networkd`.

(cherry picked from commit 36ef112a47)
2020-03-12 23:49:38 +01:00
Florian Klink
f549fbfd97 nixos/zerotierone: switch from manually generating the .link file to use the module
Previously, systemd.network.links was only respected with networkd
enabled, but it's really udev taking care of links, no matter if
networkd is enabled or not.

With our module fixed, there's no need to manually manage the text file
anymore.

(cherry picked from commit 3d1079a20d)
2020-03-12 23:49:38 +01:00
Félix Baylac-Jacqué
cde800dbd7 tests/networking: remove pkgs.lib usages.
(cherry picked from commit 1115959a8d)
2020-03-12 23:49:37 +01:00
Symphorien Gibol
99a3d7a86f nixos/btrfs: make autoScrub not prevent shutdown or suspend
Fixes: #79086 #79017
(cherry picked from commit 5359d90b15)
2020-03-12 22:40:26 +01:00
Maximilian Bosch
8038d4a429 r10k: 3.2.0 -> 3.4.1
(cherry picked from commit 7c078497ce)
2020-03-12 21:24:32 +01:00
Maximilian Bosch
99ca097e15 blueman: 2.1.1 -> 2.1.2
(cherry picked from commit 3fa6cd14ce)
2020-03-12 21:24:32 +01:00
Maximilian Bosch
8cad2b90a9 packer: 1.5.1 -> 1.5.4
(cherry picked from commit 9f877b97b8)
2020-03-12 21:24:32 +01:00
Maximilian Bosch
d1dc14bd9e EmptyEpsilon: 2020.01.15 -> 2020.02.18
(cherry picked from commit f7d1c8384c)
2020-03-12 21:24:31 +01:00
Murray Campbell
063c26cdea blender: use PYTHONPATH (#82341)
See [blender patch](https://developer.blender.org/D6598)

(cherry picked from commit fd614a72e9)
2020-03-12 14:45:19 -04:00
Timo Kaufmann
0b7fe7290a Merge pull request #82416 from timokau/sage-docutils-0.15-fix-20.03
[20.03] sage: fix test suite with docutils 0.15
2020-03-12 16:18:37 +00:00
Timo Kaufmann
b9cbb44067 sage: fix test suite with docutils 0.15
The better way to fix this would be to backport the upstream sphinx
patch:

faedcc48cc

Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.

(cherry picked from commit 7133577405)
2020-03-12 16:42:08 +01:00
Mario Rodas
9c26d7939c Merge pull request #82113 from bhipple/bp/ion
[20.03] ion: mark as broken
2020-03-08 23:08:00 -05:00
Mario Rodas
d02d2b0764 Merge pull request #82108 from bhipple/bp/heatseeker
[20.03] heatseeker: 1.5.1 -> 1.7.1
2020-03-08 22:30:00 -05:00
Benjamin Hipple
dde4748143 [20.03] ion: mark as broken
Backport of https://github.com/NixOS/nixpkgs/pull/82016

ZHF: #80379

(cherry picked from commit d5d648b0f6)
2020-03-08 23:10:01 -04:00
Mario Rodas
45138d3c1d Merge pull request #82106 from bhipple/bp/sit
[20.03] sit: mark as broken
2020-03-08 22:06:30 -05:00
Benjamin Hipple
da79582aaf [ZHF][20.03] heatseeker: 1.5.1 -> 1.7.1
Backport of https://github.com/NixOS/nixpkgs/pull/82017

ZHF: #80379

(cherry picked from commit 9044bdef6a)
2020-03-08 22:36:34 -04:00
Benjamin Hipple
a81880d840 [20.03] sit: mark as broken
Dependencies in the Cargo.lock fail to build due to mutable self borrows.

Backport of https://github.com/NixOS/nixpkgs/pull/82018

ZHF: https://github.com/NixOS/nixpkgs/issues/80379

(cherry picked from commit a2514c22a8)
2020-03-08 22:30:31 -04:00
Florian Klink
30cd233df1 Merge pull request #82054 from mweinelt/pr/20.03/borgbackup/1.1.11
[20.03] borgbackup: 1.1.10 → 1.1.11
2020-03-08 16:28:12 -07:00
Robert Hensing
6b21029d39 buildLayeredImage: Allow empty store, no paths to add
This is useful when buildLayeredImage is called in a generic way
that should allow simple (base) images to be built, which may not
reference any store paths.

(cherry picked from commit 6dab1b50a6)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-08 23:12:16 +01:00
Jacek Galowicz
f85b4f1df4 nixosTests.docker-tools: Port to Python 2020-03-08 23:12:07 +01:00
Antoine Eiche
c34efec88e nixosTests.docker-tools: add bulk-layer test
A regression test for https://github.com/NixOS/nixpkgs/issues/78744.

(cherry picked from commit baa78de594)
Signed-off-by: Domen Kožar <domen@dev.si>
2020-03-08 23:11:48 +01:00
Ben Wolsieffer
645522a971 buildbot: 2.6.0 -> 2.7.0 (#81406)
(cherry picked from commit 07727dbd16)

cc #81406
2020-03-08 17:42:56 -04:00
R. RyanTM
55cbe7dbaf buildbot: 2.6.0 -> 2.7.0
(cherry picked from commit 0a545f61fc)

cc #81283
2020-03-08 17:42:56 -04:00
Domen Kožar
62b2bf3f8e elm2nix: bump to 0.2 as it supports Elm 0.19.1 2020-03-08 18:43:46 +01:00
Dmitry Kalinkin
9cc2f1885f glibc: provide fallback for kernels with missing prlimit64
The current version of glibc implements support for kernels down to
3.2.0 (and we make sure to enable such support with apporopriate
--enable-kernel setting). The current RHEL6 operating system is based on
a maintained kernel based on 2.6.32 with lots of backports. We provide
basic support for this specific kernel by patching glibc to provide an
exception for this specific version of kernel. This allows for nixpkgs
software distribution to work on RHEL6 and it does so quite well with
almost no problems. There are, however, a few syscalls that are missing
in the 2.6.32 kernel, one of which is prlimit64. This commit provides a
fallback that uses an older {get,set}rlimit syscalls in cases when
prlimit64 is not available. This should streamline the experience for
nixpkgs users wanting to run it on RHEL6, namely, this fixes one of the
tests in findutils.

See also discussion in guix:
https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00356.html

(cherry picked from commit 6740593bdd)
2020-03-08 13:16:50 -04:00
R. RyanTM
3a237ae22b nextcloud: 18.0.0 -> 18.0.1
(cherry picked from commit 91250fe625)
2020-03-08 17:34:33 +01:00
Daniel Schaefer
aae661cefe satallax: Fix build with GCC9
(cherry picked from commit bc56175034)
2020-03-08 16:17:35 +01:00
Maximilian Bosch
ae1b10ad0a Merge pull request #81958 from ryneeverett/backport-howard-hinnant-date-zone-info
howard-hinnant-date: allow access to zoneinfo
2020-03-08 15:56:14 +01:00
Martin Weinelt
9e8594685d borgbackup: 1.1.10 → 1.1.11
Version 1.1.11 (2020-03-08)

Compatibility notes:

    When upgrading from borg 1.0.x to 1.1.x, please note:
        read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
        borg upgrade: you do not need to and you also should not run it.
        borg might ask some security-related questions once after upgrading. You can answer them either manually or via environment variable. One known case is if you use unencrypted repositories, then it will ask about a unknown unencrypted repository one time.
        your first backup with 1.1.x might be significantly slower (it might completely read, chunk, hash a lot files) - this is due to the --files-cache mode change (and happens every time you change mode). You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less safe for detecting changed files than the default). See the --files-cache docs for details.
    1.1.11 removes WSL autodetection (Windows 10 Subsystem for Linux). If WSL still has a problem with sync_file_range, you need to set BORG_WORKAROUNDS=basesyncfile in the borg process environment to work around the WSL issue.

Fixes:

    fixed potential index corruption / data loss issue due to bug in hashindex_set, #4829 Please read and follow the more detailled notes close to the top of this document.
    upgrade bundled xxhash to 0.7.3, #4891 0.7.2 is the minimum requirement for correct operations on ARMv6 in non-fixup mode, where unaligned memory accesses cause bus errors. 0.7.3 adds some speedups and libxxhash 0.7.3 even has a pkg-config file now.
    upgrade bundled lz4 to 1.9.2
    upgrade bundled zstd to 1.4.4
    fix crash when upgrading erroneous hints file, #4922
    extract:
        fix KeyError for "partial" extraction, #4607
        fix "partial" extract for hardlinked contentless file types, #4725
        fix preloading for old (0.xx) remote servers, #4652
        fix confusing output of borg extract --list --strip-components, #4934
    delete: after double-force delete, warn about necessary repair, #4704
    create: give invalid repo error msg if repo config not found, #4411
    mount: fix FUSE mount missing st_birthtime, #4763 #4767
    check: do not stumble over invalid item key, #4845
    info: if the archive doesn't exist, print a pretty message, #4793
    SecurityManager.known(): check all files, #4614
    Repository.open: use stat() to check for repo dir, #4695
    Repository.check_can_create_repository: use stat() to check, #4695
    fix invalid archive error message
    fix optional/non-optional location arg, #4541
    commit-time free space calc: ignore bad compact map entries, #4796
    ignore EACCES (errno 13) when hardlinking the old config, #4730
    --prefix / -P: fix processing, avoid argparse issue, #4769

New features:

    enable placeholder usage in all extra archive arguments
    new BORG_WORKAROUNDS mechanism, basesyncfile, #4710
    recreate: support --timestamp option, #4745
    support platforms without os.link (e.g. Android with Termux), #4901 if we don't have os.link, we just extract another copy instead of making a hardlink.
    support linux platforms without sync_file_range (e.g. Android 7 with Termux), #4905

Other:

    ignore --stats when given with --dry-run, but continue, #4373
    add some ProgressIndicator msgids to code / fix docs, #4935
    elaborate on "Calculating size" message
    argparser: always use REPOSITORY in metavar, also use more consistent help phrasing.
    check: improve error output for matching index size, see #4829
    docs:
        changelog: add advisory about hashindex_set bug #4829
        better describe BORG_SECURITY_DIR, BORG_CACHE_DIR, #4919
        infos about cache security assumptions, #4900
        add FAQ describing difference between a local repo vs. repo on a server.
        document how to test exclusion patterns without performing an actual backup
        timestamps in the files cache are now usually ctime, #4583
        fix bad reference to borg compact (does not exist in 1.1), #4660
        create: borg 1.1 is not future any more
        extract: document limitation "needs empty destination", #4598
        how to supply a passphrase, use crypto devices, #4549
        fix osxfuse github link in installation docs
        add example of exclude-norecurse rule in help patterns
        update macOS Brew link
        add note about software for automating backups, #4581
        AUTHORS: mention copyright+license for bundled msgpack
        fix various code blocks in the docs, #4708
        updated docs to cover use of temp directory on remote, #4545
        add restore docs, #4670
        add a pull backup / push restore how-to, #1552
        add FAQ how to retain original paths, #4532
        explain difference between --exclude and --pattern, #4118
        add FAQs for SSH connection issues, #3866
        improve password FAQ, #4591
        reiterate that 'file cache names are absolute' in FAQ
    tests:
        cope with ANY error when importing pytest into borg.testsuite, #4652
        fix broken test that relied on improper zlib assumptions
        test_fuse: filter out selinux xattrs, #4574
    travis / vagrant:
        misc python versions removed / changed (due to openssl 1.1 compatibility) or added (3.7 and 3.8, for better borg compatibility testing)
        binary building is on python 3.5.9 now
    vagrant:
        add new boxes: ubuntu 18.04 and 20.04, debian 10
        update boxes: openindiana, darwin, netbsd
        remove old boxes: centos 6
        darwin: updated osxfuse to 3.10.4
        use debian/ubuntu pip/virtualenv packages
        rather use python 3.6.2 than 3.6.0, fixes coverage/sqlite3 issue
        use requirements.d/development.lock.txt to avoid compat issues
    travis:
        darwin: backport some install code / order from master
        remove deprecated keyword "sudo" from travis config
        allow osx builds to fail, #4955 this is due to travis-ci frequently being so slow that the OS X builds just fail because they exceed 50 minutes and get killed by travis.

(cherry picked from commit dbff9b5479)
2020-03-08 14:32:50 +01:00
Peter Simons
9226f826b5 fetchmail: update from version 6.3.26 to 6.4.2
The new version supports OpenSSL 1.x. Should be back-ported to
release-20.03.

See https://sourceforge.net/projects/fetchmail/files/branch_6.4/
for the changelog.

(cherry picked from commit 85befe90b0)
2020-03-08 12:48:31 +01:00
Maximilian Bosch
fb34ac13e4 wasm-bindgen-cli: 0.2.58 -> 0.2.59
(cherry picked from commit 88b16119c1)
2020-03-07 23:11:47 +01:00
Michael Weiss
4e623d16e3 signal-desktop: 1.32.0 -> 1.32.1
(cherry picked from commit 01db31c4d7)
2020-03-07 21:07:01 +01:00
Daniel Fullmer
cbe553c988 zoneminder: add patch to fix improper caching
(cherry picked from commit ce34b927e0)

cc #79488
2020-03-07 13:27:07 -05:00
Daniel Fullmer
cf7dfbf87b zoneminder: fix timezone detection
(cherry picked from commit 630de551ef)

cc #79488
2020-03-07 13:27:03 -05:00
Daniel Fullmer
7f2973c12f nixos/zoneminder: update on startup if needed
(cherry picked from commit cb5da4eacb)

cc #79488
2020-03-07 13:26:58 -05:00
Daniel Fullmer
e7913b7d84 zoneminder: 1.32.3 -> 1.34.3
(cherry picked from commit 2685e457d3)

cc #79488
2020-03-07 13:26:47 -05:00
Silvan Mosberger
4b003af753 du-dust: Change derivation name from dust to du-dust
This prevents confusion by nix-env when installing packages by
derivation name, since there is another package named dust already

(cherry picked from commit ad126ee28e)
2020-03-07 15:43:20 +01:00
Silvan Mosberger
8b85be406c Merge pull request #81970 from Infinisil/dhall-nix-fix
[20.03] dhall-nix: Fix build
2020-03-07 14:46:24 +01:00
Silvan Mosberger
680f15a544 dhall-nix: Fix build 2020-03-07 14:14:02 +01:00
R. RyanTM
d61616bfe5 gnomeExtensions.appindicator: 30 -> 32 (#81309)
(cherry picked from commit e88113846c)
2020-03-07 13:09:27 +01:00
Silvan Mosberger
883217dc3f Merge pull request #81435 from mweinelt/pr/20.03/acme
[20.03] nixos/acme: backport #81369 and #81371
2020-03-07 12:12:03 +01:00
Benjamin Hipple
57fafc08f9 tree-sitter: 0.15.7 -> 0.16.4
Includes some bugfixes/cleanups to the scripts and packaging, a run of the
updater and a bump of the version.

Fixes #75863

(cherry picked from commit 9131efe52d)
2020-03-07 10:20:11 +01:00
Maximilian Bosch
f7e077a54a grocy: 2.6.0 -> 2.6.1
(cherry picked from commit d0e0acadbb)
2020-03-07 09:44:57 +01:00
Jörg Thalheim
23edc4489b Merge pull request #81902 from Mic92/nginx-ssl
[backport] nixos/nginx: use Mozilla Intermediate TLS configuration
2020-03-07 08:43:32 +00:00
Cole Helbling
e5c3c21eac howard-hinnant-date: allow access to zoneinfo
This fixes the situtation where, if `/usr/share/zoneinfo` was
inaccessible/didn't otherwise exist, `howard-hinnant-date` would
download and drop a `~/Downloads/tzdata` directory containing some
timezone information from IANA [1]. To avoid this, we make use of the
`tzdata`'s `zoneinfo`, preventing the dropping of random directories and
files.

[1] https://data.iana.org/time-zones/releases/tzdata2019c.tar.gz

(cherry picked from commit 25057960ce)

This fixes a bug which breaks the clock module. See
<https://github.com/Alexays/Waybar/issues/566>.
2020-03-07 05:16:24 +00:00
pacien
b780aefc62 riot-desktop: 1.5.10 -> 1.5.12
(cherry picked from commit abc58dc1d0)
2020-03-06 23:15:22 +01:00
pacien
44d322f488 riot-web: 1.5.10 -> 1.5.12
(cherry picked from commit 18848216ea)
2020-03-06 23:15:22 +01:00
R. RyanTM
df5c76b745 libreswan: 3.30 -> 3.31
(cherry picked from commit bce33c5d74)
2020-03-06 23:02:19 +01:00
R. RyanTM
9b9106b9b4 libreswan: 3.29 -> 3.30
(cherry picked from commit f4b1d118a4)
2020-03-06 23:00:48 +01:00
Luis Ressel
18181553e0 nixos/wireguard: Fix typo in error message
generatePrivateKey -> generatePrivateKeyFile

(cherry picked from commit b19c485b22)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:45:09 +01:00
Lancelot SIX
06652b25cf python3Pakcages.django_compat: fix
(cherry picked from commit df155637fe)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:28:02 +01:00
Lancelot SIX
6ec1e63207 python3akcages.django_compat: improve test fix
(cherry picked from commit e8d5bdb7b3)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:27:51 +01:00
Lancelot SIX
8a526e4f3a python3Packages.django_compat: fix tests and re-enable
(cherry picked from commit 75087d8882)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:27:32 +01:00
Vincent Laporte
57614a9ccd ocamlPackages.core_profiler: remove at 0.11.0
This package is broken with glibc ≥ 2.28

(cherry picked from commit 5c274c6c05)
2020-03-06 21:36:46 +01:00
Vincent Laporte
5ba4cc937c ocamlPackages.ocaml_plugin: remove at 0.11.0
This package is broken with glibc ≥ 2.28

(cherry picked from commit 9095ca22bc)
2020-03-06 21:36:46 +01:00
Vincent Laporte
f6122a2a5c ocamlPackages.conduit_p4: remove at 0.10.0
(cherry picked from commit fe0ebdf825)
2020-03-06 21:36:46 +01:00
Vincent Laporte
d8980f92d2 ocamlPackages.cohttp_p4: remove at 0.19.3
(cherry picked from commit 305dc2a199)
2020-03-06 21:36:46 +01:00
Vincent Laporte
27e412851d trv: remove at 0.1.3
(cherry picked from commit fca7f386db)
2020-03-06 21:36:46 +01:00
Sergey Lukjanov
b417adb48b snmp_exporter: 0.15.0 -> 0.17.0
(cherry picked from commit bd3319d28c)
2020-03-06 18:38:48 +01:00
Emily
65e31f98ce nixos/nginx: use Mozilla Intermediate TLS configuration
The configuration at https://ssl-config.mozilla.org/#server=nginx&config=intermediate
is reliably kept up-to-date in terms of security and compatible with a
wide range of clients. They've probably had more care and thought put
into them than our defaults, and will be easier to keep updated in
the future.

The only removed (rather than changed) configuration option here is
ssl_ecdh_curve, per https://github.com/mozilla/server-side-tls/issues/189.

Resolves #80952.

(cherry picked from commit 4ed98d69ed)
2020-03-06 14:31:53 +00:00
Alexander Bakker
2ec23b2e2f uwsgi: use pyhome instead of pythonpath for uwsgi vassals
(cherry picked from commit 7bbf7fa693)
2020-03-06 13:17:00 +00:00
Tim Steinbach
f707a0cef4 linux: 5.5.7 -> 5.5.8 2020-03-06 07:53:31 -05:00
Tim Steinbach
b5335c4e4a linux: 5.4.23 -> 5.4.24 2020-03-06 07:53:31 -05:00
Tim Steinbach
775be80b9d linux: 4.19.107 -> 4.19.108 2020-03-06 07:53:31 -05:00
Dillen Meijboom
b719c465f2 pulumi: 1.4.0 -> 1.12.0
(cherry picked from commit c4f5f95d8d)
2020-03-06 10:14:56 +00:00
Anderson Torres
253e2d9586 Merge pull request #81880 from OPNA2608/palemoon_28.8.4_cherrypick_20.03
[20.03] palemoon: 28.8.2.1 -> 28.8.4
2020-03-06 06:55:08 -03:00
WilliButz
9db4062c6c nixos/tests/prometheus-exporters: increase memory for rspamd
Before this, the test failed because rspamd did invoke the oom-killer.

(cherry picked from commit 0d832ee98e)
2020-03-06 10:37:54 +01:00
Martin Milata
ebb7ec3f04 nixos/prometheus-mail-exporter: misc fixes
- Fix misspelled option. mkRenamedOptionModule is not used because the
   option hasn't really worked before.
 - Add missing cfg.telemetryPath arg to ExecStart.
 - Fix mkdir invocation in test.

(cherry picked from commit e7ed7901a8)
2020-03-06 10:37:53 +01:00
Martin Milata
f382c70e34 nixos/prometheus-mail-exporter: fix assertion
The assertion was printed when user explicitly defined only the
configFile option.

(cherry picked from commit 3b5cf35e8b)
2020-03-06 10:37:53 +01:00
Martin Milata
bddb1723d8 nixos/prometheus-snmp-exporter: fix assertion
The assertion was printed when user explicitly defined only the
configurationPath option.

(cherry picked from commit 2a080ac434)
2020-03-06 10:37:53 +01:00
Martin Milata
6673c4f5ff nixos/prometheus-snmp-exporter: update log options
The allowed values have changed in bd3319d28c.

0.15:
      --log.level="info"        Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
      --log.format="logger:stderr"
                                Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"

0.17:
      --log.level=info          Only log messages with the given severity or above. One of: [debug, info, warn, error]
      --log.format=logfmt       Output format of log messages. One of: [logfmt, json]

(cherry picked from commit 87f87fb3e9)
2020-03-06 10:37:53 +01:00
Martin Milata
c3bb46e179 nixos/prometheus-*-exporter: escape shell args
(cherry picked from commit 0ac24ccf2a)
2020-03-06 10:37:53 +01:00
zowoq
5c3564790a youtube-dl: 2020.03.01 -> 2020.03.06
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.06
(cherry picked from commit 815f25daed)
2020-03-06 10:31:18 +01:00
Joachim Breitner
6a8cdf74fd js_of_ocaml: 3.4.0 -> 3.5.2 (#75766)
drive-by contributions, as I was playing around with this (it has better
support for the `num` library, it seems.)

js_of_ocaml: 3.4.0 -> 3.5.2
ocamlPackages.js_of_ocaml-ppx_deriving_json: use ppxlib-0.12.0
ocamlPackages.eliom: 6.8.0 → 6.10.1
ocamlPackages.ocsigen-toolkit: 2.2.0 → 2.5.0
ocamlPackages.ocsigen-start: 2.7.0 → 2.16.1

Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
(cherry picked from commit 2d2a5a9b63)
2020-03-06 10:18:32 +01:00
Vincent Laporte
0456880576 ocamlPackages.resource-pooling: 0.6 → 1.1
ocamlPackages.ocsigen-start: 1.8.0 → 2.7.0

(cherry picked from commit c589de98e2)
2020-03-06 10:18:29 +01:00
Vincent Laporte
525b0d1a8e ocamlPackages.pgocaml_ppx: init at 4.0
(cherry picked from commit 4f7484f038)
2020-03-06 10:18:24 +01:00
WilliButz
3fbd8bda3e Merge pull request #81757 from Ma27/backport-codimd
[20.03] codimd: 1.5.0 -> 1.6.0
2020-03-06 09:45:58 +01:00
Pavol Rusnak
4707311e20 libfido2: change dependency from libressl to openssl
libressl does not enable EdDSA functionality in libfido2
see https://github.com/Yubico/libfido2/issues/144

(cherry picked from commit 4135584798e428a98d0ded9dab337673bd048f05)
2020-03-06 07:11:21 +01:00
worldofpeace
c4db4e5538 Merge pull request #81793 from JeffLabonte/20_03-brave_1.4.95_to_1.4.96
[20.03] brave 1.4.95 to 1.4.96
2020-03-05 19:41:09 +00:00
worldofpeace
1f99fd2fdb Merge pull request #81718 from worldofpeace/backport-80746
[20.03] openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
2020-03-05 18:41:51 +00:00
Milan
c1746708b1 gitlab: 12.8.1 -> 12.8.2 (#81803)
Includes multiple security fixes mentioned in
https://about.gitlab.com/releases/2020/03/04/gitlab-12-dot-8-dot-2-released/
(unfortunately, no CVE numbers as of yet)

 - Directory Traversal to Arbitrary File Read
 - Account Takeover Through Expired Link
 - Server Side Request Forgery Through Deprecated Service
 - Group Two-Factor Authentication Requirement Bypass
 - Stored XSS in Merge Request Pages
 - Stored XSS in Merge Request Submission Form
 - Stored XSS in File View
 - Stored XSS in Grafana Integration
 - Contribution Analytics Exposed to Non-members
 - Incorrect Access Control in Docker Registry via Deploy Tokens
 - Denial of Service via Permission Checks
 - Denial of Service in Design For Public Issue
 - GitHub Tokens Displayed in Plaintext on Integrations Page
 - Incorrect Access Control via LFS Import
 - Unescaped HTML in Header
 - Private Merge Request Titles Leaked via Widget
 - Project Namespace Exposed via Vulnerability Feedback Endpoint
 - Denial of Service Through Recursive Requests
 - Project Authorization Not Being Updated
 - Incorrect Permission Level For Group Invites
 - Disclosure of Private Group Epic Information
 - User IP Address Exposed via Badge images
 - Update postgresql (GitLab Omnibus)

(cherry-picked from commit c25756f91c)
2020-03-05 17:08:55 +01:00
Tor Hedin Brønner
0b6df0b4bf nix-bash-completions: 0.6.7 -> 0.6.8 (#81019)
(cherry picked from commit 0e5d4573d4)
2020-03-05 15:09:52 +01:00
R. RyanTM
f5fa7bf2cf palemoon: 28.8.2.1 -> 28.8.4
(cherry picked from commit e633927c81)
2020-03-05 14:34:25 +01:00
Vladimír Čunát
3a820f04e1 nixos/release-notes: fix a tiny typo
(cherry picked from commit 1cf4fea33f)
2020-03-05 14:04:17 +01:00
Michael Weiss
1019f56391 signal-desktop: 1.31.0 -> 1.32.0
(cherry picked from commit 05e6cc4944)
2020-03-05 12:05:42 +01:00
Michael Weiss
a6ac7bfb1e signal-desktop: 1.30.1 -> 1.31.0
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.31.0
(cherry picked from commit 7d927677f4)
2020-03-05 12:05:36 +01:00
Jeff Labonte
093092a99a brave: 1.4.95 -> 1.4.96
Update brave from the version 1.4.95 to 1.4.96.

(cherry picked from commit 3f6d356654)
Reason: Keep the browser to the latest stable version
2020-03-04 21:35:31 -05:00
Dylan Simon
0a5ec494b5 tensorflow: 1.15.1 -> 1.15.2 2020-03-04 18:00:52 -05:00
Jan Tojnar
e544e03110 glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook
Since we split wrapGAppsHook and move its variable initialization to preFixupPhases in #81475, it was getting run before glibPreFixupPhase which sets GSETTINGS_SCHEMAS_PATH variable gappsWrapperArgsHook depends on. Let's introduce this ugly hack to ensure glibPreFixupPhase will run before gappsWrapperArgsHook.

(cherry picked from commit 8e4f502fc6)
2020-03-04 17:41:04 -05:00
R. RyanTM
da48691741 at-spi2-atk: 2.34.1 -> 2.34.2
(cherry picked from commit deec2268c9)
2020-03-04 20:46:31 +01:00
R. RyanTM
08bcfe14ae gnome3.glade: 3.22.1 -> 3.22.2
(cherry picked from commit acc4854dac)
2020-03-04 20:36:57 +01:00
WilliButz
0419b78866 nixos/codimd: update useCDN default to false
(cherry picked from commit 68410b08be)
2020-03-04 20:24:40 +01:00
WilliButz
9cefdd7de2 codimd: 1.5.0 -> 1.6.0
(cherry picked from commit 6c2284090a)
2020-03-04 20:24:40 +01:00
Michael Weiss
487b2f74cd chromium: 80.0.3987.122 -> 80.0.3987.132
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop.html

This update includes 4 security fixes.

CVEs:
CVE-2020-6420

(cherry picked from commit 51b6f9c6ae)
Backport of #81704.
2020-03-04 20:13:57 +01:00
Silvan Mosberger
19a4f3f79c Merge pull request #81709 from yegortimoshenko/acme-fullchain-force-symlink-20.03
[20.03] nixos/acme: force symlink from fullchain.pem to cert.pem
2020-03-04 19:33:54 +01:00
zimbatm
eaea08b2fe Revert "defaultGemConfig: remove asciidoctor-diagram JARs" (#81737)
This reverts commit 1ac11cc1c1.

asciidoctor-diagram starts Java processes, so the JARs are necessary
on all platforms.

See https://github.com/NixOS/nixpkgs/pull/77149#issuecomment-594576339.

(cherry picked from commit 89a09456c7)
2020-03-04 19:05:15 +01:00
Maximilian Bosch
fffd09d21c nixos/tests/initrd-network-ssh: fix test
It seems as it takes a moment until the initrd-network is loaded. Please
note that this is currently only reproducible on release-20.03.
2020-03-04 18:37:19 +01:00
Franz Pletz
3c86a21d6c nixos/initrd-network: always run postCommands
As outlined in #71447, postCommands should always be run if networking
in initrd is enabled. regardless if the configuration actually
succeeded.

(cherry picked from commit 589789997f)

The backport of this patch has been requested in #79532[1]. The diff is
slightly off the original commit since some changes from
ea7d02406b were needed, however this
commit shouldn't be backported as it potentially breaks existing setups.

[1] https://github.com/NixOS/nixpkgs/pull/79532#issuecomment-593511638
2020-03-04 18:31:03 +01:00
Maximilian Bosch
7c6d9f55e0 nextcloud-client: 2.6.3 -> 2.6.4
https://github.com/nextcloud/desktop/releases/tag/v2.6.4
(cherry picked from commit 13e3fc3e06)
2020-03-04 16:19:54 +01:00
talyz
53e5e70eda gitaly: Copy gem files into bundler env instead of symlinking
This fixes issue #79374, where gitaly prints warning messages on the
client side when running push or fetch.
2020-03-04 14:37:21 +01:00
talyz
4d50664b10 bundlerEnv: Add option to copy gem files instead of symlinking
The way ruby loads gems and keeps track of their paths seems to not
always work very well when the gems are accessed through
symlinks. Ruby will then complain that the same files are loaded
multiple times; it relies on the file's full path to determine whether
the file is loaded or not.

This adds an option to simply copy all gem files into the environment
instead, which gets rid of this issue, but may instead result in major
file duplication.
2020-03-04 14:37:21 +01:00
talyz
06bd94cfb6 gitlab-shell: Change name from gitlab-shell-go to gitlab-shell
This is left over from when gitlab-shell had a ruby part and a go
part. The ruby part is now gone, so let's call the go part
gitlab-shell.
2020-03-04 14:37:21 +01:00
talyz
08582ebb7c gitlab-workhorse: 8.20.0 -> 8.21.0 2020-03-04 14:37:21 +01:00
talyz
750cf9e911 gitaly: 1.83.0 -> 12.8.1 2020-03-04 14:37:21 +01:00
talyz
894ff16021 gitlab: 12.7.6 -> 12.8.1
https://about.gitlab.com/releases/2020/02/22/gitlab-12-8-released/
https://about.gitlab.com/releases/2020/02/24/gitlab-12-8-1-released/
2020-03-04 14:37:21 +01:00
Vladimír Čunát
feaa6347ca knot-resolver: apply upstream patch
Encrypted ZFS users were affected, in particular some NixOS users
who reported the issue upstream.  /cc #81188.

(cherry picked from commit b7f5450e4d)
2020-03-04 14:01:22 +01:00
Jörg Thalheim
876085e8f7 nixos/zfs: continue trimming also if one pool fails
fixes https://github.com/NixOS/nixpkgs/issues/81602

(cherry picked from commit 557989c460e386d0abca068245806a2fbc89edf0)
2020-03-04 12:48:28 +00:00
Vladimír Čunát
7dfb4447d6 openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
No vulnerabilities are know so far (to me), but still I'd go this way.
Especially for 20.03 it seems better to deprecate it before official
release happens.

Current casualties:
$ ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD^
Estimating rebuild amount by counting changed Hydra jobs.
     87 x86_64-darwin
    161 x86_64-linux

(cherry picked from commit 7cda2823be)
2020-03-04 07:40:36 -05:00
Yegor Timoshenko
08795a97f4 nixos/acme: force symlink from fullchain.pem to cert.pem
(cherry picked from commit c32da2ed9c)

Co-authored-by: emily <vcs@emily.moe>
2020-03-04 13:19:29 +03:00
adisbladis
0c3057c59d Merge pull request #81266 from Frostman/20.03-go-1.14
[20.03] go_1_14: init at 1.14 and switch to it (backport)
2020-03-04 08:25:02 +00:00
worldofpeace
87cc49a3fe Merge pull request #81082 from JeffLabonte/release/20.03-brave_1.3.118_to_1.4.95
[20.03] brave: 1.3.118 -> 1.4.95
2020-03-04 01:27:28 +00:00
Jeff Labonte
bf8a421551 brave: 1.3.118 -> 1.4.95
Update brave from 1.3.118 to 1.4.95

(cherry picked from commit fa166b77d1)
Reason: Browser should be kept up-to-date for security reasons.
2020-03-03 20:14:55 -05:00
worldofpeace
20c553be69 pantheon.wingpanel-indicator-nightlight: 2.0.2 -> 2.0.3
https://github.com/elementary/wingpanel-indicator-nightlight/releases/tag/2.0.3
(cherry picked from commit 9dc1cc507d)
2020-03-03 20:13:21 -05:00
worldofpeace
b37fcf90c4 pantheon.elementary-files: 4.4.0 -> 4.4.1
https://github.com/elementary/files/releases/tag/4.4.1
(cherry picked from commit 7f7977e296)
2020-03-03 20:13:21 -05:00
worldofpeace
bd49b6f7bf ephemeral: 6.2.1 -> 6.3.0
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.0
(cherry picked from commit 0e82b0e0ed)
2020-03-03 20:13:21 -05:00
worldofpeace
5a1a248e7d lollypop: 1.2.16 -> 1.2.23
(cherry picked from commit 5d31a94b11)
2020-03-03 20:13:21 -05:00
worldofpeace
0ebcfef5fe lollypop: add missing deps
We need the GIO_EXTRA_MODULE from glib-networking

(cherry picked from commit c10c96b991)
2020-03-03 20:13:21 -05:00
obadz
201a5d8e4f Merge pull request #81669 from obadz/backport-2003-zerotier-mac-fix
[20.03] nixos/zerotierone: prevent systemd from changing MAC address
2020-03-04 01:07:58 +00:00
Daniel Fullmer
01a02ccd73 nixos/zerotierone: prevent systemd from changing MAC address
(cherry picked from commit 27b8253655)
2020-03-04 01:04:03 +00:00
worldofpeace
e8e569ce79 wrapGAppsHook: Fix #78803
Add to gappsWrapperArgs in preFixupPhases.

(cherry picked from commit 29fc27b4ac)
2020-03-03 19:35:37 -05:00
worldofpeace
e78f26b977 Merge branch 'release-20.03' into staging-20.03 2020-03-03 19:35:13 -05:00
Aiken Cairncross
6c3ab02ad0 python3Packages.monosat: Fix hash
(cherry picked from commit 3db82f6fc3)
2020-03-03 19:34:08 +00:00
Aiken Cairncross
04379d0a6a python3Packages.monosat: Fix Python 3.8 build
(cherry picked from commit 2148a154c6)
2020-03-03 19:23:57 +00:00
Dmitry Kalinkin
899cf4ba29 python3Packages.ipykernel: fix build on darwin
Also python34 is not supported:

979e6fd2db

nixpkgs doesn't provide python34 anymore, so pythonOlder "3.5" is always
true and can be removed.

(cherry picked from commit d35009ee63)

cc #80940
2020-03-03 12:51:50 -05:00
Dmitry Kalinkin
17e15615e4 tdlib: enable on darwin
(cherry picked from commit fa2546f1b9)
2020-03-03 12:45:10 -05:00
Dmitry Kalinkin
ee01f461a3 blender: fix enableNumpy option, enable it unconditionally
Workarounds https://developer.blender.org/T74304

Audaspace requires numpy, we already have to provide numpy
unconditionally via PYTHON_NUMPY_PATH.

(cherry picked from commit 27578856bf)

cc #81313
2020-03-03 09:20:54 -05:00
Jeffry Molanus
943aff5679 terraform-providers.libvirt: 0.5.1 -> 0.6.1
(cherry picked from commit c1b5cfe267)
2020-03-03 11:32:14 +00:00
Yegor Timoshenko
0f2565d518 Merge pull request #80857 from emilazy/adjust-acme-20.03
[20.03] nixos/acme: adjust renewal timer options
2020-03-03 03:49:56 +03:00
conferno
2e4a4b928b xfce.xfdashbooard: fix typo
(cherry picked from commit e0a2f0fc24)
2020-03-02 18:39:02 -05:00
Vladimír Čunát
181974248e Merge branch 'staging-20.03' into release-20.03
It's finished on Hydra: https://hydra.nixos.org/eval/1573320
2020-03-02 18:30:49 +01:00
Martin Milata
56b1c3938c qt5.qtbase: backport cmake macro fix
Backport fix of QT5_MAKE_OUTPUT_FILE CMake macro which causes FreeCAD
build failure when building with qt-5.12.7.

https://bugreports.qt.io/browse/QTBUG-81715

(cherry picked from commit 80650ae4f0)
2020-03-02 18:29:43 +01:00
Maximilian Bosch
0bdf352a05 nixos/release-notes: mention fix for predictable network-interfaces in initrd
(cherry picked from commit f4d71e2e73)
2020-03-02 17:58:44 +01:00
Franz Pletz
173c7715de nixos/initrd-network: use ipconfig from klibc
This apparently has features that the version from Arch's
mkinitcpio-nfs-utils does not have. Fixes #75314.

(cherry picked from commit d25c1a8fdc)
2020-03-02 17:18:00 +01:00
Franz Pletz
3206aa985a klibc: 2.0.4 -> 2.0.7
(cherry picked from commit 4ba8086aa1)
2020-03-02 17:17:59 +01:00
Franz Pletz
332d731a7a nixos/stage-1: fix predictable interfaces names
This makes predictable interfaces names available as soon as possible
with udev by adding the default network link units to initrd which are read
by udev. Also adds some udev rules that are needed but which would normally
loaded from the udev store path which is not included in the initrd.

(cherry picked from commit 44e289f93b)
2020-03-02 17:17:59 +01:00
Janne Heß
4e924d3a4e pkgs/bazel*: Fix path to update-srcDeps.py
Otherwise, the -small channel fails on the tarball output.

(cherry picked from commit 0723bf3b72)
2020-03-02 17:06:03 +01:00
Michael Lingelbach
7202d2cdaa tensorflow: 1.15.0 -> 1.15.1
* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1

(cherry picked from commit 1dc0db8481a349dbecc572250008f4ed7f1366f3)
2020-03-02 17:07:13 +01:00
ngerstle
3c45fc8781 traefik: 1.7.14 -> 1.7.21 2020-03-02 16:48:50 +01:00
Vladimír Čunát
1f33b3d018 Merge #80714: icon-lang: fix build
(cherry picked from commit 4d954e528d)
2020-03-02 16:20:33 +01:00
Vladimír Čunát
89528af331 Merge #79026: blackmagic: v1.6.1-317-gc9c8b08 -> v1.6.1-409-g7a595ea
(cherry picked from commit 855f020404)
It didn't build before this bump.
2020-03-02 16:00:54 +01:00
Vladimír Čunát
41a6bafd41 Merge #80124: llvmPackages_5.compiler-rt: fix for glibc bump
(cherry picked from commit fb6ceb45ba)
I re-tested the build for 20.03, before and after this commit.
2020-03-02 15:49:00 +01:00
Michael Lingelbach
87fc21d6c8 Add bazel 1.2.1
(cherry picked from commit 1c4f22a5da)
2020-03-02 09:18:38 +01:00
scalavision
06e9970c44 truvari:1.3.2->1.3.4
(cherry picked from commit dbb4826457)
2020-03-02 09:16:18 +01:00
Kovacsics Robert
0edebabe92 polyml: updated maintainers
I am not sure if we still need the old packages, nothing explicitly
depends on polyml56 or polyml57 according to a grep, not sure if
external packages might (hol and isabelle depend on polyml, the latest
version).

(cherry picked from commit f4c29ebfc2)
2020-03-02 09:14:14 +01:00
Kovacsics Robert
2f0b6c2af2 polyml: fix with new libffi
New libffi doesn't have FFI_SYSV for x86/64 unix, this pulls in the
commit for the upstream version which fixes it, and ports that patch to
the 5.7 version. The 5.6 version is unchanged.

For ZHF: #80379

(cherry picked from commit f8c402ecad)
2020-03-02 09:14:14 +01:00
pacien
61cc1f0dc0 riot-web: mention incompatible config change in release notes
Mention the changes introduced in commit c9e5cca.

GitHub: closes #81416
(cherry picked from commit 6d4fd13612)
2020-03-02 03:15:10 +01:00
zowoq
e1dd2c620b youtube-dl: 2020.02.16 -> 2020.03.01
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.01
(cherry picked from commit 5ce2974294)
2020-03-02 01:18:56 +01:00
worldofpeace
f0ad76b504 Merge pull request #81423 from Frostman/20.03-smartmontools-7.1
[20.03] smartmontools: 7.0 -> 7.1 and devicedb updated to latest
2020-03-01 23:25:05 +00:00
Fabian Möller
f0608b08b5 amp: 0.6.1 -> 0.6.2
(cherry picked from commit 1820ce4922972cce690fbcc7e1dc3b6c239af603)
2020-03-01 21:42:34 +01:00
Sander van der Burg
698f5dbabc titaniumenv: add Titanium SDK 8.3
(cherry picked from commit c5a6a2ae5ead4249486c78d758c123ed8acfd8a9)
2020-03-01 20:24:17 +01:00
Sander van der Burg
760dc689aa androidenv: add platform SDK 29
(cherry picked from commit f5d8e5d92bd4edd2873d0c116ce8db372287a3cf)
2020-03-01 20:24:17 +01:00
worldofpeace
ae0edff42b doc/xfce: remove trailing code
(cherry picked from commit b7b46d0184)
2020-03-01 13:45:10 -05:00
Klaas van Schelven
a8c2c1d92d pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
Includes various upstream fixes of the tests, see

* https://github.com/Yelp/swagger_spec_validator/pull/117
* https://github.com/Yelp/swagger_spec_validator/pull/121

(cherry picked from commit efa25157e9)
2020-03-01 09:02:40 -08:00
worldofpeace
ea4f8e8f31 nixos/pantheon: add docs
(cherry picked from commit 3be04570e0)
2020-03-01 11:57:28 -05:00
Florian Klink
932f2e3157 systemd: 243.4 -> 243.7
This bumps to the latest state of the systemd 242 stable, published at
https://github.com/systemd/systemd-stable/tree/v243-stable.

Should cover CVE-2020-1712.

Git Log:

f8dd0f2f15 (tag: v243.7, systemd-stable/v243-stable) Revert "Support Plugable UD-PRO8 dock"
1a5428c2ab hibernate-resume-generator: wait "infinitely" for the resume device
eb3148c468 (tag: v243.6) hwdb: update to v245-rc1
f14fa558ae Fix typo in function name
fb21e13e8e polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it
2e504c92d1 sd-bus: introduce API for re-enqueuing incoming messages
4d80c8f158 polkit: use structured initialization
54791aff01 polkit: on async pk requests, re-validate action/details
81532beddc polkit: reuse some common bus message appending code
4441844d58 bus-polkit: rename return error parameter to ret_error
31a1d569db shared: split out polkit stuff from bus-util.c → bus-polkit.c
560eb5babf test: adapt to the new capsh format
275b266bde meson: update efi path detection to gnu-efi-3.0.11
9239154545 presets: "disable" all passive targets by default
a827c41851 shared/sysctl-util: normalize repeated slashes or dots to a single value
fb1bfd6804 dhcp6: do not use T1 and T2 longer than one provided by the lease
ca43a515c6 network: fix implicit type conversion warning by GCC-10
421eca7edf bootspec: parse random-seed-mode line in loader.conf
34e21fc6de sd-boot: fix typo
df7b3a05c9 test: Synchronize journal before reading from it
9326efee71 sd-bus: fix introspection bug in signal parameter names
7bbdc56aaf efi: fix build.
486f8ca365 generator: order growfs for the root fs after systemd-remount-fs
56d442e29d loginctl: use /org/freedesktop/login1/session/auto when "lock-session" is called without argument
6ed1152282 Documentation update for x-systemd.{before,after}
dba3efa34a man: fix typo in systemd.netdev Xfrm example
6f9a8621d8 timesyncd: log louder when we refuse a server due to root distance
0637255d3b resolved: drop DNSSEC root key that is not valid anymore
9a135baa40 journal: don't use startswith() on something that is not a NUL-terminated string
1ff3972a0f test: add test for https://github.com/systemd/systemd/issues/14560
cac79b606b core: make sure StandardInput=file: doesn't get dup'ed to stdout/stderr by default
906ba9a67d pkgconf: add full generator paths
01b93e2c68 tree-wide: we forgot to destroy some bus errors
5c9455657e mount: make checks on perpetual mount units more lax
28c58beca1 core: never allow perpetual units to be masked
d3b044b3e7 typo: "May modify to" -> "May modify"
fd378d3d3c sysctl: downgrade message when we have no permission
db4fbf5c61 Clarify journald.conf MaxLevelStore documentation
c8365f71c0 logind: refuse overriding idle hint on tty sessions
cd91f567b6 cgroup: update only siblings that got realized once
c672dcd212 mount: mark an existing "mounting" unit from /proc/self/mountinfo as "just_mounted"
a592a40564 journalctl: Correctly handle combination of --reverse and --lines (fixes #1596)
0aa144ab1d journalctl: Correctly handle --show-cursor in combination with --until or --since and --reverse
3b803a5e66 core: fix re-realization of cgroup siblings
7549dd40fc core: propagate service state to socket in more load states
af6df343b2 man: describe "symlink" and "systemctl link" explicitly in UNIT FILE LOAD PATH
a3c1ce25a7 core: be more restrictive on the dependency types we allow to be created transiently
2b9ec8384c udev: don't import parent ID_FS_ data on partitions
ecd95c507c man: fix option name
0d4f06156b Support Plugable UD-PRO8 dock
7fba869abd gpt-auto: don't assume XBOOTLDR is vfat
494c281b67 man: fix documentation of IBM VIO device naming
7271fb056a man: slightly extend documentation on difference between ID_NET_NAME_ONBOARD and ID_NET_LABEL_ONBOARD
852ae28e68 boot: fix osrel parser
2613200370 udev: do not use exact match of file permission
46477397c1 network: lower the log-level of harmless message
7163b1fe86 hwdb: ignore keys added in kernel 5.5
92f90837dc systemctl: skip non-existent units in the 'cat' verb
a67227cc99 systemd.exec: document the file system for EnvironmentFile paths
cfb4c0aca5 systemd-analyze: fixed typo in documentation
017fddd998 test-condition: fix group check condition
9d5e3cb774 umount: show correct error message
252f1a5277 Revert "Drop dbus activation stub service"
20bbfac95e man: add section about user manager units
c93ef60212 man: add remote-*.targets to the bootup sequence
55e0f99689 time-util: also use 32bit hack on EOVERFLOW
7afe2ecb02 [man] note which UID ranges will get user journals
a43b67a4c9 [man] fix URL
dedb26a8d6 analyze: badness if neither of RootImage and RootDirectory exists
714c93862a initrd: make udev cleanup service confict trigger and settle too
8932407ae1 man: we support growing xfs too these days
19af11dc07 time-util: deal with systems where userspace has 64bit time_t but kernel does not
c90229d81d [import] fix stdin/stdout pipe behavior in import/export tar/raw
39910328da cryptsetup-generator: unconfuse writing of the device timeout
fc5e6c87a4 shared/install: log syntax error for invalid DefaultInstance=
409c94a407 shared/install: provide a nicer error message for invalid WantedBy=/Required= values
70e8c1978a seccomp: real syscall numbers are >= 0
a0a1977d9a seccomp: more comprehensive protection against libseccomp's __NR_xyz namespace invasion
7f936c60d5 network: set ipv6 mtu after link-up or device mtu change
b59d88cc62 man: fix typo in net-naming-scheme man page
c5e5ac0958 man: fix typos (#14304)
9a2f26564d ipv4ll: do not reset conflict counter on restart
bc9e1ebfdd Fix typo (duplicate "or")
c6cb71b7e7 network: if /sys is rw, then udev should be around
67dcdfd956 nspawn: do not fail if udev is not running
a7938a1bc6 Create parent directories when creating systemd-private subdirs
53aa44f873 network: do not return error but return UINT64_MAX if speed meter is disabled
65abf12674 core: swap priority can be negative
b1cf452ff5 systemctl: enhance message about kexec missing kernel
07a0e5b425 man: use mkswap@ instead of makeswap@
57dc017c6b journald: don't ask for the machine ID if we don't need it
ac392a57c0 journalctl: pager_close() calls fflush(stdout) anyway as first thing
ee7dfadc82 journald: remove unused field
471073f1b5 journalctl: return EOPNOTSUPP if pcre is not enabled
002ededb61 man: drop reference to machined, add one for journald instead
fd3bd4be3b pid1: make TimeoutAbortSec settable for transient units
eb2ef4d664 pid1: fix setting of DefaultTimeoutAbortSec
1d75e29b23 shared/ask-password-api: modify keyctl break value
a16b1ee7e5 cryptsetup: reduce the chance that we will be OOM killed
4836fb010a core: write out correct field name when creating transient service units
3e2c547f6d udevd: don't use monitor after manager_exit()
d42f7d45a8 Revert "udevd: fix crash when workers time out after exit is signal caught"
c9a287eee8 man/systemd.link: Add missing verb *be*
a67a3ae04b man: document all pager variables for systemctl and systemd
3a8fce3f38 core.timer: fix "systemd-analyze dump" and docs syntax inconsistencies wrt OnTimezoneChange=
fdffd284b6 core/service: downgrade "scheduling restart" message to debug
733e7f19d3 travis: add missing closing quote sign
0d7b7817fc systemd-tmpfiles: don't install timer when service isn't installed either
0e7f83cd2b pam_systemd: prolong method call timeout when allocating session

(cherry picked from commit 53488b27be)
2020-03-01 10:16:37 -05:00
worldofpeace
a57de92c5e Merge pull request #81368 from prusnak/openssh-20.03
[20.03] openssh: 8.1p1 -> 8.2p1
2020-03-01 15:14:52 +00:00
Maximilian Bosch
ebc9620c3f bandwhich: 0.11.0 -> 0.12.0
https://github.com/imsnif/bandwhich/releases/tag/0.12.0
(cherry picked from commit c3b331a777)
2020-03-01 16:01:20 +01:00
worldofpeace
699a8d4e9b libgpod: also remove mutagen
I think this was my mistake. This is also a python2 dependency
that should have been removed with pygobject.

(cherry picked from commit e50306dfe3)
2020-03-01 09:56:52 -05:00
worldofpeace
550d6afe6b ideogram: 1.3.2 -> 1.3.3
better icon https://github.com/cassidyjames/ideogram/releases/tag/1.3.3

(cherry picked from commit 4b771aa2e6)
2020-03-01 09:37:46 -05:00
worldofpeace
a345d00fb1 pantheon.elementary-gtk-theme: 5.4.1 -> 5.4.2
https://github.com/elementary/stylesheet/compare/5.4.1...5.4.2
(cherry picked from commit dab121ac69)
2020-03-01 09:37:45 -05:00
worldofpeace
a39dfc11a5 pantheon.elementary-code: 3.2.0 -> 3.3.0
https://github.com/elementary/code/releases/tag/3.3.0
(cherry picked from commit 8acbc62f4e)
2020-03-01 09:37:45 -05:00
worldofpeace
a5e230448b ipmitool: fix compile on darwin
(cherry picked from commit 82217553b0)
2020-03-01 09:10:48 -05:00
Florian Klink
5c025bcc55 ipmitool: cleanup expression
* remove no-op substitution of s6_addr16 -> s6_addr

This string doesn't exist anymore in that file.

* clean up configureFlags

(cherry picked from commit 43ec75d470)
2020-03-01 09:10:48 -05:00
Andreas Rammhold
26f4dec550 ipmitool: migrate to openssl 1.1
This adds a patch from debian to switch ipmitool to openssl 1.1.
Upstream seems to already carry a version of this but that is yet to be
part of a release.

(cherry picked from commit ad19bb5ff8)
2020-03-01 09:10:47 -05:00
R. RyanTM
93137b171c aesop: 1.2.3 -> 1.2.4
(cherry picked from commit 5668479498)
2020-03-01 09:07:29 -05:00
worldofpeace
43115ebd79 Merge pull request #81119 from tilpner/gitdaemon-usercreation-backport
[20.03] nixos/git-daemon: only create git user if it will be used
2020-03-01 14:05:24 +00:00
Martin Weinelt
a79920d539 nixos/acme: apply chmod and ownership unconditionally
Also separate directory and file permissions so the certificate files
don't end up with the executable bit.

Fixes #81335

(cherry picked from commit 3575555fa8)
2020-03-01 14:41:51 +01:00
Martin Weinelt
bbd9e39758 nixos/acme: renew after rebuild and on boot
Fixes #81069

(cherry picked from commit 5ff9441471)
2020-03-01 14:41:29 +01:00
worldofpeace
78414b688c Merge pull request #81409 from smaret/release-20.03
[ZHF] pythonPackages.astroquery 0.3.10 -> 0.4
2020-03-01 13:37:49 +00:00
worldofpeace
f8601ccd24 nixos/rngd: fix clean shutdown
It seems disabling DefaultDependencies
removes these implicit dependencies [0] that
we needed for shutdown to happen cleanly.

Fixes #80871

[0]: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Default%20Dependencies

(cherry picked from commit fa76150235)
2020-03-01 06:45:29 -05:00
Sergey Lukjanov
c961031be5 smartmontools: add Frostman to maintainers
(cherry picked from commit e85f0a8970)
2020-03-01 00:22:02 -08:00
Sergey Lukjanov
5d19f2497f smartmontools: 7.0 -> 7.1 and devicedb updated to latest
(cherry picked from commit 38b0c55601)
2020-03-01 00:21:53 -08:00
xbreak
aa119502bc pythonPackages.astroquery 0.3.10 -> 0.4
Tests are disabled until pytest-astropy is updated with
pytest-astropy-header.

(cherry picked from commit a5e82af9d8)
2020-02-29 22:38:33 +01:00
Ben Wolsieffer
4f5c57745c libyamlcpp: actually build shared libraries (#81051)
(cherry picked from commit be41f703ad)
2020-02-29 15:32:17 -05:00
Ben Wolsieffer
7f4770a7c9 libyamlcpp: don't use multiple outputs
This package uses CMake's install(EXPORT ...) command which assumes that
libraries are installed in the same location as the CMake files.

(cherry picked from commit bdbbe6f34f)
2020-02-29 15:32:14 -05:00
Emily
f2c522a1af nixos/acme: adjust renewal timer options
The current weekly setting causes every NixOS server to try to renew
its certificate at midnight on the dot on Monday. This contributes to
the general problem of periodic load spikes for Let's Encrypt; NixOS
is probably not a major contributor to that problem, but we can lead by
example by picking good defaults here.

The values here were chosen after consulting with @yuriks, an SRE at
Let's Encrypt:

* Randomize the time certificates are renewed within a 24 hour period.

* Check for renewal every 24 hours, to ensure the certificate is always
  renewed before an expiry notice is sent out.

* Increase the AccuracySec (thus lowering the accuracy(!)), so that
  systemd can coalesce the renewal with other timers being run.

  (You might be worried that this would defeat the purpose of the time
  skewing, but systemd is documented as avoiding this by picking a
  random time.)

(cherry picked from commit 7b14bbd734)
2020-02-29 14:03:50 +00:00
Pavol Rusnak
811013c1a2 openssh_hpn: 7.8p1 -> 8.1p1
fix build failure

(cherry picked from commit 205f42b142)
2020-02-29 14:05:12 +01:00
Pavol Rusnak
f93be3ed16 openssh: 8.1p1 -> 8.2p1
https://www.openssh.com/txt/release-8.2

add libfido2 to enable hardware tokens support added in this release

(cherry picked from commit 44864b292f)
2020-02-29 14:05:08 +01:00
Artemis Tosini
9ea34a5bb8 libfido2: add macOS support
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781)
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
  correctly on macOS and libfido2.pc specifies correct arguments

(cherry picked from commit 099359afc7)
2020-02-29 14:03:04 +01:00
Marek Mahut
f06ab62d84 libfido2: evaluate systemd only on Linux
(cherry picked from commit 1ea0a243d2)
2020-02-29 14:02:58 +01:00
Marek Mahut
7f3cf25977 libfido2: linux build only
(cherry picked from commit 852d2bcfd4)
2020-02-29 14:02:54 +01:00
worldofpeace
f3fa308f33 Merge branch 'release-20.03' into staging-20.03 2020-02-29 01:02:57 -05:00
worldofpeace
d8e6050fcb Merge branch 'staging-20.03' into release-20.03 2020-02-29 00:59:37 -05:00
Michael Alan Dorman
4f8bc8e10b pam_ssh_agent_auth: fix dependency on insecure openssl
There have been a couple of patches floating around for about the last
18 months.  While they originated with FreeBSD, but they've been
adopted by Gentoo and Debian as well---and the most straightforward
way to get access to them was from the Debian repository.

(cherry picked from commit b6b3e04759)
2020-02-28 21:05:32 -05:00
worldofpeace
271707af04 Merge pull request #81337 from worldofpeace/crystal-openssl-backport
[20.03] crystal: use latest openssl
2020-02-29 02:01:12 +00:00
Yegor Timoshenko
bb2678c1e6 Merge pull request #81340 from emilazy/fix-gdouros-font-licenses-20.03
[20.03] fonts/gdouros: correct license to unfree
2020-02-29 04:03:40 +03:00
Emily
1c7e269e81 fonts/gdouros: correct license to unfree
(cherry picked from commit 05a9b7fe2a)
2020-02-29 01:00:17 +00:00
R. RyanTM
01ad75043b gnome3.gnome-characters: 3.32.1 -> 3.34.0
(cherry picked from commit c6feb8a98a)
2020-02-28 19:36:13 -05:00
worldofpeace
8ee5939798 pantheon.elementary-greeter: 5.0.1 -> 5.0.2
https://github.com/elementary/greeter/releases/tag/5.0.2
(cherry picked from commit b4943b0180)
2020-02-28 19:36:07 -05:00
worldofpeace
92233e1714 pantheon.switchboard-plug-bluetooth: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-bluetooth/releases/tag/2.3.1
(cherry picked from commit ecca257d73)
2020-02-28 19:36:07 -05:00
worldofpeace
a112634861 pantheon.sideload: 1.0.0 -> 1.0.1
https://github.com/elementary/sideload/releases/tag/1.0.1
(cherry picked from commit e85290ba54)
2020-02-28 19:36:07 -05:00
worldofpeace
1124b7cde5 pantheon.appcenter: 3..2.1 -> 3.2.2
https://github.com/elementary/appcenter/releases/tag/3.2.2
(cherry picked from commit a54dcfe076)
2020-02-28 19:36:07 -05:00
worldofpeace
53b9ac8408 Merge pull request #81310 from emilazy/fix-pypy-openssl-20.03
[20.03] pypy{,3}: use openssl_1_1
2020-02-29 00:32:13 +00:00
worldofpeace
01826800d6 crystal: use latest openssl
(cherry picked from commit e10900b068)
2020-02-28 19:13:16 -05:00
worldofpeace
276e1ee942 exiv2: fix exiv2.pc file
This fix comes from #71669.

(cherry picked from commit ff41002b80)
2020-02-28 19:11:35 -05:00
arcnmx
0efe95b6b3 elinks: build with openssl 1.1
(cherry picked from commit f9a682c0cc)
2020-02-28 19:07:16 -05:00
Tim Steinbach
8764fb751d linux: 5.5.6 -> 5.5.7 2020-02-28 15:46:17 -05:00
Tim Steinbach
16c150cf52 linux: 5.4.22 -> 5.4.23 2020-02-28 15:46:17 -05:00
Michael Weiss
60855a7c19 html-proofer: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992

(cherry picked from commit ad0c620a08)
2020-02-28 21:22:52 +01:00
Michael Weiss
31b4a68afe jekyll: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992

(cherry picked from commit 9b0defc765)
2020-02-28 21:22:52 +01:00
Michael Weiss
81a208a88c gollum: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992

(cherry picked from commit a0d61c0135)
2020-02-28 21:22:52 +01:00
Emily
9a1966e79e pypy{,3}: use openssl_1_1
"We now support building PyPy with OpenSSL 1.1 in our built-in _ssl
module, as well as maintaining support for previous versions."
-- https://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.6.0.html

(cherry picked from commit 6d3fc35620)
2020-02-28 18:14:02 +00:00
Tim Steinbach
8dc1ffb22f linux: 4.9.214 -> 4.9.215 2020-02-28 11:11:05 -05:00
Tim Steinbach
c97e547f46 linux: 4.4.214 -> 4.4.215 2020-02-28 11:11:05 -05:00
Tim Steinbach
9239f78bbf linux: 4.19.106 -> 4.19.107 2020-02-28 11:11:05 -05:00
Tim Steinbach
0477af2036 linux: 4.14.171 -> 4.14.172 2020-02-28 11:11:05 -05:00
Mario Rodas
89536cd763 postgresqlPackages.postgis: 3.0.0 -> 3.0.1
Release notes: https://postgis.net/2020/02/20/postgis-3.0.1/

(cherry picked from commit 53a5d6918a)
2020-02-28 04:20:00 -05:00
Eelco Dolstra
87e543dad4 enable-coverage-instrumentation.sh: Fix unbound variable error
https://hydra.nixos.org/build/113299582
(cherry picked from commit 4c0821461e)
2020-02-28 12:34:59 +01:00
worldofpeace
a8dd7b2370 Merge pull request #81216 from jonringer/backport-plasma5-fix
[20.03] nixos/plasma5: Fix activation script when XDG_CONFIG_HOME is unset
2020-02-28 06:33:58 +00:00
Sergey Lukjanov
e378b239f6 grafana: switch to latest go
(cherry picked from commit c29045c0908e4512d08a0510deb52a1df7ee0bbc)
2020-02-27 21:47:39 -08:00
Sergey Lukjanov
3041889bc6 go_1_14: init at 1.14 and switch to it
(cherry picked from commit 8c4a92887fc4c827d6f2fec9c146f5a947cfec7e)
2020-02-27 21:47:29 -08:00
Thomas Tuegel
45d1f19d12 nixos/plasma5: Fix activation script when XDG_CONFIG_HOME is unset
Fixes #80713

(cherry picked from commit d3e3cc1225)
2020-02-27 14:32:51 -08:00
Michele Guerini Rocco
a2bb258c60 Merge pull request #81043 from wd15/sfepy-2019.4
[20.03] pythonPackages.sfepy: 2019.2 -> 2019.4
2020-02-27 22:26:44 +01:00
Maximilian Bosch
abbaed1165 Merge #81155: wireshark: 3.2.1 -> 3.2.2 (security)
(cherry picked from commit 250daba4be)
https://www.wireshark.org/docs/relnotes/wireshark-3.2.2.html
I re-tested it still builds.
2020-02-27 20:05:23 +01:00
Timo Kaufmann
98960342e0 Merge pull request #80735 from timokau/maven-jdk-overridable-20.09
[20.03] maven: make jdk overridable
2020-02-27 16:09:08 +00:00
Jörg Thalheim
287e7f9d60 Merge pull request #81022 from mmilata/parsoid-20.03
[20.03] nixos/parsoid: fix service by reinstating nodePackages.parsoid
2020-02-27 15:59:06 +00:00
Martin Milata
a65ea62ef6 nixos/parsoid: enable systemd sandboxing
(cherry picked from commit 9b0a9577f7)
2020-02-27 15:09:40 +01:00
Martin Milata
c83c446489 nixos/parsoid: fix package name
Original package was removed in 2b8cde0ce2.

(cherry picked from commit 3b27f4d945)
2020-02-27 15:09:40 +01:00
Martin Milata
e83eddef8a nodePackages.parsoid: init at 0.11.0
(not-really-cherry-picked from commit 9264a0fabf)
2020-02-27 15:09:40 +01:00
Maximilian Bosch
f823335caa clipman: 1.3.0 -> 1.4.0
https://github.com/yory8/clipman/releases/tag/v1.4.0
(cherry picked from commit 57f2ea5ca1)
2020-02-27 11:44:54 +01:00
Michael Weiss
be346a1f4b chromium: 80.0.3987.116 -> 80.0.3987.122
https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html

This update includes 3 security fixes.

CVEs:
CVE-2020-6407 CVE-2020-6418

(cherry picked from commit 8be566d288)
Backport of #81016.
2020-02-26 19:29:29 +01:00
Jörg Thalheim
d4cb3da747 Merge #81122 nixos/kresd: never force extraFeatures = false
(cherry picked from commit 8e1350e392)
2020-02-26 17:22:18 +01:00
Michele Guerini Rocco
ef54b6081e Merge pull request #81041 from wd15/fipy-3.4.1
[20.03] pythonPackages.fipy: 3.3 -> 3.4.1
2020-02-26 15:38:52 +01:00
tilpner
ee4421d18e nixos/git-daemon: only create git user if it will be used
(cherry picked from commit 6df119a6ec)
2020-02-26 15:09:03 +01:00
Michele Guerini Rocco
9222921433 Merge pull request #81115 from smaret/release-20.03
[ZHF] pythonPackages.reproject: fix tests
2020-02-26 14:34:26 +01:00
Sébastien Maret
c65b4ef85a pythonPackages.reproject: fix tests
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
(cherry picked from commit a0f50fe24b)
2020-02-26 13:22:13 +01:00
worldofpeace
8bcc32a684 Merge pull request #81080 from worldofpeace/backport-80698
[20.03] p11-kit: 0.23.19 -> 0.23.20
2020-02-26 02:06:00 -05:00
worldofpeace
8d49ebf488 Merge pull request #81064 from Thra11/release-20.03
[20.03] R: fix build on aarch64 by removing a failing test
2020-02-25 21:10:07 -05:00
Tor Hedin Brønner
ac5c544fe5 p11-kit: 0.23.19 -> 0.23.20
Small bug fix release. Fixes a bunch of flatpak issues (eg. no playback
on spotify).

news: https://github.com/p11-glue/p11-kit/releases/tag/0.23.20
(cherry picked from commit bbbb49c450)
2020-02-25 20:51:16 -05:00
worldofpeace
2424e5ff16 tikzit: use qt5's mkDerivation
(cherry picked from commit ffe40094ab)
2020-02-25 20:12:56 -05:00
worldofpeace
309dee986c qgo: use qt5's mkDerivation
(cherry picked from commit f8da067a2a)
2020-02-25 20:12:56 -05:00
worldofpeace
d343ab805d qview: use qt5's mkDerivation
(cherry picked from commit a8eba26d2c)
2020-02-25 20:12:56 -05:00
worldofpeace
7e9bdd9743 seafile-client: use qt5's mkDerivation
Fixes #80976

(cherry picked from commit 43bb5bffda)
2020-02-25 20:12:56 -05:00
Jonathan Ringer
fb211847c9 discord-canary: 0.0.98 -> 0.0.102
(cherry picked from commit da5e340f74)
2020-02-25 16:40:22 -08:00
Jonathan Ringer
bdfea8ed3d discord-ptb: 0.0.16 -> 0.0.18
(cherry picked from commit e1d05e30f8)
2020-02-25 16:40:22 -08:00
kraem
5af6c35c2e discord: 0.0.9 -> 0.0.10
(cherry picked from commit 3ec9925f21)
2020-02-25 16:40:22 -08:00
Silvan Mosberger
1de1221476 Merge pull request #80862 from emilazy/acme-fullchain-20.03
[20.03] nixos/acme: move the crt to fullchain.pem
2020-02-26 01:00:38 +01:00
Florian Klink
158cd27ae7 Merge pull request #80995 from worldofpeace/backport-80985
[20.03] perl-packages: don't use openssl_1_0_2
2020-02-25 15:12:15 -08:00
worldofpeace
c5e6fbd203 vde2: fix build with latest openssl
(cherry picked from commit 06238ced3c)
2020-02-25 14:43:27 -08:00
worldofpeace
1a450f03c9 vde2: update homepage
(cherry picked from commit e5c3bb4103)
2020-02-25 14:43:27 -08:00
Tom Hall
5675bfa44f R: fix build on aarch64 by removing a failing test
(cherry picked from commit ae9e09a2e1)

Required to fix R on aarch64, pending upstream fix
2020-02-25 22:25:42 +00:00
Tom Hall
fcf48b8583 R: Enable java support on all platforms
(cherry picked from commit 4e5aeca90b)

This is required to fix R on aarch64
2020-02-25 22:24:58 +00:00
Lancelot SIX
ae0222c27e Merge pull request #81036 from veprbl/pr/blender_2_82_backport
[20.03] blender: 2.81a -> 2.82
2020-02-25 21:50:28 +01:00
Aaron Andersen
7161eb21ca mariadb: do not delete runtime plugins from package
(cherry picked from commit 951ceca9df)
2020-02-25 20:10:21 +00:00
Fabian Möller
42cca0d8ea mariadb-connector-c: add mysqlclient.pc pkgconfig symlink
(cherry picked from commit 349a991bfb)
2020-02-25 20:18:42 +01:00
Maximilian Bosch
08b1316313 nixos/networkd: disable vrf sub-test which tests the behavior of tcp-packets
The subtest was mainly written to demonstrate the VRF-issues with a
5.x-kernel. However this breaks the entire test now as we have 5.4 as
default kernel. Disabling the test for now, I still need to find some
time to investigate.

ZHF: #80379
(cherry picked from commit 58c7a952a1)
2020-02-25 20:00:19 +01:00
Daniel Wheeler
f6fa019c4d pythonPackages.sfepy: 2019.2 -> 2019.4
- Bump the version number to fix incompatibility with Numpy 1.18.1
 - Remove broken test to fix incompatibility with Numpy 1.18.1
2020-02-25 13:39:13 -05:00
Daniel Wheeler
25a78baa88 pythonPackages.fipy: 3.3 -> 3.4.1 2020-02-25 13:23:04 -05:00
Gabriel Ebner
d0a51428a6 blender: enable alembic
(cherry picked from commit 128c99978d)

cc #80155
2020-02-25 11:44:59 -05:00
Dmitry Kalinkin
ae9aa3c0a6 blender: fix build on darwin
We don't compile blender with alembic. The linux build is able to detect
that, but this is not done for darwin. This explicitly disables alembic
to fix blender build on darwin.

(cherry picked from commit ac560382c5)

cc #80155
2020-02-25 11:44:56 -05:00
R. RyanTM
879ce0f912 blender: 2.81a -> 2.82
(cherry picked from commit 8a2c2e48b4)

cc #80155
2020-02-25 11:44:35 -05:00
Andrew Childs
69b2c24e90 liblinear: use absolute install name on Darwin (#81015)
nixpkgs prefers absolute install names. Replace the manually specified
relative install name with the standard hook.

(cherry picked from commit 1a73b69e20)

cc #81015
2020-02-25 10:32:54 -05:00
Michele Guerini Rocco
d68b004227 Merge pull request #81020 from vanschelven/backport-80699
python.pkgs.httpretty: disable flaky test
2020-02-25 15:58:04 +01:00
Klaas van Schelven
78d92b5e8c python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376

(cherry picked from commit c597007cce)
2020-02-25 14:32:33 +01:00
Vladimír Čunát
9fbbbf7ccc Merge branch 'staging-20.03' into release-20.03 2020-02-25 14:09:16 +01:00
rnhmjoj
88c1b21c59 python2Packages.jinja2: disable tests on 32bit systems
(cherry picked from commit 655b9c3400)
2020-02-25 01:33:20 +01:00
Shea Levy
62d454c104 nix-plugins: Build against default nix.
(cherry picked from commit 403280a516)
2020-02-24 19:06:49 -05:00
worldofpeace
6c14cc10fa Merge pull request #80993 from andir/20.03/opensmtpd
[20.03] opensmtpd: bump to 6.6.4p1
2020-02-24 18:58:47 -05:00
worldofpeace
19e927a110 perl-packages: don't use openssl_1_0_2
(cherry picked from commit 1b00f471dd)
2020-02-24 18:54:17 -05:00
Andreas Rammhold
c87bd29299 opensmtpd: 6.6.3p1 -> 6.6.4p1
Release notes aren't available at this time [1] it is likely to be
related to a recent mail to oss-security (either [2] or [3]).

[1] https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html
[2] https://www.openwall.com/lists/oss-security/2020/02/24/5
[3] https://www.openwall.com/lists/oss-security/2020/02/24/4

(cherry picked from commit 09725e5f9e)
2020-02-24 23:58:39 +01:00
R. RyanTM
79104fc7f7 opensmtpd: 6.6.2p1 -> 6.6.3p1
(cherry picked from commit 77da4954da)
2020-02-24 23:58:26 +01:00
worldofpeace
69a8b0af72 Merge pull request #80935 from maxxk/whitebox-tools_1.2.0-stable
[20.03] whitebox-tools: 0.16.0 -> 1.2.0
2020-02-24 17:56:26 -05:00
Graham Christensen
bf4a8583ec Merge pull request #80988 from grahamc/expect-backports
Backport  `expect` stty fix
2020-02-24 17:45:49 -05:00
Jonathan Ringer
dd327fc0c2 expect: use postPatch for stty patch
(cherry picked from commit 46a93a7fdb)
2020-02-24 17:27:01 -05:00
Bas van Dijk
f02510278c expect: patch configure after the autoreconf phase, not before it
Fixes: #79863
(cherry picked from commit b30dc0ff89)
2020-02-24 17:26:56 -05:00
worldofpeace
39f8258199 Merge pull request #80938 from maxxk/pyfribidi-fix-stable
[20.03] pythonPackages.pyfribidi: fix build
2020-02-24 17:24:19 -05:00
Michael Weiss
e464f78330 ettercap: Switch to OpenSSL 1.1.1
I noticed that Ettercap was listed in #80746.

(cherry picked from commit ee8935d635)
2020-02-24 16:34:17 -05:00
Fabian Möller
eb33682edb seasocks: remove unneeded patch
(cherry picked from commit 2bd5d8c04a)
2020-02-24 16:31:43 -05:00
Maciej Krüger
834841cd1e ettercap: fix pango not finding hb.h from harfbuzz (#75789)
(cherry picked from commit b9f7819bd3)
2020-02-24 15:50:21 -05:00
Michael Weiss
b14e4e9f26 Merge pull request #80974 from B4dM4n/backport-mysql-connector-fix-build
[20.03] pythonPackages.mysql-connector: fix build for python != python3
2020-02-24 21:13:40 +01:00
R. RyanTM
a03a590ef6 python27Packages.mockito: 1.2.0 -> 1.2.1
(cherry picked from commit 745750d685)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-02-24 20:34:54 +01:00
Fabian Möller
9d346c45c3 pythonPackages.mysql-connector: fix build for python != python3
(cherry picked from commit 09796a644c)
2020-02-24 19:18:11 +01:00
Michael Lingelbach
2eee73e4bb python.pkgs.pybullet: 2.6.1 -> 2.6.6
Update static-libs.patch

Add numpy to pybullet propagatedBuildInputs

Added numpy to build inputs

(cherry picked from commit c296c062232b503602c9779737c2e0e200cd732a)
2020-02-24 07:50:00 -08:00
R. RyanTM
a1b08eda7e python27Packages.django-gravatar2: 1.4.2 -> 1.4.4
(cherry picked from commit e648441eef)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-02-24 16:00:33 +01:00
Tim Steinbach
5f71796a07 linux: 5.5.5 -> 5.5.6 2020-02-24 08:21:16 -05:00
Tim Steinbach
805c05d326 linux: 5.4.21 -> 5.4.22 2020-02-24 08:21:16 -05:00
Tim Steinbach
4b7c05ece9 linux: 4.19.105 -> 4.19.106 2020-02-24 08:21:16 -05:00
rnhmjoj
b4db2d9239 pythonPackages.pysaml2: fix tests on 32bit systems
(cherry picked from commit 60575b2fb7)
2020-02-24 12:41:04 +01:00
Eelco Dolstra
9dc6361b4d nixFlakes: 2.4pre20200207_d2032ed -> 2.4pre20200220_4a4521f
(cherry picked from commit 39892985b0)
2020-02-24 11:01:10 +01:00
Maxim Krivchikov
382f6539f5 Add patch for python2 build with clang
(cherry picked from commit a517238f9f)
2020-02-24 08:08:52 +00:00
Maxim Krivchikov
ca8053c482 pythonPackages.pyfribidi: fix build
(cherry picked from commit 4644a4c482)
2020-02-24 08:08:42 +00:00
Maxim Krivchikov
9fd35b564c whitebox-tools: 0.16.0 -> 1.2.0
(cherry picked from commit bba9b7fe6e)
Build for v0.16.0 fails in newer Rust compilers.
2020-02-24 07:38:14 +00:00
worldofpeace
68df00b0ba Merge pull request #80835 from worldofpeace/keymap-20.03
[20.03] release-combined: readd keymap tests (again)
2020-02-23 19:11:40 -05:00
worldofpeace
83d73a107d Merge pull request #80898 from xfix/kodi-fix-build-20.03
[20.03] kodi: fix build
2020-02-23 17:59:33 -05:00
Maximilian Bosch
73d246fd80 nixos/nixos-container: use custom path if specified by --nixos-path
(cherry picked from commit 31bbcc21d3)
2020-02-23 22:22:17 +01:00
Maximilian Bosch
3d9983b700 nixos/nixos-container: ensure that the state-dir is cleaned up if a build fails
(cherry picked from commit 93943acbc5)
2020-02-23 22:22:17 +01:00
Samuel Dionne-Riel
b60560ee5c runInLinuxVM: Ensure tools requiring /etc/passwd work
This includes, but is not limited to:

 * whoami
 * nix >= 2.3.1

See

 * https://github.com/NixOS/nixpkgs/issues/71157
 * https://github.com/NixOS/nixops/issues/1216
 * https://github.com/nix-community/nixops-libvirtd/issues/5

(cherry picked from commit 687e2195d8)
2020-02-23 16:10:58 -05:00
Maxim Krivchikov
25d1554fd8 pythonPackages.ldaptor: fix build
(cherry picked from commit 50f3704c2f)
2020-02-23 12:25:22 -08:00
Maxim Krivchikov
8a8a45f5db python27Packages.seaborn: remove FRidh from maintainers
(cherry picked from commit d6115b9235c49054638d7460dfe6eb7c2900f553)
2020-02-23 12:25:08 -08:00
Maxim Krivchikov
250a45e6dd pythonPackages.seaborn: use v0.9.1 for python 2
required for poretools

(cherry picked from commit 7045c74cb2abb6285867a51438f5ef13851f7cf3)
2020-02-23 12:25:08 -08:00
Konrad Borowski
aba83042f3 kodi: fix build
(cherry picked from commit 69668e93d8)
2020-02-23 17:13:39 +01:00
worldofpeace
04aca9ac24 maintainers: correct my name stylization
Out of many variations, it's almost never like that.

(cherry picked from commit c0c1f11889)
2020-02-23 09:28:00 -05:00
worldofpeace
ddbb15cc38 Merge pull request #80891 from andir/20.03/firefox
[20.03] firefox cleanup
2020-02-23 07:56:58 -05:00
tobim
7a15ea936d nixos/gdm: Fix pulseaudio tmpfiles structure (#80274)
* nixos/gdm: Fix pulseaudio tmpfiles structure

Fix the following startup failure of the sound service in the gdm
session that was introduced by #75893:
```
Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] core-util.c: Failed to open configuration file '/run/gdm/.config/pulse//daemon.conf': Not a directory
Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Not a directory
Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Failed with result 'exit-code'.
Feb 16 11:44:15 qp systemd[1380]: Failed to start Sound Service.
```

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
(cherry picked from commit 44a4a3839c)
2020-02-23 07:51:41 -05:00
Andreas Rammhold
8924bb957f firefox: remove unused function arguments
(cherry picked from commit 9fd425e56f)
2020-02-23 13:14:50 +01:00
Andreas Rammhold
63b384c177 firefox: remove unused patches
(cherry picked from commit a5ae1b2ffd)
2020-02-23 13:14:38 +01:00
R. RyanTM
bcdcf1402b ideogram: 1.3.0 -> 1.3.2
(cherry picked from commit 6986f40254)
2020-02-23 06:44:03 -05:00
Cassidy Dingenskirchen
81e45e839e poetry: 0.12.17 -> 1.0.3
(cherry picked from commit 011e2d3a2dee4318b5e1c994f617b40263ef5828)
2020-02-23 08:59:44 +01:00
worldofpeace
164e588cd1 Merge pull request #80589 from worldofpeace/20.03-gnome-3.34.4
[20.03] GNOME 3.34.4 (minor rebuild)
2020-02-22 23:51:19 -05:00
Emily
f5749a733f nixos/acme: move the crt to fullchain.pem
lego already bundles the chain with the certificate,[1] so the current
code, designed for simp_le, was resulting in duplicate certificate
chains, manifesting as "Chain issues: Incorrect order, Extra certs" on
the Qualys SSL Server Test.

cert.pem stays around as a symlink for backwards compatibility.

[1] 5cdc0002e9/acme/api/certificate.go (L40-L44)

(cherry picked from commit 8ecbd97f82)
2020-02-23 04:17:47 +00:00
worldofpeace
4aaee9cc33 Merge pull request #80841 from worldofpeace/nm-1.22.8-20.03
[20.03] networkmanager: 1.22.6 -> 1.22.8
2020-02-22 20:58:00 -05:00
R. RyanTM
aa14f1bb30 networkmanager: 1.22.6 -> 1.22.8
(cherry picked from commit d7ceb1738e)
2020-02-22 18:21:20 -05:00
worldofpeace
10a25647c8 Merge branch 'release-20.03' into staging-20.03 2020-02-22 18:20:13 -05:00
Izorkin
153baa2674 mariadb: 10.3.20 -> 10.3.22
(cherry picked from commit e4f17a2b17)
2020-02-22 22:19:28 +00:00
worldofpeace
59db815c55 release-combined: readd keymap tests (again)
(cherry picked from commit a539bbf1ee)
2020-02-22 17:11:37 -05:00
Jonathan Ringer
64829beee1 azure-cli: 2.0.81 -> 2.1.0
(cherry picked from commit 4dd173560d)
2020-02-22 10:23:55 -08:00
Vladimír Čunát
2a810eb282 Merge #80802: netpbm: fix typo on substituteInPlace parameters
(cherry picked from commit d7266d00b2)
2020-02-22 17:55:01 +01:00
Graham Christensen
d31e383c44 Correct revcount diff (again) using the rev-list - method hydra uses. 75f604eb2c 2020-02-22 09:30:07 -05:00
Michael Weiss
56d398840f chromium: 80.0.3987.106 -> 80.0.3987.116
(cherry picked from commit 3e9d2f80a4)
Backport of #80615.
2020-02-22 11:51:19 +01:00
rnhmjoj
142dd6cb5d pythonPackages.pytest-timeout: disable flaky test
This should fix failing NixOS tests on i686-linux.
(cherry picked from commit c4865b8933)
2020-02-22 10:21:38 +01:00
Vladimír Čunát
4655c9d915 Merge #80766: brave: 1.1.23 -> 1.3.118 (in release-20.03) 2020-02-22 08:53:48 +01:00
Jeff Labonte
90451860b9 brave: 1.1.23 -> 1.3.118
(cherry picked from commit fa560fb30c)
(cherry picked from commit 9018faac96)
2020-02-21 23:37:58 -05:00
Jeff Labonte
27ac376b6f brave: add jefflabonte to maintainer list
(cherry picked from commit 9a4a2eb1d2)
2020-02-21 23:37:58 -05:00
Jeff Labonte
c42cf79a1e maintainers: add jefflabonte
(cherry picked from commit 2f0614bdcb)
2020-02-21 23:37:58 -05:00
Dmitry Kalinkin
67c24f6f8a lhapdf.pdf_sets: fix download url
(cherry picked from commit b83257ca5f)
2020-02-21 19:37:54 -05:00
Konrad Borowski
ebbc5462f1 cmake_2_8: fix build
(cherry picked from commit 4bad7d67cd)
2020-02-21 19:39:57 +01:00
Silvan Mosberger
87d6296fdb Merge pull request #80661 from xfix/kdepim-runtime-cherrypick
[r20.03] kdepim-runtime: Remove obsolete patch to fix compilation
2020-02-21 19:37:26 +01:00
Silvan Mosberger
93626f5cd0 turses: Fix build
(cherry picked from commit cf4130c9ec)
2020-02-21 19:08:15 +01:00
Sergey Lukjanov
74c61cd83c grafana: 6.6.1 -> 6.6.2
(cherry picked from commit 5b80220d53)
2020-02-21 18:37:17 +01:00
Aaron Olson
d10a0143d0 google-cloud-sdk: fix Darwin build by only stripping local symbols (#80554)
Darwin won't strip relocatable symbols, so strip only local symbols
from cygrpc.so

See also 6ceebc441c (commitcomment-37355193)

(cherry picked from commit 9b8a14bb7e)
2020-02-21 18:29:20 +01:00
Renato Alves
07f20d0624 pysam: 0.15.3 -> 0.15.4
Also disable tests until upstream test data issues are resolved.
See link in comment in code for more information.

(cherry picked from commit bf88bf47d1)
2020-02-21 18:18:53 +01:00
Silvan Mosberger
9c7b4a0134 swift: Fix build for glibc 2.30
(cherry picked from commit 7d8a33125f)
2020-02-21 17:23:15 +01:00
Timo Kaufmann
b56f8c33ad maven: make jdk overridable
This makes it possible to use maven with different (newer) jdks.

Fixes #75630

(cherry picked from commit 0141cfefbc)
2020-02-21 15:50:59 +01:00
Gabriel Ebner
3b6ca19e20 Merge pull request #80652 from vbgl/backport-80167
[20.03] lean: 3.4.2 -> 3.5.1
2020-02-21 12:32:29 +01:00
Yorick van Pelt
37e1d40d04 nixos/buildkite-agents: fix hooksDir assertion
(cherry picked from commit 1b351f81f4)
2020-02-21 12:00:57 +01:00
Silvan Mosberger
3b9b66d265 haskellPackages.streamly-bytestring: Fix build
(cherry picked from commit cf69e612ba5e1e7b6f9987af945fcba6097d80cb)
2020-02-21 05:14:18 +01:00
Silvan Mosberger
d9decdef19 haskellPackages.store: 0.7.1 -> 0.7.2 to fix build
See https://hackage.haskell.org/package/store-0.7.2/changelog, 0.7.2 is just an
update to fix compilation with vector >= 0.12.1.1

As such this also isn't needed on master, as the new version gets there
automatically through hackage updates
2020-02-21 05:08:42 +01:00
Silvan Mosberger
b0d23cc817 haskellPackages.construct: Fix build
(cherry picked from commit 0374261b51b20361756b9340ed3b8ef693f4f359)
2020-02-21 04:54:16 +01:00
Silvan Mosberger
5d7f5250cb haskellPackages.bitwise-enum: Fix build
(cherry picked from commit 206680aa1f30817e1c49446bc1ee09b1391538f8)
2020-02-21 04:42:49 +01:00
Silvan Mosberger
e2787d7c3d haskellPackages.Chart-tests: Fix build
(cherry picked from commit 27925aae389c44bd943a19294be8b5198b793265)
2020-02-21 04:37:11 +01:00
Andreas Rammhold
b01e41ccdf Merge pull request #80673 from mweinelt/pr/20.03/weechat/2.7.1
[20.03] weechat: 2.7 -> 2.7.1
2020-02-21 00:34:16 +01:00
Martin Weinelt
9571b07ed3 weechat: 2.7 -> 2.7.1
Release notes:

irc: fix crash when receiving a malformed message 352 (who)
irc: fix crash when a new message 005 is received with longer nick prefixes
irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955)
(cherry picked from commit 2d77fc3053)
2020-02-20 23:17:05 +01:00
R. RyanTM
2ae55e765b ephemeral: 6.2.0 -> 6.2.1
(cherry picked from commit a2a6522287)
2020-02-20 16:50:02 -05:00
worldofpeace
d4c761329a gnome3.gnome-desktop: 3.34.2 -> 3.34.4
(cherry picked from commit b9180e255fbc8c9c510a7b7dd357474877e7c58c)
2020-02-20 16:41:34 -05:00
Bastian Köcher
205ab7e22a kdepim-runtime: Remove obsolete patch to fix compilation
The facebook plugin is currently disabled by upstream.

(cherry picked from commit f2c564b124)
2020-02-20 20:10:59 +01:00
Jörg Thalheim
3303392c08 Merge pull request #80551 from Frostman/20.03-tigervnc-fix
[20.03] tigervnc: fix compatibility with xorgserver 1.20.7 (backport)
2020-02-20 18:01:11 +00:00
Junyoung Clare Jang
5f7e3870e5 lean: 3.4.2 -> 3.5.1
3.4.2 is not compilable with GCC >= 9.1

(cherry picked from commit b71c03e483)
2020-02-20 18:27:28 +01:00
Cole Helbling
970694c2a7 rls: add llvm to buildInputs
The Hydra build [1] was failing because it was unable to link `LLVM-9`.
Additionally, quote the homepage URL for compliance with RFC 45.

[1] https://hydra.nixos.org/build/112823631/nixlog/2

(cherry picked from commit 2edec098de)
2020-02-20 09:07:39 -08:00
Oleksii Filonenko
645faf2851 cargo-update: 1.5.2 -> 2.5.0
(cherry picked from commit 204b722bed)
2020-02-20 08:56:50 -08:00
Silvan Mosberger
c960e800b9 Merge pull request #80620 from xfix/decorator-20.03
[r20.03] pythonPackages.decorator: fix Python 2 build
2020-02-20 17:07:55 +01:00
Graham Christensen
43ab8e86ca Merge pull request #80630 from grahamc/alacritty-xdg-open-again-19.09
alacritty: Correct xdg-open behavior
2020-02-20 08:54:33 -05:00
Tim Steinbach
f81b7f4934 linux: 5.5.4 -> 5.5.5
(cherry picked from commit 86bdbe2c9b)
2020-02-20 08:28:09 -05:00
Tim Steinbach
83ce2c331f linux: 5.4.20 -> 5.4.21
(cherry picked from commit 887d2886e3)
2020-02-20 08:28:09 -05:00
Tim Steinbach
38a5abcb9e linux: 4.19.104 -> 4.19.105
(cherry picked from commit 49b4266ad2)
2020-02-20 08:28:09 -05:00
Tim Steinbach
fadf17eec0 linux: 5.5.3 -> 5.5.4
(cherry picked from commit fe61323050)
2020-02-20 08:28:09 -05:00
Tim Steinbach
abc6edfca9 linux: 5.4.19 -> 5.4.20
(cherry picked from commit f5357bbe1f)
2020-02-20 08:28:09 -05:00
Tim Steinbach
1dbfae3343 linux: 4.9.213 -> 4.9.214
(cherry picked from commit 4c407a299f)
2020-02-20 08:28:09 -05:00
Tim Steinbach
70f097196e linux: 4.4.213 -> 4.4.214
(cherry picked from commit e2315d6a7e)
2020-02-20 08:28:09 -05:00
Tim Steinbach
fc760fa17a linux: 4.19.103 -> 4.19.104
(cherry picked from commit f350e37773)
2020-02-20 08:28:09 -05:00
Tim Steinbach
120be343e4 linux: 4.14.170 -> 4.14.171
(cherry picked from commit daee1daf5d)
2020-02-20 08:28:09 -05:00
Tim Steinbach
697da34663 linux_latest-libre: 17318 -> 17322
(cherry picked from commit 0b3dd6026e)
2020-02-20 08:28:09 -05:00
Tim Steinbach
34e78cf421 linux: 5.5.2 -> 5.5.3
(cherry picked from commit da8c2896e8)
2020-02-20 08:28:09 -05:00
Tim Steinbach
814b7d1e9f linux: 5.4.18 -> 5.4.19
(cherry picked from commit 05b407ac81)
2020-02-20 08:28:09 -05:00
Tim Steinbach
9abacf70b4 linux: 4.19.102 -> 4.19.103
(cherry picked from commit ae4b390551)
2020-02-20 08:28:09 -05:00
Graham Christensen
236a83ad1d alacritty: Correct xdg-open behavior
(cherry picked from commit a905deb826)
2020-02-20 08:13:39 -05:00
Aaron Andersen
8d8dd897a4 Merge pull request #80568 from aanderse/phpPackages.pdo_oci
phpPackages.pdo_oci: init
2020-02-20 07:22:11 -05:00
Konrad Borowski
11b63d5346 pythonPackages.decorator: fix Python 2 build
(cherry picked from commit 686274ea62)
2020-02-20 11:14:27 +01:00
worldofpeace
1d39425b13 gnome3.gnome-boxes: 3.34.3 -> 3.34.4
(cherry picked from commit f3fddcb9cc)
2020-02-19 21:01:12 -05:00
worldofpeace
06d8f5d000 gnome3.gnome-control-center: 3.34.2 -> 3.34.4
* hardcode usermod which was added absolute this release

(cherry picked from commit 1de94d59af)
2020-02-19 20:58:58 -05:00
worldofpeace
3bd65c18fb gnome3.evolution-data-server: 3.34.3 -> 3.34.4
(cherry picked from commit a5000f07a6)
2020-02-19 20:58:58 -05:00
worldofpeace
eb576d191b gnome3.iagno: 3.34.4 -> 3.34.5
(cherry picked from commit 769786b4a6)
2020-02-19 20:58:58 -05:00
worldofpeace
9d555d7d1f gnome3.gnome-tetravex: 3.34.1 -> 3.34.4
(cherry picked from commit d02a96dd6c)
2020-02-19 20:58:57 -05:00
worldofpeace
b3b38b76a9 gnome3.gnome-taquin: 3.34.3 -> 3.34.4
(cherry picked from commit 0bd27fd551)
2020-02-19 20:58:57 -05:00
worldofpeace
361b3109fe gnome3.gnome-klotski: 3.34.3 -> 3.34.4
(cherry picked from commit 34aba8056f)
2020-02-19 20:58:57 -05:00
worldofpeace
a93ca78066 gnome3.four-in-a-row: 3.34.3 -> 3.34.4
(cherry picked from commit 66472c3c24)
2020-02-19 20:58:57 -05:00
worldofpeace
59d1ee24fd gnome3.file-roller: 3.32.3 -> 3.32.4
(cherry picked from commit dfdfa745c5)
2020-02-19 20:58:57 -05:00
worldofpeace
61ab527d08 gnome3.geary: 3.34.1 -> 3.34.2
(cherry picked from commit f330f46c15)
2020-02-19 20:58:57 -05:00
worldofpeace
d242c7f387 gnome3.simple-scan: 3.34.2 -> 3.34.4
(cherry picked from commit 509e1b4763)
2020-02-19 20:58:57 -05:00
worldofpeace
2ec07a1979 gnome3.gnome-disk-utility: 3.34.0 -> 3.34.4
(cherry picked from commit 391ab233f9)
2020-02-19 20:58:56 -05:00
worldofpeace
8ceac65198 gnome3.dconf-editor: 3.34.3 -> 3.34.4
(cherry picked from commit c5590c6efa)
2020-02-19 20:58:56 -05:00
worldofpeace
f1dffeebd6 gnome3.gnome-music: 3.34.3 -> 3.34.4
(cherry picked from commit 539493f2cd)
2020-02-19 20:58:56 -05:00
worldofpeace
886758a9a2 gnome3.evolution: 3.34.3 -> 3.34.4
(cherry picked from commit 2fd97821a6)
2020-02-19 20:58:56 -05:00
worldofpeace
9e4516e7f2 meld: 3.20.1 -> 3.20.2
(cherry picked from commit 9f00427bdd)
2020-02-19 20:58:56 -05:00
worldofpeace
1bac08e698 gnome3.gnome-photos: 3.34.0 -> 3.34.1
(cherry picked from commit 7f5a2ba1ae)
2020-02-19 20:58:56 -05:00
Tor Hedin Brønner
51419ea159 epiphany: 3.34.3.1 -> 3.34.4
(cherry picked from commit 86cd4d110f)
2020-02-19 20:58:55 -05:00
Tor Hedin Brønner
dbe2a7825c gnome3.mutter: 3.34.3 -> 3.34.4
(cherry picked from commit 25f5825b0a)
2020-02-19 20:58:55 -05:00
Tor Hedin Brønner
68e82f97b7 gnome3.gnome-shell: 3.34.3 -> 3.34.4
(cherry picked from commit 7d717675bf)
2020-02-19 20:58:55 -05:00
Maximilian Bosch
af8fe52461 riot-web: 1.5.9 -> 1.5.10
https://github.com/vector-im/riot-web/releases/tag/v1.5.10
(cherry picked from commit da45483b35)
2020-02-20 02:38:34 +01:00
Franz Pletz
2b58a9f87c Merge pull request #80394 from worldofpeace/backport-riot-updates
[20.03] Backport riot updates
2020-02-20 01:26:26 +00:00
Maximilian Bosch
2fadc21e70 date: init at 2020-01-24
Needed for waybar-0.9.1.
Closes #78458

Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
(cherry picked from commit 9704297c5d)
2020-02-20 01:55:03 +01:00
Maximilian Bosch
590c89b9fd waybar: 0.9.0 -> 0.9.1, fix build
ZHF: #80379
https://hydra.nixos.org/build/113067187
(cherry picked from commit 89e2a43300)
2020-02-20 01:55:03 +01:00
Michele Guerini Rocco
d9261c5352 Merge pull request #80567 from Frostman/20.03-tinydns-fix-test
[20.03] nixos/tinydns: use local dns server to fix test (backport)
2020-02-20 01:10:09 +01:00
Maximilian Bosch
30da1f8e2d roundcube: 1.4.2 -> 1.4.3
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
(cherry picked from commit 6c6d7cb2e3)
2020-02-20 00:06:13 +01:00
worldofpeace
82d2b297ae Merge pull request #80382 from hax404/20.03_tor-browser-bundle-bin
[20.03] tor-browser-bundle-bin: 9.0.4 -> 9.0.5 (backport)
2020-02-19 16:20:32 -05:00
Aaron Andersen
c8e593b800 phpPackages.pdo_oci: init
(cherry picked from commit d0e817f63f)
2020-02-19 15:43:47 -05:00
Sergey Lukjanov
6cc20cb557 nixos/tinydns: use local dns server to fix test
(cherry picked from commit c8a873560f)
2020-02-19 12:37:16 -08:00
Michele Guerini Rocco
c2bdd9e4cc Merge pull request #80418 from fgaz/zhf2003/milkytracker-backport
milkytracker: set cmake sdl variable to fix build (20.03)
2020-02-19 18:53:55 +01:00
ahiaao
c1996df90b tigervnc: fix compatibility with xorgserver 1.20.7
(cherry picked from commit f216b03d5b)
2020-02-19 09:48:14 -08:00
Daniël de Kok
bb9ffe189e python3Packages.vowpalwabbit: fix build
- Drop the Boost patch. The patch does not apply anymore and the new
  CMake infrastructure picks up boost.
- Distable setuptools reStructuredText check. This check fails, but
  is (as far as I understand) an upstream bug.
- Clean up derivation a bit.

(cherry picked from commit 0688cba0cd)
2020-02-19 12:46:30 -05:00
Evan Hanson
757c6a31c9 ugarit: fix build by using CHICKEN 4.x
Ugarit only works with CHICKEN 4, not CHICKEN 5 (which is the default
version in nixpkgs since 69ef0702), so use the compiler and egg tools
from `chickenPackages_4` for ugarit and ugarit-manifest-maker.

(cherry picked from commit a6d39ee9db)
2020-02-19 12:39:19 -05:00
Michael Fellinger
c39669bbb1 rubyWithPackages.libv8: fix compilation
(cherry picked from commit 84fa1d2fb3)
2020-02-19 12:26:59 -05:00
Konrad Borowski
c0618578bd nixos/acme: Fix a.example.com test
(cherry picked from commit a803234213)
2020-02-19 12:24:07 -05:00
Michael Fellinger
698b6a87eb crystal: remove 0.25 and 0.26
(cherry picked from commit 765f72d037)
2020-02-19 12:21:23 -05:00
Franz Pletz
5d058471a9 php74: 7.4.1 -> 7.4.2
https://www.php.net/ChangeLog-7.php#7.4.2
(cherry picked from commit ade3e99a1d)
2020-02-19 17:00:11 +01:00
Franz Pletz
f71af5c6f7 php73: 7.3.13 -> 7.3.14
https://www.php.net/ChangeLog-7.php#7.3.14
(cherry picked from commit b55ded5d8b)
2020-02-19 17:00:11 +01:00
Franz Pletz
16ed6f3119 php72: 7.2.26 -> 7.2.27
https://www.php.net/ChangeLog-7.php#7.2.27
(cherry picked from commit ed8df1d98e)
2020-02-19 17:00:11 +01:00
Sergey Lukjanov
71be729a58 go_1_13: 1.13.7 -> 1.13.8
(cherry picked from commit f703142a732ac9f637cc19100a6bf43473f8cb5f)
2020-02-19 15:24:37 +01:00
Sergey Lukjanov
0911677beb go_1_12: 1.12.16 -> 1.12.17
(cherry picked from commit bca1fa2bf227d2e306e9c8045f219b5882733f84)
2020-02-19 15:24:37 +01:00
R. RyanTM
edc746205c nixpkgs-review: 2.1.1 -> 2.2.0
(cherry picked from commit 301c706f77)
2020-02-19 14:19:05 +00:00
Maximilian Bosch
478c489418 clipman: 1.2.0 -> 1.3.0
https://github.com/yory8/clipman/releases/tag/v1.3.0
(cherry picked from commit 563baa1ea9)
2020-02-19 14:42:32 +01:00
Konrad Borowski
6121d36f47 tor: fix build
Monotonic timer test expects sleep(200ms) to take at most 1s. On
loaded systems like hydra, it's possible for such a test to take
longer than 1 second.

Tests expecting sleep(200ms) to take at least 175ms weren't removed,
because load shouldn't cause sleep to be shorter.

(cherry picked from commit 58af3177c0)
2020-02-19 13:49:48 +01:00
Jörg Thalheim
57aa6d443c Merge pull request #80477 from cole-h/clippy-backport
[20.03] Backport `clippy: add rustc.llvm to buildInputs`
2020-02-19 10:46:58 +00:00
Jörg Thalheim
676101456e Revert "zsh: don't clobber the environment of non-login shells"
This reverts commit 6a756af3e7.

Currently zshenv by default only set fpath and HELPDIR without exporting them.
A parent shell would also not set those variables usually as they are shell local.

It also sources a file called set-environment but this is protected by an
environment variable called __NIXOS_SET_ENVIRONMENT_DONE. Hence any modification
done by the parent shell should persist as long as __NIXOS_SET_ENVIRONMENT_DONE
is not unset.

This behavior deviates from what we do in bashrc and breaks common setups such
as tmux/mosh or screen.

Fixes #80437

(cherry picked from commit 55819e6c86)
2020-02-19 09:00:50 +00:00
Orivej Desh
c2846eeac5 aseprite-unfree: 1.2.11 -> 1.2.16.3
Restore the comment explaining the split between free and unfree versions
deleted in caa4e6dcb2.

(cherry picked from commit 43ee8097d9)
2020-02-19 06:21:00 +00:00
Orivej Desh
dccfb8c988 aseprite-unfree: fix build
It fails with:

src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory
   15 | #include <GL/glx.h>

(cherry picked from commit 3ad2c20fe6)
2020-02-19 06:21:00 +00:00
Orivej Desh
929e0f0c14 aseprite: fix build with glibc 2.30
Otherwise it fails with:

In file included from /build/source/src/allegro/include/allegro/base.h:41,
                 from /build/source/src/allegro/include/allegro.h:25,
                 from /build/source/src/./she/alleg4/alleg_surface.h:11,
                 from /build/source/src/she/alleg4/alleg_surface.cpp:11:
/build/source/src/allegro/include/allegro/alcompat.h:44:22: error: conflicting declaration of C function 'fixed fadd(fixed, fixed)'
   44 |       AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y))
      |                      ^~~~
/build/source/src/allegro/include/allegro/internal/alconfig.h:164:49: note: in definition of macro 'AL_ALIAS'
  164 |       static __attribute__((unused)) __inline__ DECL    \
      |                                                 ^~~~
In file included from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/cmath:45,
                 from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/math.h:36,
                 from /build/source/src/./base/base.h:13,
                 from /build/source/src/./config.h:40,
                 from /build/source/src/she/alleg4/alleg_surface.cpp:8:
/nix/store/2v6pi2wj3lcsc3j48n7flx9mgqyii1lv-glibc-2.30-dev/include/bits/mathcalls-narrow.h:24:20: note: previous declaration 'float fadd(double, double)'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      |                    ^~~~~~~~~~~~~~~

(cherry picked from commit 0ded378b10)
2020-02-19 06:19:43 +00:00
Stig Palmquist
4df09b00cd perlPackages.{CryptCurve25519,MathGMP}: fixed build failures
ZHF: #80379
https://hydra.nixos.org/build/112817446
https://hydra.nixos.org/build/112813918
https://hydra.nixos.org/build/112814931
https://hydra.nixos.org/build/112833536
https://hydra.nixos.org/build/112804942
https://hydra.nixos.org/build/112809869

perlPackages.CryptCurve25519: apply patch from gentoo to fix fmul conflicting
types build breakage.
https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-perl/Crypt-Curve25519?id=e07299f804a8376bb5bf85d28916e0a360199f3e

perlPackages.MathGMP: 2.19 -> 2.20
Updated to latest upstream, which passes tests. This is a dependency of
perlPackages.NetSSH

(cherry picked from commit a43d20b8b4)

cc #80476
2020-02-18 22:23:56 -05:00
Stig Palmquist
8154fd4878 perlPackages.CPAN: apply patch to fix changed YAML module default
ZHF: #80379
https://hydra.nixos.org/build/112819370
https://hydra.nixos.org/build/112832567

A default has changed in YAML, breaking the latest release of CPAN. This commit
applies a A patch from the PR fixing the problem.

https://github.com/andk/cpanpm/pull/133

(cherry picked from commit 153b0db967)
cc #80471
2020-02-18 22:23:12 -05:00
worldofpeace
ebf4836e04 flatpak: use correct p11-kit output
Fixes #80452

(cherry picked from commit 02213fdff2)
2020-02-18 18:15:09 -05:00
Cole Helbling
028effdd17 clippy: add rustc.llvm to buildInputs
The Hydra build [1] failed because it was unable to link to `LLVM9`; add
`llvmShared` to `passthru` in order to stay up to date with required
LLVM versions. Also quote the homepage URLs, since that's preferred.

[1] https://hydra.nixos.org/build/112989779/nixlog/1

(cherry picked from commit 502c0ee899)
2020-02-18 14:10:44 -08:00
Konrad Borowski
7dde515909 cargo-geiger: fix build with rust 1.41
(cherry picked from commit 6637f1cac6)
2020-02-18 22:42:14 +01:00
Daniël de Kok
4dc0c1761c python3Packages.ftfy: 5.6 -> 5.7
Changelog:

https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020

The most important change in this version is the update of Unicode
character categories data to Unicode 12.1. This fixes the Python 3.8
build.

(cherry picked from commit 77aa1a7f5b)
2020-02-18 15:03:45 -05:00
Maximilian Bosch
fb06d445af Merge pull request #80438 from KoviRobi/zhf-20.03-fix-xonsh-tests
ZHF: #80379 xonsh: fix broken tests
2020-02-18 19:13:41 +01:00
Jonathan Ringer
f2076d2efb python3Packages.fastparquet: 0.3.2 -> 0.3.3
ZHF: #80379

(cherry picked from commit e24c04f278)
2020-02-18 09:38:34 -08:00
Frederik Rietdijk
07f97d3ed4 Merge pull request #79852 from Ralith/vulkan-1.2
vulkan: 1.1 -> 1.2 (backport to 20.03)
2020-02-18 18:25:59 +01:00
Benjamin Saunders
b85b1e23cd vulkan-tools: 1.1.114.0 -> 1.2.131.1
(cherry picked from commit ad1934b465)
2020-02-18 09:17:35 -08:00
Benjamin Saunders
990fdb4464 shaderc: 2019.0 -> 2019.1
(cherry picked from commit 3b9d71af2c)
2020-02-18 09:17:30 -08:00
Benjamin Saunders
d775ca1040 vulkan-validation-layers: 1.1.114.0 -> 1.2.131.2
(cherry picked from commit d73c83fca5)
2020-02-18 09:17:24 -08:00
Benjamin Saunders
b927b88eea glslang: 7.11.3214 -> 8.13.3559
(cherry picked from commit 533e7c2296)
2020-02-18 09:17:19 -08:00
Benjamin Saunders
3a746e2d4a vulkan-loader: 1.1.144.0 -> 1.2.131.2
(cherry picked from commit eb250b9a00)
2020-02-18 09:17:16 -08:00
Benjamin Saunders
ffa369a57d vulkan-headers: 1.1.144.0 -> 1.2.131.1
(cherry picked from commit 8985abb3c6)
2020-02-18 09:17:11 -08:00
worldofpeace
a1ab61634f Merge pull request #80135 from worldofpeace/backport-79844
[20.03] xfce.xfce4-pulseaudio-plugin: 0.4.1 -> 0.4.2, fix volume
2020-02-18 12:05:27 -05:00
Florian Klink
bd896275f1 Merge pull request #80128 from worldofpeace/backport-79659
[20.03] testing: fix runInMachineWithX/runInMachine
2020-02-18 17:59:33 +01:00
Florian Klink
8c964854b2 Merge pull request #80215 from primeos/brightnessctl-systemd-support-backport
[20.03] brightnessctl: Add systemd support (backport)
2020-02-18 17:49:23 +01:00
edef
370505a6e6 google-cloud-sdk: disable checking for gsutil updates
The update checking mechanism references the tests, and thus
dbaafbbf73 turned it into a crash at
startup.

It isn't much use in nixpkgs, so we're better off without it.

(cherry picked from commit 0c403efde9)
2020-02-18 15:43:23 +01:00
edef
45217d0bd4 google-cloud-sdk: remove gsutil test
The command module references the tests, and since all command modules
get imported at startup, dbaafbbf73
turned it into a startup crash.

Unless you're actively hacking on gsutil, this command isn't much use,
so we're better off without it.

(cherry picked from commit 5bda7e7fb2)
2020-02-18 15:43:22 +01:00
Andreas Rammhold
0399f675e5 Merge pull request #80434 from andir/20.03/firefox73.0.1
[20.03] firefox: 73.0 -> 73.0.1
2020-02-18 15:17:50 +01:00
Kovacsics Robert
bf822c4caa xonsh: Fix broken tests
Pulls in a patch committed a couple of days after the 0.9.13 release
(the one here), to fix the tests.
2020-02-18 13:26:04 +00:00
Andreas Rammhold
1f5135da0b firefox: 73.0 -> 73.0.1
(cherry picked from commit 52920a6b2c)
2020-02-18 13:28:43 +01:00
Georg Haas
302f23cb4f tor-browser-bundle-bin: 9.0.4 -> 9.0.5
(cherry picked from commit ec3daae1fc)
2020-02-18 10:57:35 +01:00
Vladimír Čunát
01d84d1ecf efibootmgr: fixup build on i686
Same as efivar; I believe it doesn't really needs LTO.  I checked:
nix build -f nixos/release-combined.nix nixos.iso_minimal.i686-linux

(cherry picked from commit f595677418)
/cc ZHF: #80379
2020-02-18 10:34:55 +01:00
Francesco Gazzetta
6656178800 milkytracker: set cmake sdl variable to fix build
ZHF: #80379
(cherry picked from commit eb2ab18614)
2020-02-18 09:50:16 +01:00
Mario Rodas
ed7f18b5d2 postgresql_9_5: 9.5.20 -> 9.5.21
Release notes: https://www.postgresql.org/docs/9.5/release-9-5-21.html
2020-02-18 09:22:48 +02:00
Mario Rodas
9e9d5d9f0d postgresql_12: 12.1 -> 12.2
Release notes: https://www.postgresql.org/docs/current/release-12-2.html
2020-02-18 09:20:05 +02:00
Mario Rodas
c60cc121c1 postgresql_11: 11.6 -> 11.7
Release notes: https://www.postgresql.org/docs/11/release-11-7.html
2020-02-18 09:20:05 +02:00
Mario Rodas
d89d10786d postgresql_10: 10.11 -> 10.12
Release notes: https://www.postgresql.org/docs/10/release-10-12.html
2020-02-18 09:20:05 +02:00
Mario Rodas
2197162526 postgresql_9_6: 9.6.16 -> 9.6.17
Release notes: https://www.postgresql.org/docs/9.6/release-9-6-17.html
2020-02-18 09:20:05 +02:00
worldofpeace
d242942b1f pantheon.elementary-files: 4.3.0 -> 4.4.0
https://github.com/elementary/files/releases/tag/4.4.0
(cherry picked from commit 59bf79ec4b)
2020-02-17 21:06:01 -05:00
Silvan Mosberger
fb131bd0c9 Merge pull request #80392 from Infinisil/fix/mint
mint: Pin to crystal 0.30 to fix build
2020-02-18 03:00:34 +01:00
pacien
97935971be riot-web: add config overrides for privacy
Preventing the app from phoning home by default.

GitHub: closes https://github.com/NixOS/nixpkgs/issues/80358
(cherry picked from commit c9e5cca071)
2020-02-17 20:02:27 -05:00
pacien
72fcbcfc40 riot-desktop: 1.5.6 -> 1.5.9
(cherry picked from commit 5bd923057c)
2020-02-17 20:02:27 -05:00
pacien
70e97c8052 riot-web: 1.5.8 -> 1.5.9
(cherry picked from commit 85e09daf43)
2020-02-17 20:02:27 -05:00
rnhmjoj
5c4224e754 python/aiohttp: disable test on 32bit platforms
The test `test_cookiejar` is failing because a time_t
constant can't be represented on 32bit platforms.

(cherry picked from commit 6be8389b04)
2020-02-17 19:48:29 -05:00
zowoq
e6febf8f7e flatpak: 1.6.1 -> 1.6.2
https://github.com/flatpak/flatpak/releases/tag/1.6.2
(cherry picked from commit d744b4f928)
2020-02-17 19:42:27 -05:00
worldofpeace
33ce841a55 flatpak: add dev output
(cherry picked from commit 26f1d1e81b)
2020-02-17 19:42:27 -05:00
worldofpeace
4603e7085a flatpak: propagate glib and ostree
Pantheon's sideload broke:
```
meson.build:17:0: ERROR: Could not generate cargs for flatpak:
Package ostree-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `ostree-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ostree-1', required by 'flatpak', not found
```

https://hydra.nixos.org/build/113077888

ZHF: #80379
(cherry picked from commit 461ea02544)
2020-02-17 19:42:27 -05:00
Silvan Mosberger
798524fba4 mint: Pin to crystal 0.30 to fix build 2020-02-18 01:41:22 +01:00
Silvan Mosberger
51991d7752 Merge pull request #80389 from Infinisil/fix/crystal
crystal_0_32: Fix hydra build on 20.03
2020-02-18 01:34:14 +01:00
Dylan Simon
81e6859218 scalapack: 2.1 -> 2.1.0
2.1 seems to have disappeared

(cherry picked from commit e25f0b3e3d)
2020-02-18 01:30:46 +01:00
Silvan Mosberger
fc1bbc0f04 crystal_0_32: Fix hydra build
It seems that there might be hydra machines that run an older version of Nix
where https://github.com/NixOS/nix/pull/2878 is not yet included
(unconfirmed)

In addition crystal 0.32.1 has a bug that only occurs when there is no
tty: https://github.com/crystal-lang/crystal/issues/8609

Combining this lead to a crystal build failing: https://hydra.nixos.org/build/113074265

This fixes that probably rather uncommon occurence by applying the
upstream fix for the bug: https://github.com/crystal-lang/crystal/issues/8609
2020-02-18 01:29:48 +01:00
R. RyanTM
6c6ac9a5c8 gnome3.accerciser: 3.34.3 -> 3.34.4
(cherry picked from commit 124ff1a3fa)
2020-02-17 18:15:04 -05:00
Robert Scott
194c1ea3de pythonPackages.pysaml2: fix tests with fixed & now-expired timestamps
these only expired (and upstream only seem to have noticed) today

ZHF: #80379
https://hydra.nixos.org/build/112818101

(cherry picked from commit f77e057cda)
2020-02-17 23:44:22 +01:00
Benjamin Slade
3ffada4169 mullvad-vpn: 2020.1 -> 2020.2
(cherry picked from commit f2e5bb967f)
2020-02-17 21:14:11 +00:00
Vladimír Čunát
1a6b6e9124 efivar: fixup build on i686
I don't think it really needs LTO.

(cherry picked from commit 9b4424cbb7)
2020-02-17 21:06:19 +01:00
Eelco Dolstra
181e0d854c nixos/release-small.nix: List constituents of the 'tested' job by name
https://github.com/NixOS/hydra/issues/715
(cherry picked from commit 895042956f)
2020-02-17 19:41:55 +01:00
Eelco Dolstra
f996744fd3 nixos/release-combined.nix: List constituents of the 'tested' job by name
https://github.com/NixOS/hydra/issues/715
(cherry picked from commit 2de3caf011)
2020-02-17 19:41:08 +01:00
Vladimír Čunát
e168b5a2e1 release-combined: readd keymap tests
This reverts commit ceb90b08ef.
2020-02-17 19:39:14 +01:00
Jörg Thalheim
47dfd37e5a Merge pull request #80172 from Mic92/knot-backport
[20.03-backport] knot: keyFiles, no dynamicUser
2020-02-17 17:23:58 +00:00
jakobrs
07244aa21b electron: correct casing of MacOS (#80362)
(cherry picked from commit 35bae4f749)
cc #80362
2020-02-17 12:03:13 -05:00
OmnipotentEntity
0b4c592114 geant4: 10.6.0 -> 10.6.1 (#80365)
(cherry picked from commit eb40131310)
cc #80365
2020-02-17 12:00:40 -05:00
Thomas Tuegel
04ffd910b2 kinit: Increase environment size limit
start_kdeinit reads its environment over a pipe from start_kdeinit_wrapper. For
security, each environment entry must be smaller than 4kb by default. Qt-based
applications in Nixpkgs may have larger environments, and the recent upgrade to
Plasma 5.17 pushed start_kdeinit_wrapper over the limit. The limit is now
extended to 16kb.

This problem was not detected during testing because the failure is silent:
start_kdeinit will continue with an empty environment. In other circumstances,
this strategy might work, but it does not work on NixOS. This failure is now
treated as a fatal error.

Fixes: #79707
(cherry picked from commit c75860918f)
2020-02-17 09:13:03 -06:00
Franz Pletz
337d0b3509 dovecot: 2.3.9.2 -> 2.3.9.3
Fixes CVE-2020-7046 & CVE-2020-7957:

  https://dovecot.org/pipermail/dovecot-news/2020-February/000429.html

(cherry picked from commit f9a34082e6)
2020-02-17 15:27:55 +01:00
Frederik Rietdijk
5abddd16e4 Merge release-20.03 into staging-20.03 2020-02-17 15:14:17 +01:00
Benjamin Hipple
bee35e73e2 doomseeker: add qt wrapper, cleanup (#79794)
This avoids using NIX_CFLAGS_COMPILE by switching to hardeningDisable.
The hack is also only needed for darwin sources and is not specific to
clang.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>

(cherry picked from commit 5ef4af7afc)
cc #79794
2020-02-17 04:58:31 -05:00
Maximilian Bosch
45e870cf6c nextcloud-client: 2.6.2 -> 2.6.3
https://github.com/nextcloud/desktop/releases/tag/v2.6.3
(cherry picked from commit ed944d4cee)
2020-02-17 08:02:52 +01:00
Maximilian Bosch
47446c7140 mautrix-whatsapp: 2020-01-12 -> 2020-02-09
(cherry picked from commit 52981cedfd)
2020-02-17 08:02:51 +01:00
Dmitry Kalinkin
13b151cfe7 soundfont-fluid: fix src url
(cherry picked from commit e019371ab4)
cc #80174
2020-02-16 23:45:10 -05:00
Maximilian Bosch
a3d6e9ed9a youtube-dl: 2020.01.24 -> 2020.02.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.02.16
(cherry picked from commit 7957f43b6a)
2020-02-17 00:18:41 +01:00
Tor Hedin Brønner
075ce56cb3 gnomeExtensions.gsconnect: fix build
dbus is now propagated from at-spi2-core, which made gsconnect try to
install dbus service files in the wrong location.

closes https://github.com/NixOS/nixpkgs/issues/79806

(cherry picked from commit 71a54f1130)
2020-02-16 15:17:55 +01:00
Eelco Dolstra
e421d740cb nixUnstable, nixFlakes: Update to latest
Note that we need to build from a tarball now to get the vendored
crates. A bit ugly to fetch tarballs from Hydra...

(cherry picked from commit dd7f6b0c6b)
2020-02-16 11:18:39 +01:00
taku0
08c4b48d3a flashplayer: 32.0.0.314 -> 32.0.0.330
(cherry picked from commit 87d9d9a374)
2020-02-16 09:20:41 +01:00
Frederik Rietdijk
64f497550e Merge release-20.03 into staging-20.03 2020-02-16 09:13:01 +01:00
Frederik Rietdijk
642541f5d0 Merge staging-20.03 insto release-20.03 2020-02-16 09:12:24 +01:00
Michael Weiss
e8042ed139 nixos/brightnessctl: Remove the module
Due to the support of the systemd-logind API the udev rules aren't
required anymore which renders this module useless [0].
Note: brightnessctl should now require a working D-Bus setup and a valid
local logind session for this to work.

[0]: https://github.com/NixOS/nixpkgs/pull/79663

(cherry picked from commit 5282bc9a74)
2020-02-16 00:01:37 +01:00
Michael Weiss
9229faee7d brightnessctl: Add systemd support
This makes it possible to use brightnessctl without udev rules / suid.

(cherry picked from commit cf5dd2623b)
2020-02-16 00:01:37 +01:00
worldofpeace
15992aae7b Merge #80120: webkitgtk: 2.26.3 -> 2.26.4 (security!)
(cherry picked from commit 03d5f9cf1f)
I re-checked it builds.  20.03 shouldn't have diverged much,
so I trust it will work the same.
2020-02-15 23:13:15 +01:00
Vladimír Čunát
306d76f357 openssl: revert a workaround that's no longer needed
Thanks to python3Minimal.  This reverts part of c2038483f #79738.

(cherry picked from commit 5a8000dc05)
2020-02-15 15:21:27 -05:00
Vladimír Čunát
ced2b5a7dd glibc: use python3Minimal instead of python3
This should improve the speed of bootstrapping process.
Cost of evaluation also decreases a bit,
but I don't expect that will be significant.

(cherry picked from commit f6519103bf)
2020-02-15 15:21:27 -05:00
worldofpeace
f43895474f Merge pull request #80200 from ilya-fedin/backport-fix-xdg-current-desktop
Backport DesktopNames parameter to 20.03
2020-02-15 15:17:58 -05:00
Eelco Dolstra
6948bfce69 nixos/modules/misc/version.nix: Don't parse .git
This leads to inconsistent results between local builds and
Hydra. Also Nix is not a general purpose language, we shouldn't be
parsing .git from inside Nix code.

(cherry picked from commit f0f040c3f7)
2020-02-15 15:04:40 -05:00
Eelco Dolstra
accf1c7e44 nixos/modules/installer/cd-dvd/channel.nix: Handle null config.system.nixos.revision
(cherry picked from commit a5f883e535)
2020-02-15 15:04:36 -05:00
Michael Weiss
25955ae7c1 fscrypt-experimental: 0.2.5 -> 0.2.6 (#79853)
Changelog: https://github.com/google/fscrypt/releases/tag/v0.2.6
(cherry picked from commit ac758caff1)
Reason: Since NixOS 20.03 will ship with Linux kernel 5.4 by default,
the new support for v2 kernel encryption policies is useful.
2020-02-15 20:21:52 +01:00
Michael Weiss
51e1cb0d93 google-chrome*: Add the newly required dependencies
See 3fadc45499. Since the beta channel is now also on 81 and the stable
channel will be on 81 soon, it makes sense to already add this
unconditionally for all channels.

(cherry picked from commit 67f349d224)
Backport of #80074.
2020-02-15 20:02:52 +01:00
Ilya Fedin
75f90af321 nixos/display-managers: Add DesktopNames parameter to generated desktop session files
Some display managers (e.g. SDDM) set the XDG_CURRENT_DESKTOP variable accroding to this parameter.
If this variable is not defined, there will be some problems (e.g. MATE doesn't have icons on the desktop).

Fixes https://github.com/NixOS/nixpkgs/issues/71427

(cherry picked from commit f7768c939a)
2020-02-15 23:02:12 +04:00
Maximilian Bosch
b6551f4ca5 nixos/nixos-build-vms: switch to python test-driver
In 0945178b3c we decided that Perl-based
VM tests should be deprecated and will be removed between 20.03 and
20.09. So let's switch `nixos-build-vms(8)` to python as well (which is
entirely interactive, so other scripts won't break).

In my experience, the test-driver isn't used most of the time, so this
patch is mainly supposed to get rid of the (probably misleading)
deprecation warning when running `nixos-build-vms`. Apart from that, the
interface for python's test-driver is way nicer.

(cherry picked from commit c391343fcd)
2020-02-15 19:37:48 +01:00
Graham Christensen
419bebfe42 nixos/release.nix: correct revCount offset
Not sure how 1350291 was reached, but it is causing evaluation errors.

Recalculating on the 20.03-beta tag gets me 212938, so updating.
2020-02-15 11:55:59 -05:00
Maximilian Bosch
1e92961486 python3Packages.mautrix: 0.4.1 -> 0.4.2
https://pypi.org/project/mautrix/0.4.2/
(cherry picked from commit ade5a50b0f)
2020-02-15 17:07:53 +01:00
David Terry
50edd0f565 linuxPackages.wireguard: 0.0.20200214 -> 0.0.20200215
(cherry picked from commit b76dab8fc8)
2020-02-15 12:49:04 +01:00
Jörg Thalheim
8325e2b36d knot: add keyFiles option
This useful to include tsig keys using nixops without adding those
world-readable to the nix store.

(cherry picked from commit e2ef8b439f)
2020-02-15 11:16:44 +00:00
Jörg Thalheim
0af3b7580a knot: drop dynamic user
This makes it hard to include secret files.
Also using tools like keymgr becomes harder.

(cherry picked from commit 88029bce39)
2020-02-15 11:16:42 +00:00
Jörg Thalheim
e989a193e6 knot: put runtime paths outside the nix store
Otherwise knot tries to write to non-writable directories.
This for example breaks dnssec signing.
While it's possible to overwrite these path in the configuration,
having a sane defaults is nicer.

(cherry picked from commit 6adc09ed30)
2020-02-15 11:16:40 +00:00
Maximilian Bosch
10c6239bf3 mono: fix build w/glibc-2.30
(cherry picked from commit c30b4a746f)
2020-02-14 14:33:24 -05:00
worldofpeace
bbf602546c xfce.xfce4-pulseaudio-plugin: 0.4.1 -> 0.4.2, fix volume
We needed to add keybinder3.

(cherry picked from commit 8e5ed7cfbb)
2020-02-14 14:23:19 -05:00
Samuel Leathers
63772f7f99 python3Packages.openapi-spec-validator: add setuptools
(cherry picked from commit a721edfabb)
2020-02-14 12:56:04 -05:00
worldofpeace
d074d34343 testing: fix runInMachineWithX
(cherry picked from commit 5507e09618)
2020-02-14 12:45:55 -05:00
worldofpeace
aea80290ef testing-python: readd auto displayManager
we import it for the runInMachineWithX

(cherry picked from commit 88f76812f2)
2020-02-14 12:45:55 -05:00
worldofpeace
fbfa6ac077 testing-python: fix runInMachine
The test script's were unported.
It's unclear whether the preBuild or
postBuild will work as expect, due to
the linting of the test scripts.

(cherry picked from commit fa9af83e96)
2020-02-14 12:45:55 -05:00
Vladimír Čunát
ad29694571 Merge #62890: libclc: 2017-11-29 -> 2019-06-09 (unbreak)
(cherry picked from commit ed77cf1c56)
2020-02-14 17:59:30 +01:00
Maximilian Bosch
2e83e4ee34 linuxPackages.wireguard: 0.0.20200205 -> 0.0.20200214
https://lists.zx2c4.com/pipermail/wireguard/2020-February/005013.html
(cherry picked from commit 7666bf47c7)
2020-02-14 17:32:47 +01:00
Michael Weiss
7f99e2c100 chromium: 80.0.3987.100 -> 80.0.3987.106
https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_13.html
(cherry picked from commit 574a57a67f)
Backport of #80074.
2020-02-14 13:20:41 +01:00
Jyun-Yan You
e9d271f1f4 nixos/pppd: fix build error
(cherry picked from commit 0f8d1ac47d)
2020-02-14 11:03:08 +01:00
rnhmjoj
3c103bd93d nixos/unclutter: fix remaining typo
Fix an evaluation warning.

(cherry picked from commit f01bcccd25)
2020-02-14 10:40:13 +01:00
rnhmjoj
6a179f0555 nixos/alsa: replace list by attrset in environment.etc
Fix an evaluation warning.

(cherry picked from commit 2ad680ac73)
2020-02-14 10:38:18 +01:00
Mario Rodas
0b3697e700 docker-slim: move expression to outside of build-support (#80078)
(cherry picked from commit 7696369bec)
2020-02-14 09:43:00 +01:00
Michael Weiss
f9bcb42529 google-chrome-dev: Add the newly required dependencies
google-chrome-unstable won't launch without the following shared object
files: libdrm.so.2 and libgbm.so.1.

(cherry picked from commit 3fadc45499)
2020-02-14 01:39:16 +01:00
Michael Weiss
266abf70df chromium: 80.0.3987.87 -> 80.0.3987.100
https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_11.html
(cherry picked from commit e61b8d99c2)
2020-02-14 01:39:08 +01:00
Georg Haas
38152c4e78 bino3d: use mkDerivation from qt
adopted solution from commit 7e0dd3833d

(cherry picked from commit c9ca90af51)
2020-02-14 00:20:08 +01:00
Ben Darwin
95bf506b90 c3d: unbreak via stdenv -> gcc8Stdenv
(cherry picked from commit 1112bcc75e)
2020-02-13 17:50:11 -05:00
Ben Darwin
dee6990b90 c3d: 2018-10-04 -> unstable-2019-10-22; mark unbroken
(cherry picked from commit c79d6d0430)
2020-02-13 17:50:11 -05:00
Florian Klink
4171378761 gitlab: 12.7.5 -> 12.7.6
(cherry picked from commit 0a87568b03)
2020-02-13 23:43:11 +01:00
Vladimír Čunát
ceb90b08ef Revert-like "Merge #79656: release-combined: readd keymap tests"
It's a temporary measure until we have better ways.  See #79907.
(Not a real revert, as the comment wouldn't make sense, etc.)
2020-02-13 19:49:32 +01:00
Marek Mahut
7e4eea6d74 Merge pull request #79903 from mmahut/trezord-backport
(20.03) trezord-go: 2.0.27 -> 2.0.28
2020-02-13 17:31:16 +01:00
taku0
0ce2f49473 thunderbird: 68.4.2 -> 68.5.0
(cherry picked from commit 64fe2b7260)
2020-02-13 14:06:23 +01:00
taku0
7e10d60c80 thunderbird-bin: 68.4.2 -> 68.5.0
(cherry picked from commit eaf12cc4d1)
2020-02-13 14:06:20 +01:00
rnhmjoj
313414d650 rxvt-unicode/vtwheel: use new package name for rxvt-unicode
(cherry picked from commit 91f81e84de)
2020-02-13 11:19:43 +01:00
rnhmjoj
2defe9ded6 nixos/sway: use new package name for rxvt-unicode
(cherry picked from commit ceb35dac58)
2020-02-13 11:19:35 +01:00
rnhmjoj
2d4842ec22 nixos/urxvtd: use new package name for rxvt-unicode
(cherry picked from commit 9290e6e7ba)
2020-02-13 11:19:21 +01:00
rnhmjoj
1da1f3fbf2 rxvt-unicode: fix typo in aliases.nix
This fixes an evaluation error when services.urxvtd is enabled.

(cherry picked from commit 72bdf27771)
2020-02-13 11:16:51 +01:00
Jonathan Ringer
66e115ea89 python3Packages.numba: disable for python < 3.6
(cherry picked from commit 984eb94496)
2020-02-13 08:21:08 +01:00
Nikolay Korotkiy
125e5baf0d opencc: enable on darwin
(cherry picked from commit 5c8356105c)
2020-02-12 18:43:39 -05:00
worldofpeace
ae62101af8 Merge pull request #79950 from puckipedia/signal-desktop-notifications-20.03
[20.03] signal-desktop: fix notifications
2020-02-12 17:45:22 -05:00
Puck Meerburg
a4cddd0ae5 signal-desktop: fix notifications
(cherry picked from commit 0b3e5db5d3)
2020-02-12 22:43:16 +00:00
R. RyanTM
f54d7568be quilter: 2.1.0 -> 2.1.1
(cherry picked from commit 3a9a0f299a)
2020-02-12 16:57:10 -05:00
Florian Klink
9fafbd1f6f nixos/filesystems: don't chown /run/keys recursively
3c74e48d9c was a bit too much, it updated
permissions of all files recursively, causing files to be readable by
the group.

This isn't a problem immediately after bootup, but on a new activation,
as tmpfiles.d get restarted then, updating the permission bits of
now-existing files.

This updates the `Z` to be a `z` (the non-recursive variant), and adds a
`d` to ensure a directory is created (which should be covered by the
initrd shell script anyway)

(cherry picked from commit 4c8bdd1c4f)
2020-02-12 17:52:53 +01:00
Andreas Rammhold
2053cb0593 Merge pull request #79914 from andir/20.03/firefox73
[20.03] firefox 73
2020-02-12 17:17:25 +01:00
Vladimír Čunát
78a273da0a Merge #79740: libssh2: patch CVE-2019-17498
(cherry picked from commit 4ff2a1641c)
2020-02-12 13:09:53 +01:00
Hlöðver Sigurðsson
2ebeaa9e43 clojure 1.10.1.492 -> 1.10.1.507 plus bugfix (#79868)
(cherry picked from commit 91801c0b45)
2020-02-12 11:51:40 +00:00
Andreas Rammhold
ae03096e50 nixos/tests/firefox: support running the test with the firefox ESR version
Also adds this to the release jobset.

(cherry picked from commit 7a625e7453)
2020-02-12 11:25:15 +01:00
Andreas Rammhold
7deaadc143 firefox-esr: 68.4.2esr -> 68.5.0esr
(cherry picked from commit f43fdd1151)
2020-02-12 11:25:15 +01:00
Andreas Rammhold
5cc5f7bf3f firefox-bin: 72.0.3 -> 73.0
(cherry picked from commit 11920736e8)
2020-02-12 11:25:15 +01:00
Andreas Rammhold
db66f71737 firefox: 72.0.2 -> 73.0
(cherry picked from commit 8019df98f8)
2020-02-12 11:25:15 +01:00
Andreas Rammhold
3187daaec0 firefox: prepare for 73.0
(cherry picked from commit 187d6912a8)
2020-02-12 11:25:15 +01:00
Andreas Rammhold
662591b085 rust-cbindgen: 0.10.0 -> 0.13.1
(cherry picked from commit 82d9ce45fe)
2020-02-12 11:25:15 +01:00
Andreas Rammhold
99c958f076 nss: 3.48 -> 3.49.2
(cherry picked from commit 48603cd9d7)
2020-02-12 11:25:15 +01:00
Marek Mahut
9690c7e2c6 trezord-go: 2.0.27 -> 2.0.28
(cherry picked from commit ab1a14d581)
2020-02-12 08:43:34 +01:00
Martin Milata
d903c899f9 gunicorn: add 19.x branch for python2.7 support
The nixos/moinmoin module uses gunicorn, however the 20.0 version
dropped python2 support which broke the module as there's no python3
port planned for moinmoin: http://moinmo.in/Python3

(cherry picked from commit d202e9eac2b3e17c8598b941a11025cef31c762f)
2020-02-11 22:25:21 +01:00
Izorkin
94c380cbb7 zsh: fix bracketed-paste-magic
(cherry picked from commit 8f5af404d2)
2020-02-11 18:50:38 +00:00
Samuel Dionne-Riel
b2e203bd6f Merge pull request #79826 from worldofpeace/remove-sd_image_raspberrypi4
[20.03] Remove sd image raspberrypi4
2020-02-11 13:39:01 -05:00
Milan Pässler
6e73318160 tipp10: init at 3.1.0
(cherry picked from commit 7fbc860d72)
2020-02-11 17:41:53 +00:00
Michele Guerini Rocco
d3d8d5ce6c Merge pull request #79833 from tokudan/20.03/encrypted-swap-entropy-fix
rngd: Start early during boot and encrypted swap entropy fix [20.03]
2020-02-11 16:37:37 +01:00
Maximilian Bosch
23dfaf07c6 pinentry_qt5: alias to pinentry-qt
Attribute was removed in a4916fdea5 which
will land in 20.03, but breaks evaluation for everyone using
pinentry_qt5 on NixOS 19.09 when updating.

(cherry picked from commit 3d1007716c)
2020-02-11 16:10:38 +01:00
Daniel Frank
4579f11c20 security.rngd: start rngd during early boot to reduce entropy starvation due to encrypted swap and remove PrivateTmp to avoid a circular dependency
(cherry picked from commit d14ba1e1ad)
2020-02-11 15:23:28 +01:00
Daniel Frank
93bd12da91 swap: depend on rngd if enabled and randomEncryption is configured to
avoid entropy starvation during boot

(cherry picked from commit 1ac86e14c7)
2020-02-11 15:23:28 +01:00
worldofpeace
40a420e38b release: remove sd_image_raspberrypi4 2020-02-11 08:28:35 -05:00
Justin Bedo
1781000f03 delly: 0.8.1 -> 0.8.2
Backported patch required for htslib 1.10.2

(cherry picked from commit a8fe9e7aff)
2020-02-11 03:54:51 -05:00
Dmitry Kalinkin
b0aa920b4d libtasn1: fix on darwin
Test binaries are linked to the libraries at their install path, but
those are not installed when checkPhase executes.

(cherry picked from commit 7cc5d84cd7)
2020-02-11 07:43:40 +01:00
zimbatm
f8f607b824 ruby_2_4: remove
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.

Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.

Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi

(cherry picked from commit bcdc90a3a7)
2020-02-10 16:29:07 -05:00
worldofpeace
793fc88dbe 20.03 beta release 2020-02-10 15:10:02 -05:00
1260 changed files with 38357 additions and 27076 deletions

View File

@@ -53,9 +53,9 @@ For package version upgrades and such a one-line commit message is usually suffi
To [backport a change into a release branch](https://nixos.org/nixpkgs/manual/#submitting-changes-stable-release-branches):
1. Take note of the commit in which the change was introduced into `master`.
2. Check out the target _release branch_, e.g. `release-19.09`. Do not use a _channel branch_ like `nixos-19.09` or `nixpkgs-19.09`.
2. Check out the target _release branch_, e.g. `release-20.03`. Do not use a _channel branch_ like `nixos-20.03` or `nixpkgs-20.03`.
3. Use `git cherry-pick -x <original commit>`.
4. Open your backport PR. Make sure to select the release branch (e.g. `release-19.09`) as the target branch of the PR, and link to the PR in which the original change was made to `master`.
4. Open your backport PR. Make sure to select the release branch (e.g. `release-20.03`) as the target branch of the PR, and link to the PR in which the original change was made to `master`.
## Reviewing contributions

View File

@@ -44,9 +44,9 @@ Nixpkgs and NixOS are built and tested by our continuous integration
system, [Hydra](https://hydra.nixos.org/).
* [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined)
* [Continuous package builds for the NixOS 19.09 release](https://hydra.nixos.org/jobset/nixos/release-19.09)
* [Continuous package builds for the NixOS 20.03 release](https://hydra.nixos.org/jobset/nixos/release-20.03)
* [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents)
* [Tests for the NixOS 19.09 release](https://hydra.nixos.org/job/nixos/release-19.09/tested#tabs-constituents)
* [Tests for the NixOS 20.03 release](https://hydra.nixos.org/job/nixos/release-20.03/tested#tabs-constituents)
Artifacts successfully built with Hydra are published to cache at
https://cache.nixos.org/. When successful build and test criteria are

View File

@@ -66,6 +66,6 @@ crystal.buildCrystalPackage rec {
shardsFile = ./shards.nix;
crystalBinaries.mint.src = "src/mint.cr";
buildInputs = [ openssl_1_0_2 ];
buildInputs = [ openssl ];
}
```

View File

@@ -233,7 +233,7 @@ mkDerivation {
</term>
<listitem>
<para>
You can rely on applications depending on the library set the necessary environment variables but that it often easy to miss. Instead we recommend to patch the paths in the source code whenever possible. Here are some examples:
You can rely on applications depending on the library setting the necessary environment variables but that is often easy to miss. Instead we recommend to patch the paths in the source code whenever possible. Here are some examples:
<itemizedlist>
<listitem xml:id="ssec-gnome-common-issues-unwrappable-package-gnome-shell-ext">
<para>

View File

@@ -112,8 +112,10 @@ haskell.compiler.ghc865 ghc-8.6.5
haskell.compiler.integer-simple.ghc865 ghc-8.6.5
haskell.compiler.ghc881 ghc-8.8.1
haskell.compiler.integer-simple.ghc881 ghc-8.8.1
haskell.compiler.ghc882 ghc-8.8.1.20191211
haskell.compiler.integer-simple.ghc882 ghc-8.8.1.20191211
haskell.compiler.ghc882 ghc-8.8.2
haskell.compiler.integer-simple.ghc882 ghc-8.8.2
haskell.compiler.ghc883 ghc-8.8.3
haskell.compiler.integer-simple.ghc883 ghc-8.8.3
haskell.compiler.ghcjs ghcjs-8.6.0.1
```
@@ -367,7 +369,7 @@ automatically select the right version of GHC and other build tools to build,
test and execute apps in an existing project downloaded from somewhere on the
Internet. Pass the `--nix` flag to any `stack` command to do so, e.g.
```shell
git clone --recursive https://github.com/yesodweb/wai
git clone --recurse-submodules https://github.com/yesodweb/wai.git
cd wai
stack --nix build
```

View File

@@ -25,7 +25,7 @@
import ./nixos/lib/eval-config.nix (args // {
modules = modules ++
[ { system.nixos.versionSuffix =
".${lib.substring 0 8 self.lastModified}.${self.shortRev or "dirty"}";
".${lib.substring 0 8 (self.lastModifiedDate or self.lastModified)}.${self.shortRev or "dirty"}";
system.nixos.revision = lib.mkIf (self ? rev) self.rev;
}
];

View File

@@ -649,6 +649,13 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
url = http://metadata.ftp-master.debian.org/changelogs/main/d/debianutils/debianutils_4.8.1_copyright;
};
sspl = {
shortName = "SSPL";
fullName = "Server Side Public License";
url = https://www.mongodb.com/licensing/server-side-public-license;
free = false;
};
tcltk = spdx {
spdxId = "TCL";
fullName = "TCL/TK License";

View File

@@ -159,7 +159,7 @@ rec {
let ss = opt.type.getSubOptions opt.loc;
in if ss != {} then optionAttrSetToDocList' opt.loc ss else [];
in
[ docOption ] ++ subOptions) (collect isOption options);
[ docOption ] ++ optionals docOption.visible subOptions) (collect isOption options);
/* This function recursively removes all derivation attributes from

View File

@@ -3275,6 +3275,12 @@
githubId = 1198065;
name = "Jeffrey David Johnson";
};
jefflabonte = {
email = "grimsleepless@protonmail.com";
github = "jefflabonte";
githubId = 9425955;
name = "Jean-François Labonté";
};
jensbin = {
email = "jensbin+git@pm.me";
github = "jensbin";
@@ -3991,6 +3997,12 @@
githubId = 32152;
name = "Luka Blaskovic";
};
lbpdt = {
email = "nix@pdtpartners.com";
github = "lbpdt";
githubId = 45168934;
name = "Louis Blin";
};
ldelelis = {
email = "ldelelis@est.frba.utn.edu.ar";
github = "ldelelis";
@@ -4055,6 +4067,12 @@
github = "leonardoce";
name = "Leonardo Cecchi";
};
leshainc = {
email = "leshainc@fomalhaut.me";
github = "LeshaInc";
githubId = 42153076;
name = "Alexey Nikashkin";
};
lethalman = {
email = "lucabru@src.gnome.org";
github = "lethalman";
@@ -4494,6 +4512,12 @@
githubId = 1269099;
name = "Marius Bakke";
};
mbaillie = {
email = "martin@baillie.email";
github = "martinbaillie";
githubId = 613740;
name = "Martin Baillie";
};
mbbx6spp = {
email = "me@susanpotter.net";
github = "mbbx6spp";
@@ -7119,6 +7143,12 @@
githubId = 844343;
name = "Thiago K. Okada";
};
thmzlt = {
email = "git@thomazleite.com";
github = "thmzlt";
githubId = 7709;
name = "Thomaz Leite";
};
ThomasMader = {
email = "thomas.mader@gmail.com";
github = "ThomasMader";
@@ -7610,6 +7640,12 @@
githubId = 3889405;
name = "vyp";
};
wamserma = {
name = "Markus S. Wamser";
email = "github-dev@mail2013.wamser.eu";
github = "wamserma";
githubId = 60148;
};
waynr = {
name = "Wayne Warren";
email = "wayne.warren.s@gmail.com";
@@ -7686,7 +7722,7 @@
email = "worldofpeace@protonmail.ch";
github = "worldofpeace";
githubId = 28888242;
name = "Worldofpeace";
name = "worldofpeace";
};
wscott = {
email = "wsc9tt@gmail.com";

View File

@@ -21,7 +21,6 @@
<xi:include href="xfce.xml" />
<xi:include href="networking.xml" />
<xi:include href="linux-kernel.xml" />
<xi:include href="matrix.xml" />
<xi:include href="../generated/modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />
<xi:include href="profiles.xml" />
<xi:include href="kubernetes.xml" />

View File

@@ -9,7 +9,6 @@
<programlisting>
<xref linkend="opt-services.xserver.desktopManager.xfce.enable" /> = true;
<xref linkend="opt-services.xserver.displayManager.defaultSession" /> = "xfce";
};
</programlisting>
</para>
<para>

View File

@@ -14,7 +14,7 @@
<para>
<emphasis>Stable channels</emphasis>, such as
<literal
xlink:href="https://nixos.org/channels/nixos-19.09">nixos-19.09</literal>.
xlink:href="https://nixos.org/channels/nixos-20.03">nixos-20.03</literal>.
These only get conservative bug fixes and package upgrades. For instance,
a channel update may cause the Linux kernel on your system to be upgraded
from 4.19.34 to 4.19.38 (a minor bug fix), but not from
@@ -38,7 +38,7 @@
<para>
<emphasis>Small channels</emphasis>, such as
<literal
xlink:href="https://nixos.org/channels/nixos-19.09-small">nixos-19.09-small</literal>
xlink:href="https://nixos.org/channels/nixos-20.03-small">nixos-20.03-small</literal>
or
<literal
xlink:href="https://nixos.org/channels/nixos-unstable-small">nixos-unstable-small</literal>.
@@ -63,8 +63,8 @@
<para>
When you first install NixOS, youre automatically subscribed to the NixOS
channel that corresponds to your installation source. For instance, if you
installed from a 19.09 ISO, you will be subscribed to the
<literal>nixos-19.09</literal> channel. To see which NixOS channel youre
installed from a 20.03 ISO, you will be subscribed to the
<literal>nixos-20.03</literal> channel. To see which NixOS channel youre
subscribed to, run the following as root:
<screen>
# nix-channel --list | grep nixos
@@ -75,13 +75,13 @@ nixos https://nixos.org/channels/nixos-unstable
# nix-channel --add https://nixos.org/channels/<replaceable>channel-name</replaceable> nixos
</screen>
(Be sure to include the <literal>nixos</literal> parameter at the end.) For
instance, to use the NixOS 19.09 stable channel:
instance, to use the NixOS 20.03 stable channel:
<screen>
# nix-channel --add https://nixos.org/channels/nixos-19.09 nixos
# nix-channel --add https://nixos.org/channels/nixos-20.03 nixos
</screen>
If you have a server, you may want to use the “small” channel instead:
<screen>
# nix-channel --add https://nixos.org/channels/nixos-19.09-small nixos
# nix-channel --add https://nixos.org/channels/nixos-20.03-small nixos
</screen>
And if you want to live on the bleeding edge:
<screen>
@@ -132,7 +132,7 @@ nixos https://nixos.org/channels/nixos-unstable
kernel, initrd or kernel modules.
You can also specify a channel explicitly, e.g.
<programlisting>
<xref linkend="opt-system.autoUpgrade.channel"/> = https://nixos.org/channels/nixos-19.09;
<xref linkend="opt-system.autoUpgrade.channel"/> = https://nixos.org/channels/nixos-20.03;
</programlisting>
</para>
</section>

View File

@@ -3,7 +3,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-20.03">
<title>Release 20.03 (“Markhor”, 2020.03/??)</title>
<title>Release 20.03 (“Markhor”, 2020.04/20)</title>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
@@ -23,11 +23,24 @@
Support is planned until the end of October 2020, handing over to 20.09.
</para>
</listitem>
<listitem>
<para>Core version changes:</para>
<para>gcc: 8.3.0 -&gt; 9.2.0</para>
<para>glibc: 2.27 -&gt; 2.30</para>
<para>linux: 4.19 -&gt; 5.4</para>
<para>mesa: 19.1.5 -&gt; 19.3.3</para>
<para>openssl: 1.0.2u -&gt; 1.1.1d</para>
</listitem>
<listitem>
<para>Desktop version changes:</para>
<para>plasma5: 5.16.5 -&gt; 5.17.5</para>
<para>kdeApplications: 19.08.2 -&gt; 19.12.3</para>
<para>gnome3: 3.32 -&gt; 3.34</para>
<para>pantheon: 5.0 -&gt; 5.1.3</para>
</listitem>
<listitem>
<para>
Linux kernel is updated to branch 5.4 by default (from 4.19).
Users of Intel GPUs may prefer to explicitly set branch to 4.19 to avoid some regressions.
<programlisting>boot.kernelPackages = pkgs.linuxPackages_4_19;</programlisting>
</para>
</listitem>
<listitem>
@@ -43,6 +56,24 @@
quirk in the boot menu.
</para>
</listitem>
<listitem>
<para>
GNOME 3 has been upgraded to 3.34. Please take a look at their
<link xlink:href="https://help.gnome.org/misc/release-notes/3.34">Release Notes</link>
for details.
</para>
</listitem>
<listitem>
<para>
If you enable the Pantheon Desktop Manager via
<xref linkend="opt-services.xserver.desktopManager.pantheon.enable" />, we now default to also use
<link xlink:href="https://blog.elementary.io/say-hello-to-the-new-greeter/">
Pantheon's newly designed greeter
</link>.
Contrary to NixOS's usual update policy, Pantheon will receive updates during the cycle of
NixOS 20.03 when backwards compatible.
</para>
</listitem>
<listitem>
<para>
By default zfs pools will now be trimmed on a weekly basis.
@@ -75,6 +106,24 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
</programlisting>
</para>
</listitem>
<listitem>
<para>
The testing driver implementation in NixOS is now in Python <filename>make-test-python.nix</filename>.
This was done by Jacek Galowicz (<link xlink:href="https://github.com/tfc">@tfc</link>), and with the
collaboration of Julian Stecklina (<link xlink:href="https://github.com/blitz">@blitz</link>) and
Jana Traue (<link xlink:href="https://github.com/jtraue">@jtraue</link>). All documentation has been updated to use this
testing driver, and a vast majority of the 286 tests in NixOS were ported to python driver. In 20.09 the Perl driver implementation,
<filename>make-test.nix</filename>, is slated for removal. This should give users of the NixOS integration framework
a transitory period to rewrite their tests to use the Python implementation. Users of the Perl driver will see
this warning everytime they use it:
<screen>
<prompt>$ </prompt>warning: Perl VM tests are deprecated and will be removed for 20.09.
Please update your tests to use the python test driver.
See https://github.com/NixOS/nixpkgs/pull/71684 for details.
</screen>
API compatibility is planned to be kept for at least the next release with the perl driver.
</para>
</listitem>
</itemizedlist>
</section>
@@ -110,6 +159,241 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
It was created so Geary could function properly outside of GNOME.
</para>
</listitem>
<listitem>
<para>
<filename>./config/console.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./hardware/brillo.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./hardware/tuxedo-keyboard.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./programs/bandwhich.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./programs/bash-my-aws.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./programs/liboping.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./programs/traceroute.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/backup/sanoid.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/backup/syncoid.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/backup/zfs-replication.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/continuous-integration/buildkite-agents.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/databases/victoriametrics.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/desktops/gnome3/gnome-initial-setup.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/desktops/neard.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/games/openarena.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/hardware/fancontrol.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/mail/sympa.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/misc/freeswitch.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/misc/mame.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/monitoring/do-agent.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/monitoring/prometheus/xmpp-alerts.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/network-filesystems/orangefs/server.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/network-filesystems/orangefs/client.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/3proxy.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/corerad.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/go-shadowsocks2.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/ntp/openntpd.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/shorewall.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/shorewall6.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/spacecookie.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/trickster.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/v2ray.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/xandikos.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/networking/yggdrasil.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/dokuwiki.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/gotify-server.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/grocy.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/ihatemoney</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/moinmoin.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/trac.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/trilium.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-apps/shiori.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/web-servers/ttyd.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/x11/picom.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/x11/hardware/digimend.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./services/x11/imwheel.nix</filename>
</para>
</listitem>
<listitem>
<para>
<filename>./virtualisation/cri-o.nix</filename>
</para>
</listitem>
</itemizedlist>
</section>
@@ -127,6 +411,17 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
</para>
<itemizedlist>
<listitem>
<para>
The <package>dhcpcd</package> package <link xlink:href="https://roy.marples.name/archives/dhcpcd-discuss/0002621.html">
does not request IPv4 addresses for tap and bridge interfaces anymore by default</link>.
In order to still get an address on a bridge interface, one has to disable
<literal>networking.useDHCP</literal> and explicitly enable
<literal>networking.interfaces.&lt;name&gt;.useDHCP</literal> on
every interface, that should get an address via DHCP. This way, dhcpcd
is configured in an explicit way about which interface to run on.
</para>
</listitem>
<listitem>
<para>
GnuPG is now built without support for a graphical passphrase entry
@@ -154,7 +449,7 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
</listitem>
<listitem>
<para>
The <literal>99-main.network</literal> file was removed. Maching all
The <literal>99-main.network</literal> file was removed. Matching all
network interfaces caused many breakages, see
<link xlink:href="https://github.com/NixOS/nixpkgs/pull/18962">#18962</link>
and <link xlink:href="https://github.com/NixOS/nixpkgs/pull/71106">#71106</link>.
@@ -196,10 +491,10 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
</listitem>
<listitem>
<para>
There is now only one Xfce package-set and module. This means attributes, <literal>xfce4-14</literal>
<literal>xfce4-12</literal>, and <literal>xfceUnstable</literal> all now point to the latest Xfce 4.14
packages. And in future NixOS releases will be the latest released version of Xfce available at the
time during the releases development (if viable).
There is now only one Xfce package-set and module. This means that attributes <literal>xfce4-14</literal>
and <literal>xfceUnstable</literal> all now point to the latest Xfce 4.14
packages. And in the future NixOS releases will be the latest released version of Xfce available at the
time of the release's development (if viable).
</para>
</listitem>
<listitem>
@@ -235,7 +530,7 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
<listitem>
<para>
The <literal>buildRustCrate</literal> infrastructure now produces <literal>lib</literal> outputs in addition to the <literal>out</literal> output.
This has led to drastically reduced closed sizes for some rust crates since development dependencies are now in the <literal>lib</literal> output.
This has led to drastically reduced closure sizes for some rust crates since development dependencies are now in the <literal>lib</literal> output.
</para>
</listitem>
<listitem>
@@ -603,6 +898,25 @@ auth required pam_succeed_if.so uid >= 1000 quiet
The <option>services.dnscrypt-proxy</option> module has been removed
as it used the deprecated version of dnscrypt-proxy. We've added
<xref linkend="opt-services.dnscrypt-proxy2.enable"/> to use the supported version.
This module supports configuration via the Nix attribute set
<xref linkend="opt-services.dnscrypt-proxy2.settings" />, or by passing a TOML configuration file via
<xref linkend="opt-services.dnscrypt-proxy2.configFile" />.
<programlisting>
# Example configuration:
services.dnscrypt-proxy2.enable = true;
services.dnscrypt-proxy2.settings = {
listen_addresses = [ "127.0.0.1:43" ];
sources.public-resolvers = {
urls = [ "https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md" ];
cache_file = "public-resolvers.md";
minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3";
refresh_delay = 72;
};
};
services.dnsmasq.enable = true;
services.dnsmasq.servers = [ "127.0.0.1#43" ];
</programlisting>
</para>
</listitem>
<listitem>
@@ -634,6 +948,144 @@ auth required pam_succeed_if.so uid >= 1000 quiet
to a fairly old snapshot from the <package>gcc7</package>-branch.
</para>
</listitem>
<listitem>
<para>
The <citerefentry><refentrytitle>nixos-build-vms</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>-script now uses the python test-driver.
</para>
</listitem>
<listitem>
<para>
The <package>riot-web</package> package now accepts configuration overrides as an attribute set instead of a string.
A formerly used JSON configuration can be converted to an attribute set with <literal>builtins.fromJSON</literal>.
</para>
<para>
The new default configuration also disables automatic guest account registration and analytics to improve privacy.
The previous behavior can be restored by setting <literal>config.riot-web.conf = { disable_guests = false; piwik = true; }</literal>.
</para>
</listitem>
<listitem>
<para>
Stand-alone usage of <literal>Upower</literal> now requires
<option>services.upower.enable</option> instead of just installing into
<xref linkend="opt-environment.systemPackages"/>.
</para>
</listitem>
<listitem>
<para>
<package>nextcloud</package> has been updated to <literal>v18.0.2</literal>. This means
that users from NixOS 19.09 can't upgrade directly since you can only move one version
forward and 19.09 uses <literal>v16.0.8</literal>.
</para>
<para>
To provide a safe upgrade-path and to circumvent similar issues in the future, the following
measures were taken:
<itemizedlist>
<listitem>
<para>
The <package>pkgs.nextcloud</package>-attribute has been removed and replaced with
versioned attributes (currently <package>pkgs.nextcloud17</package> and
<package>pkgs.nextcloud18</package>). With this change major-releases can be backported
without breaking stuff and to make upgrade-paths easier.
</para>
</listitem>
<listitem>
<para>
Existing setups will be detected using
<link linkend="opt-system.stateVersion">system.stateVersion</link>: by default,
<package>nextcloud17</package> will be used, but will raise a warning which notes
that after that deploy it's recommended to update to the latest stable version
(<package>nextcloud18</package>) by declaring the newly introduced setting
<link linkend="opt-services.nextcloud.package">services.nextcloud.package</link>.
</para>
</listitem>
<listitem>
<para>
Users with an overlay (e.g. to use <package>nextcloud</package> at version
<literal>v18</literal> on <literal>19.09</literal>) will get an evaluation error
by default. This is done to ensure that our
<link linkend="opt-services.nextcloud.package">package</link>-option doesn't select an
older version by accident. It's recommended to use <package>pkgs.nextcloud18</package>
or to set <link linkend="opt-services.nextcloud.package">package</link> to
<package>pkgs.nextcloud</package> explicitly.
</para>
</listitem>
</itemizedlist>
</para>
<warning>
<para>
Please note that if you're coming from <literal>19.03</literal> or older, you have
to manually upgrade to <literal>19.09</literal> first to upgrade your server
to Nextcloud v16.
</para>
</warning>
</listitem>
<listitem>
<para>
<package>Hydra</package> has gained a massive performance improvement due to
<link xlink:href="https://github.com/NixOS/hydra/pull/710">some database schema
changes</link> by adding several IDs and better indexing. However, it's necessary
to upgrade Hydra in multiple steps:
<itemizedlist>
<listitem>
<para>
At first, an older version of Hydra needs to be deployed which adds those
(nullable) columns. When having set <link linkend="opt-system.stateVersion">stateVersion
</link> to a value older than <literal>20.03</literal>, this package will be selected
by default from the module when upgrading. Otherwise, the package can be deployed using
the following config:
<programlisting>{ pkgs, ... }: {
<link linkend="opt-services.hydra.package">services.hydra.package</link> = pkgs.hydra-migration;
}</programlisting>
</para>
</listitem>
<listitem>
<para>
Automatically fill the newly added ID columns on the server by running the following
command:
<screen>
<prompt>$ </prompt>hydra-backfill-ids
</screen>
<warning>
<para>Please note that this process can take a while depending on your database-size!</para>
</warning>
</para>
</listitem>
<listitem>
<para>
Deploy a newer version of Hydra to activate the DB optimizations. This can be done by
using <package>hydra-unstable</package>. This package already includes
<link xlink:href="https://github.com/nixos/rfcs/pull/49">flake-support</link> and is
therefore compiled against <package>pkgs.nixFlakes</package>.
<warning>
<para>
If your <link linkend="opt-system.stateVersion">stateVersion</link> is set to
<literal>20.03</literal> or greater, <package>hydra-unstable</package> will be used
automatically! This will break your setup if you didn't run the migration.
</para>
</warning>
Please note that Hydra is currently not available with <package>nixStable</package>
as this doesn't compile anymore.
</para>
</listitem>
</itemizedlist>
<warning>
<para>
<package>pkgs.hydra</package> has been removed to ensure a graceful database-migration
using the dedicated package-attributes. If you still have <package>pkgs.hydra</package>
defined in e.g. an overlay, an assertion error will be thrown. To circumvent this,
you need to set <xref linkend="opt-services.hydra.package" /> to <package>pkgs.hydra</package>
explicitly and make sure you know what you're doing!
</para>
</warning>
</para>
</listitem>
<listitem>
<para>
The TokuDB storage engine will be disabled in <package>mariadb</package> 10.5. It is recommended to switch
to RocksDB. See also <link xlink:href="https://mariadb.com/kb/en/tokudb/">TokuDB</link>.
</para>
</listitem>
</itemizedlist>
</section>
@@ -651,7 +1103,8 @@ auth required pam_succeed_if.so uid >= 1000 quiet
<listitem>
<para>
The nginx web server previously started its master process as root
privileged, then ran worker processes as a less privileged identity user.
privileged, then ran worker processes as a less privileged identity user
(the <literal>nginx</literal> user).
This was changed to start all of nginx as a less privileged user (defined by
<literal>services.nginx.user</literal> and
<literal>services.nginx.group</literal>). As a consequence, all files that
@@ -659,6 +1112,13 @@ auth required pam_succeed_if.so uid >= 1000 quiet
certificates and keys, etc.) must now be readable by this less privileged
user/group.
</para>
<para>
To continue to use the old approach, you can configure:
<programlisting>
services.nginx.appendConfig = let cfg = config.services.nginx; in ''user ${cfg.user} ${cfg.group};'';
systemd.services.nginx.serviceConfig.User = lib.mkForce "root";
</programlisting>
</para>
</listitem>
<listitem>
<para>
@@ -685,9 +1145,11 @@ auth required pam_succeed_if.so uid >= 1000 quiet
As well as this, the options <literal>security.acme.acceptTerms</literal> and either
<literal>security.acme.email</literal> or <literal>security.acme.certs.&lt;name&gt;.email</literal>
must be set in order to use the ACME module.
Certificates will be regenerated anew on the next renewal date. The credentials for simp-le are
preserved and thus it is possible to roll back to previous versions without breaking certificate
generation.
Certificates will be regenerated on activation, no account or certificate will be migrated from simp-le.
In particular private keys will not be preserved. However, the credentials for simp-le are preserved and
thus it is possible to roll back to previous versions without breaking certificate generation.
Note also that in contrary to simp-le a new private key is recreated at each renewal by default, which can
have consequences if you embed your public key in apps.
</para>
</listitem>
<listitem>
@@ -696,6 +1158,86 @@ auth required pam_succeed_if.so uid >= 1000 quiet
via <option>boot.initrd.luks.fido2Support</option>.
</para>
</listitem>
<listitem>
<para>
Predictably named network interfaces get renamed in stage-1. This means that it is possible
to use the proper interface name for e.g. Dropbear setups.
</para>
<para>
For further reference, please read <link xlink:href="https://github.com/NixOS/nixpkgs/pull/68953">#68953</link> or the corresponding <link xlink:href="https://discourse.nixos.org/t/predictable-network-interface-names-in-initrd/4055">discourse thread</link>.
</para>
</listitem>
<listitem>
<para>
The <package>matrix-synapse</package>-package has been updated to
<link xlink:href="https://github.com/matrix-org/synapse/releases/tag/v1.11.1">v1.11.1</link>.
Due to <link xlink:href="https://github.com/matrix-org/synapse/releases/tag/v1.10.0rc1">stricter requirements</link>
for database configuration when using <package>postgresql</package>, the automated database setup
of the module has been removed to avoid any further edge-cases.
</para>
<para>
<package>matrix-synapse</package> expects <literal>postgresql</literal>-databases to have the options
<literal>LC_COLLATE</literal> and <literal>LC_CTYPE</literal> set to
<link xlink:href="https://www.postgresql.org/docs/12/locale.html"><literal>'C'</literal></link> which basically
instructs <literal>postgresql</literal> to ignore any locale-based preferences.
</para>
<para>
Depending on your setup, you need to incorporate one of the following changes in your setup to
upgrade to 20.03:
<itemizedlist>
<listitem><para>If you use <literal>sqlite3</literal> you don't need to do anything.</para></listitem>
<listitem><para>If you use <literal>postgresql</literal> on a different server, you don't need
to change anything as well since this module was never designed to configure remote databases.
</para></listitem>
<listitem><para>If you use <literal>postgresql</literal> and configured your synapse initially on
<literal>19.09</literal> or older, you simply need to enable <package>postgresql</package>-support
explicitly:
<programlisting>{ ... }: {
services.matrix-synapse = {
<link linkend="opt-services.matrix-synapse.enable">enable</link> = true;
/* and all the other config you've defined here */
};
<link linkend="opt-services.postgresql.enable">services.postgresql.enable</link> = true;
}</programlisting>
</para></listitem>
<listitem><para>If you deploy a fresh <package>matrix-synapse</package>, you need to configure
the database yourself (e.g. by using the
<link linkend="opt-services.postgresql.initialScript">services.postgresql.initialScript</link>
option). An example for this can be found in the
<link linkend="module-services-matrix">documentation of the Matrix module</link>.
</para></listitem>
<listitem><para>If you initially deployed your <package>matrix-synapse</package> on
<literal>nixos-unstable</literal> <emphasis>after</emphasis> the <literal>19.09</literal>-release,
your database is misconfigured due to a regression in NixOS. For now, <package>matrix-synapse</package> will
startup with a warning, but it's recommended to reconfigure the database to set the values
<literal>LC_COLLATE</literal> and <literal>LC_CTYPE</literal> to
<link xlink:href="https://www.postgresql.org/docs/12/locale.html"><literal>'C'</literal></link>.
</para></listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
The <link linkend="opt-systemd.network.links">systemd.network.links</link> option is now respected
even when <link linkend="opt-systemd.network.enable">systemd-networkd</link> is disabled.
This mirrors the behaviour of systemd - It's udev that parses <literal>.link</literal> files,
not <command>systemd-networkd</command>.
</para>
</listitem>
<listitem>
<para>
<package>mongodb</package> has been updated to version <literal>3.4.24</literal>.
<warning>
<para>
Please note that <package>mongodb</package> has been relicensed under their own
<link xlink:href="https://www.mongodb.com/licensing/server-side-public-license/faq"><literal>
sspl</literal></link>-license. Since it's not entirely free and not OSI-approved,
it's listed as non-free. This means that Hydra doesn't provide prebuilt
<package>mongodb</package>-packages and needs to be built locally.
</para>
</warning>
</para>
</listitem>
</itemizedlist>
</section>
</section>

View File

@@ -41,6 +41,12 @@ let
# default to the argument. That way this new default could propagate all
# they way through, but has the last priority behind everything else.
nixpkgs.system = lib.mkDefault system;
# Stash the value of the `system` argument. When using `nesting.children`
# we want to have the same default value behavior (immediately above)
# without any interference from the user's configuration.
nixpkgs.initialSystem = system;
_module.args.pkgs = lib.mkIf (pkgs_ != null) (lib.mkForce pkgs_);
};
};

View File

@@ -107,6 +107,7 @@ xorriso="xorriso
-publisher nixos
-graft-points
-full-iso9660-filenames
-joliet
${isoBootFlags}
${usbBootFlags}
${efiBootFlags}

View File

@@ -86,7 +86,7 @@ let
optionsList = lib.sort optionLess optionsListDesc;
# Convert the list of options into an XML file.
optionsXML = pkgs.writeText "options.xml" (builtins.toXML optionsList);
optionsXML = builtins.toFile "options.xml" (builtins.toXML optionsList);
optionsNix = builtins.listToAttrs (map (o: { name = o.name; value = removeAttrs o ["name" "visible" "internal"]; }) optionsList);
@@ -133,6 +133,7 @@ in {
optionsJSON = pkgs.runCommand "options.json"
{ meta.description = "List of NixOS options in JSON format";
buildInputs = [ pkgs.brotli ];
}
''
# Export list of options in different format.
@@ -141,8 +142,11 @@ in {
cp ${builtins.toFile "options.json" (builtins.unsafeDiscardStringContext (builtins.toJSON optionsNix))} $dst/options.json
brotli -9 < $dst/options.json > $dst/options.json.br
mkdir -p $out/nix-support
echo "file json $dst/options.json" >> $out/nix-support/hydra-build-products
echo "file json-br $dst/options.json.br" >> $out/nix-support/hydra-build-products
''; # */
optionsDocBook = pkgs.runCommand "options-docbook.xml" {} ''

View File

@@ -383,7 +383,7 @@ class Machine:
if state != require_state:
raise Exception(
"Expected unit {} to to be in state ".format(unit)
+ "'active' but it is in state {}".format(state)
+ "'{}' but it is in state {}".format(require_state, state)
)
def execute(self, command: str) -> Tuple[int, str]:

View File

@@ -175,13 +175,13 @@ in rec {
nodeNames = builtins.attrNames nodes;
invalidNodeNames = lib.filter
(node: builtins.match "^[A-z_][A-z0-9_]+$" node == null) nodeNames;
(node: builtins.match "^[A-z_]([A-z0-9_]+)?$" node == null) nodeNames;
in
if lib.length invalidNodeNames > 0 then
throw ''
Cannot create machines out of (${lib.concatStringsSep ", " invalidNodeNames})!
All machines are referenced as perl variables in the testing framework which will break the
All machines are referenced as python variables in the testing framework which will break the
script when special characters are used.
Please stick to alphanumeric chars and underscores as separation.
@@ -218,12 +218,12 @@ in rec {
'';
testScript = ''
startAll;
$client->waitForUnit("multi-user.target");
start_all()
client.wait_for_unit("multi-user.target")
${preBuild}
$client->succeed("env -i ${bash}/bin/bash ${buildrunner} /tmp/xchg/saved-env >&2");
client.succeed("env -i ${bash}/bin/bash ${buildrunner} /tmp/xchg/saved-env >&2")
${postBuild}
$client->succeed("sync"); # flush all data before pulling the plug
client.succeed("sync") # flush all data before pulling the plug
'';
vmRunCommand = writeText "vm-run" ''
@@ -263,9 +263,12 @@ in rec {
{ ... }:
{
inherit require;
imports = [
../tests/common/auto.nix
];
virtualisation.memorySize = 1024;
services.xserver.enable = true;
services.xserver.displayManager.auto.enable = true;
test-support.displayManager.auto.enable = true;
services.xserver.displayManager.defaultSession = "none+icewm";
services.xserver.windowManager.icewm.enable = true;
};
@@ -274,7 +277,7 @@ in rec {
machine = client;
preBuild =
''
$client->waitForX;
client.wait_for_x()
'';
} // args);

View File

@@ -250,9 +250,12 @@ in rec {
{ ... }:
{
inherit require;
imports = [
../tests/common/auto.nix
];
virtualisation.memorySize = 1024;
services.xserver.enable = true;
services.xserver.displayManager.auto.enable = true;
test-support.displayManager.auto.enable = true;
services.xserver.displayManager.defaultSession = "none+icewm";
services.xserver.windowManager.icewm.enable = true;
};

View File

@@ -8,10 +8,15 @@ in {
imports = [ ../../../modules/virtualisation/amazon-image.nix ];
# Required to provide good EBS experience,
# Amazon recomments setting this to the highest possible value for a good EBS
# experience, which prior to 4.15 was 255.
# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html#timeout-nvme-ebs-volumes
# TODO change value to 4294967295 when kernel is updated to 4.15 or later
config.boot.kernelParams = [ "nvme_core.io_timeout=255" ];
config.boot.kernelParams =
let timeout =
if pkgs.lib.versionAtLeast config.boot.kernelPackages.kernel.version "4.15"
then "4294967295"
else "255";
in [ "nvme_core.io_timeout=${timeout}" ];
options.amazonImage = {
name = mkOption {

View File

@@ -185,6 +185,8 @@ in
{ description = "Initialisation of swap device ${sw.device}";
wantedBy = [ "${realDevice'}.swap" ];
before = [ "${realDevice'}.swap" ];
# If swap is encrypted, depending on rngd resolves a possible entropy starvation during boot
after = mkIf (config.security.rngd.enable && sw.randomEncryption.enable) [ "rngd.service" ];
path = [ pkgs.utillinux ] ++ optional sw.randomEncryption.enable pkgs.cryptsetup;
script =

View File

@@ -1,31 +0,0 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.hardware.brightnessctl;
in
{
options = {
hardware.brightnessctl = {
enable = mkOption {
default = false;
type = types.bool;
description = ''
Enable brightnessctl in userspace.
This will allow brightness control from users in the video group.
'';
};
};
};
config = mkIf cfg.enable {
services.udev.packages = with pkgs; [ brightnessctl ];
environment.systemPackages = with pkgs; [ brightnessctl ];
};
}

View File

@@ -21,7 +21,9 @@ let
if [ ! -e $out/nixos/nixpkgs ]; then
ln -s . $out/nixos/nixpkgs
fi
echo -n ${config.system.nixos.revision} > $out/nixos/.git-revision
${optionalString (config.system.nixos.revision != null) ''
echo -n ${config.system.nixos.revision} > $out/nixos/.git-revision
''}
echo -n ${config.system.nixos.versionSuffix} > $out/nixos/.version-suffix
echo ${config.system.nixos.versionSuffix} | sed -e s/pre// > $out/nixos/svn-revision
'';

View File

@@ -18,8 +18,6 @@ with lib;
# ISO naming.
isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.iso";
isoImage.volumeID = substring 0 11 "NIXOS_ISO";
# EFI booting
isoImage.makeEfiBootable = true;

View File

@@ -8,6 +8,8 @@ with lib;
{
imports = [ ./installation-cd-graphical-base.nix ];
isoImage.edition = "gnome";
services.xserver.desktopManager.gnome3.enable = true;
# Auto-login as root.

View File

@@ -8,6 +8,8 @@ with lib;
{
imports = [ ./installation-cd-graphical-base.nix ];
isoImage.edition = "plasma5";
services.xserver = {
desktopManager.plasma5 = {
enable = true;

View File

@@ -8,5 +8,7 @@
[ ./installation-cd-base.nix
];
isoImage.edition = "minimal";
fonts.fontconfig.enable = false;
}

View File

@@ -417,8 +417,17 @@ in
'';
};
isoImage.edition = mkOption {
default = "";
description = ''
Specifies which edition string to use in the volume ID of the generated
ISO image.
'';
};
isoImage.volumeID = mkOption {
default = "NIXOS_BOOT_CD";
# nixos-$EDITION-$RELEASE-$ARCH
default = "nixos${optionalString (config.isoImage.edition != "") "-${config.isoImage.edition}"}-${config.system.nixos.release}-${pkgs.stdenv.hostPlatform.uname.processor}";
description = ''
Specifies the label or volume ID of the generated ISO image.
Note that the label is used by stage 1 of the boot process to
@@ -515,6 +524,19 @@ in
};
config = {
assertions = [
{
assertion = !(stringLength config.isoImage.volumeID > 32);
# https://wiki.osdev.org/ISO_9660#The_Primary_Volume_Descriptor
# Volume Identifier can only be 32 bytes
message = let
length = stringLength config.isoImage.volumeID;
howmany = toString length;
toomany = toString (length - 32);
in
"isoImage.volumeID ${config.isoImage.volumeID} is ${howmany} characters. That is ${toomany} characters longer than the limit of 32.";
}
];
boot.loader.grub.version = 2;

View File

@@ -1,31 +0,0 @@
# To build, use:
# nix-build nixos -I nixos-config=nixos/modules/installer/cd-dvd/sd-image-raspberrypi4.nix -A config.system.build.sdImage
{ config, lib, pkgs, ... }:
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];
boot.loader.grub.enable = false;
boot.loader.raspberryPi.enable = true;
boot.loader.raspberryPi.version = 4;
boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.consoleLogLevel = lib.mkDefault 7;
sdImage = {
firmwareSize = 128;
# This is a hack to avoid replicating config.txt from boot.loader.raspberryPi
populateFirmwareCommands =
"${config.system.build.installBootLoader} ${config.system.build.toplevel} -d ./firmware";
# As the boot process is done entirely in the firmware partition.
populateRootCommands = "";
};
# the installation media is also the installation target,
# so we don't want to provide the installation configuration.nix.
installer.cloneConfig = false;
}

View File

@@ -1,6 +1,6 @@
{
x86_64-linux = "/nix/store/0q5qnh10m2sfrriszc1ysmggw659q6qm-nix-2.3.2";
i686-linux = "/nix/store/i7ad7r5d8a5b3l22hg4a1im2qq05y6vd-nix-2.3.2";
aarch64-linux = "/nix/store/bv06pavfw0dbqzr8w3l7s71nx27gnxa0-nix-2.3.2";
x86_64-darwin = "/nix/store/x6mnl1nij7y4v5ihlplr4k937ayr403r-nix-2.3.2";
x86_64-linux = "/nix/store/8928ygfyf9iassfrnj76v55s6zid58ja-nix-2.3.4";
i686-linux = "/nix/store/b5cx3nmba9ahx3wk5ybxa67k40pdpdxn-nix-2.3.4";
aarch64-linux = "/nix/store/p6j4mis6agdjlk4j0cyg7yh58wpm3kif-nix-2.3.4";
x86_64-darwin = "/nix/store/aizhr07dljmlbf17wfrj40x3s0b5iv3d-nix-2.3.4";
}

View File

@@ -5,7 +5,7 @@
let nodes = import networkExpr; in
with import ../../../../lib/testing.nix {
with import ../../../../lib/testing-python.nix {
inherit system;
pkgs = import ../../../../.. { inherit system config; };
};

View File

@@ -42,7 +42,10 @@ let
inherit (config.system.nixos-generate-config) configuration;
};
nixos-option = pkgs.callPackage ./nixos-option { };
nixos-option =
if lib.versionAtLeast (lib.getVersion pkgs.nix) "2.4pre"
then null
else pkgs.callPackage ./nixos-option { };
nixos-version = makeProg {
name = "nixos-version";
@@ -184,10 +187,9 @@ in
nixos-install
nixos-rebuild
nixos-generate-config
nixos-option
nixos-version
nixos-enter
];
] ++ lib.optional (nixos-option != null) nixos-option;
system.build = {
inherit nixos-install nixos-generate-config nixos-option nixos-rebuild nixos-enter;

View File

@@ -133,7 +133,7 @@ in
tcpcryptd = 93; # tcpcryptd uses a hard-coded uid. We patch it in Nixpkgs to match this choice.
firebird = 95;
#keys = 96; # unused
#haproxy = 97; # DynamicUser as of 2019-11-08
#haproxy = 97; # dynamically allocated as of 2020-03-11
mongodb = 98;
openldap = 99;
#users = 100; # unused
@@ -448,7 +448,7 @@ in
#tcpcryptd = 93; # unused
firebird = 95;
keys = 96;
#haproxy = 97; # DynamicUser as of 2019-11-08
#haproxy = 97; # dynamically allocated as of 2020-03-11
#mongodb = 98; # unused
openldap = 99;
munin = 102;

View File

@@ -216,6 +216,14 @@ in
Ignored when <code>nixpkgs.pkgs</code> is set.
'';
};
initialSystem = mkOption {
type = types.str;
internal = true;
description = ''
Preserved value of <literal>system</literal> passed to <literal>eval-config.nix</literal>.
'';
};
};
config = {

View File

@@ -4,10 +4,6 @@ with lib;
let
cfg = config.system.nixos;
gitRepo = "${toString pkgs.path}/.git";
gitRepoValid = lib.pathIsGitRepo gitRepo;
gitCommitId = lib.substring 0 7 (commitIdFromGitRepo gitRepo);
in
{
@@ -80,7 +76,7 @@ in
defaultChannel = mkOption {
internal = true;
type = types.str;
default = https://nixos.org/channels/nixos-unstable;
default = https://nixos.org/channels/nixos-20.03;
description = "Default NixOS channel to which the root user is subscribed.";
};
@@ -98,8 +94,6 @@ in
# These defaults are set here rather than up there so that
# changing them would not rebuild the manual
version = mkDefault (cfg.release + cfg.versionSuffix);
revision = mkIf gitRepoValid (mkDefault gitCommitId);
versionSuffix = mkIf gitRepoValid (mkDefault (".git." + gitCommitId));
};
# Generate /etc/os-release. See

View File

@@ -41,7 +41,6 @@
./hardware/acpilight.nix
./hardware/all-firmware.nix
./hardware/bladeRF.nix
./hardware/brightnessctl.nix
./hardware/brillo.nix
./hardware/ckb-next.nix
./hardware/cpu/amd-microcode.nix
@@ -724,6 +723,7 @@
./services/networking/syncthing.nix
./services/networking/syncthing-relay.nix
./services/networking/syncplay.nix
./services/networking/tailscale.nix
./services/networking/tcpcrypt.nix
./services/networking/teamspeak3.nix
./services/networking/tedicross.nix

View File

@@ -14,8 +14,16 @@ in
{
imports = [
(mkRenamedOptionModule [ "networking" "defaultMailServer" ] [ "services" "ssmtp" ])
(mkRenamedOptionModule [ "services" "ssmtp" "directDelivery" ] [ "services" "ssmtp" "enable" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "directDelivery" ] [ "services" "ssmtp" "enable" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "hostName" ] [ "services" "ssmtp" "hostName" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "domain" ] [ "services" "ssmtp" "domain" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "root" ] [ "services" "ssmtp" "root" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "useTLS" ] [ "services" "ssmtp" "useTLS" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "useSTARTTLS" ] [ "services" "ssmtp" "useSTARTTLS" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "authUser" ] [ "services" "ssmtp" "authUser" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "authPass" ] [ "services" "ssmtp" "authPass" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "authPassFile" ] [ "services" "ssmtp" "authPassFile" ])
(mkRenamedOptionModule [ "networking" "defaultMailServer" "setSendmail" ] [ "services" "ssmtp" "setSendmail" ])
];
options = {

View File

@@ -88,10 +88,10 @@ in {
default = with pkgs; [
swaylock swayidle
xwayland alacritty dmenu
rxvt_unicode # For backward compatibility (old default terminal)
rxvt-unicode # For backward compatibility (old default terminal)
];
defaultText = literalExample ''
with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];
with pkgs; [ swaylock swayidle xwayland rxvt-unicode dmenu ];
'';
example = literalExample ''
with pkgs; [

View File

@@ -162,9 +162,8 @@ in
# This file is read for all shells.
# Only execute this file once per shell.
# But don't clobber the environment of interactive non-login children!
if [ -n "$__ETC_ZSHENV_SOURCED" ]; then return; fi
export __ETC_ZSHENV_SOURCED=1
__ETC_ZSHENV_SOURCED=1
if [ -z "$__NIXOS_SET_ENVIRONMENT_DONE" ]; then
. ${config.system.build.setEnvironment}

View File

@@ -21,12 +21,12 @@ with lib;
(mkRemovedOptionModule [ "services" "firefox" "syncserver" "group" ] "")
(mkRemovedOptionModule [ "services" "winstone" ] "The corresponding package was removed from nixpkgs.")
(mkRemovedOptionModule [ "networking" "vpnc" ] "Use environment.etc.\"vpnc/service.conf\" instead.")
(mkRemovedOptionModule [ "environment.blcr.enable" ] "The BLCR module has been removed")
(mkRemovedOptionModule [ "services.beegfsEnable" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services.beegfs" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services.osquery" ] "The osquery module has been removed")
(mkRemovedOptionModule [ "services.fourStore" ] "The fourStore module has been removed")
(mkRemovedOptionModule [ "services.fourStoreEndpoint" ] "The fourStoreEndpoint module has been removed")
(mkRemovedOptionModule [ "environment" "blcr" "enable" ] "The BLCR module has been removed")
(mkRemovedOptionModule [ "services" "beegfsEnable" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services" "beegfs" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services" "osquery" ] "The osquery module has been removed")
(mkRemovedOptionModule [ "services" "fourStore" ] "The fourStore module has been removed")
(mkRemovedOptionModule [ "services" "fourStoreEndpoint" ] "The fourStoreEndpoint module has been removed")
(mkRemovedOptionModule [ "programs" "way-cooler" ] ("way-cooler is abandoned by its author: " +
"https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html"))
(mkRemovedOptionModule [ "services" "xserver" "multitouch" ] ''
@@ -42,6 +42,12 @@ with lib;
instead, or any other display manager in NixOS as they all support auto-login.
'')
(mkRemovedOptionModule [ "services" "dnscrypt-proxy" ] "Use services.dnscrypt-proxy2 instead")
(mkRemovedOptionModule ["hardware" "brightnessctl" ] ''
The brightnessctl module was removed because newer versions of
brightnessctl don't require the udev rules anymore (they can use the
systemd-logind API). Instead of using the module you can now
simply add the brightnessctl package to environment.systemPackages.
'')
# Do NOT add any option renames here, see top of the file
];

View File

@@ -174,7 +174,7 @@ in
renewInterval = mkOption {
type = types.str;
default = "weekly";
default = "daily";
description = ''
Systemd calendar expression when to check for renewal. See
<citerefentry><refentrytitle>systemd.time</refentrytitle>
@@ -280,8 +280,8 @@ in
# StateDirectory must be relative, and will be created under /var/lib by systemd
lpath = "acme/${cert}";
apath = "/var/lib/${lpath}";
spath = "/var/lib/acme/.lego";
rights = if data.allowKeysForGroup then "750" else "700";
spath = "/var/lib/acme/.lego/${cert}";
fileMode = if data.allowKeysForGroup then "640" else "600";
globalOpts = [ "-d" data.domain "--email" data.email "--path" "." "--key-type" data.keyType ]
++ optionals (cfg.acceptTerms) [ "--accept-tos" ]
++ optionals (data.dnsProvider != null && !data.dnsPropagationCheck) [ "--dns.disable-cp" ]
@@ -294,24 +294,20 @@ in
description = "Renew ACME Certificate for ${cert}";
after = [ "network.target" "network-online.target" ];
wants = [ "network-online.target" ];
wantedBy = mkIf (!config.boot.isContainer) [ "multi-user.target" ];
serviceConfig = {
Type = "oneshot";
# With RemainAfterExit the service is considered active even
# after the main process having exited, which means when it
# gets changed, the activation phase restarts it, meaning
# the permissions of the StateDirectory get adjusted
# according to the specified group
RemainAfterExit = true;
User = data.user;
Group = data.group;
PrivateTmp = true;
StateDirectory = "acme/.lego ${lpath}";
StateDirectoryMode = rights;
StateDirectory = "acme/.lego/${cert} acme/.lego/accounts ${lpath}";
StateDirectoryMode = if data.allowKeysForGroup then "750" else "700";
WorkingDirectory = spath;
# Only try loading the credentialsFile if the dns challenge is enabled
EnvironmentFile = if data.dnsProvider != null then data.credentialsFile else null;
ExecStart = pkgs.writeScript "acme-start" ''
#!${pkgs.runtimeShell} -e
test -L ${spath}/accounts -o -d ${spath}/accounts || ln -s ../accounts ${spath}/accounts
${pkgs.lego}/bin/lego ${renewOpts} || ${pkgs.lego}/bin/lego ${runOpts}
'';
ExecStartPost =
@@ -323,17 +319,23 @@ in
# Test that existing cert is older than new cert
KEY=${spath}/certificates/${keyName}.key
KEY_CHANGED=no
if [ -e $KEY -a $KEY -nt key.pem ]; then
KEY_CHANGED=yes
cp -p ${spath}/certificates/${keyName}.key key.pem
cp -p ${spath}/certificates/${keyName}.crt cert.pem
cp -p ${spath}/certificates/${keyName}.crt fullchain.pem
cp -p ${spath}/certificates/${keyName}.issuer.crt chain.pem
cat cert.pem chain.pem > fullchain.pem
cat key.pem cert.pem chain.pem > full.pem
chmod ${rights} *.pem
chown '${data.user}:${data.group}' *.pem
ln -sf fullchain.pem cert.pem
cat key.pem fullchain.pem > full.pem
fi
${data.postRun}
chmod ${fileMode} *.pem
chown '${data.user}:${data.group}' *.pem
if [ "$KEY_CHANGED" = "yes" ]; then
: # noop in case postRun is empty
${data.postRun}
fi
'';
in
"+${script}";
@@ -374,7 +376,7 @@ in
# Give key acme permissions
chown '${data.user}:${data.group}' "${apath}/"{key,fullchain,full}.pem
chmod ${rights} "${apath}/"{key,fullchain,full}.pem
chmod ${fileMode} "${apath}/"{key,fullchain,full}.pem
'';
serviceConfig = {
Type = "oneshot";
@@ -399,7 +401,17 @@ in
systemd.tmpfiles.rules =
map (data: "d ${data.webroot}/.well-known/acme-challenge - ${data.user} ${data.group}") (filter (data: data.webroot != null) (attrValues cfg.certs));
systemd.timers = flip mapAttrs' cfg.certs (cert: data: nameValuePair
systemd.timers = let
# Allow systemd to pick a convenient time within the day
# to run the check.
# This allows the coalescing of multiple timer jobs.
# We divide by the number of certificates so that if you
# have many certificates, the renewals are distributed over
# the course of the day to avoid rate limits.
numCerts = length (attrNames cfg.certs);
_24hSecs = 60 * 60 * 24;
AccuracySec = "${toString (_24hSecs / numCerts)}s";
in flip mapAttrs' cfg.certs (cert: data: nameValuePair
("acme-${cert}")
({
description = "Renew ACME Certificate for ${cert}";
@@ -408,8 +420,9 @@ in
OnCalendar = cfg.renewInterval;
Unit = "acme-${cert}.service";
Persistent = "yes";
AccuracySec = "5m";
RandomizedDelaySec = "1h";
inherit AccuracySec;
# Skew randomly within the day, per https://letsencrypt.org/docs/integration-guide/.
RandomizedDelaySec = "24h";
};
})
);

View File

@@ -37,14 +37,24 @@ in
after = [ "dev-random.device" ];
# Clean shutdown without DefaultDependencies
conflicts = [ "shutdown.target" ];
before = [
"sysinit.target"
"shutdown.target"
];
description = "Hardware RNG Entropy Gatherer Daemon";
# rngd may have to start early to avoid entropy starvation during boot with encrypted swap
unitConfig.DefaultDependencies = false;
serviceConfig = {
ExecStart = "${pkgs.rng-tools}/sbin/rngd -f"
+ optionalString cfg.debug " -d";
# PrivateTmp would introduce a circular dependency if /tmp is on tmpfs and swap is encrypted,
# thus depending on rngd before swap, while swap depends on rngd to avoid entropy starvation.
NoNewPrivileges = true;
PrivateNetwork = true;
PrivateTmp = true;
ProtectSystem = "full";
ProtectHome = true;
};

View File

@@ -91,11 +91,7 @@ in
environment.systemPackages = [ alsaUtils ];
environment.etc = mkIf (!pulseaudioEnabled && config.sound.extraConfig != "")
[
{ source = pkgs.writeText "asound.conf" config.sound.extraConfig;
target = "asound.conf";
}
];
{ "asound.conf".text = config.sound.extraConfig; };
# ALSA provides a udev rule for restoring volume settings.
services.udev.packages = [ alsaUtils ];

View File

@@ -258,7 +258,7 @@ in
});
config.assertions = mapAgents (name: cfg: [
{ assertion = cfg.hooksPath == hooksDir || all (v: v == null) (attrValues cfg.hooks);
{ assertion = cfg.hooksPath == (hooksDir cfg) || all (v: v == null) (attrValues cfg.hooks);
message = ''
Options `services.buildkite-agents.${name}.hooksPath' and
`services.buildkite-agents.${name}.hooks.<name>' are mutually exclusive.

View File

@@ -37,6 +37,8 @@ let
haveLocalDB = cfg.dbi == localDB;
inherit (config.system) stateVersion;
in
{
@@ -63,8 +65,7 @@ in
};
package = mkOption {
type = types.path;
default = pkgs.hydra;
type = types.package;
defaultText = "pkgs.hydra";
description = "The Hydra package.";
};
@@ -194,6 +195,34 @@ in
config = mkIf cfg.enable {
warnings = optional (cfg.package.migration or false) ''
You're currently deploying an older version of Hydra which is needed to
make some required database changes[1]. As soon as this is done, it's recommended
to run `hydra-backfill-ids` and set `services.hydra.package` to `pkgs.hydra-unstable`
after that.
[1] https://github.com/NixOS/hydra/pull/711
'';
services.hydra.package = with pkgs;
mkDefault (
if pkgs ? hydra
then throw ''
The Hydra package doesn't exist anymore in `nixpkgs`! It probably exists
due to an overlay. To upgrade Hydra, you need to take two steps as some
bigger changes in the database schema were implemented recently[1]. You first
need to deploy `pkgs.hydra-migration`, run `hydra-backfill-ids` on the server
and then deploy `pkgs.hydra-unstable`.
If you want to use `pkgs.hydra` from your overlay, please set `services.hydra.package`
explicitly to `pkgs.hydra` and make sure you know what you're doing.
[1] https://github.com/NixOS/hydra/pull/711
''
else if versionOlder stateVersion "20.03" then hydra-migration
else hydra-unstable
);
users.groups.hydra = {
gid = config.ids.gids.hydra;
};

View File

@@ -10,16 +10,8 @@ let
isMariaDB = lib.getName mysql == lib.getName pkgs.mariadb;
isMysqlAtLeast57 =
(lib.getName mysql == lib.getName pkgs.mysql57)
&& (builtins.compareVersions mysql.version "5.7" >= 0);
mysqldOptions =
"--user=${cfg.user} --datadir=${cfg.dataDir} --basedir=${mysql}";
# For MySQL 5.7+, --insecure creates the root user without password
# (earlier versions and MariaDB do this by default).
installOptions =
"${mysqldOptions} ${lib.optionalString isMysqlAtLeast57 "--insecure"}";
in
@@ -307,9 +299,14 @@ in
pkgs.nettools
];
preStart = ''
preStart = if isMariaDB then ''
if ! test -e ${cfg.dataDir}/mysql; then
${mysql}/bin/mysql_install_db --defaults-file=/etc/my.cnf ${installOptions}
${mysql}/bin/mysql_install_db --defaults-file=/etc/my.cnf ${mysqldOptions}
touch /tmp/mysql_init
fi
'' else ''
if ! test -e ${cfg.dataDir}/mysql; then
${mysql}/bin/mysqld --defaults-file=/etc/my.cnf ${mysqldOptions} --initialize-insecure
touch /tmp/mysql_init
fi
'';

View File

@@ -7,12 +7,10 @@
<!-- FIXME: render nicely -->
<!-- FIXME: source can be added automatically -->
<para>
<emphasis>Source:</emphasis>
<filename>modules/services/databases/postgresql.nix</filename>
<emphasis>Source:</emphasis> <filename>modules/services/databases/postgresql.nix</filename>
</para>
<para>
<emphasis>Upstream documentation:</emphasis>
<link xlink:href="http://www.postgresql.org/docs/"/>
<emphasis>Upstream documentation:</emphasis> <link xlink:href="http://www.postgresql.org/docs/"/>
</para>
<!-- FIXME: more stuff, like maintainer? -->
<para>
@@ -23,18 +21,12 @@
<title>Configuring</title>
<para>
To enable PostgreSQL, add the following to your
<filename>configuration.nix</filename>:
To enable PostgreSQL, add the following to your <filename>configuration.nix</filename>:
<programlisting>
<xref linkend="opt-services.postgresql.enable"/> = true;
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql_11;
</programlisting>
Note that you are required to specify the desired version of PostgreSQL
(e.g. <literal>pkgs.postgresql_11</literal>). Since upgrading your
PostgreSQL version requires a database dump and reload (see below), NixOS
cannot provide a default value for
<xref linkend="opt-services.postgresql.package"/> such as the most recent
release of PostgreSQL.
Note that you are required to specify the desired version of PostgreSQL (e.g. <literal>pkgs.postgresql_11</literal>). Since upgrading your PostgreSQL version requires a database dump and reload (see below), NixOS cannot provide a default value for <xref linkend="opt-services.postgresql.package"/> such as the most recent release of PostgreSQL.
</para>
<!--
@@ -51,9 +43,7 @@ Type "help" for help.
-->
<para>
By default, PostgreSQL stores its databases in
<filename>/var/lib/postgresql/$psqlSchema</filename>. You can override this using
<xref linkend="opt-services.postgresql.dataDir"/>, e.g.
By default, PostgreSQL stores its databases in <filename>/var/lib/postgresql/$psqlSchema</filename>. You can override this using <xref linkend="opt-services.postgresql.dataDir"/>, e.g.
<programlisting>
<xref linkend="opt-services.postgresql.dataDir"/> = "/data/postgresql";
</programlisting>
@@ -63,25 +53,83 @@ Type "help" for help.
<title>Upgrading</title>
<para>
FIXME: document dump/upgrade/load cycle.
Major PostgreSQL upgrade requires PostgreSQL downtime and a few imperative steps to be called. To simplify this process, use the following NixOS module:
<programlisting>
containers.temp-pg.config.services.postgresql = {
enable = true;
package = pkgs.postgresql_12;
## set a custom new dataDir
# dataDir = "/some/data/dir";
};
environment.systemPackages =
let newpg = config.containers.temp-pg.config.services.postgresql;
in [
(pkgs.writeScriptBin "upgrade-pg-cluster" ''
set -x
export OLDDATA="${config.services.postgresql.dataDir}"
export NEWDATA="${newpg.dataDir}"
export OLDBIN="${config.services.postgresql.package}/bin"
export NEWBIN="${newpg.package}/bin"
install -d -m 0700 -o postgres -g postgres "$NEWDATA"
cd "$NEWDATA"
sudo -u postgres $NEWBIN/initdb -D "$NEWDATA"
systemctl stop postgresql # old one
sudo -u postgres $NEWBIN/pg_upgrade \
--old-datadir "$OLDDATA" --new-datadir "$NEWDATA" \
--old-bindir $OLDBIN --new-bindir $NEWBIN \
"$@"
'')
];
</programlisting>
</para>
<para>
The upgrade process is:
</para>
<orderedlist>
<listitem>
<para>
Rebuild nixos configuration with the configuration above added to your <filename>configuration.nix</filename>. Alternatively, add that into separate file and reference it in <literal>imports</literal> list.
</para>
</listitem>
<listitem>
<para>
Login as root (<literal>sudo su -</literal>)
</para>
</listitem>
<listitem>
<para>
Run <literal>upgrade-pg-cluster</literal>. It will stop old postgresql, initialize new one and migrate old one to new one. You may supply arguments like <literal>--jobs 4</literal> and <literal>--link</literal> to speedup migration process. See <link xlink:href="https://www.postgresql.org/docs/current/pgupgrade.html" /> for details.
</para>
</listitem>
<listitem>
<para>
Change postgresql package in NixOS configuration to the one you were upgrading to, and change <literal>dataDir</literal> to the one you have migrated to. Rebuild NixOS. This should start new postgres using upgraded data directory.
</para>
</listitem>
<listitem>
<para>
After upgrade you may want to <literal>ANALYZE</literal> new db.
</para>
</listitem>
</orderedlist>
</section>
<section xml:id="module-services-postgres-options">
<title>Options</title>
<para>
A complete list of options for the PostgreSQL module may be found
<link linkend="opt-services.postgresql.enable">here</link>.
A complete list of options for the PostgreSQL module may be found <link linkend="opt-services.postgresql.enable">here</link>.
</para>
</section>
<section xml:id="module-services-postgres-plugins">
<title>Plugins</title>
<para>
Plugins collection for each PostgreSQL version can be accessed with
<literal>.pkgs</literal>. For example, for
<literal>pkgs.postgresql_11</literal> package, its plugin collection is
accessed by <literal>pkgs.postgresql_11.pkgs</literal>:
Plugins collection for each PostgreSQL version can be accessed with <literal>.pkgs</literal>. For example, for <literal>pkgs.postgresql_11</literal> package, its plugin collection is accessed by <literal>pkgs.postgresql_11.pkgs</literal>:
<screen>
<prompt>$ </prompt>nix repl '&lt;nixpkgs&gt;'
@@ -98,8 +146,9 @@ postgresql_11.pkgs.pg_partman postgresql_11.pkgs.pgroonga
...
</screen>
</para>
<para>
To add plugins via NixOS configuration, set <literal>services.postgresql.extraPlugins</literal>:
To add plugins via NixOS configuration, set <literal>services.postgresql.extraPlugins</literal>:
<programlisting>
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql_11;
<xref linkend="opt-services.postgresql.extraPlugins"/> = with pkgs.postgresql_11.pkgs; [
@@ -108,10 +157,9 @@ postgresql_11.pkgs.pg_partman postgresql_11.pkgs.pgroonga
];
</programlisting>
</para>
<para>
You can build custom PostgreSQL-with-plugins (to be used outside of NixOS) using
function <literal>.withPackages</literal>. For example, creating a custom
PostgreSQL package in an overlay can look like:
You can build custom PostgreSQL-with-plugins (to be used outside of NixOS) using function <literal>.withPackages</literal>. For example, creating a custom PostgreSQL package in an overlay can look like:
<programlisting>
self: super: {
postgresql_custom = self.postgresql_11.withPackages (ps: [
@@ -121,8 +169,9 @@ self: super: {
}
</programlisting>
</para>
<para>
Here's a recipe on how to override a particular plugin through an overlay:
Here's a recipe on how to override a particular plugin through an overlay:
<programlisting>
self: super: {
postgresql_11 = super.postgresql_11.override { this = self.postgresql_11; } // {

View File

@@ -13,6 +13,8 @@ with lib;
###### implementation
config = mkIf config.services.gnome3.gnome-remote-desktop.enable {
services.pipewire.enable = true;
systemd.packages = [ pkgs.gnome3.gnome-remote-desktop ];
};
}

View File

@@ -25,8 +25,6 @@ let
StateDirectory = "sympa";
ProtectHome = true;
ProtectSystem = "full";
ProtectKernelTunables = true;
ProtectKernelModules = true;
ProtectControlGroups = true;
};
@@ -415,7 +413,7 @@ in
# force-copy static_content so it's up to date with package
# set permissions for wwsympa which needs write access (...)
"R ${dataDir}/static_content - - - - -"
"C ${dataDir}/static_content 0711 ${user} ${group} - ${pkg}/static_content"
"C ${dataDir}/static_content 0711 ${user} ${group} - ${pkg}/var/lib/sympa/static_content"
"e ${dataDir}/static_content/* 0711 ${user} ${group} - -"
"d /run/sympa 0755 ${user} ${group} - -"
@@ -497,7 +495,7 @@ in
-F ${toString cfg.web.fcgiProcs} \
-P /run/sympa/wwsympa.pid \
-s /run/sympa/wwsympa.socket \
-- ${pkg}/bin/wwsympa.fcgi
-- ${pkg}/lib/sympa/cgi/wwsympa.fcgi
'';
} // commonServiceConfig;
@@ -518,7 +516,7 @@ in
fastcgi_split_path_info ^(${loc})(.*)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME ${pkg}/bin/wwsympa.fcgi;
fastcgi_param SCRIPT_FILENAME ${pkg}/lib/sympa/cgi/wwsympa.fcgi;
'';
}) // {
"/static-sympa/".alias = "${dataDir}/static_content/";
@@ -550,7 +548,7 @@ in
args = [
"flags=hqRu"
"user=${user}"
"argv=${pkg}/bin/queue"
"argv=${pkg}/libexec/queue"
"\${nexthop}"
];
};
@@ -562,7 +560,7 @@ in
args = [
"flags=hqRu"
"user=${user}"
"argv=${pkg}/bin/bouncequeue"
"argv=${pkg}/libexec/bouncequeue"
"\${nexthop}"
];
};

View File

@@ -138,6 +138,7 @@ in {
services.nginx = mkIf (cfg.virtualHost != null) {
enable = true;
recommendedProxySettings = true;
virtualHosts.${cfg.virtualHost} = {
locations.${cfg.contextPath}.proxyPass = "http://${cfg.listenAddress}:${toString cfg.port}";
};

View File

@@ -48,5 +48,5 @@ in {
};
meta.maintainers = with maintainers; [ gnidorah ma27 ];
meta.maintainers = with maintainers; [ gnidorah ];
}

View File

@@ -61,10 +61,7 @@ in
++ optional cfg.useWebServiceInterface "${pkgs.dbus_java}/share/java/dbus.jar";
services.tomcat.webapps = optional cfg.useWebServiceInterface pkgs.DisnixWebService;
users.groups = singleton
{ name = "disnix";
gid = config.ids.gids.disnix;
};
users.groups.disnix.gid = config.ids.gids.disnix;
systemd.services = {
disnix = mkIf cfg.enableMultiUser {

View File

@@ -177,7 +177,7 @@ in
wrapper = {};
}
// lib.optionalAttrs (config.services.httpd.enable) { apache-webapplication = {
documentRoot = config.services.httpd.documentRoot;
documentRoot = config.services.httpd.virtualHosts.localhost.documentRoot;
}; }
// lib.optionalAttrs (config.services.tomcat.axis2.enable) { axis2-webservice = {}; }
// lib.optionalAttrs (config.services.ejabberd.enable) { ejabberd-dump = {

View File

@@ -111,6 +111,9 @@ app_service_config_files: ${builtins.toJSON cfg.app_service_config_files}
${cfg.extraConfig}
'';
hasLocalPostgresDB = let args = cfg.database_args; in
usePostgresql && (!(args ? host) || (elem args.host [ "localhost" "127.0.0.1" "::1" ]));
in {
options = {
services.matrix-synapse = {
@@ -354,13 +357,6 @@ in {
The database engine name. Can be sqlite or psycopg2.
'';
};
create_local_database = mkOption {
type = types.bool;
default = true;
description = ''
Whether to create a local database automatically.
'';
};
database_name = mkOption {
type = types.str;
default = "matrix-synapse";
@@ -657,6 +653,25 @@ in {
};
config = mkIf cfg.enable {
assertions = [
{ assertion = hasLocalPostgresDB -> config.services.postgresql.enable;
message = ''
Cannot deploy matrix-synapse with a configuration for a local postgresql database
and a missing postgresql service. Since 20.03 it's mandatory to manually configure the
database (please read the thread in https://github.com/NixOS/nixpkgs/pull/80447 for
further reference).
If you
- try to deploy a fresh synapse, you need to configure the database yourself. An example
for this can be found in <nixpkgs/nixos/tests/matrix-synapse.nix>
- update your existing matrix-synapse instance, you simply need to add `services.postgresql.enable = true`
to your configuration.
For further information about this update, please read the release-notes of 20.03 carefully.
'';
}
];
users.users.matrix-synapse = {
group = "matrix-synapse";
home = cfg.dataDir;
@@ -669,18 +684,9 @@ in {
gid = config.ids.gids.matrix-synapse;
};
services.postgresql = mkIf (usePostgresql && cfg.create_local_database) {
enable = mkDefault true;
ensureDatabases = [ cfg.database_name ];
ensureUsers = [{
name = cfg.database_user;
ensurePermissions = { "DATABASE \"${cfg.database_name}\"" = "ALL PRIVILEGES"; };
}];
};
systemd.services.matrix-synapse = {
description = "Synapse Matrix homeserver";
after = [ "network.target" ] ++ lib.optional config.services.postgresql.enable "postgresql.service" ;
after = [ "network.target" ] ++ optional hasLocalPostgresDB "postgresql.service";
wantedBy = [ "multi-user.target" ];
preStart = ''
${cfg.package}/bin/homeserver \
@@ -709,6 +715,12 @@ in {
The `trusted_third_party_id_servers` option as been removed in `matrix-synapse` v1.4.0
as the behavior is now obsolete.
'')
(mkRemovedOptionModule [ "services" "matrix-synapse" "create_local_database" ] ''
Database configuration must be done manually. An exemplary setup is demonstrated in
<nixpkgs/nixos/tests/matrix-synapse.nix>
'')
];
meta.doc = ./matrix-synapse.xml;
}

View File

@@ -33,6 +33,7 @@
<link xlink:href="https://github.com/matrix-org/synapse#synapse-installation">
installation instructions of Synapse </link>.
<programlisting>
{ pkgs, ... }:
let
fqdn =
let
@@ -40,26 +41,35 @@ let
in join config.networking.hostName config.networking.domain;
in {
networking = {
hostName = "myhostname";
domain = "example.org";
<link linkend="opt-networking.hostName">hostName</link> = "myhostname";
<link linkend="opt-networking.domain">domain</link> = "example.org";
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
<link linkend="opt-networking.firewall.allowedTCPPorts">networking.firewall.allowedTCPPorts</link> = [ 80 443 ];
<link linkend="opt-services.postgresql.enable">services.postgresql.enable</link> = true;
<link linkend="opt-services.postgresql.initialScript">services.postgresql.initialScript</link> = pkgs.writeText "synapse-init.sql" ''
CREATE ROLE "matrix-synapse" WITH LOGIN PASSWORD 'synapse';
CREATE DATABASE "matrix-synapse" WITH OWNER "matrix-synapse"
TEMPLATE template0
LC_COLLATE = "C"
LC_CTYPE = "C";
'';
services.nginx = {
enable = true;
<link linkend="opt-services.nginx.enable">enable</link> = true;
# only recommendedProxySettings and recommendedGzipSettings are strictly required,
# but the rest make sense as well
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;
<link linkend="opt-services.nginx.recommendedTlsSettings">recommendedTlsSettings</link> = true;
<link linkend="opt-services.nginx.recommendedOptimisation">recommendedOptimisation</link> = true;
<link linkend="opt-services.nginx.recommendedGzipSettings">recommendedGzipSettings</link> = true;
<link linkend="opt-services.nginx.recommendedProxySettings">recommendedProxySettings</link> = true;
virtualHosts = {
<link linkend="opt-services.nginx.virtualHosts">virtualHosts</link> = {
# This host section can be placed on a different host than the rest,
# i.e. to delegate from the host being accessible as ${config.networking.domain}
# to another host actually running the Matrix homeserver.
"${config.networking.domain}" = {
locations."= /.well-known/matrix/server".extraConfig =
<link linkend="opt-services.nginx.virtualHosts._name_.locations._name_.extraConfig">locations."= /.well-known/matrix/server".extraConfig</link> =
let
# use 443 instead of the default 8448 port to unite
# the client-server and server-server port for simplicity
@@ -68,7 +78,7 @@ in {
add_header Content-Type application/json;
return 200 '${builtins.toJSON server}';
'';
locations."= /.well-known/matrix/client".extraConfig =
<link linkend="opt-services.nginx.virtualHosts._name_.locations._name_.extraConfig">locations."= /.well-known/matrix/client".extraConfig</link> =
let
client = {
"m.homeserver" = { "base_url" = "https://${fqdn}"; };
@@ -84,34 +94,37 @@ in {
# Reverse proxy for Matrix client-server and server-server communication
${fqdn} = {
enableACME = true;
forceSSL = true;
<link linkend="opt-services.nginx.virtualHosts._name_.enableACME">enableACME</link> = true;
<link linkend="opt-services.nginx.virtualHosts._name_.forceSSL">forceSSL</link> = true;
# Or do a redirect instead of the 404, or whatever is appropriate for you.
# But do not put a Matrix Web client here! See the Riot Web section below.
locations."/".extraConfig = ''
<link linkend="opt-services.nginx.virtualHosts._name_.locations._name_.extraConfig">locations."/".extraConfig</link> = ''
return 404;
'';
# forward all Matrix API calls to the synapse Matrix homeserver
locations."/_matrix" = {
proxyPass = "http://[::1]:8008"; # without a trailing /
<link linkend="opt-services.nginx.virtualHosts._name_.locations._name_.proxyPass">proxyPass</link> = "http://[::1]:8008"; # without a trailing /
};
};
};
};
services.matrix-synapse = {
enable = true;
server_name = config.networking.domain;
listeners = [
<link linkend="opt-services.matrix-synapse.enable">enable</link> = true;
<link linkend="opt-services.matrix-synapse.server_name">server_name</link> = config.networking.domain;
<link linkend="opt-services.matrix-synapse.listeners">listeners</link> = [
{
port = 8008;
bind_address = "::1";
type = "http";
tls = false;
x_forwarded = true;
resources = [
{ names = [ "client" "federation" ]; compress = false; }
<link linkend="opt-services.matrix-synapse.listeners._.port">port</link> = 8008;
<link linkend="opt-services.matrix-synapse.listeners._.bind_address">bind_address</link> = "::1";
<link linkend="opt-services.matrix-synapse.listeners._.type">type</link> = "http";
<link linkend="opt-services.matrix-synapse.listeners._.tls">tls</link> = false;
<link linkend="opt-services.matrix-synapse.listeners._.x_forwarded">x_forwarded</link> = true;
<link linkend="opt-services.matrix-synapse.listeners._.resources">resources</link> = [
{
<link linkend="opt-services.matrix-synapse.listeners._.resources._.names">names</link> = [ "client" "federation" ];
<link linkend="opt-services.matrix-synapse.listeners._.resources._.compress">compress</link> = false;
}
];
}
];
@@ -135,10 +148,10 @@ in {
<para>
If you want to run a server with public registration by anybody, you can
then enable <option>services.matrix-synapse.enable_registration =
true;</option>. Otherwise, or you can generate a registration secret with
then enable <literal><link linkend="opt-services.matrix-synapse.enable_registration">services.matrix-synapse.enable_registration</link> =
true;</literal>. Otherwise, or you can generate a registration secret with
<command>pwgen -s 64 1</command> and set it with
<option>services.matrix-synapse.registration_shared_secret</option>. To
<option><link linkend="opt-services.matrix-synapse.registration_shared_secret">services.matrix-synapse.registration_shared_secret</link></option>. To
create a new user or admin, run the following after you have set the secret
and have rebuilt NixOS:
<screen>
@@ -154,8 +167,8 @@ Success!
<literal>@your-username:example.org</literal>. Note that the registration
secret ends up in the nix store and therefore is world-readable by any user
on your machine, so it makes sense to only temporarily activate the
<option>registration_shared_secret</option> option until a better solution
for NixOS is in place.
<link linkend="opt-services.matrix-synapse.registration_shared_secret">registration_shared_secret</link>
option until a better solution for NixOS is in place.
</para>
</section>
<section xml:id="module-services-matrix-riot-web">
@@ -177,15 +190,24 @@ Success!
Matrix Now!</link> for a list of existing clients and their supported
featureset.
<programlisting>
services.nginx.virtualHosts."riot.${fqdn}" = {
enableACME = true;
forceSSL = true;
serverAliases = [
"riot.${config.networking.domain}"
];
{
services.nginx.virtualHosts."riot.${fqdn}" = {
<link linkend="opt-services.nginx.virtualHosts._name_.enableACME">enableACME</link> = true;
<link linkend="opt-services.nginx.virtualHosts._name_.forceSSL">forceSSL</link> = true;
<link linkend="opt-services.nginx.virtualHosts._name_.serverAliases">serverAliases</link> = [
"riot.${config.networking.domain}"
];
root = pkgs.riot-web;
};
<link linkend="opt-services.nginx.virtualHosts._name_.root">root</link> = pkgs.riot-web.override {
conf = {
default_server_config."m.homeserver" = {
"base_url" = "${config.networking.domain}";
"server_name" = "${fqdn}";
};
};
};
};
}
</programlisting>
</para>

View File

@@ -376,6 +376,59 @@ in
If enabled (the default), checks that Nix can parse the generated nix.conf.
'';
};
registry = mkOption {
type = types.attrsOf (types.submodule (
let
inputAttrs = types.attrsOf (types.oneOf [types.str types.int types.bool types.package]);
in
{ config, name, ... }:
{ options = {
from = mkOption {
type = inputAttrs;
example = { type = "indirect"; id = "nixpkgs"; };
description = "The flake reference to be rewritten.";
};
to = mkOption {
type = inputAttrs;
example = { type = "github"; owner = "my-org"; repo = "my-nixpkgs"; };
description = "The flake reference to which <option>from></option> is to be rewritten.";
};
flake = mkOption {
type = types.unspecified;
default = null;
example = literalExample "nixpkgs";
description = ''
The flake input to which <option>from></option> is to be rewritten.
'';
};
exact = mkOption {
type = types.bool;
default = true;
description = ''
Whether the <option>from</option> reference needs to match exactly. If set,
a <option>from</option> reference like <literal>nixpkgs</literal> does not
match with a reference like <literal>nixpkgs/nixos-20.03</literal>.
'';
};
};
config = {
from = mkDefault { type = "indirect"; id = name; };
to = mkIf (config.flake != null)
({ type = "path";
path = config.flake.outPath;
} // lib.filterAttrs
(n: v: n == "lastModified" || n == "rev" || n == "revCount" || n == "narHash")
config.flake);
};
}
));
default = {};
description = ''
A system-wide flake registry.
'';
};
};
};
@@ -390,6 +443,11 @@ in
environment.etc."nix/nix.conf".source = nixConf;
environment.etc."nix/registry.json".text = builtins.toJSON {
version = 2;
flakes = mapAttrsToList (n: v: { inherit (v) from to exact; }) cfg.registry;
};
# List of machines for distributed Nix builds in the format
# expected by build-remote.pl.
environment.etc."nix/machines" =

View File

@@ -6,7 +6,7 @@ let
cfg = config.services.parsoid;
parsoid = pkgs.nodePackages."parsoid-git://github.com/abbradar/parsoid#stable";
parsoid = pkgs.nodePackages.parsoid;
confTree = {
worker_heartbeat_timeout = 300000;
@@ -98,8 +98,29 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = {
User = "nobody";
ExecStart = "${parsoid}/lib/node_modules/parsoid/bin/server.js -c ${confFile} -n ${toString cfg.workers}";
DynamicUser = true;
User = "parsoid";
Group = "parsoid";
CapabilityBoundingSet = "";
NoNewPrivileges = true;
ProtectSystem = "strict";
ProtectHome = true;
PrivateTmp = true;
PrivateDevices = true;
ProtectHostname = true;
ProtectKernelTunables = true;
ProtectKernelModules = true;
ProtectControlGroups = true;
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
RestrictNamespaces = true;
LockPersonality = true;
#MemoryDenyWriteExecute = true;
RestrictRealtime = true;
RestrictSUIDSGID = true;
RemoveIPC = true;
};
};

View File

@@ -77,6 +77,8 @@ in {
`config.services.zoneminder.database.createLocally` to true. Otherwise,
when set to `false` (the default), you will have to create the database
and database user as well as populate the database yourself.
Additionally, you will need to run `zmupdate.pl` yourself when
upgrading to a newer version.
'';
webserver = mkOption {
@@ -330,6 +332,8 @@ in {
${config.services.mysql.package}/bin/mysql < ${pkg}/share/zoneminder/db/zm_create.sql
touch "/var/lib/${dirName}/db-created"
fi
${zoneminder}/bin/zmupdate.pl -nointeractive
'';
serviceConfig = {
User = user;

View File

@@ -155,7 +155,7 @@ in {
systemd.services.alertmanager = {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
after = [ "network-online.target" ];
preStart = ''
${lib.getBin pkgs.envsubst}/bin/envsubst -o "/tmp/alert-manager-substituted.yaml" \
-i "${alertmanagerYml}"

View File

@@ -197,13 +197,17 @@ in
config = mkMerge ([{
assertions = [ {
assertion = (cfg.snmp.configurationPath == null) != (cfg.snmp.configuration == null);
assertion = cfg.snmp.enable -> (
(cfg.snmp.configurationPath == null) != (cfg.snmp.configuration == null)
);
message = ''
Please ensure you have either `services.prometheus.exporters.snmp.configuration'
or `services.prometheus.exporters.snmp.configurationPath' set!
'';
} {
assertion = (cfg.mail.configFile == null) != (cfg.mail.configuration == {});
assertion = cfg.mail.enable -> (
(cfg.mail.configFile == null) != (cfg.mail.configuration == null)
);
message = ''
Please specify either 'services.prometheus.exporters.mail.configuration'
or 'services.prometheus.exporters.mail.configFile'.

View File

@@ -61,7 +61,7 @@ in {
ExecStart = ''
${pkgs.prometheus-blackbox-exporter}/bin/blackbox_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
--config.file ${adjustedConfigFile} \
--config.file ${escapeShellArg adjustedConfigFile} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";

View File

@@ -66,7 +66,7 @@ in
serviceConfig = {
ExecStart = ''
${pkgs.prometheus-collectd-exporter}/bin/collectd_exporter \
-log.format ${cfg.logFormat} \
-log.format ${escapeShellArg cfg.logFormat} \
-log.level ${cfg.logLevel} \
-web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
${collectSettingsArgs} \

View File

@@ -30,7 +30,7 @@ in
${pkgs.prometheus-dnsmasq-exporter}/bin/dnsmasq_exporter \
--listen ${cfg.listenAddress}:${toString cfg.port} \
--dnsmasq ${cfg.dnsmasqListenAddress} \
--leases_path ${cfg.leasesPath} \
--leases_path ${escapeShellArg cfg.leasesPath} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
};

View File

@@ -64,7 +64,7 @@ in
${pkgs.prometheus-dovecot-exporter}/bin/dovecot_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
--web.telemetry-path ${cfg.telemetryPath} \
--dovecot.socket-path ${cfg.socketPath} \
--dovecot.socket-path ${escapeShellArg cfg.socketPath} \
--dovecot.scopes ${concatStringsSep "," cfg.scopes} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';

View File

@@ -27,7 +27,7 @@ in
ExecStart = ''
${pkgs.prometheus-json-exporter}/bin/prometheus-json-exporter \
--port ${toString cfg.port} \
${cfg.url} ${cfg.configFile} \
${cfg.url} ${escapeShellArg cfg.configFile} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
};

View File

@@ -90,7 +90,7 @@ let
Timeout until mails are considered "didn't make it".
'';
};
disableFileDelition = mkOption {
disableFileDeletion = mkOption {
type = types.bool;
default = false;
description = ''
@@ -127,8 +127,8 @@ in
'';
};
configuration = mkOption {
type = types.submodule exporterOptions;
default = {};
type = types.nullOr (types.submodule exporterOptions);
default = null;
description = ''
Specify the mailexporter configuration file to use.
'';
@@ -147,8 +147,9 @@ in
ExecStart = ''
${pkgs.prometheus-mail-exporter}/bin/mailexporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
--web.telemetry-path ${cfg.telemetryPath} \
--config.file ${
if cfg.configuration != {} then configurationFile else cfg.configFile
if cfg.configuration != null then configurationFile else (escapeShellArg cfg.configFile)
} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';

View File

@@ -54,8 +54,8 @@ in
${pkgs.prometheus-minio-exporter}/bin/minio-exporter \
-web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
-minio.server ${cfg.minioAddress} \
-minio.access-key ${cfg.minioAccessKey} \
-minio.access-secret ${cfg.minioAccessSecret} \
-minio.access-key ${escapeShellArg cfg.minioAccessKey} \
-minio.access-secret ${escapeShellArg cfg.minioAccessSecret} \
${optionalString cfg.minioBucketStats "-minio.bucket-stats"} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';

View File

@@ -50,7 +50,7 @@ in
-u ${cfg.username} \
-t ${cfg.timeout} \
-l ${cfg.url} \
-p @${cfg.passwordFile} \
-p ${escapeShellArg "@${cfg.passwordFile}"} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
};

View File

@@ -67,15 +67,15 @@ in
${pkgs.prometheus-postfix-exporter}/bin/postfix_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
--web.telemetry-path ${cfg.telemetryPath} \
--postfix.showq_path ${cfg.showqPath} \
--postfix.showq_path ${escapeShellArg cfg.showqPath} \
${concatStringsSep " \\\n " (cfg.extraFlags
++ optional cfg.systemd.enable "--systemd.enable"
++ optional cfg.systemd.enable (if cfg.systemd.slice != null
then "--systemd.slice ${cfg.systemd.slice}"
else "--systemd.unit ${cfg.systemd.unit}")
++ optional (cfg.systemd.enable && (cfg.systemd.journalPath != null))
"--systemd.journal_path ${cfg.systemd.journalPath}"
++ optional (!cfg.systemd.enable) "--postfix.logfile_path ${cfg.logfilePath}")}
"--systemd.journal_path ${escapeShellArg cfg.systemd.journalPath}"
++ optional (!cfg.systemd.enable) "--postfix.logfile_path ${escapeShellArg cfg.logfilePath}")}
'';
};
};

View File

@@ -19,7 +19,7 @@ in
configuration = mkOption {
type = types.nullOr types.attrs;
default = {};
default = null;
description = ''
Snmp exporter configuration as nix attribute set. Mutually exclusive with 'configurationPath' option.
'';
@@ -36,15 +36,15 @@ in
};
logFormat = mkOption {
type = types.str;
default = "logger:stderr";
type = types.enum ["logfmt" "json"];
default = "logfmt";
description = ''
Set the log target and format.
Output format of log messages.
'';
};
logLevel = mkOption {
type = types.enum ["debug" "info" "warn" "error" "fatal"];
type = types.enum ["debug" "info" "warn" "error"];
default = "info";
description = ''
Only log messages with the given severity or above.
@@ -54,13 +54,13 @@ in
serviceOpts = let
configFile = if cfg.configurationPath != null
then cfg.configurationPath
else "${pkgs.writeText "snmp-eporter-conf.yml" (builtins.toJSON cfg.configuration)}";
else "${pkgs.writeText "snmp-exporter-conf.yml" (builtins.toJSON cfg.configuration)}";
in {
serviceConfig = {
ExecStart = ''
${pkgs.prometheus-snmp-exporter.bin}/bin/snmp_exporter \
--config.file=${configFile} \
--log.format=${cfg.logFormat} \
--config.file=${escapeShellArg configFile} \
--log.format=${escapeShellArg cfg.logFormat} \
--log.level=${cfg.logLevel} \
--web.listen-address=${cfg.listenAddress}:${toString cfg.port} \
${concatStringsSep " \\\n " cfg.extraFlags}

View File

@@ -55,8 +55,8 @@ in
${pkgs.prometheus-unifi-exporter}/bin/unifi_exporter \
-telemetry.addr ${cfg.listenAddress}:${toString cfg.port} \
-unifi.addr ${cfg.unifiAddress} \
-unifi.username ${cfg.unifiUsername} \
-unifi.password ${cfg.unifiPassword} \
-unifi.username ${escapeShellArg cfg.unifiUsername} \
-unifi.password ${escapeShellArg cfg.unifiPassword} \
-unifi.timeout ${cfg.unifiTimeout} \
${optionalString cfg.unifiInsecure "-unifi.insecure" } \
${concatStringsSep " \\\n " cfg.extraFlags}

View File

@@ -74,10 +74,10 @@ in
${pkgs.prometheus-varnish-exporter}/bin/prometheus_varnish_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
--web.telemetry-path ${cfg.telemetryPath} \
--varnishstat-path ${cfg.varnishStatPath} \
--varnishstat-path ${escapeShellArg cfg.varnishStatPath} \
${concatStringsSep " \\\n " (cfg.extraFlags
++ optional (cfg.healthPath != null) "--web.health-path ${cfg.healthPath}"
++ optional (cfg.instance != null) "-n ${cfg.instance}"
++ optional (cfg.instance != null) "-n ${escapeShellArg cfg.instance}"
++ optional cfg.noExit "--no-exit"
++ optional cfg.withGoMetrics "--with-go-metrics"
++ optional cfg.verbose "--verbose"

View File

@@ -59,7 +59,7 @@ in {
${optionalString cfg.verbose "-v"} \
${optionalString cfg.singleSubnetPerField "-s"} \
${optionalString cfg.withRemoteIp "-r"} \
${optionalString (cfg.wireguardConfig != null) "-n ${cfg.wireguardConfig}"}
${optionalString (cfg.wireguardConfig != null) "-n ${escapeShellArg cfg.wireguardConfig}"}
'';
};
};

View File

@@ -17,7 +17,8 @@ let
'';
serviceConfig = {
ExecStart = "${pkgs.freeradius}/bin/radiusd -f -d ${cfg.configDir} -l stdout -xx";
ExecStart = "${pkgs.freeradius}/bin/radiusd -f -d ${cfg.configDir} -l stdout" +
optionalString cfg.debug " -xx";
ExecReload = [
"${pkgs.freeradius}/bin/radiusd -C -d ${cfg.configDir} -l stdout"
"${pkgs.coreutils}/bin/kill -HUP $MAINPID"
@@ -41,6 +42,16 @@ let
'';
};
debug = mkOption {
type = types.bool;
default = false;
description = ''
Whether to enable debug logging for freeradius (-xx
option). This should not be left on, since it includes
sensitive data such as passwords in the logs.
'';
};
};
in
@@ -66,6 +77,7 @@ in
};
systemd.services.freeradius = freeradiusService cfg;
warnings = optional cfg.debug "Freeradius debug logging is enabled. This will log passwords in plaintext to the journal!";
};

View File

@@ -104,14 +104,14 @@ in
config = mkIf cfg.enable {
users.users = optionalAttrs (cfg.user != "git") {
users.users = optionalAttrs (cfg.user == "git") {
git = {
uid = config.ids.uids.git;
description = "Git daemon user";
};
};
users.groups = optionalAttrs (cfg.group != "git") {
users.groups = optionalAttrs (cfg.group == "git") {
git.gid = config.ids.gids.git;
};

View File

@@ -26,6 +26,18 @@ with lib;
'';
};
user = mkOption {
type = types.str;
default = "haproxy";
description = "User account under which haproxy runs.";
};
group = mkOption {
type = types.str;
default = "haproxy";
description = "Group account under which haproxy runs.";
};
config = mkOption {
type = types.nullOr types.lines;
default = null;
@@ -49,7 +61,8 @@ with lib;
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
DynamicUser = true;
User = cfg.user;
Group = cfg.group;
Type = "notify";
# when running the config test, don't be quiet so we can see what goes wrong
ExecStartPre = "${pkgs.haproxy}/sbin/haproxy -c -f ${haproxyCfg}";
@@ -60,5 +73,16 @@ with lib;
AmbientCapabilities = "CAP_NET_BIND_SERVICE";
};
};
users.users = optionalAttrs (cfg.user == "haproxy") {
haproxy = {
group = cfg.group;
isSystemUser = true;
};
};
users.groups = optionalAttrs (cfg.group == "haproxy") {
haproxy = {};
};
};
}

View File

@@ -5,14 +5,16 @@ with lib;
let
cfg = config.services.knot;
configFile = pkgs.writeText "knot.conf" cfg.extraConfig;
socketFile = "/run/knot/knot.sock";
configFile = pkgs.writeTextFile {
name = "knot.conf";
text = (concatMapStringsSep "\n" (file: "include: ${file}") cfg.keyFiles) + "\n" +
cfg.extraConfig;
checkPhase = lib.optionalString (cfg.keyFiles == []) ''
${cfg.package}/bin/knotc --config=$out conf-check
'';
};
knotConfCheck = file: pkgs.runCommand "knot-config-checked"
{ buildInputs = [ cfg.package ]; } ''
ln -s ${configFile} $out
knotc --config=${configFile} conf-check
'';
socketFile = "/run/knot/knot.sock";
knot-cli-wrappers = pkgs.stdenv.mkDerivation {
name = "knot-cli-wrappers";
@@ -45,6 +47,19 @@ in {
'';
};
keyFiles = mkOption {
type = types.listOf types.path;
default = [];
description = ''
A list of files containing additional configuration
to be included using the include directive. This option
allows to include configuration like TSIG keys without
exposing them to the nix store readable to any process.
Note that using this option will also disable configuration
checks at build time.
'';
};
extraConfig = mkOption {
type = types.lines;
default = "";
@@ -65,6 +80,13 @@ in {
};
config = mkIf config.services.knot.enable {
users.users.knot = {
isSystemUser = true;
group = "knot";
description = "Knot daemon user";
};
users.groups.knot.gid = null;
systemd.services.knot = {
unitConfig.Documentation = "man:knotd(8) man:knot.conf(5) man:knotc(8) https://www.knot-dns.cz/docs/${cfg.package.version}/html/";
description = cfg.package.meta.description;
@@ -74,12 +96,12 @@ in {
serviceConfig = {
Type = "notify";
ExecStart = "${cfg.package}/bin/knotd --config=${knotConfCheck configFile} --socket=${socketFile} ${concatStringsSep " " cfg.extraArgs}";
ExecStart = "${cfg.package}/bin/knotd --config=${configFile} --socket=${socketFile} ${concatStringsSep " " cfg.extraArgs}";
ExecReload = "${knot-cli-wrappers}/bin/knotc reload";
CapabilityBoundingSet = "CAP_NET_BIND_SERVICE CAP_SETPCAP";
AmbientCapabilities = "CAP_NET_BIND_SERVICE CAP_SETPCAP";
NoNewPrivileges = true;
DynamicUser = "yes";
User = "knot";
RuntimeDirectory = "knot";
StateDirectory = "knot";
StateDirectoryMode = "0700";

View File

@@ -32,9 +32,9 @@ let
+ cfg.extraConfig
);
package = pkgs.knot-resolver.override {
extraFeatures = cfg.listenDoH != [];
};
package = if cfg.listenDoH == []
then pkgs.knot-resolver # never force `extraFeatures = false`
else pkgs.knot-resolver.override { extraFeatures = true; };
in {
meta.maintainers = [ maintainers.vcunat /* upstream developer */ ];

View File

@@ -130,7 +130,7 @@ in
systemdConfigs = listToAttrs (map mkSystemd enabledConfigs);
in mkIf cfg.enable {
environment.etc = mkMerge etcFiles;
systemd.services = mkMerge systemdConfigs;
environment.etc = etcFiles;
systemd.services = systemdConfigs;
};
}

View File

@@ -0,0 +1,46 @@
{ config, lib, pkgs, ... }:
with lib;
let cfg = config.services.tailscale;
in {
meta.maintainers = with maintainers; [ danderson mbaillie ];
options.services.tailscale = {
enable = mkEnableOption "Tailscale client daemon";
port = mkOption {
type = types.port;
default = 41641;
description = "The port to listen on for tunnel traffic (0=autoselect).";
};
};
config = mkIf cfg.enable {
systemd.services.tailscale = {
description = "Tailscale client daemon";
after = [ "network-pre.target" ];
wants = [ "network-pre.target" ];
wantedBy = [ "multi-user.target" ];
unitConfig = {
StartLimitIntervalSec = 0;
StartLimitBurst = 0;
};
serviceConfig = {
ExecStart =
"${pkgs.tailscale}/bin/tailscaled --port ${toString cfg.port}";
RuntimeDirectory = "tailscale";
RuntimeDirectoryMode = 755;
StateDirectory = "tailscale";
StateDirectoryMode = 700;
Restart = "on-failure";
};
};
};
}

View File

@@ -133,8 +133,8 @@ let
${optionalString cfg.enableVirtualUsers ''
guest_enable=YES
guest_username=vsftpd
pam_service_name=vsftpd
''}
pam_service_name=vsftpd
${cfg.extraConfig}
'';

View File

@@ -302,7 +302,7 @@ in {
###### implementation
config = mkIf (cfg.interfaces != {}) {
boot.extraModulePackages = [ kernel.wireguard ];
boot.extraModulePackages = optional (versionOlder kernel.kernel.version "5.6") kernel.wireguard;
environment.systemPackages = [ pkgs.wireguard-tools ];
# This is forced to false for now because the default "--validmark" rpfilter we apply on reverse path filtering
# breaks the wg-quick routing because wireguard packets leave with a fwmark from wireguard.

View File

@@ -428,14 +428,14 @@ in
++ (attrValues (
mapAttrs (name: value: {
assertion = value.generatePrivateKeyFile -> (value.privateKey == null);
message = "networking.wireguard.interfaces.${name}.generatePrivateKey must not be set if networking.wireguard.interfaces.${name}.privateKey is set.";
message = "networking.wireguard.interfaces.${name}.generatePrivateKeyFile must not be set if networking.wireguard.interfaces.${name}.privateKey is set.";
}) cfg.interfaces))
++ map ({ interfaceName, peer, ... }: {
assertion = (peer.presharedKey == null) || (peer.presharedKeyFile == null);
message = "networking.wireguard.interfaces.${interfaceName} peer «${peer.publicKey}» has both presharedKey and presharedKeyFile set, but only one can be used.";
}) all_peers;
boot.extraModulePackages = [ kernel.wireguard ];
boot.extraModulePackages = optional (versionOlder kernel.kernel.version "5.6") kernel.wireguard;
environment.systemPackages = [ pkgs.wireguard-tools ];
systemd.services =

View File

@@ -67,5 +67,16 @@ in
networking.firewall.allowedUDPPorts = [ cfg.port ];
environment.systemPackages = [ cfg.package ];
# Prevent systemd from potentially changing the MAC address
systemd.network.links."50-zerotier" = {
matchConfig = {
OriginalName = "zt*";
};
linkConfig = {
AutoNegotiation = false;
MACAddressPolicy = "none";
};
};
};
}

View File

@@ -156,7 +156,7 @@ in
};
useCDN = mkOption {
type = types.bool;
default = true;
default = false;
description = ''
Whether to use CDN resources or not.
'';

View File

@@ -299,5 +299,5 @@ in
])));
};
meta.maintainers = with lib.maintainers; [ b42 ];
meta.maintainers = with lib.maintainers; [ mmilata ];
}

View File

@@ -30,7 +30,7 @@ let
occ = pkgs.writeScriptBin "nextcloud-occ" ''
#! ${pkgs.stdenv.shell}
cd ${pkgs.nextcloud}
cd ${cfg.package}
sudo=exec
if [[ "$USER" != nextcloud ]]; then
sudo='exec /run/wrappers/bin/sudo -u nextcloud --preserve-env=NEXTCLOUD_CONFIG_DIR'
@@ -42,6 +42,8 @@ let
occ $*
'';
inherit (config.system) stateVersion;
in {
options.services.nextcloud = {
enable = mkEnableOption "nextcloud";
@@ -64,6 +66,11 @@ in {
default = false;
description = "Use https for generated links.";
};
package = mkOption {
type = types.package;
description = "Which package to use for the Nextcloud instance.";
relatedPackages = [ "nextcloud17" "nextcloud18" ];
};
maxUploadSize = mkOption {
default = "512M";
@@ -309,10 +316,40 @@ in {
}
];
warnings = optional (cfg.poolConfig != null) ''
Using config.services.nextcloud.poolConfig is deprecated and will become unsupported in a future release.
Please migrate your configuration to config.services.nextcloud.poolSettings.
'';
warnings = []
++ (optional (cfg.poolConfig != null) ''
Using config.services.nextcloud.poolConfig is deprecated and will become unsupported in a future release.
Please migrate your configuration to config.services.nextcloud.poolSettings.
'')
++ (optional (versionOlder cfg.package.version "18") ''
A legacy Nextcloud install (from before NixOS 20.03) may be installed.
You're currently deploying an older version of Nextcloud. This may be needed
since Nextcloud doesn't allow major version upgrades that skip multiple
versions (i.e. an upgrade from 16 is possible to 17, but not 16 to 18).
It is assumed that Nextcloud will be upgraded from version 16 to 17.
* If this is a fresh install, there will be no upgrade to do now.
* If this server already had Nextcloud installed, first deploy this to your
server, and wait until the upgrade to 17 is finished.
Then, set `services.nextcloud.package` to `pkgs.nextcloud18` to upgrade to
Nextcloud version 18.
'');
services.nextcloud.package = with pkgs;
mkDefault (
if pkgs ? nextcloud
then throw ''
The `pkgs.nextcloud`-attribute has been removed. If it's supposed to be the default
nextcloud defined in an overlay, please set `services.nextcloud.package` to
`pkgs.nextcloud`.
''
else if versionOlder stateVersion "20.03" then nextcloud17
else nextcloud18
);
}
{ systemd.timers.nextcloud-cron = {
@@ -407,7 +444,7 @@ in {
path = [ occ ];
script = ''
chmod og+x ${cfg.home}
ln -sf ${pkgs.nextcloud}/apps ${cfg.home}/
ln -sf ${cfg.package}/apps ${cfg.home}/
mkdir -p ${cfg.home}/config ${cfg.home}/data ${cfg.home}/store-apps
ln -sf ${overrideConfig} ${cfg.home}/config/override.config.php
@@ -429,7 +466,7 @@ in {
environment.NEXTCLOUD_CONFIG_DIR = "${cfg.home}/config";
serviceConfig.Type = "oneshot";
serviceConfig.User = "nextcloud";
serviceConfig.ExecStart = "${phpPackage}/bin/php -f ${pkgs.nextcloud}/cron.php";
serviceConfig.ExecStart = "${phpPackage}/bin/php -f ${cfg.package}/cron.php";
};
nextcloud-update-plugins = mkIf cfg.autoUpdateApps.enable {
serviceConfig.Type = "oneshot";
@@ -443,7 +480,7 @@ in {
pools.nextcloud = {
user = "nextcloud";
group = "nginx";
phpOptions = phpOptionsExtensions + phpOptionsStr;
phpOptions = phpOptionsStr;
phpPackage = phpPackage;
phpEnv = {
NEXTCLOUD_CONFIG_DIR = "${cfg.home}/config";
@@ -471,7 +508,7 @@ in {
enable = true;
virtualHosts = {
${cfg.hostName} = {
root = pkgs.nextcloud;
root = cfg.package;
locations = {
"= /robots.txt" = {
priority = 100;
@@ -533,10 +570,11 @@ in {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options sameorigin;
add_header Referrer-Policy no-referrer;
access_log off;
'';
"~ \\.(?:png|html|ttf|ico|jpg|jpeg)$".extraConfig = ''
"~ \\.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$".extraConfig = ''
try_files $uri /index.php$request_uri;
access_log off;
'';
@@ -547,6 +585,7 @@ in {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options sameorigin;
add_header Referrer-Policy no-referrer;
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
error_page 403 /core/templates/403.php;

View File

@@ -113,5 +113,53 @@
maintenance:install</literal>! This command tries to install the application
and can cause unwanted side-effects!</para>
</warning>
<para>
Nextcloud doesn't allow to move more than one major-version forward. If you're e.g. on
<literal>v16</literal>, you cannot upgrade to <literal>v18</literal>, you need to upgrade to
<literal>v17</literal> first. This is ensured automatically as long as the
<link linkend="opt-system.stateVersion">stateVersion</link> is declared properly. In that case
the oldest version available (one major behind the one from the previous NixOS
release) will be selected by default and the module will generate a warning that reminds
the user to upgrade to latest Nextcloud <emphasis>after</emphasis> that deploy.
</para>
</section>
<section xml:id="module-services-nextcloud-maintainer-info">
<title>Maintainer information</title>
<para>
As stated in the previous paragraph, we must provide a clean upgrade-path for Nextcloud
since it cannot move more than one major version forward on a single upgrade. This chapter
adds some notes how Nextcloud updates should be rolled out in the future.
</para>
<para>
While minor and patch-level updates are no problem and can be done directly in the
package-expression (and should be backported to supported stable branches after that),
major-releases should be added in a new attribute (e.g. Nextcloud <literal>v19.0.0</literal>
should be available in <literal>nixpkgs</literal> as <literal>pkgs.nextcloud19</literal>).
To provide simple upgrade paths it's generally useful to backport those as well to stable
branches. As long as the package-default isn't altered, this won't break existing setups.
After that, the versioning-warning in the <literal>nextcloud</literal>-module should be
updated to make sure that the
<link linkend="opt-services.nextcloud.package">package</link>-option selects the latest version
on fresh setups.
</para>
<para>
If major-releases will be abandoned by upstream, we should check first if those are needed
in NixOS for a safe upgrade-path before removing those. In that case we shold keep those
packages, but mark them as insecure in an expression like this (in
<literal>&lt;nixpkgs/pkgs/servers/nextcloud/default.nix&gt;</literal>):
<programlisting>/* ... */
{
nextcloud17 = generic {
version = "17.0.x";
sha256 = "0000000000000000000000000000000000000000000000000000";
insecure = true;
};
}</programlisting>
</para>
</section>
</chapter>

View File

@@ -87,10 +87,17 @@ let
${optionalString (cfg.sslDhparam != null) "ssl_dhparam ${cfg.sslDhparam};"}
${optionalString (cfg.recommendedTlsSettings) ''
ssl_session_cache shared:SSL:42m;
ssl_session_timeout 23m;
ssl_ecdh_curve secp384r1;
ssl_prefer_server_ciphers on;
# Keep in sync with https://ssl-config.mozilla.org/#server=nginx&config=intermediate
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m;
# Breaks forward secrecy: https://github.com/mozilla/server-side-tls/issues/135
ssl_session_tickets off;
# We don't enable insecure ciphers by default, so this allows
# clients to pick the most performant, per https://github.com/mozilla/server-side-tls/issues/260
ssl_prefer_server_ciphers off;
# OCSP stapling
ssl_stapling on;
ssl_stapling_verify on;
''}
@@ -487,8 +494,9 @@ in
sslCiphers = mkOption {
type = types.str;
default = "EECDH+aRSA+AESGCM:EDH+aRSA:EECDH+aRSA:+AES256:+AES128:+SHA1:!CAMELLIA:!SEED:!3DES:!DES:!RC4:!eNULL";
description = "Ciphers to choose from when negotiating tls handshakes.";
# Keep in sync with https://ssl-config.mozilla.org/#server=nginx&config=intermediate
default = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";
description = "Ciphers to choose from when negotiating TLS handshakes.";
};
sslProtocols = mkOption {

View File

@@ -47,6 +47,7 @@ let
Path to the unix socket file on which to accept FastCGI requests.
<note><para>This option is read-only and managed by NixOS.</para></note>
'';
example = "${runtimeDir}/<name>.sock";
};
listen = mkOption {

View File

@@ -32,7 +32,7 @@ let
inherit plugins;
} // removeAttrs c [ "type" "pythonPackages" ]
// optionalAttrs (python != null) {
pythonpath = "${pythonEnv}/${python.sitePackages}";
pyhome = "${pythonEnv}";
env =
# Argh, uwsgi expects list of key-values there instead of a dictionary.
let env' = c.env or [];

View File

@@ -20,7 +20,7 @@ in
services.xserver.desktopManager.session = [{
name = "kodi";
start = ''
${pkgs.kodi}/bin/kodi --lircdev /run/lirc/lircd --standalone &
LIRC_SOCKET_PATH=/run/lirc/lircd ${pkgs.kodi}/bin/kodi --standalone &
waitPID=$!
'';
}];

View File

@@ -16,7 +16,10 @@ in
{
meta.maintainers = pkgs.pantheon.maintainers;
meta = {
doc = ./pantheon.xml;
maintainers = pkgs.pantheon.maintainers;
};
options = {
@@ -178,7 +181,6 @@ in
hicolor-icon-theme
lightlocker
onboard
plank
qgnomeplatform
shared-mime-info
sound-theme-freedesktop
@@ -192,6 +194,7 @@ in
# Desktop
elementary-default-settings
elementary-dock
elementary-session-settings
elementary-shortcut-overlay
gala
@@ -203,7 +206,6 @@ in
})
# Services
cerbere
elementary-capnet-assist
elementary-dpms-helper
elementary-settings-daemon

View File

@@ -0,0 +1,114 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="chap-pantheon">
<title>Pantheon Destkop</title>
<para>
Pantheon is the desktop environment created for the elementary OS distribution. It is written from scratch in Vala, utilizing GNOME technologies with GTK 3 and Granite.
</para>
<section xml:id="sec-pantheon-enable">
<title>Enabling Pantheon</title>
<para>
All of Pantheon is working in NixOS and the applications should be available, aside from a few <link xlink:href="https://github.com/NixOS/nixpkgs/issues/58161">exceptions</link>. To enable Pantheon, set
<programlisting>
<xref linkend="opt-services.xserver.desktopManager.pantheon.enable"/> = true;
</programlisting>
This automatically enables LightDM and Pantheon's LightDM greeter. If you'd like to disable this, set
<programlisting>
<xref linkend="opt-services.xserver.displayManager.lightdm.greeters.pantheon.enable"/> = false;
<xref linkend="opt-services.xserver.displayManager.lightdm.enable"/> = false;
</programlisting>
but please be aware using Pantheon without LightDM as a display manager will break screenlocking from the UI. The NixOS module for Pantheon installs all of Pantheon's default applications. If you'd like to not install Pantheon's apps, set
<programlisting>
<xref linkend="opt-services.pantheon.apps.enable"/> = false;
</programlisting>
You can also use <xref linkend="opt-environment.pantheon.excludePackages"/> to remove any other app (like <package>geary</package>).
</para>
</section>
<section xml:id="sec-pantheon-wingpanel-switchboard">
<title>Wingpanel and Switchboard plugins</title>
<para>
Wingpanel and Switchboard work differently than they do in other distributions, as far as using plugins. You cannot install a plugin globally (like with <option>environment.systemPackages</option>) to start using it. You should instead be using the following options:
<itemizedlist>
<listitem>
<para>
<xref linkend="opt-services.xserver.desktopManager.pantheon.extraWingpanelIndicators"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="opt-services.xserver.desktopManager.pantheon.extraSwitchboardPlugs"/>
</para>
</listitem>
</itemizedlist>
to configure the programs with plugs or indicators.
</para>
<para>
The difference in NixOS is both these programs are patched to load plugins from a directory that is the value of an environment variable. All of which is controlled in Nix. If you need to configure the particular packages manually you can override the packages like:
<programlisting>
wingpanel-with-indicators.override {
indicators = [
pkgs.some-special-indicator
];
};
switchboard-with-plugs.override {
plugs = [
pkgs.some-special-plug
];
};
</programlisting>
please note that, like how the NixOS options describe these as extra plugins, this would only add to the default plugins included with the programs. If for some reason you'd like to configure which plugins to use exactly, both packages have an argument for this:
<programlisting>
wingpanel-with-indicators.override {
useDefaultIndicators = false;
indicators = specialListOfIndicators;
};
switchboard-with-plugs.override {
useDefaultPlugs = false;
plugs = specialListOfPlugs;
};
</programlisting>
this could be most useful for testing a particular plug-in in isolation.
</para>
</section>
<section xml:id="sec-pantheon-faq">
<title>FAQ</title>
<variablelist>
<varlistentry xml:id="sec-pantheon-faq-messed-up-theme">
<term>
I have switched from a different desktop and Pantheons theming looks messed up.
</term>
<listitem>
<para>
Open Switchboard and go to: <guilabel>Administration</guilabel><guilabel>About</guilabel><guilabel>Restore Default Settings</guilabel><guibutton>Restore Settings</guibutton>. This will reset any dconf settings to their Pantheon defaults. Note this could reset certain GNOME specific preferences if that desktop was used prior.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="sec-pantheon-faq-gnome3-and-pantheon">
<term>
I cannot enable both GNOME 3 and Pantheon.
</term>
<listitem>
<para>
This is a known <link xlink:href="https://github.com/NixOS/nixpkgs/issues/64611">issue</link> and there is no known workaround.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="sec-pantheon-faq-appcenter">
<term>
Does AppCenter work, or is it available?
</term>
<listitem>
<para>
AppCenter has been available since 20.03, but it is of little use. This is because there is no functioning PackageKit backend for Nix 2.0. In the near future you will be able to install Flatpak applications from AppCenter on NixOS. See this <link xlink:href="https://github.com/NixOS/nixpkgs/issues/70214">issue</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</chapter>

View File

@@ -52,6 +52,8 @@ let
'';
activationScript = ''
${set_XDG_CONFIG_HOME}
# The KDE icon cache is supposed to update itself automatically, but it uses
# the timestamp on the icon theme directory as a trigger. This doesn't work
# on NixOS because the timestamp never changes. As a workaround, delete the
@@ -62,7 +64,7 @@ let
# xdg-desktop-settings generates this empty file but
# it makes kbuildsyscoca5 fail silently. To fix this
# remove that menu if it exists.
rm -fv ''${XDG_CONFIG_HOME:?}/menus/applications-merged/xdg-desktop-menu-dummy.menu
rm -fv ''${XDG_CONFIG_HOME}/menus/applications-merged/xdg-desktop-menu-dummy.menu
# Qt writes a weird libraryPath line to
# ~/.config/Trolltech.conf that causes the KDE plugin
@@ -71,7 +73,7 @@ let
# disastrous, so here we nuke references to the Nix store
# in Trolltech.conf. A better solution would be to stop
# Qt from doing this wackiness in the first place.
trolltech_conf="''${XDG_CONFIG_HOME:?}/Trolltech.conf"
trolltech_conf="''${XDG_CONFIG_HOME}/Trolltech.conf"
if [ -e "$trolltech_conf" ]; then
${sed} -i "$trolltech_conf" -e '/nix\\store\|nix\/store/ d'
fi
@@ -84,10 +86,20 @@ let
${pkgs.libsForQt5.kservice}/bin/kbuildsycoca5
'';
set_XDG_CONFIG_HOME = ''
# Set the default XDG_CONFIG_HOME if it is unset.
# Per the XDG Base Directory Specification:
# https://specifications.freedesktop.org/basedir-spec/latest
# 1. Never export this variable! If it is unset, then child processes are
# expected to set the default themselves.
# 2. Contaminate / if $HOME is unset; do not check if $HOME is set.
XDG_CONFIG_HOME=''${XDG_CONFIG_HOME:-$HOME/.config}
'';
startplasma =
''
export XDG_CONFIG_HOME="''${XDG_CONFIG_HOME:-$HOME/.config}"
mkdir -p "''${XDG_CONFIG_HOME:?}"
${set_XDG_CONFIG_HOME}
mkdir -p "''${XDG_CONFIG_HOME}"
''
+ optionalString pulseaudio.enable ''
@@ -100,10 +112,10 @@ let
${activationScript}
# Create default configurations if Plasma has never been started.
kdeglobals="''${XDG_CONFIG_HOME:?}/kdeglobals"
kdeglobals="''${XDG_CONFIG_HOME}/kdeglobals"
if ! [ -f "$kdeglobals" ]
then
kcminputrc="''${XDG_CONFIG_HOME:?}/kcminputrc"
kcminputrc="''${XDG_CONFIG_HOME}/kcminputrc"
if ! [ -f "$kcminputrc" ]
then
cat ${kcminputrc} >"$kcminputrc"
@@ -115,7 +127,7 @@ let
cat ${gtkrc2} >"$gtkrc2"
fi
gtk3_settings="''${XDG_CONFIG_HOME:?}/gtk-3.0/settings.ini"
gtk3_settings="''${XDG_CONFIG_HOME}/gtk-3.0/settings.ini"
if ! [ -f "$gtk3_settings" ]
then
mkdir -p "$(dirname "$gtk3_settings")"

View File

@@ -129,6 +129,7 @@ in
services.xserver.desktopManager.session = [{
name = "xfce";
desktopNames = [ "XFCE" ];
bgSupport = true;
start = ''
${pkgs.runtimeShell} ${pkgs.xfce.xfce4-session.xinitrc} &

View File

@@ -412,6 +412,9 @@ in
(dm: wm: let
sessionName = "${dm.name}${optionalString (wm.name != "none") ("+" + wm.name)}";
script = xsession dm wm;
desktopNames = if dm ? desktopNames
then concatStringsSep ";" dm.desktopNames
else sessionName;
in
optional (dm.name != "none" || wm.name != "none")
(pkgs.writeTextFile {
@@ -427,6 +430,7 @@ in
TryExec=${script}
Exec=${script}
Name=${sessionName}
DesktopNames=${desktopNames}
'';
} // {
providedSessions = [ sessionName ];

View File

@@ -166,9 +166,10 @@ in
};
systemd.tmpfiles.rules = [
"d /run/gdm/.config 0711 gdm gdm -"
"d /run/gdm/.config 0711 gdm gdm"
] ++ optionals config.hardware.pulseaudio.enable [
"L+ /run/gdm/.config/pulse - - - - ${pulseConfig}"
"d /run/gdm/.config/pulse 0711 gdm gdm"
"L+ /run/gdm/.config/pulse/${pulseConfig.name} - - - - ${pulseConfig}"
] ++ optionals config.services.gnome3.gnome-initial-setup.enable [
# Create stamp file for gnome-initial-setup to prevent it starting in GDM.
"f /run/gdm/.config/gnome-initial-setup-done 0711 gdm gdm - yes"

View File

@@ -184,7 +184,11 @@ in {
''
Option "DragLockButtons" "L1 B1 L2 B2"
'';
description = "Additional options for libinput touchpad driver.";
description = ''
Additional options for libinput touchpad driver. See
<citerefentry><refentrytitle>libinput</refentrytitle><manvolnum>4</manvolnum></citerefentry>
for available options.";
'';
};
};

View File

@@ -61,7 +61,7 @@ in {
serviceConfig.ExecStart = ''
${cfg.package}/bin/unclutter \
-idle ${toString cfg.timeout} \
-jitter ${toString (cfg.threeshold - 1)} \
-jitter ${toString (cfg.threshold - 1)} \
${optionalString cfg.keystroke "-keystroke"} \
${concatMapStrings (x: " -"+x) cfg.extraOptions} \
-not ${concatStringsSep " " cfg.excluded} \

Some files were not shown because too many files have changed in this diff Show More