3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

10412 commits

Author SHA1 Message Date
Will Dietz c057ef62ad
Merge pull request #62188 from dtzWill/update/iptables-1.8.3
iptables: 1.8.2 -> 1.8.3, libnftnl: 1.1.2 -> 1.1.3
2019-06-04 01:35:13 -05:00
Matthew Bauer dc42372809
Merge pull request #61168 from matthewbauer/release-cross-fixes
release-cross.nix changes/fixes
2019-06-03 20:13:43 -04:00
Vladimír Čunát ee86a325dd
Merge branch 'staging-next' into staging
Conflicts (simple):
	nixos/doc/manual/release-notes/rl-1909.xml
2019-06-03 22:34:49 +02:00
Andreas Rammhold 0f93834c5e
systemd: remove references to $out/lib/systemd/catalog
On aarch64 we "leak" a reference to $out/lib/systemd/catalog in the lib
output. The result of that is a dependency cycle between $out and $lib.
Thus nix (rightfully) marks the build as failed. That reference
originates from an array of strings (catalog_file_dirs) in systemd
(src/src/journal/catalog.{c,h}).  The only consumer (as of v242) of the
symbol is the main function of journalctl.  Still libsystemd.so contains
the VALUE but not the symbol.  Systemd seems to be properly using
function & data sections together with the linker flags to garbage
collect unused sections (-Wl,--gc-sections).  For unknown reasons those
flags do not eliminate the unused string constants, in this case on
aarch64-linux. The hacky way is to just remove the reference after we
finished compiling.  Since it can not be used (there is no symbol to
actually refer to it) there should not be any harm.  It is a bit odd and
I really do not like starting these kind of hacks but there doesn't seem
to be a straight forward way at this point in time.

The reference will be replaced by the same reference the usual nukeRefs
tooling uses.  The standard tooling can not / should not be uesd since
it is a bit too excessive and could potentially do us some (more) harm.
2019-06-03 15:05:22 +02:00
Andreas Rammhold 81f390d2e3
systemd: disable building tests
We are currently not running any tests but building them takes
signitifcant amounts of time since they account to about 40% of all the
compilation targets.
2019-06-03 15:05:21 +02:00
Franz Pletz d436ab0718
multipath-tools: 0.6.2 -> 0.8.1 2019-06-03 15:05:20 +02:00
Andreas Rammhold 8c7e588362
systemd: 241.20190221 -> 242 2019-06-03 15:05:11 +02:00
Jörg Thalheim 5b0db07ee1
systemd: 239.20190219 -> 241.20190221 2019-06-03 15:05:09 +02:00
Vladimír Čunát c4724fb7bc
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
Mario Rodas 3185e5374d
Merge pull request #62053 from eadwu/bcachefs/update-3
bcachefs: 2019-05-29
2019-06-01 13:56:42 -05:00
worldofpeace df51e9b88f
Merge pull request #62399 from knedlsepp/fix-trinity
trinity: Fix build
2019-06-01 14:21:10 -04:00
Michael Raskin 02eb6bd07b
Merge pull request #62396 from r-ryantm/auto-update/eudev
eudev: 3.2.7 -> 3.2.8
2019-06-01 17:27:05 +00:00
R. RyanTM 25d5dbd3ff criu: 3.11 -> 3.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/criu/versions
2019-06-01 10:50:28 -05:00
Josef Kemetmüller 530ee83185 xf86_video_nested: 2012-06-15 -> 2017-06-12 2019-06-01 14:38:51 +00:00
Josef Kemetmüller 830ae5a4b1 trinity: unstable-2018-06-08 -> 1.9 2019-06-01 16:18:26 +02:00
R. RyanTM 9b7a5f51ef eudev: 3.2.7 -> 3.2.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eudev/versions
2019-06-01 07:00:09 -07:00
Franz Pletz b7b96cf0c3
batman-adv: 2019.1 -> 2019.2 2019-06-01 15:58:47 +02:00
Franz Pletz 25743a1b46
Merge pull request #61605 from danielfullmer/rtl8812au-kernel-fix
rtl8812au: fix build with Linux >= 5.0
2019-06-01 13:51:24 +00:00
R. RyanTM 40c7c5f2dd alfred: 2019.1 -> 2019.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alfred/versions
2019-06-01 13:00:20 +00:00
R. RyanTM bc892d256f batctl: 2019.1 -> 2019.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/batctl/versions
2019-06-01 12:59:51 +00:00
Tim Steinbach 92c881b6db
linux: 5.1.5 -> 5.1.6 2019-05-31 11:00:28 -04:00
Tim Steinbach fdaf788161
linux: 5.0.19 -> 5.0.20 2019-05-31 11:00:28 -04:00
Tim Steinbach 364a35ed64
linux: 4.9.179 -> 4.9.180 2019-05-31 11:00:28 -04:00
Tim Steinbach 4faf5552a9
linux: 4.19.46 -> 4.19.47 2019-05-31 11:00:27 -04:00
Tim Steinbach 5283c52f6d
linux: 4.14.122 -> 4.14.123 2019-05-31 11:00:24 -04:00
Will Dietz 8bc2cb9892
Merge pull request #62186 from dtzWill/update/firejail-0.9.60
firejail: 0.9.58.2 -> 0.9.60
2019-05-30 22:43:43 -05:00
Edmund Wu 0ce364b19a
linux_testing_bcachefs: 5.0.2019.05.08 -> 5.0.2019.05.29 2019-05-30 16:25:32 -04:00
Maximilian Bosch 999b31a6dd
Merge pull request #62183 from dtzWill/update/earlyoom-1.3
earlyoom: 1.2 -> 1.3
2019-05-29 13:28:11 +02:00
Frederik Rietdijk b95dfb09b8 Merge staging into staging-next 2019-05-29 10:39:52 +02:00
Frederik Rietdijk 97aba37876
Merge pull request #61657 from NixOS/staging-next
Staging next
2019-05-29 08:38:21 +00:00
Jörg Thalheim 101b2ff117
sysdig: 0.25 -> 0.26.1
(cherry picked from commit 16ea5a8ca3b90d48a246a926b624ff0b92724249)
2019-05-29 08:59:37 +01:00
Samuel Dionne-Riel 9bc34e38ae
Merge pull request #62178 from samueldr/fix/meson-systemd-cross
Enables systemd-boot for ARM + fixes meson cpu families
2019-05-28 23:18:37 -04:00
Will Dietz 2703d285bf
iptables: 1.8.2 -> 1.8.3
* drop patches included in 1.8.3 (all of them)
  (checked each via `git tag --contains $rev`)

