summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
* busybox: 1.25.1 -> 1.26.1Tim Steinbach2017-01-03
|
* udev182: removeNikolay Amiantov2016-12-29
|
* libudev0-shim: init at 1Nikolay Amiantov2016-12-29
|
* fuse: Minor cleanupTuomas Tynkkynen2016-12-28
|
* linux_4_8: add patch to fix CVE-2016-9919Franz Pletz2016-12-28
|
* linux_testing: 4.9-rc8 -> 4.10-rc1Tuomas Tynkkynen2016-12-27
|
* kexectools: 2.0.13 -> 2.0.14Tuomas Tynkkynen2016-12-26
| | | | ARM patch is included upstream now.
* xf86-input-wacom: 0.32.0 -> 0.34.0Michael Raskin2016-12-25
|
* Revert "thin-provisioning-tools: init at 0.6.1"aszlig2016-12-25
| | | | | | | | | | | | | | | | | | This reverts commit 55b18ac486336da8f9bfe352afd3fac564b2671b. There is already a "thin-provisioning-tools" package (see cd1ec18b421c3dbbaabfc64f4f5d30371f84e7e1). Although this one was committed earlier, I'm reverting it because it's not only older, but it's unreferenced within <nixpkgs>. Apart from that the packaging of the other package is of higher packaging quality (maintainer and license, doesn't use "descriptionS", uses autoreconfHook). Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @globin, @dwe11er, @jagajaga Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* alsa-lib: Remove unnecessary crossAttrsTuomas Tynkkynen2016-12-24
| | | | It's breaking the cross build.
* wireguard: 0.0.20161218 -> 0.0.20161223Jörg Thalheim2016-12-24
|
* nvidia-x11: 375.20 -> 375.26Frederik Rietdijk2016-12-23
|
* linux:3.18.44 -> 3.18.45Graham Christensen2016-12-21
|
* linux:3.12.68 -> 3.12.69Graham Christensen2016-12-21
|
* wireguard: 20161209 -> 20161218 (#21288)Jason A. Donenfeld2016-12-22
|
* multipath-tools: ensure gzip does not capture timestampJoachim Fasting2016-12-20
| | | | | | | | | gzip is originally called as 'gzip -9 -c' This is a port of https://github.com/NixOS/nixpkgs/pull/2281/commits/a8e7ddd1dfaae4b3ce97fdefe4614a3e31c04501 Note that it does not seem to make a difference to `nix-build --check`.
* tp_smapi: updateScript addedRok Garbas2016-12-18
|
* batman-adv: 2016.4 -> 2016.5Franz Pletz2016-12-18
|
* kexec-tools: Add patch to fix build on ARMaszlig2016-12-18
| | | | | | | | | | | | | | | | | | | | | | Building on ARM fails with the following error: kexec/arch/arm/phys_to_virt.o kexec/arch/arm/phys_to_virt.c kexec/arch/arm/phys_to_virt.c:3:26: fatal error: phys_to_virt.h: No such file or directory The patch I'm using is from Fedora: http://pkgs.fedoraproject.org/cgit/rpms/kexec-tools.git/tree/kexec-tools-2.0.13-fix-armv7-build-failure.patch?id=97581f1a435aafa298a4d0bbcfaf40c63a41ce92 It has been reported upstream as well: http://lists.infradead.org/pipermail/kexec/2016-September/017352.html I'm adding the patch for all architectures, so that the next person to upgrade kexec-tools doesn't forget that even while on x86. Tested building with i686-linux, x86_64-linux and armv7l-linux. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* linux: 4.8.14 -> 4.8.15Tim Steinbach2016-12-16
|
* linux: 4.4.38 -> 4.4.39Tim Steinbach2016-12-16
|
* grsecurity: 4.8.14-201612110933 -> 4.8.15-201612151923Joachim Fasting2016-12-16
|
* wireguard: 20161129 -> 20161209Franz Pletz2016-12-16
|
* musl: 1.1.11 -> 1.1.15, add security patch. (#21023)Will Dietz2016-12-16
|
* kexec-tools: 2.0.12 -> 2.0.13 (#21158)Jörg Thalheim2016-12-15
| | | also fix kexec by removing faulty hardeningFlags
* Merge pull request #21118 from grahamc/fix-rsa-build-failureGraham Christensen2016-12-13
|\ | | | | linux_{4_8,grsec_nixos}: patch to fix build failure
| * linux_{4_8,grsec_nixos}: patch to fix build failureGraham Christensen2016-12-13
| | | | | | | | crypto/rsa_helper.c:18:28: fatal error: rsapubkey-asn1.h: No such file or directory
* | grsecurity: disable verbose initifyJoachim Fasting2016-12-13
| | | | | | | | Not as useful/informative as I had hoped.
* | wireguard: 0.0.20161116.1 -> 0.0.20161129Jörg Thalheim2016-12-12
| |
* | linux: add 4.9Shea Levy2016-12-11
| |
* | grsecurity: 4.8.13-201612082118 -> 4.8.14-201612110933Joachim Fasting2016-12-11
| |
* | linux: 4.4.37 -> 4.4.38Tim Steinbach2016-12-10
| |
* | linux: 4.8.13 -> 4.8.14Tim Steinbach2016-12-10
| |
* | kernel: Use built-in dtbs_install target instead of rolling our ownTuomas Tynkkynen2016-12-10
| | | | | | | | | | In particular, on aarch64 all the .dtb files will be in subdirectories and *.dtb won't match anything.
* | linux: add patch to fix CVE-2016-8655Franz Pletz2016-12-10
| | | | | | | | See https://lwn.net/Articles/708319/ for more information.
* | dstat: fix bad interpreter: No such fileFrederik Rietdijk2016-12-10
| |
* | kernel: enable CONFIG_DYNAMIC_DEBUG (like Fedora and Ubuntu)Bjørn Forsman2016-12-10
| | | | | | | | | | It was useful in tracking down CIFS + DFS issue, and it's apparently enabled by default in two major distros.
* | kernel: add CONFIG_CIFS_* like Fedora, UbuntuBjørn Forsman2016-12-10
| | | | | | | | | | | | | | | | | | | | The plan is to fix mounting DFS shares on NixOS (for which some of these options are needed), but I figured it might be a good idea to enable all CONFIG_CIFS_* like Fedora 24 and Ubuntu 16.04 while at it. Ubuntu even has CONFIG_CIFS_SMB311, but as Fedora do not, I left it out. Mounting DFS shares still doesn't work; need to configure cifs.upcall and /etc/request-key.conf. Until then, using GVFS as a workaround.
* | cifs-utils: add 'talloc' to buildInputs, to build cifs.upcallBjørn Forsman2016-12-10
| | | | | | | | | | | | | | | | Fixes this ./configure symptom: configure: WARNING: talloc.h not found, consider installing libtalloc-devel. Disabling cifs.upcall. and is needed to (eventually) fix CIFS + DFS kernel mount on NixOS.
* | grsecurity: 4.8.12-201612062306 -> 4.8.13-201612082118Joachim Fasting2016-12-09
| |
* | grsecurity: use upstream url as the primary sourceJoachim Fasting2016-12-09
| |
* | grsecurity: enable PAX_INITIFYJoachim Fasting2016-12-09
| | | | | | | | | | Uses gcc plugin to detect more instances where memory used during init can be freed.
* | linux: 4.8.12 -> 4.8.13Tim Steinbach2016-12-09
| |
* | linux: 4.4.36 -> 4.4.37Tim Steinbach2016-12-09
| |
* | ndiswrapper: mark as brokenJoachim Fasting2016-12-08
| | | | | | | | | | | | Build fails across all our kernels. There is a new version 1.60, but it, too, fails to build. Until somebody comes along to patch around it, we might as well mark this as broken.
* | grsecurity: 4.8.12-201612031658 -> 201612062306Joachim Fasting2016-12-08
| |
* | Update broadcom URL for broadcom-sta driver.Dmytro Rets2016-12-08
|/
* linux: 4.9-rc7 -> 4.9-rc8Tim Steinbach2016-12-05
|
* grsecurity: 4.8.11-201611271225 -> 4.8.12-201612031658Joachim Fasting2016-12-06
|
* grsecurity: enable ability to lock in readonly mountsJoachim Fasting2016-12-06
|