Robin Gloster
1d651d1340
Merge pull request #71111 from Mic92/linux-cleanup
...
linux: remove deprecated kernel config options
2019-10-15 21:50:27 +02:00
Renaud
5b9fa24cef
Merge pull request #70628 from wizeman/u/fix-sysstat-url
...
sysstat: fix source url
2019-10-15 19:57:18 +02:00
Izorkin
c1fd98f626
nftables: enable all features
2019-10-15 19:19:43 +03:00
ajs124
cc4468eb70
dpdk: 19.05 -> 19.08
2019-10-15 16:50:09 +02:00
Florian Klink
514f21a68d
iwd: 0.20 -> 0.22 ( #70993 )
...
iwd: 0.20 -> 0.22
2019-10-15 15:01:55 +02:00
Jörg Thalheim
1f4295927f
Merge pull request #66250 from magenbluten/dpdk
...
dpdk update and dpdk 17.11 lts init
2019-10-15 11:54:29 +01:00
Jörg Thalheim
faa7ce3ee5
Merge pull request #70240 from woffs/pr-etc-zpool.d
...
nixos module zfs: provide /etc/zfs/zpool.d
2019-10-15 11:45:52 +01:00
magenbluten
fde6c31f75
ofp-dpdk: use dpdk 17.11.6 LTS
2019-10-15 11:59:17 +02:00
magenbluten
7c534798a6
pktgen: 3.5.0 -> 3.7.2
2019-10-15 11:07:53 +02:00
magenbluten
3812fc96b5
dpdk: 17.11.2 -> 19.05
2019-10-15 11:05:23 +02:00
Will Dietz
981abce3e2
Merge pull request #70678 from dtzWill/update/dicts-2019-10
...
aspellDicts,hunspellDicts: misc updates (en_*)
2019-10-14 19:00:42 -05:00
Will Dietz
1e746cae1e
musl: touchup meta, add myself (@dtzWill) to maintainers list
2019-10-14 18:51:51 -05:00
Will Dietz
1263a712ff
musl: 1.1.2x -> 1.1.24
...
https://www.openwall.com/lists/musl/2019/10/13/5
Apparently 1.1.23 never made it to nixpkgs proper (?!), see:
https://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be
(sorry I apparently dropped the ball here)
2019-10-14 18:50:04 -05:00
Florian Klink
ac1aeb4fbb
wpa_supplicant: apply patch for CVE-2019-16275 ( #70266 )
...
wpa_supplicant: apply patch for CVE-2019-16275
2019-10-14 23:00:05 +02:00
Joachim F
bd58bdcf5f
Merge pull request #62660 from joachifm/feat/lvm2-nonSystemd
...
lvm2: cleanup & fix eval error when systemd=null
2019-10-14 19:38:45 +00:00
Tor Hedin Brønner
67effde499
wpa_supplicant: install d-bus conf correctly to share/dbus/system.d
...
Fixes 40dda7383b
which inadvertently installed to
a file as the directory didn't exist.
Also blocked up the postInstall script for readability.
2019-10-14 18:57:44 +02:00
Austin Seipp
0ea34f70c3
linuxPackages.bpftrace: 0.9.1 -> 0.9.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:50:34 -05:00
Austin Seipp
288c2de3c5
linuxPackages.bcc: 0.10.0 -> 0.11.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:49:32 -05:00
Austin Seipp
cab3652660
linux_testing: 5.4-rc2 -> 5.4-rc3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:33:03 -05:00
Jörg Thalheim
14a6713aef
linux: remove deprecated kernel config options
...
Our oldest kernel is 4.4. That's why we can remove configurations that only
applies to kernels older than that.
2019-10-14 11:43:18 +01:00
Jörg Thalheim
283ef6bc6d
Revert "fwupd: Move D-Bus conf file to share/dbus-1/system.d"
...
This reverts commit ad6aada7e2
.
The patch does not apply to our version.
This commit was part of https://github.com/NixOS/nixpkgs/pull/68875
cc @worldofpeace
2019-10-14 11:01:45 +01:00
Silvan Mosberger
23d920c8f0
nixos/users: Increase maximum system uid/gid from 499 to 999
...
This enlarges the system uid/gid range 6-fold, from 100 to 600 ids. This
is a preventative measure against running out of dynamically allocated
ids for NixOS services with isSystemUser, which should become the
preferred way of allocating uids for non-real users.
2019-10-14 01:59:19 +02:00
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Joachim Fasting
ecd693153f
lvm2: silence warning about unrecognized configure flag
...
--enable-applib has been removed.
2019-10-13 13:11:57 +02:00
Joachim Fasting
0489025cab
lvm2: allow building with systemd = null
...
The closure still picks up systemd via udev, however, overriding with eudev is
necessary to avoid the reference.
2019-10-13 13:11:55 +02:00
Joachim Fasting
494d2deebf
lvm2: enable parallel building
2019-10-13 13:11:54 +02:00
Joachim Fasting
5c11b11b58
lvm2: drop unused patch
2019-10-13 13:11:53 +02:00
Edmund Wu
591b1ec17a
linux_testing_bcachefs: 5.2.2019.10.01 -> 5.2.2019.10.12
2019-10-12 18:23:57 -04:00
R. RyanTM
89b7828317
dmtcp: 2.5.2 -> 2.6.0 ( #69521 )
...
* dmtcp: 2.5.2 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dmtcp/versions
* dmtcp: disable on ARM and Darwin
2019-10-12 22:02:27 +02:00
Tim Steinbach
50c36c4df1
linux: 5.3.5 -> 5.3.6
2019-10-12 11:05:45 -04:00
Tim Steinbach
198eb547e2
linux: 5.2.20 -> 5.2.21
2019-10-12 11:05:09 -04:00
Tim Steinbach
83162506c6
linux: 4.19.78 -> 4.19.79
2019-10-12 11:04:27 -04:00
Tim Steinbach
6ed5bf160c
linux: 4.14.148 -> 4.14.149
2019-10-12 11:03:46 -04:00
Robin Gloster
4fb5cdd413
treewide: update some homepage URLs
...
Updated dead or redirecting URLs on packages maintained by me.
2019-10-12 14:52:34 +02:00
Vladimír Čunát
d0ec32c4fd
Partially revert "busybox: fix musl builds"
...
Original commit 5ba8c04ae5
destroyed the meaning
of the *overridable* flag, and incidentally we were
relying on it in channel-critical stuff:
https://hydra.nixos.org/build/102298542
2019-10-12 08:52:07 +02:00
Jan Tojnar
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Florian Klink
29ba759209
iwd: 0.20 -> 0.22
...
We need rst2man to build manpages.
I also removed revert-create-dirs-on-install.patch, as it doesn't apply
cleanly anymore, and is purely cosmetic anyway.
2019-10-11 22:27:02 +02:00
Florian Klink
d3c069c50d
ell: 0.22 -> 0.24
2019-10-11 22:25:15 +02:00
lewo
6cee5a9e02
Merge pull request #70498 from nyanloutre/molly_guard_0_7_2
...
molly-guard: 0.6.3 -> 0.7.2
2019-10-10 20:51:19 +02:00
Franz Pletz
f01ad3efde
Merge pull request #70817 from Enzime/update-nonfree-firmware
...
firmware-linux-nonfree: 2019-08-15 -> 2019-09-23
2019-10-10 14:13:55 +00:00
Marek Mahut
c386d75282
Merge pull request #70664 from r-ryantm/auto-update/multipath-tools
...
multipath-tools: 0.8.2 -> 0.8.3
2019-10-10 11:22:46 +02:00
markuskowa
e92e170692
Merge pull request #70773 from r-ryantm/auto-update/rdma-core
...
rdma-core: 25.0 -> 26.0
2019-10-09 09:29:18 +02:00
Michael Hoang
bb978d8184
firmware-linux-nonfree: 2019-08-15 -> 2019-09-23
2019-10-09 13:01:02 +11:00
R. RyanTM
3687cd58b4
rdma-core: 25.0 -> 26.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2019-10-08 11:10:17 -07:00
Tim Steinbach
ecb95c8bcb
linux: 5.4-rc1 -> 5.4-rc2
2019-10-08 13:18:51 -04:00
Tim Steinbach
e14ccd7285
linux-testing: 5.3-rc8 -> 5.4-rc1
2019-10-08 13:08:02 -04:00
Frederik Rietdijk
a0c34f54cc
Merge master into staging-next
2019-10-08 11:56:52 +02:00
Eelco Dolstra
72531b1806
Merge pull request #70683 from dtzWill/fix/systemd-refs-to-sbin-modprobe
...
systemd: fix /sbin/modprobe usage in logind, nspawn@ service files
2019-10-08 11:12:25 +02:00
R. RyanTM
e8a8ad192b
pagemon: 0.01.16 -> 0.01.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pagemon/versions
2019-10-07 21:09:15 -07:00
Ryan Mulligan
815182894b
Merge pull request #70665 from r-ryantm/auto-update/nmon
...
nmon: 16k -> 16m
2019-10-07 20:29:21 -07:00
Robin Gloster
fba9144f92
Merge pull request #69222 from d-goldin/fix_linux_5_determinism
...
linux_5_2, linux_5_3: fixing nondeterminism
2019-10-08 03:18:40 +02:00
Will Dietz
54ad1d8d41
Merge pull request #68051 from dtzWill/update/libnl-3.5
...
libnl: 3.4.0 -> 3.5.0, drop musl patch
2019-10-07 18:50:39 -05:00
Will Dietz
87b46091bf
systemd: fix /sbin/modprobe usage in logind, nspawn@ service files
2019-10-07 18:39:15 -05:00
Will Dietz
02f8b3df48
autofs5: 5.1.5 -> 5.1.6
2019-10-07 18:27:03 -05:00
Will Dietz
b01407602c
Merge pull request #68902 from dtzWill/feature/turbostat
...
linuxPackages*.turbostat: init
2019-10-07 18:20:27 -05:00
Will Dietz
ea04f6a718
shadow: 4.6 -> 4.7
...
https://github.com/shadow-maint/shadow/releases/tag/4.7
2019-10-07 18:10:54 -05:00
Will Dietz
3a9e0f7a78
Merge pull request #68911 from dtzWill/feature/power-calibrate
...
power-calibrate: init at 0.01.28
2019-10-07 18:01:49 -05:00
Will Dietz
f7dfe59ced
Merge pull request #68916 from dtzWill/feature/health-check
...
health-check: init at 0.03.02
2019-10-07 17:59:13 -05:00
Will Dietz
b51fbeb77c
Merge pull request #69055 from dtzWill/feature/fwts-efi-runtime
...
linuxPackages.fwts-efi-runtime: init
2019-10-07 17:58:56 -05:00
Tim Steinbach
0482c461da
linux: 5.3.4 -> 5.3.5
2019-10-07 17:54:26 -04:00
Tim Steinbach
3610e490b3
linux: 5.2.19 -> 5.2.20
2019-10-07 17:54:00 -04:00
Tim Steinbach
59dc2fa757
linux: 4.9.195 -> 4.9.196
2019-10-07 17:53:31 -04:00
Tim Steinbach
efe13de995
linux: 4.4.195 -> 4.4.196
2019-10-07 17:53:10 -04:00
Tim Steinbach
3eeea86ac3
linux: 4.19.77 -> 4.19.78
2019-10-07 17:52:45 -04:00
Tim Steinbach
66b338d2c8
linux: 4.14.147 -> 4.14.148
2019-10-07 17:51:49 -04:00
R. RyanTM
16a0e7d3f0
nmon: 16k -> 16m
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
2019-10-07 12:14:31 -07:00
R. RyanTM
ff2a877712
multipath-tools: 0.8.2 -> 0.8.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/multipath-tools/versions
2019-10-07 12:11:55 -07:00
Ricardo M. Correia
8c3a40344b
sysstat: fix source url
2019-10-07 15:45:30 +02:00
Linus Heckemann
9906b88423
Merge pull request #70382 from mayflower/anonscm
...
Fix dead anonscm links
2019-10-07 11:53:29 +02:00
Matthieu Coudron
2a25b5c3cb
Merge pull request #70503 from joachifm/feat/remove-blcr
...
Remove blcr package & nixos module
2019-10-06 17:23:12 +09:00
Joachim Fasting
83ffa1457b
linuxPackages.blcr: remove
...
blcr is only supported for pre v4 kernels.
2019-10-06 08:10:29 +02:00
nyanloutre
397dac170f
molly-guard: 0.6.3 -> 0.7.2
2019-10-06 00:12:09 +02:00
Peter Hoeg
0913e30c85
systemd: use pure debug shell
...
Instead of referencing the impure /bin/sh, use a proper bash from the store.
2019-10-06 00:06:25 +03:00
Vladyslav M
2a116c3bb9
bcachefs: 2019-10-01 ( #70217 )
...
bcachefs: 2019-10-01
2019-10-05 22:48:10 +03:00
Tim Steinbach
d5832fbfac
linux: 5.3.2 -> 5.3.4
2019-10-05 10:37:52 -04:00
Tim Steinbach
e0907d2494
linux: 5.2.18 -> 5.2.19
2019-10-05 10:37:27 -04:00
Tim Steinbach
808633dc81
linux: 4.9.194 -> 4.9.195
2019-10-05 10:36:49 -04:00
Tim Steinbach
63ec681edb
linux: 4.4.194 -> 4.4.195
2019-10-05 10:36:19 -04:00
Tim Steinbach
f47dd4a456
linux: 4.19.76 -> 4.19.77
2019-10-05 10:35:57 -04:00
Tim Steinbach
eb4da7a8c1
linux: 4.14.146 -> 4.14.147
2019-10-05 10:35:23 -04:00
Dima
bdccffa81c
linux_5_2, linux_5_3: fixing nondeterminism
...
In 5.2 kernel a new mechanism was introduced which embeds the kernel
headers in the kernel image and exposes them in procfs for simplified
use by userland tools.
It was introduced in
43d8ce9d65
and later modified a bit in
f7b101d330
The archive containing the header files had nondeterminism through the
header files metadata - specifically `mtime`, but I also decided to
normalize some other aspects just in case.
In our default setup we currently compile this as a module, so to expose
the headers to test the functionality `kheaders` needs to be loaded.
See https://lkml.org/lkml/2019/10/4/1036 and
https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?h=fixes&id=2cc99c9cdc8fde5e92e34f9655829449cebd3e00
I commented out the documentation part of the patch to make it cleanly apply to
5.2 and 5.3, see remark in the patch itself.
2019-10-05 09:34:35 +02:00
R. RyanTM
b1e0c37ee3
sysvinit: 2.95 -> 2.96
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysvinit/versions
2019-10-04 23:40:01 +02:00
Frank Doepper
17f76a906e
zfs: fix PATH for zpool.d scripts
2019-10-04 13:38:27 +02:00
Linus Heckemann
91ceb6b997
treewide: fix dead anonscm.debian.org links
2019-10-04 12:42:21 +02:00
Linus Heckemann
3682a3b0b1
ipsecTools: ship patch directly
...
No longer available since anonscm.debian.org is shut
down (#39927 ). Replacement obtained from OpenSUSE source package
http://download.opensuse.org/repositories/openSUSE:/Factory/standard/src/ipsec-tools-0.8.2-9.6.src.rpm
2019-10-04 12:33:31 +02:00
Robin Gloster
aad72d5c95
iproute: 5.2.0 -> 5.3.0
2019-10-03 21:09:00 +02:00
Jörg Thalheim
96097ab665
linux: update fpu patches for 5.3
...
At the moment we experience bad instabilities with linux 5.3:
https://github.com/zfsonlinux/zfs/issues/9346
as the zfs-native method of disabling the FPU is buggy.
2019-10-03 11:13:28 +01:00
Matthew Bauer
7eace49cc5
Merge pull request #69917 from lopsided98/linux-rpi-1-dtb-rename
...
linux_rpi1: fix Raspberry Pi Zero device tree file name
2019-10-02 20:03:37 -04:00
Jan Tojnar
b9c5f849a4
Merge branch 'staging-next' into staging
2019-10-03 01:47:41 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next
2019-10-03 01:47:08 +02:00
Edmund Wu
24a7e828df
linux_testing_bcachefs: 5.2.2019.09.24 -> 5.2.2019.10.01
2019-10-02 16:12:49 -04:00
Pierre Bourdon
559687498b
wpa_supplicant: apply patch for CVE-2019-16275
2019-10-02 21:24:23 +02:00
Ambroz Bizjak
d156b2b619
nvidia-x11: Make vulkan library path absolute for >= 435.
...
The original file contains just a library name, which does not work when LD_LIBRARY_PATH does not contain /run/opengl-driver/lib, as is the case in unstable NixOS.
Fixes https://github.com/NixOS/nixpkgs/issues/69264
2019-10-02 10:09:50 +03:00
Edmund Wu
0266449187
raspberrypifw: 1.20190819 -> 1.20190925
2019-10-01 08:43:15 -04:00
Edmund Wu
436d94feea
linux_rpi: 1.20190906 -> 1.20190925
2019-10-01 08:43:15 -04:00
Tim Steinbach
ed5a7f6740
linux: 5.3.1 -> 5.3.2
2019-10-01 08:00:25 -04:00
Tim Steinbach
5783f5335d
linux: 5.2.17 -> 5.2.18
2019-10-01 08:00:22 -04:00
Tim Steinbach
6f807b3861
linux: 4.19.75 -> 4.19.76
2019-10-01 08:00:08 -04:00
markuskowa
2b9ceb4b16
Merge pull request #69720 from r-ryantm/auto-update/open-iscsi
...
openiscsi: 2.0.877 -> 2.0.878
2019-09-30 17:19:32 +02:00
ajs124
751cb474bd
apparmor: 2.13.1 -> 2.13.3
2019-09-30 13:22:01 +02:00
Domen Kožar
5ea4c9184b
busybox: remove the missing diff
2019-09-29 18:43:32 +02:00
Domen Kožar
39769df9df
busybox: flip around logic how musl is determined
2019-09-29 16:56:16 +02:00
Jörg Thalheim
64d821d9f4
Revert "busybox: fix musl builds"
...
This reverts commit 5ba8c04ae5
.
Broke non-musl busybox.
fixes: #70007
2019-09-29 15:31:50 +01:00
Matthew Bauer
5ba8c04ae5
busybox: fix musl builds
...
You shouldn’t need to add anything with musl builds. The libc will
configure these values for you.
2019-09-29 11:19:56 +02:00
Frederik Rietdijk
503081fa5b
Merge staging into staging-next
2019-09-29 11:05:22 +02:00
Ben Wolsieffer
1f289463ac
linux_rpi1: fix Raspberry Pi Zero device tree file name
2019-09-28 17:58:04 -04:00
Michael Weiss
262b17a375
fuse3: 3.6.2 -> 3.7.0
2019-09-28 21:08:47 +02:00
Ambroz Bizjak
b1ed9c6d9e
nvidia-x11: Remove patches from the 390 version. ( #69851 )
...
Without those patches it builds and works with kernels 4.19 and 5.2.
Fixes https://github.com/NixOS/nixpkgs/issues/65937
2019-09-28 11:26:06 -04:00
Jörg Thalheim
539e66c429
zfsUnstable: drop build patches
2019-09-28 10:43:46 +01:00
Timo Kaufmann
7cc78d4485
Merge pull request #67696 from eadwu/bcachefs/update-7
...
bcachefs/update-7
2019-09-28 08:22:24 +00:00
Franz Pletz
2a284a7805
Merge pull request #69410 from primeos/iproute2
...
iproute: 5.2.0 -> 5.3.0
2019-09-28 06:21:21 +00:00
Edmund Wu
26ff3da4b7
linux_rpi: fix overrides
2019-09-27 21:46:01 -04:00
R. RyanTM
28dba451bd
openiscsi: 2.0.877 -> 2.0.878
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/open-iscsi/versions
2019-09-27 16:32:35 -07:00
Vladimír Čunát
217cf982c7
Merge branch 'master' into staging-next
2019-09-27 22:13:02 +02:00
Samuel Dionne-Riel
95005c1039
Merge pull request #68265 from tkerber/rpi4
...
Various: Add support for raspberry pi 4.
2019-09-27 14:35:17 -04:00
Franz Pletz
1bcd6fdc41
Merge pull request #69647 from Baughn/zfs
...
zfs: 0.8.1 -> 0.8.2
2019-09-27 16:20:46 +00:00
Svein Ove Aas
f6a894475c
zfs: 0.8.1 -> 0.8.2
2019-09-27 15:38:55 +01:00
Edmund Wu
6eb5915afd
linux_testing_bcachefs: 5.1.2019.08.21 -> 5.2.2019.09.24
2019-09-27 09:19:12 -04:00
Jörg Thalheim
c0cba22090
Add intel-compute-runtime / Intel NEO driver stack ( #63705 )
...
Add intel-compute-runtime / Intel NEO driver stack
2019-09-27 11:52:55 +01:00
Peter Hoeg
b16a186529
Merge pull request #69602 from r-ryantm/auto-update/iio-sensor-proxy
...
iio-sensor-proxy: 2.7 -> 2.8
2019-09-27 15:03:16 +08:00
Joachim F
ad773d31e2
Merge pull request #69345 from joachifm/feat/split-version
...
Replace uses of splitString for splitting version strings
2019-09-27 06:19:18 +00:00
R. RyanTM
42a2b37376
criu: 3.12 -> 3.13
...
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-09-26 21:14:41 -05:00
R. RyanTM
93bcad6b20
iio-sensor-proxy: 2.7 -> 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/iio-sensor-proxy/versions
2019-09-26 15:48:37 -07:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
...
Quoting from the splitString docstring:
NOTE: this function is not performant and should never be used.
This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
Jörg Thalheim
2e3df3f1a9
btfs: simplify shebang fixup
2019-09-26 09:09:41 +01:00
R. RyanTM
38bff390bc
btfs: 2.19 -> 2.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btfs/versions
2019-09-26 01:00:08 -07:00
Jörg Thalheim
827f8a33f7
Merge pull request #69388 from ivan/kernel-inet-diag
...
kernel/common-config: enable INET_{TCP,UDP,RAW}_DIAG and INET_DIAG_DESTROY
2019-09-26 08:50:54 +01:00
Dmitry Kalinkin
b3472597b7
Merge branch 'staging-next' into staging
...
Fixes eval on darwin after #69072
Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Dmitry Kalinkin
c455adcc42
Merge branch 'master' into staging-next
...
Fixes eval on darwin after #69072
Resolved conflict in pkgs/tools/security/thc-hydra/default.nix
Basically had to revert a1c0e10564
which
adapts #69210 to master that doesn't yet have
329a88efa7
Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:21:46 -04:00
Robin Gloster
d4212d66a8
linuxPackages.r8168: 8.046.00 -> 8.047.00
2019-09-25 17:09:26 +02:00
Robin Gloster
0fe41d4a87
linuxPackages.jool: 4.0.0 -> 4.0.5
2019-09-25 16:46:32 +02:00
Michael Weiss
051d0bf54d
iproute: 5.2.0 -> 5.3.0
...
"This update includes usual ammount of minor fixes and to tools and
documentation. More to the newer tools like devlink and rdma." [0]
File changes:
+share/man/man8/ip-nexthop.8.gz
+share/man/man8/rdma-statistic.8.gz
+share/man/man8/rdma-system.8.gz
+share/man/man8/tc-ctinfo.8.gz
+share/man/man8/tc-mpls.8.gz
nix path-info -S:
5.2.0 46554496
5.3.0 46560144
[0]: https://www.spinics.net/lists/netdev/msg600739.html
2019-09-25 11:08:51 +02:00
Ivan Kozik
6df3156696
kernel/common-config: enable INET_{TCP,UDP,RAW}_DIAG and INET_DIAG_DESTROY
2019-09-24 21:39:02 +00:00
Peter Hoeg
da9e40fcc2
Merge pull request #69299 from peterhoeg/f/hv_master
...
hyperv-daemons: fix binary location to stop error log spam
2019-09-25 04:50:06 +08:00
Ivan Kozik
97cc421cdd
kernel/common-config: enable SCHED_DEBUG
2019-09-24 20:29:04 +00:00
Robin Gloster
3fd6409d4a
Merge pull request #69005 from disassembler/ply-rsync
...
linuxPackages.ply: add rsync to native build inputs
2019-09-24 16:34:52 +02:00
Vladimír Čunát
192fb9d11b
Merge branch 'staging-next' into staging
2019-09-24 08:15:01 +02:00
Vladimír Čunát
eab41878ac
Merge branch 'master' into staging-next
2019-09-24 08:14:34 +02:00
Jörg Thalheim
11c140cd9e
Merge pull request #69120 from mweinelt/pr/piper/0.3
...
piper: 0.2.903 -> 0.3
2019-09-24 06:55:35 +01:00
Jörg Thalheim
7cacb64c75
Merge pull request #69119 from mweinelt/pr/libratbag/0.10
...
libratbag: 0.9.905 -> 0.10
2019-09-24 06:52:58 +01:00
Jörg Thalheim
868147e1bc
Merge pull request #69231 from c00w/3a
...
linux_rpi: copy dtb so raspberry pi 3a+ boots
2019-09-24 04:23:23 +01:00
Peter Hoeg
a5872e8bde
hyperv-daemons: fix binary location to stop error log spam
2019-09-24 11:10:16 +08:00
Jörg Thalheim
8086e672c7
linuxPackages.exfat-nofuse: 2018-04-16 -> 2019-09-06 ( #68647 )
...
linuxPackages.exfat-nofuse: 2018-04-16 -> 2019-09-06
2019-09-24 03:47:08 +01:00
Jörg Thalheim
a1d557a1da
Merge pull request #68745 from dtzWill/fix/systemd-unused-lxml
...
systemd: cleanup unused variable and containing 'let' (NFCI)
2019-09-24 03:43:40 +01:00
Jörg Thalheim
43c6c753ee
Merge pull request #68220 from jonringer/bump-radeontool
...
radeontool: 1.5 -> 1.6.3
2019-09-24 03:40:22 +01:00
Jörg Thalheim
6f7397257e
Merge pull request #69296 from Mic92/rtlwifi_new
...
rtlwifi_new: 2018-02-17 -> 2019-08-21
2019-09-23 20:41:04 +01:00
Eelco Dolstra
711cbb9117
rtl8812au, rtl8821au: Prevent runtime dependency on kernel.dev
2019-09-23 19:23:21 +02:00
Jörg Thalheim
434a69f5b5
rtlwifi_new: 2018-02-17 -> 2019-08-21
2019-09-23 14:37:51 +01:00
Jörg Thalheim
1e8772375e
systemd: add myself as maintainer
2019-09-23 09:43:37 +01:00