https://lists.netfilter.org/pipermail/netfilter-announce/2019/000231.html
2019-05-28 19:32:51 -05:00
Will Dietz aadd2a6bc7
firejail: 0.9.58.2 -> 0.9.60 2019-05-28 19:22:56 -05:00
Will Dietz 84ccf54c1a
earlyoom: 1.2 -> 1.3
https://github.com/rfjakob/earlyoom/blob/v1.3/README.md#changelog
2019-05-28 19:13:09 -05:00
Samuel Dionne-Riel cc058156bd systemd: Enables systemd-boot for ARM platforms 2019-05-28 19:26:57 -04:00
Tim Steinbach bd64cb2b43
linux: 5.2-rc1 -> 5.2-rc2 2019-05-28 08:49:13 -04:00
R. RyanTM 2a5923aa2e alsaLib: 1.1.8 -> 1.1.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alsa-lib/versions
2019-05-28 09:01:23 +02:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Dmitry Geurkov 7e3dc85252 rtl8192eu: 4.4.1 -> 4.4.1.20190319 (#61195) 2019-05-27 19:01:55 -04:00
Dmitry Kalinkin b7b81dacad
Merge pull request #60072 from plchldr/rtl8821au-linux-5
rtl8821au: update for Linux 5.0
2019-05-27 17:07:31 -04:00
Tristan Helmich 69796ba25d intel-ocl: fix source URL (#62097) 2019-05-27 19:04:20 +02:00
Florian Klink b301df76a4
linuxPackages.nvidia_x11_legacy390: use patches from archlinux (#62064)
linuxPackages.nvidia_x11_legacy390: use patches from archlinux
2019-05-27 15:10:28 +02:00
Renaud 71cd2b0bd4
Merge pull request #61989 from r-ryantm/auto-update/roccat-tools
roccat-tools: 5.8.0 -> 5.9.0
2019-05-26 18:16:28 +02:00
Tim Steinbach 492938e593
linux: 5.1.4 -> 5.1.5 2019-05-26 10:01:10 -04:00
Tim Steinbach bba0a01e08
linux: 5.0.18 -> 5.0.19 2019-05-26 10:00:44 -04:00
Tim Steinbach ccd79f25b1
linux: 4.9.178 -> 4.9.179 2019-05-26 10:00:21 -04:00
Tim Steinbach e988d510ed
linux: 4.19.45 -> 4.19.46 2019-05-26 10:00:00 -04:00
Tim Steinbach 282dce1d0c
linux: 4.14.121 -> 4.14.122 2019-05-26 09:59:27 -04:00
Florian Klink c689671345
virtualbox: 6.0.6 -> 6.0.8 (#62067)
virtualbox: 6.0.6 -> 6.0.8
2019-05-26 12:29:41 +02:00