Commit graph

9499 commits

Author SHA1 Message Date
R. RyanTM d7c393239d mcelog: 161 -> 162 (#57317)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mcelog/versions
2019-03-27 15:48:44 +01:00
Tim Steinbach 95f568b9bd
linux: 5.0.4 -> 5.0.5 2019-03-27 10:09:55 -04:00
Tim Steinbach ec83ff060e
linux: 4.19.31 -> 4.19.32 2019-03-27 10:09:43 -04:00
Tim Steinbach e3bee73c18
linux: 4.14.108 -> 4.14.109 2019-03-27 10:09:31 -04:00
Tim Steinbach ebd253309e
linux: 4.9.165 -> 4.9.166 2019-03-27 10:09:03 -04:00
Michael Weiss 03989bea54
Merge pull request #58136 from dtzWill/update/iproute2-5
iproute2: 4.20.0 -> 5.0.0
2019-03-27 12:47:24 +01:00
Michael Weiss c4eff69dca
Merge pull request #58215 from primeos/iputils
iputils: 20180629 -> 20190324
2019-03-27 12:23:56 +01:00
Michael Weiss b6e50e4921
iputils: 20180629 -> 20190324
Important changes:
- Two files where removed in [0]:
  - bin/ipg
  - share/man/man8/pg3.8.gz
- The build system changed from Autotools to Meson.
- New: systemd units and Japanese translations
- "It is probable that within in many many changes a regression may have
  slipped in" [1]

[0]: 45a1d39b0c
[1]: https://github.com/iputils/iputils/releases/tag/s20190324

Co-authored-by: Will Dietz <github@wdtz.org>
2019-03-26 11:38:48 +01:00
Will Dietz 0d1209a37e
Merge pull request #58141 from dtzWill/fix/powertop-vert-scrolling
powertop: patch to fix vertical scrolling
2019-03-24 21:39:07 -05:00
Robert Schütz aeea929058
setools: fix build (#58172) 2019-03-24 19:52:40 +01:00
Tim Steinbach e5fd7ba15c
linux: Remove 4.20
Upstream has EOL'd 4.20
2019-03-24 12:15:41 -04:00
Tim Steinbach b10ec4859d
linux: 5.0.3 -> 5.0.4 2019-03-24 12:13:59 -04:00
Tim Steinbach 0e25209c33
linux: 4.19.30 -> 4.19.31 2019-03-24 12:13:38 -04:00
Jörg Thalheim 9ceb252d30
Merge pull request #58168 from andir/systemd-deb-snapshots
systemd: update debian patches url to snapshots.debian.org
2019-03-24 06:30:57 +00:00
Dmitry Kalinkin 04727cc641
Merge pull request #57522 from yorickvP/it87
it87: init at 2018-08-14
2019-03-23 20:35:26 -04:00
Benjamin Staffin fba697daef anbox: fix build on x86_64-linux
`x86-64-linux` was a typo; there needs to be an underscore in there.
2019-03-23 15:57:07 -04:00
Gabriel Ebner d5a533de97
Merge pull request #58143 from worldofpeace/anbox-nits
anbox: cleanup
2019-03-23 18:34:36 +01:00
Tim Steinbach eca0d0ad62
linux: 4.14.107 -> 4.14.108 2019-03-23 11:26:16 -04:00
Tim Steinbach d10015ea4f
linux: 4.9.164 -> 4.9.165 2019-03-23 11:25:54 -04:00
Tim Steinbach ece2d7d6a0
linux: 4.4.176 -> 4.4.177 2019-03-23 11:25:27 -04:00
Matthieu Coudron bc36c24998 linux_mptcp: 0.94.1 -> 0.94.3 (#57628)
Mailing list announcement:

the Multipath TCP Kernel v0.94.3 has been released, containing important
bug-fixes (thanks to syzkaller) and perf-improvements.
This release is based on Linux v4.14.105.

Everybody should update to the latest kernel.

Multipath TCP Linux Kernel v0.94.3
=====

Benjamin Hesmans <benjamin.hesmans@uclouvain.be> (1):
      [3f01458be8cc] mptcp: checksum corner case

Christoph Paasch <cpaasch@apple.com> (21):
      [287af08b7193] mptcp: Trigger sending when new subflow gets established
      [a284ba1574f5] mptcp: Reinject data when the write-queue gets purged
      [9ac97e3324ec] mptcp: Build-Fix for mptcp_push_pending_frames
      [68e3b3cc6204] mptcp: Don't allow TCP_REPAIR on MPTCP-sockets
      [6d58ca87a125] mptcp: Rework mptcp_disconnect
      [1b142d9b94f9] mptcp: Initialize IPv6-fields even more correctly
      [247a77e1d4e0] mptcp: Fully disable MD5SIG
      [97543fe0b8b8] mptcp: Reset icsk_bind_hash to NULL to avoid use-after-free in inet_put_port
      [d307e46cc3f9] mptcp: Initialize meta_tp after potentially failing instructions
      [da42a64cf11e] mptcp: Don't free mpcb when mptcp_alloc_mpcb succeeded
      [71b3bf995bcd] mptcp: Prevent circular locking dependency on tcp_close()
      [444bf8c76806] mptcp: Ensure proper free'ing of master_sk upon failure
      [15afe58a959e] mptcp: Handle error-case for MPTCP-Fastopen
      [73db90da684c] mptcp: Unify usage of rcu_read_lock_bh,...
      [f266d120c091] mptcp: Fix error-cases in TCP_SYNCOOKIES path
      [872427427624] mptcp: Support randomized Timestamps on SYN-Cookies
      [c3e29b9cace0] mptcp: Do not lock in tcp_get_info for MPTCP_INFO
      [1bc2adaf003d] mptcp: Trigger meta-retransmission always when the timer fired
      [a947ef46d5e1] mptcp: Don't update meta-RTO from subflows that are retransmitting
      [619d44cae638] mptcp: Reevalute and reschedule meta-level RTO for new subflows
      [310b6838cab0] mptcp: Stable Release v0.94.3

Matthieu Baerts <matthieu.baerts@tessares.net> (1):
      [34154a943635] mptcp: Build-Fix with CONFIG_MEMCG

How to install (if you have our bintray repositories setup)
=====

The config-file of these pre-compiled images has also been updated with more
complete configurations, including also CONFIG_MEMCG (cfr.:
https://github.com/multipath-tcp/mptcp/issues/321).
2019-03-23 10:55:22 -04:00
Andreas Rammhold bb821c65ff
systemd: update debian patches url to snapshots.debian.org
The current approach will fail when enough time has passed. We ideally
want to be reproducible even in a few years of time. So we should pick
the sources of patches wisely as otherwise we can not do that.
2019-03-23 09:52:35 +01:00
Frederik Rietdijk 23e431387b Merge staging-next into staging 2019-03-23 09:20:09 +01:00
Frederik Rietdijk b40d752872 Merge master into staging-next 2019-03-23 09:18:41 +01:00
Sarah Brofeldt af4ad24d73 anbox: Prevent eval failure on non-existent arches 2019-03-23 08:44:19 +01:00
worldofpeace 1e2b834cf0 anbox: cleanup
Use trivial builders for all the text manipulation and use runtimeShell
2019-03-22 15:22:40 -04:00
Will Dietz a5a26cfa86 powertop: patch to fix vertical scrolling
From mailing list (thanks!).
2019-03-22 14:17:18 -05:00
Will Dietz 29fde98ed3 iproute2: 4.20.0 -> 5.0.0 2019-03-22 14:09:58 -05:00
Gabriel Ebner 03f7c82e62
Merge pull request #57826 from gebner/anbox
anbox: init at 2019-03-07
2019-03-22 19:19:47 +01:00
Sarah Brofeldt 4a6cde0c64
Merge pull request #58076 from dtzWill/update/sssd-1.16.4
sssd: 1.16.3 -> 1.16.4
2019-03-22 18:56:12 +01:00
Jörg Thalheim 9824b3ce4d
Merge pull request #58053 from illegalprime/libatasmart-cross
libatasmart: add build time cc
2019-03-22 07:28:41 +00:00
Wael M. Nasreddine 5af0780492
Merge remote-tracking branch 'origin/master' into staging
* origin/master: (693 commits)
  buildGoModule: use go_1_12 instead of go_1_11 (#58103)
  gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091)
  signal-desktop: 1.22.0 -> 1.23.0
  added missing semicolon to documentation
  terminus_font_ttf: 4.46.0 -> 4.47.0
  buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071)
  dav1d: init at 0.2.1
  dropbox-cli: 2018.11.28 -> 2019.02.14
  atlassian-confluence: 6.14.1 -> 6.14.2
  maintainers: update email for dywedir
  python.pkgs.hglib: use patch to specify hg path (#57926)
  chkrootkit: 0.52 -> 0.53
  radare2-cutter: 1.7.2 -> 1.8.0
  autorandr: 1.7 -> 1.8
  pythonPackages.pyhepmc: fix build
  llvm-polly/clang-polly: use latest llvm
  apulse: 0.1.11.1 -> 0.1.12, cleanup
  factorio: experimental 0.17.14 → 0.17.16 (#58000)
  sequeler: 0.6.7 -> 0.6.8
  nasc: 0.5.1 -> 0.5.2
  ...
2019-03-21 21:01:25 -07:00
Will Dietz 7ac7491fa8
Merge pull request #57625 from dtzWill/update/netatop-2
netatop: 1.0 -> 2.0, fixes compat with kernels >= 4.13
2019-03-21 16:45:56 -05:00
Will Dietz 9595eb1b6d sssd: 1.16.3 -> 1.16.4
https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_4.html

CVE-2019-3811, see notes.
2019-03-21 16:23:33 -05:00
Michael Eden d1f0f10cf1 libatasmart: add build time cc 2019-03-21 11:05:47 -04:00
R. RyanTM 983cf262e8 audit: 2.8.4 -> 2.8.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/audit/versions
2019-03-20 22:32:51 -07:00
Ben Wolsieffer 34d04f4114 linux_rpi: 1.20180919 -> 1.20190215 2019-03-20 22:51:08 -04:00
Edmund Wu 928d51a9cb
nvidia_x11: 418.43 -> 418.56 2019-03-20 18:20:23 -04:00
Tim Steinbach 6a9896b411
linux: 5.0.2 -> 5.0.3 2019-03-19 08:56:06 -04:00
Tim Steinbach 4adf858377
linux: 4.20.16 -> 4.20.17 2019-03-19 08:55:56 -04:00
Tim Steinbach b1c72326ce
linux: 4.19.29 -> 4.19.30 2019-03-19 08:55:47 -04:00
Tim Steinbach 08414dd72e
linux: 4.14.106 -> 4.14.107 2019-03-19 08:55:35 -04:00
Tim Steinbach 9e2adb4e36
linux: 4.9.163 -> 4.9.164 2019-03-19 08:51:04 -04:00
Peter Hoeg 86cff5f5d7 logitech-udev-rules: init at 20190130 2019-03-19 09:58:56 +08:00
Will Dietz 7785df3b90
Merge pull request #57495 from r-ryantm/auto-update/udisks
udisks: 2.8.1 -> 2.8.2
2019-03-18 12:49:29 -05:00
Edward Tjörnhammar e42b5d9326 anbox: init at 2019-03-07
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:28:01 +01:00
Edward Tjörnhammar dfa314c382 linuxPackages.anbox: init at 2018-09-08
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:23:08 +01:00
Will Dietz d3760f1c7a udisks2: touchup and adjust deps for new version 2019-03-17 22:13:51 -05:00
Anthony Cowley 7d9d8874f5 linux: Enable AMD's amdkfd kernel driver in >= 4.20
The amdkfd driver was built (and loaded when support was detected)
without explicit configuration in kernels 4.17-4.19, but not in newer
kernels.
2019-03-17 22:28:25 -04:00
Michael Eden 6a4364fdf1 devmem2: use $CC instead of cc to build 2019-03-17 20:23:45 +01:00
qolii 8d1270f9c3 linux_hardkernel_4_14: 4.14.94-155 -> 4.14.102-156 (#57082) 2019-03-16 00:01:39 +01:00
Franz Pletz eec84d5e84
Merge pull request #57534 from elseym/wireguard-tools
wireguard-tools: 0.0.20190123 -> 0.0.20190227
2019-03-15 22:01:37 +00:00
Maximilian Bosch 2c3ab523d3
linuxPackages.wireguard: fix build
Ensure that only module-related targets from the project's Makefile are
built.

Co-authored-by: elseym <elseym@me.com>
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-03-15 22:45:14 +01:00
R. RyanTM 357602afaf fwts: 19.01.00 -> 19.02.00 (#56665)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwts/versions
2019-03-15 17:00:01 +01:00
R. RyanTM 66002ce902 linuxPackages.evdi: 1.5.1 -> 1.6.0 (#56636)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
2019-03-15 16:59:30 +01:00
Pascal Wittmann 4a51bcfde7
Merge pull request #57287 from NixOS/update-fix-ima-evm-utils
ima-evm-utils: 1.0.0 -> 1.1 and fix build
2019-03-15 08:59:17 +01:00
Vladyslav M d738f0d7d6
Merge pull request #56560 from eadwu/bcachefs/20190228
linux_testing_bcachefs, bcachefs-tools: 2019-03-13
2019-03-15 09:44:10 +02:00
Edmund Wu 143cf54f81
linux_testing_bcachefs: 4.20.2019.02.20 -> 4.20.2019.03.13 2019-03-14 16:25:49 -04:00
xeji 65bba7cbdf
Merge pull request #57454 from alyssais/linux-libre
linux_latest-libre: fix build
2019-03-14 20:08:23 +01:00
Vladimír Čunát 04066403ae
Merge branch 'master' into staging-next
Lots of rebuilds from master, apparently.
Hydra nixpkgs: ?compare=1509577
2019-03-14 19:54:49 +01:00
Tim Steinbach c22922e251
linux: 5.0.1 -> 5.0.2 2019-03-14 09:13:17 -04:00
Tim Steinbach ef53c6dd07
linux: 4.20.15 -> 4.20.16 2019-03-14 09:13:07 -04:00
Tim Steinbach 82d6e57943
linux: 4.19.28 -> 4.19.29 2019-03-14 09:12:51 -04:00
Tim Steinbach 85924d84fc
linux: 4.14.105 -> 4.14.106 2019-03-14 09:12:37 -04:00
Tim Steinbach c130cb7374
linux: 4.9.162 -> 4.9.163 2019-03-14 09:12:19 -04:00
Will Dietz 67f160c71a cgmanager: 0.41 -> 0.42 2019-03-14 00:54:10 -05:00
Will Dietz 006bb983b9 netatop: 1.0 -> 2.0, fixes compat with kernels >= 4.13 2019-03-14 00:50:05 -05:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Yorick van Pelt 6b73e0e349
it87: init at 2018-08-14 2019-03-12 15:34:50 +01:00
Ryan Mulligan 5cbb20fc30
Merge pull request #57331 from r-ryantm/auto-update/nmon
nmon: 16h -> 16i
2019-03-12 06:11:50 -07:00
R. RyanTM b49b6e0375 udisks: 2.8.1 -> 2.8.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/udisks/versions
2019-03-12 00:58:43 -07:00
Alyssa Ross 0ca13abcb8
linux_latest-libre: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/56890.
2019-03-11 21:35:48 +00:00
Will Dietz c13a29e398 kmod: 25 -> 26
https://lwn.net/Articles/779249/
2019-03-11 12:33:45 -05:00
R. RyanTM 21650abd8a nmon: 16h -> 16i
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-03-10 20:36:52 -07:00
Pascal Wittmann 6b2be9070c
ima-evm-utils: apply upstream fix for attr-2.4.48 compatibility 2019-03-10 21:14:20 +01:00
Pascal Wittmann 978e19be8c
ima-evm-utils: 1.0.0 -> 1.1 2019-03-10 21:12:58 +01:00
Tim Steinbach 0db1b7b025
linux: 5.0 -> 5.0.1 2019-03-10 14:16:48 -04:00
Tim Steinbach 742a089322
linux: 4.20.14 -> 4.20.15 2019-03-10 14:16:26 -04:00
Tim Steinbach 810401284f
linux: 4.19.27 -> 4.19.28 2019-03-10 14:16:02 -04:00
Vladimír Čunát 8d502fd425
Merge branch 'staging-next' into staging 2019-03-10 08:05:27 +01:00
Vladimír Čunát bf47162c26
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
Michael Weiss c1c13e4115
fuse3: 3.4.1 -> 3.4.2 2019-03-10 00:03:25 +01:00
Vladimír Čunát 84be644f87
Merge #56833: linuxPackages.bcc: fix build 2019-03-09 13:23:27 +01:00
Dmitry Kalinkin 0baa7c90c6
Merge pull request #56211 from eadwu/nvidia_x11/2019-02-22
nvidia_x11: 2019-02-22
2019-03-06 21:10:22 -05:00
Andreas Rammhold 219b247e5b
Merge pull request #56607 from andir/cryptsetup-2.1
cryptsetup: 2.0.6 -> 2.1.0
2019-03-06 16:55:26 +01:00
Jan Tojnar 71f7d6b939
Merge pull request #56745 from jtojnar/ffado-qt5
ffado: port to qt5
2019-03-06 00:17:00 +01:00
Tim Steinbach 1847b85f15
linux: 4.20.13 -> 4.20.14 2019-03-05 15:06:49 -05:00
Tim Steinbach 5e67bc19c8
linux: 4.19.26 -> 4.19.27 2019-03-05 15:06:36 -05:00
Tim Steinbach 535600be55
linux: 4.14.104 -> 4.14.105 2019-03-05 15:06:24 -05:00
Tim Steinbach cfc1110dc8
linux: 4.9.161 -> 4.9.162 2019-03-05 15:06:03 -05:00
Jörg Thalheim 756e7cd84e
Merge pull request #56886 from Mic92/zfs-0.7.13
zfs: 0.7.12 -> 0.7.13
2019-03-05 16:52:03 +00:00
Jörg Thalheim 6b36c711a9
spl: 0.7.12 -> 0.7.13 2019-03-05 15:48:28 +00:00
Jörg Thalheim 2bfd19fcb2
zfs: 0.7.12 -> 0.7.13
(cherry picked from commit b57080d34136fd8dcc49632696ceb5ed1ff73326)
2019-03-05 14:49:44 +00:00
Frederik Rietdijk 5d7ab31949 Merge master into staging-next 2019-03-05 08:32:52 +01:00
Will Dietz 20d62b0f2b s6-linux-utils: 2.5.0.0 -> 2.5.0.1
https://skarnet.org/software/s6-linux-utils/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz a55c66c6ae linuxPackages.bcc: fix build
flex is needed as buildInput too (headers, libfl),
recent strictDeps change in python caught this.

Fixes #56724
2019-03-04 12:02:21 -06:00
Tim Steinbach 09d708eee3
linux: Add 5.0
Update latest kernel to 5.0
2019-03-04 08:31:02 -05:00
R. RyanTM 7e26b9d53e sysvinit: 2.93 -> 2.94 (#56760)
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-03-04 13:15:39 +01:00
Michael Raskin def5aeb17f
Merge pull request #56580 from dtzWill/update/cking-utils-2019-02
forkstat, smemstat, stress-ng: bump various cking utils
2019-03-04 08:07:37 +00:00
Will Dietz d52abb0fd3
Merge pull request #56559 from dtzWill/update/wireless-tools-30.pre9
wireless-tools: 30.pre2 -> 30.pre9
2019-03-04 00:10:19 -06:00
Jan Tojnar 8b1816ec5a
ffado: 2.4.0 → 2.4.1
Update, switch to Python 3, Qt 5, libxmlxx3, and clean up the expression.
2019-03-03 12:10:59 +01:00
Frederik Rietdijk 35e73c9dd5 Merge staging into staging-next 2019-03-03 09:35:42 +01:00
Michael Raskin ee5ee27233
Merge pull request #56651 from r-ryantm/auto-update/firejail
firejail: 0.9.58 -> 0.9.58.2
2019-03-02 10:59:16 +00:00
R. RyanTM 9944d2e91d firejail: 0.9.58 -> 0.9.58.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/firejail/versions
2019-03-01 21:47:37 -08:00
R. RyanTM fcc50e80b8 conky: 1.11.2 -> 1.11.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/conky/versions
2019-03-01 16:34:34 -08:00
Andreas Rammhold f716a7ec32
cryptsetup: 2.0.6 -> 2.1.0
Bump to the latest stable version. Be aware that cryptsetup changed the
default LUKS header format with this version. When porting this to a
stable distribution you should supply the configure flag
`--with-default-luks-format=LUKS1` to preserve the user experience
there.

The full changelog can be seen at [0].
[0] https://gitlab.com/cryptsetup/cryptsetup/blob/master/docs/v2.1.0-ReleaseNotes
2019-03-01 23:01:21 +01:00
Will Dietz fb5254dfae smemstat: 0.02.00 -> 0.02.03
Similarly move .tar.gz -> .tar.xz
2019-03-01 08:37:23 -06:00
Will Dietz f1cee22226 forkstat: 0.02.03 -> 0.02.09
And move to .tar.xz since .tar.gz is only offered until 0.02.03.
2019-03-01 08:37:17 -06:00
Frederik Rietdijk 205e0fc5bd Merge staging-next into staging 2019-03-01 09:22:21 +01:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Will Dietz 67f904856a wireless-tools: 30.pre2 -> 30.pre9
* 30.pre2 source is no longer available, apparently

Since changelog seems to be only inside the sources,
here's the diff from pre2 to pre9's CHANGELOG.h:

    ---
    o When using takeover, redo probing in case eth0 was in use [ifrename]
    o Update Hotplug documentation, add uDev bits [HOTPLUG-UDEV.txt]
    o Add ESSID bug patches and documentation [ESSID-BUG.txt]
    o Make wireless.21.h LGPL as promised a long time ago [wireless.21.h]
    ---
    	(Bug reported by Shaddy Baddah)
    o Fix unaligned access on SPARC in the 64->32 bit workaround [iwlib.c]
    ---
    	(From Maxime Charpenne <maxime.charpenne@free.fr>)
    o Mise à jour de la traduction en francais des pages manuel [fr/*]
    ---
    o Use wireless.22.h, make it LGPL [iwlib.h/wireless.22.h]
    o Show Scanning Capabilities in "iwlist event" [iwlist]
    	(Bug reported by Nikita Zhernosenko)
    o Fix parsing of retry/power when modifier is used [iwconfig]
    	(Bug reported by Alexis Phoenix)
    o Remove trailing '/' in INSTALL_* that fooled checkinstall [Makefile]
    	(From Dan Williams <dcbw@redhat.com>)
    o Scan capabilities in struct iw_range [wireless.h]
    	(From Guus Sliepen <guus@debian.org>)
    o Install localised man page [Makefile]
    ---
    o Fix #define that broke 32->64 bit workaround [wireless.22.h]
    o Workaround kernel bug when getting ESSID [iwlib/iwconfig/iwgetid]
    	(From Gerald Pfeifer  <gerald@pfeifer.com>)
    o Fix gramar in man page, add about hidden networks [iwlist.8]
    ---
    	(From Reinette Chatre <reinette.chatre@intel.com>)
    o Enable scan buffer to grow up to 65535 instead of 32768 [iwlist]
    o Return a proper error if scan result exceed buffer max [iwlist]
    	(From Jean Tourrilhes)
    o Do above two fixes for the simple scan API [iwlib]
    	(From Claudio Ferronato <claiudio@libero.it>)
    o Spelling and typos in [iwconfig.8]
    ---
    o Create iwlib-private.h to minimise namespace pollution [iwlib]
    o More fix to the 64->32bit band-aid for encode [iwlib]
    o Update udev rule to remove a warning [19-udev-ifrename.rules]
    	(from Ritesh Raj Sarraf <rrs@researchut.com> and Guus Sliepen)
    o Propagate error codes out of main for get [iwconfig/iwlist/iwspy]
    	(From Guus Sliepen <guus@debian.org>)
    o Remove spurious commands from Czech iwconfig manpage.
2019-02-28 20:50:38 -06:00
Vladyslav M bae88077f1
Merge pull request #55928 from hyperfekt/bcachefs-update
linux_testing_bcachefs: 4.20.2019.02.09 -> 4.20.2019.02.20
2019-02-28 22:25:36 +02:00
Tim Steinbach cab4a718de
linux: 4.20.12 -> 4.20.13 2019-02-27 13:34:15 -05:00
Tim Steinbach 9a65fde170
linux: 4.19.25 -> 4.19.26 2019-02-27 13:34:03 -05:00
Tim Steinbach 4580d6ca9e
linux: 4.14.103 -> 4.14.104 2019-02-27 13:33:51 -05:00
Tim Steinbach 4eff65e514
linux: 4.9.160 -> 4.9.161 2019-02-27 13:33:34 -05:00
Tim Steinbach 408e4457f1
linux: 5.0-rc7 -> 5.0-rc8 2019-02-27 13:33:19 -05:00
Silvan Mosberger fd901586cb
Merge pull request #51733 from averelld/nvidia-docker
nvidia-docker module/package
2019-02-27 16:03:23 +01:00
Robert Schütz 1d1c909bf8 linuxPackages.tp_smapi: fix evaluation
has been broken by dadc7eb329
2019-02-27 12:02:56 +01:00
Averell Dalton d6c2fe76ed nvidia-docker: init at 2.0.3
nvidia_x11 and persistenced were modified to provide binaries which can be
mounted inside a docker-container to be executed there.

most ldconfig-based discovery of bundled nvidia libraries is patched out

ldconfig itself is patched to be able to deal with patchelf'ed libraries
See https://sourceware.org/bugzilla/show_bug.cgi?id=23964
2019-02-27 09:56:03 +01:00
Matthew Bauer 5c46f77249
Merge pull request #56197 from matthewbauer/cross-fixes3
Android and related cross fixes
2019-02-26 20:30:53 -05:00
hyperfekt 91c252b206 linux_testing_bcachefs: 4.20.2019.02.09 -> 4.20.2019.02.20 2019-02-26 15:39:34 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Matthew Bauer 73061742af Merge remote-tracking branch 'NixOS/master' into staging 2019-02-24 18:54:32 -05:00
Ryan Mulligan e08a891d34
Merge pull request #54770 from tadeokondrak/update-piper
piper: 0.2.902 -> 0.2.903
2019-02-24 15:39:29 -08:00
Ryan Mulligan 92e399c20d
Merge pull request #56087 from clefru/hostapd-bump
Hostapd bump
2019-02-24 15:33:38 -08:00
Matthew Bauer 498ad3e8c0 apparmor: use stdenv.lib.getDev for headers 2019-02-24 17:00:48 -05:00
Tim Steinbach 621dd06a6f
linux: 4.20.11 -> 4.20.12 2019-02-24 11:38:40 -05:00
Tim Steinbach 298550b5bb
linux: 4.19.24 -> 4.19.25 2019-02-24 11:38:40 -05:00
Tim Steinbach 77dde1a4a2
linux: 4.14.102 -> 4.14.103 2019-02-24 11:38:40 -05:00
Tim Steinbach b939be8c23
linux: 4.9.159 -> 4.9.160 2019-02-24 11:38:40 -05:00
Tim Steinbach dec53994eb
linux: 4.4.175 -> 4.4.176 2019-02-24 11:38:40 -05:00
Frederik Rietdijk c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
R. RyanTM 2b7f40ad32 pscircle: 1.1.0 -> 1.3.0 (#52129)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pscircle/versions
2019-02-24 00:59:15 +01:00
Pierre Bourdon 3f0a59314c wpa_supplicant: 2.6 -> 2.7 (#55926) 2019-02-24 00:47:11 +01:00
Ryan Mulligan 8c4ce1a106
Merge pull request #55741 from asymmetric/ledger
nixos/ledger: init
2019-02-22 11:10:32 -08:00
Austin Seipp 3a1f39e1de
kernel: enable pressure stall information on 4.20+
Closes #56207.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-22 12:47:37 -06:00
Lorenzo Manacorda 04cb60bc86 ledger-udev-rules: init at unstable-2019-02-13 2019-02-22 19:26:47 +01:00
Edmund Wu 48e66e5184
nvidia_x11: 415.27 -> 418.43 2019-02-22 13:00:19 -05:00
Edmund Wu 9629324536
nvidia_x11_legacy390: 390.87 -> 390.116 2019-02-22 12:58:22 -05:00
Vladimír Čunát 71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Florian Friesdorf fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Vladimír Čunát 65c085e8a9
Merge #56010: busybox: 1.29.3 -> 1.30.1
There's a CVE fix inside, so let's not wait for long.
2019-02-22 10:25:24 +01:00
Vladimír Čunát 983890481b
Merge branch 'staging-next'
Just a systemd security patch.
2019-02-22 06:43:10 +01:00
Franz Pletz bd3fdc99e3
Merge pull request #56147 from callahad/linux-kernel-sed
linux: Enable support for Self-Encrypting Drives
2019-02-21 14:02:01 +00:00
Dan Callahan 0ea8c6e3de
linux: Enable support for Self-Encrypting Drives
To quote block/Kconfig:

> Builds Logic for interfacing with Opal enabled controllers.
> Enabling this option enables users to setup/unlock/lock
> Locking ranges for SED devices using the Opal protocol.

Without `BLK_SED_OPAL`, it is impossible to resume from sleep when using
a locked self-encrypting drive.

This configuration option appeared in earlier kernels, but only reached
maturity in 4.14 according to discussion at:

- https://github.com/Drive-Trust-Alliance/sedutil/issues/90 and
- https://github.com/Drive-Trust-Alliance/sedutil/pull/190

This kernel option is enabled in the default kernels shipped with
Fedora, Debian, and other mainstream Linux distributions.
2019-02-21 12:14:47 +00:00
Cray Elliott da4484c9a6 mwprocapture: 1.2.3950 -> 1.2.4054 2019-02-21 01:11:09 -08:00
Frederik Rietdijk e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Frederik Rietdijk c9d8f5235b Merge master into staging-next 2019-02-21 07:53:19 +01:00
Tor Hedin Brønner bba6de611a
Merge pull request #56046 from callahad/bolt
Add and enable Bolt to support Thunderbolt 3 settings in GNOME
2019-02-20 21:43:02 +01:00
Tim Steinbach c627201820
linux: 4.20.10 -> 4.20.11 2019-02-20 09:11:35 -05:00
Tim Steinbach a1cf586d72
linux: 4.19.23 -> 4.19.24 2019-02-20 09:11:25 -05:00
Tim Steinbach 70643f0882
linux: 4.14.101 -> 4.14.102 2019-02-20 09:11:15 -05:00
Tim Steinbach 85733d1f9c
linux: 4.9.158 -> 4.9.159 2019-02-20 09:11:01 -05:00
Tim Steinbach 9deab03a27
linux: 4.4.174 -> 4.4.175 2019-02-20 09:10:48 -05:00
Clemens Fruhwirth 3e7af59243 hostapd: 2.6 -> 2.7 2019-02-20 10:48:00 +01:00
Franz Pletz e94914560b
systemd: 239.20190110 -> 239.20190219
Fix CVE-2019-6454.
2019-02-19 23:22:34 +01:00
Dan Callahan c2a1d01a4b
bolt: init at 0.7 2019-02-19 20:54:37 +00:00
Linus Heckemann 688ca701b2
Merge pull request #56043 from mayflower/ossemul
linux: enable SND_OSSEMUL
2019-02-19 17:12:26 +01:00
Vladimír Čunát 024407bf9a
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1505754
2019-02-19 12:11:04 +01:00
Vladimír Čunát bce12effa7
syslinux: fix build with new binutils
Also fix the URL of the other patch.
2019-02-19 12:05:51 +01:00
Vladimír Čunát 555912067f
Revert "syslinux: 2015-11-09 -> 2019-02-07"
This reverts commit 0b49d5dd68 #55500.
I'm sorry, I'm unable to fix the build quickly in other way than
atop the older version.  Certainly feel free to improve the approach.
2019-02-19 12:04:43 +01:00
Vladimír Čunát c721be4008
Merge #55845: linux-hardkernel: 4.14.87-153 -> 4.14.94-155 2019-02-19 09:16:01 +01:00
Tim Steinbach d607715ab3
linux: 5.0-rc6 -> 5.0-rc7
Also remove interpreter truncation patch, no longer needed in package tree.
2019-02-18 21:11:21 -05:00
Matthew Bauer b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Will Dietz 8019d4a1c7 busybox: 1.29.3 -> 1.30.1
For changes see https://busybox.net
(most of which are part of 1.30.0).
2019-02-18 13:17:10 -06:00
Linus Heckemann be38a70184 linux: enable SND_OSSEMUL
Fixes #54074
2019-02-18 17:11:37 +01:00
Frederik Rietdijk 815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Jörg Thalheim fdc9cbb793
Merge pull request #51312 from geistesk/usbutils-lsusbpy
usbutils: patch hashbang of lsusb.py
2019-02-17 23:16:40 +00:00
Will Dietz a808baa5e5
Merge pull request #55164 from dtzWill/update/iw-5
iw: 4.14 -> 5.0.1
2019-02-17 00:12:36 -06:00
geistesk 4893aeae7a usbutils: usbutilsFull with Python3 for lsusb.py 2019-02-16 20:53:33 +00:00
Frederik Rietdijk fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Frederik Rietdijk 6fe10d2779 Merge master into staging-next 2019-02-16 09:29:54 +01:00
qoli ed76b12e3a linux-hardkernel: 4.14.87-153 -> 4.14.94-155 2019-02-15 10:36:38 -08:00
Tim Steinbach 93e9b53b96
linux: 4.20.8 -> 4.20.10 2019-02-15 10:01:36 -05:00
Tim Steinbach 8c14948343
linux: 4.19.21 -> 4.19.23 2019-02-15 10:01:36 -05:00
Tim Steinbach 7954ec0ffd
linux: 4.14.99 -> 4.14.101 2019-02-15 10:01:36 -05:00
Tim Steinbach 50f518c93f
linux: 4.9.156 -> 4.9.158 2019-02-15 10:01:36 -05:00
Edmund Wu f0b8a113dd linux: allow for interpreter to be truncated
via https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb5b020a8d38f77209d0472a0fea755299a8ec78
see https://github.com/NixOS/nixpkgs/issues/53672
2019-02-14 21:01:00 -05:00
Edmund Wu 13d1ba3439 Revert "Revert "linux: 4.14.98 -> 4.14.99""
This reverts commit 01d8894c4d.
2019-02-14 21:01:00 -05:00
Graham Christensen ccb3fdbfa3
Merge pull request #55500 from samueldr/update/syslinux
syslinux: 2015-11-09 -> 2019-02-07
2019-02-14 14:36:48 -05:00
Jörg Thalheim 0ac83f0857
Merge pull request #55499 from eadwu/bcachefs/20190209
linux_testing_bcachefs,bcachefs-tools: 20190209
2019-02-14 16:18:05 +00:00
Frederik Rietdijk a25d48cd4f Merge master into staging 2019-02-14 11:35:50 +01:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Vladimír Čunát 01d8894c4d
Revert "linux: 4.14.98 -> 4.14.99"
This reverts commit 0e1eb30a1d.
It broke the installer tests, e.g. https://hydra.nixos.org/build/88704861
2019-02-13 22:55:36 +01:00
Frederik Rietdijk 7257dedd7c Merge master into staging-next 2019-02-13 12:33:29 +01:00
markuskowa ac0fd7c426
Merge pull request #55630 from markuskowa/rdma-core
rdma-core: 22 -> 22.1
2019-02-13 10:26:40 +01:00
Tim Steinbach 117eb5725a
linux-libre: 15814 -> 15951 2019-02-12 19:00:16 -05:00
Tim Steinbach d174713a12
linux: 4.20.7 -> 4.20.8 2019-02-12 18:45:31 -05:00
Tim Steinbach c7e17fa49c
linux: 4.19.20 -> 4.19.21 2019-02-12 18:44:55 -05:00
Tim Steinbach 0e1eb30a1d
linux: 4.14.98 -> 4.14.99 2019-02-12 18:44:35 -05:00
Tim Steinbach a629651af2
linux: 4.9.155 -> 4.9.156 2019-02-12 18:44:12 -05:00
Markus Kowalewski 4ce75af3ee
rdma-core: 22 -> 22.1 2019-02-12 10:46:03 +01:00
Samuel Dionne-Riel 8568f68e61
Merge pull request #55141 from hhm0/rtl8821ce
rtl8821ce: init at 5.2.5_1.26055.20180108
2019-02-11 21:50:07 -05:00
Tim Steinbach f11e1c1135
linux: 5.0-rc5 -> 5.0-rc6 2019-02-11 16:23:06 -05:00
Jörg Thalheim 4ec7a5279a
Merge pull request #54125 from dtzWill/update/iwd-0.14
iwd: 0.12 -> 0.14
2019-02-10 21:49:05 +00:00
Vladimír Čunát c40f211499
Merge branch 'staging-next'
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Michael Raskin ff343f35b8
Merge pull request #55322 from r-ryantm/auto-update/firejail
firejail: 0.9.56 -> 0.9.58
2019-02-10 12:25:17 +00:00
Samuel Dionne-Riel 0b49d5dd68 syslinux: 2015-11-09 -> 2019-02-07 2019-02-09 23:21:14 -05:00
Samuel Dionne-Riel 13b0c17932 syslinux: Adds @samueldr as maintainer 2019-02-09 23:21:14 -05:00