summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* batman-adv: 2015.2 -> 2016.0Franz Pletz2016-01-24
|
* kernel: add back the patch I just removed by accidentDan Peebles2016-01-24
|
* linux: 4.3.3 -> 4.34 (and update grsecurity patches, too)Dan Peebles2016-01-24
|
* Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* Merge remote-tracking branch 'philhub/master'Philipp Volguine2016-01-23
|\
| * nixpkgs: systemd - add some more dependenciesAustin Seipp2016-01-23
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * grsecurity: fix kernel config and uncomment grsecurity kernelsDan Peebles2016-01-23
| |
| * paxtest: init at 0.9.14Dan Peebles2016-01-23
| |
| * grsecurity-testing: update patches and associated kernel versionDan Peebles2016-01-23
| |
| * Merge pull request #12309 from zohl/chromiumos-kernelNikolay Amiantov2016-01-23
| |\ | | | | | | Add ChromiumOS kernels
| | * rt5677-firmware: init at 20160110Al Zohali2016-01-13
| | |
| | * linux_chromiumos_3_14: init at 3.14.0Al Zohali2016-01-13
| | | | | | | | | | | | Co-authored-by: Nikolay Amiantov <ab@fmap.me>
| | * linux_chromiumos_3_18: init at 3.18.0Al Zohali2016-01-13
| | | | | | | | | | | | Co-authored-by: Nikolay Amiantov <ab@fmap.me>
| * | Merge pull request #12508 from heydojo/ati-drivers-backportNikolay Amiantov2016-01-23
| |\ \ | | | | | | | | ati-drivers: Restore opengl & direct rendering
| | * | ati-drivers: Restore opengl & direct renderingTony White2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed a collision in the nix store - Removed dependency on qt - Fixed opengl and direct rendering by correcting some link paths - Some code refactored in builder.sh - Comments added/modified This pull request fixes #11740 and I recommend that it be considered as a hotfix for the stable channel due to the fact that opengl and direct rendering are broken there too.
| * | | Merge branch 'staging'Vladimír Čunát2016-01-22
| |\ \ \
| | * | | refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | | | | | | | | | | | | | | | | | Close #12446.
| * | | | lvm2: 2.02.132 -> 2.02.140aszlig2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog can be found at: https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89 I have tested this with: nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | Merge pull request #12522 from mbakke/bluez-5.37Luca Bruno2016-01-21
| |\ \ \ \ | | | | | | | | | | | | bluez5: 5.36 -> 5.37
| | * | | | bluez5: 5.36 -> 5.37Marius Bakke2016-01-21
| | | | | |
| * | | | | multipath_tools: Cleanup and update to v0.5.0aszlig2016-01-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, version 0.4.9 was a tarbomb and in version 0.5.0 this fortunately isn't the case anymore so we don't need to set sourceRoot by ourselves. I've also moved the definition of makeFlagsArray to the attribute makeFlags, because we can use $(var) to substitute shell variables within make. The references to /lib/udev/scsi_id no longer exist in version 0.5.0 and it seems that libudev is used directly. Nevertheless, there are still references to FHS paths such as /var/run, /etc/multipath.conf and /etc/multipath but these are only relevant at runtime and can be configured to point to a different path elsewhere. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | linux-4.2: remove as it's no longer maintained upstreamVladimír Čunát2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grsecurity still holds a reference to it, but I prefer it to fail than to use a version that is most likely not secure anymore.
| * | | | linux: patch CVE-2016-0728 (close #12492)Nathan Zadoks2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PoC provided successfully escalates privileges from a local user to root. The vulnerability affects any Linux Kernel version 3.8 and higher. http://perception-point.io/2016/01/14/analysis-and-exploitation-of-a-linux-kernel-vulnerability-cve-2016-0728/
| * | | | linux-mptcp: init at 0.90 (kernel 3.18.20), fixes #11149Guillaume Maudoux2016-01-20
| | | | |
| * | | | mmc-utils: init at 2015-11-18, fixes #12489Tuomas Tynkkynen2016-01-20
| | | | |
| * | | | zfs: 0.6.5.3 -> 0.6.5.4Ricardo M. Correia2016-01-19
| | | | |
| * | | | spl: 0.6.5.3 -> 0.6.5.4Ricardo M. Correia2016-01-19
| | | | |
* | | | | Version bump of e1000e driver (2.5.4 -> 3.3.1)Philipp Volguine2016-01-23
|/ / / /
* / / / tarball: fix evaluation of mdadm on darwinVladimír Čunát2016-01-18
|/ / / | | | | | | | | | | | | It probably doesn't make any sense to have mdadm on darwin, but we have to "fail in a right way".
* | | Merge branch 'master' into stagingVladimír Čunát2016-01-18
|\ \ \
| * | | mdadm: Set allowedReferences to only include libc.aszlig2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updates we had in the past (7719f7f and 1faf610) broke the mdadm installer test and systems in the wild using mdraid because newer mdadm versions contained a self-referenc to its own store path. Instead of putting a big warning about updating in the package expression, let's just add allowedReferences so the build immediately fails if there is a self-reference. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | mdadm: Clean up package expression.aszlig2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's use makeFlags directly instead of stitching together a makeFlagsArray in preBuild. This should make the expression much more readable and clean. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | mdadm: 3.3 -> 3.3.4aszlig2016-01-18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Okay, this update is a bit more tricky and the patch I've included is not very nice to be honest. So the patch causes "mdadm --udev-rules" to search for the right store path using /proc/self/exec. This has the disadvantage that we could end up having /run/current-system/bin/mdadm in the rule file. But on the other hand, when we're on NixOS, we don't need to use that command *at*all*, so we should be safe. The patch also sets BINDIR to /sbin, which causes the included rule and systemd files to not work out of the box on NixOS. But we have a substituteInPlace where we do rewrite /sbin/mdadm to the right store path in our udev rule generator, so that shouldn't be an issue. I've tested this using the mdraid installer test and it succeeded. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | conky: 1.10.0 -> 1.10.1koral2016-01-17
| | |
| * | linuxConsoleTools: 1.4.8 -> 1.4.9Pascal Wittmann2016-01-15
| | |
| * | kernel: 4.1.13 -> 4.1.15 (close #12408)Simon Jagoe2016-01-15
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2016-01-15
|\| |
| * | nvidia: branch update 352.63 -> 358.16 (close #12272)Svein Ove Aas2016-01-14
| | | | | | | | | | | | | | | | | | | | | Tested & reviewed by vcunat: - the patch seems not needed anymore, - reflects changes in their build system ftp://download.nvidia.com/XFree86/packaging/linux/new-kbuild-for-355/README
| * | android-udev-rules: 20151108 -> 20151209Nikolay Amiantov2016-01-13
| | |
| * | Merge pull request #12360 from kragniz/powertop-v2.8lethalman2016-01-13
| |\ \ | | | | | | | | powertop: 2.7 -> 2.8
| | * | powertop: 2.7 -> 2.8Louis Taylor2016-01-13
| | | | | | | | | | | | | | | | | | | | Removed patch, since an equivalent fix was made upstream and included in the 2.8 release.
| * | | kmod: 21 -> 22Louis Taylor2016-01-13
| |/ /
| * | regionset: 20030629 -> 0.2Tobias Geerinckx-Rice2016-01-13
| | | | | | | | | | | | Later version with cleaned-up code and a very basic man page.
| * | linux: Add 4.4Shea Levy2016-01-12
| | |
| * | Increasing mmc possible partitions from 8 to 32.Lluís Batlle i Rossell2016-01-11
| | | | | | | | | | | | | | | In kernel common config. I have a modern tablet with 18 gpt partitions on eMMC (Android+Win10 dualboot).
| * | kernel: 4.3.2 -> 4.3.3Tim Steinbach2016-01-11
| | |
| * | wis_go7007: remove dead package & moduleTobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | Broken since 2014, but basically a package from 2008 with no upstream.
| * | Merge pull request #12143 from NeQuissimus/kernel440rc8Aristid Breitkreuz2016-01-10
| |\ \ | | | | | | | | linux-testing: 4.4.0-rc7 -> 4.4.0-rc8
| | * | linux-testing: 4.4.0-rc7 -> 4.4.0-rc8Tim Steinbach2016-01-04
| | | |
| * | | Merge pull request #12133 from dwe11er/new-package/irqbalanceAristid Breitkreuz2016-01-10
| |\ \ \ | | |_|/ | |/| | irqbalance: init at 1.1.0