summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* treewide: Mass replace 'glibc}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
|
* treewide: Mass replace 'binutils-raw}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
|
* mdadm: fixup build with multiple-outputsVladimír Čunát2016-01-20
| | | | Needed after 011c149ed5e5.
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | | | | | Close #12446.
| * 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
| | | * | irqbalance: init at 1.1.0Marcin Falkiewicz2016-01-08
| | | | |
| | * | | iptables: add in-code warning about updatesVladimír Čunát2016-01-08
| | | | | | | | | | | | | | | | | | | | /cc #12178.
| | * | | Merge pull request #12178 from mdorman/revert-iptablesEelco Dolstra2016-01-08
| | |\ \ \ | | | | | | | | | | | | Revert "iptables: 1.4.21 -> 1.6.0"
| | | * | | Revert "iptables: 1.4.21 -> 1.6.0"Michael Alan Dorman2016-01-06
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b2ac241e958c767c4d817e65c37802014499d7a4, which upgraded iptables, because it causes connmand to segfault on my machine: Jan 05 22:02:06 aching connmand[7866]: Connection Manager version 1.30 Jan 05 22:02:06 aching audit: NETFILTER_CFG table=filter family=2 entries=27 Jan 05 22:02:06 aching audit[7866]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=a a1=0 a2=40 a3=103a5b0 items=0 ppid=1 pid=7866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/bin/connmand" key=(null) Jan 05 22:02:06 aching audit: PROCTITLE proctitle=2F6E69782F73746F72652F78376C796973347372766436386C666C676E71716D6732626331666D327768622D636F6E6E6D616E2D312E33302F7362696E2F636F6E6E6D616E64002D2D636F6E6669673D2F6E69782F73746F72652F37383078797137726367376766306271706A3130306C666238336B69367938762D636F6E6E Jan 05 22:02:06 aching audit: NETFILTER_CFG table=mangle family=2 entries=6 Jan 05 22:02:06 aching audit[7866]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=a a1=0 a2=40 a3=1038c00 items=0 ppid=1 pid=7866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/bin/connmand" key=(null) Jan 05 22:02:06 aching audit: PROCTITLE proctitle=2F6E69782F73746F72652F78376C796973347372766436386C666C676E71716D6732626331666D327768622D636F6E6E6D616E2D312E33302F7362696E2F636F6E6E6D616E64002D2D636F6E6669673D2F6E69782F73746F72652F37383078797137726367376766306271706A3130306C666238336B69367938762D636F6E6E Jan 05 22:02:06 aching audit: NETFILTER_CFG table=nat family=2 entries=5 Jan 05 22:02:06 aching audit[7866]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=a a1=0 a2=40 a3=1037800 items=0 ppid=1 pid=7866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/bin/connmand" key=(null) Jan 05 22:02:06 aching audit: PROCTITLE proctitle=2F6E69782F73746F72652F78376C796973347372766436386C666C676E71716D6732626331666D327768622D636F6E6E6D616E2D312E33302F7362696E2F636F6E6E6D616E64002D2D636F6E6669673D2F6E69782F73746F72652F37383078797137726367376766306271706A3130306C666238336B69367938762D636F6E6E Jan 05 22:02:06 aching connmand[7866]: Aborting (signal 11) [/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/sbin/connmand] Jan 05 22:02:06 aching connmand[7866]: ++++++++ backtrace ++++++++ Jan 05 22:02:06 aching connmand[7866]: +++++++++++++++++++++++++++ Jan 05 22:02:06 aching systemd[1]: connman.service: Main process exited, code=exited, status=1/FAILURE Jan 05 22:02:06 aching systemd[1]: connman.service: Unit entered failed state. Jan 05 22:02:06 aching systemd[1]: connman.service: Failed with result 'exit-code'. Jan 05 22:02:06 aching systemd[1]: connman.service: Service hold-off time over, scheduling restart. Jan 05 22:02:06 aching systemd[1]: Stopped Connection service. Arrived at through bisection, verified using this commit.
| | * | | Merge branch 'pkg/batman-adv-2015.2' of git://github.com/mayflower/nixpkgsShea Levy2016-01-07
| | |\ \ \
| | | * | | batman-adv: 2014.4.0 -> 2015.2Franz Pletz2016-01-07
| | | | | |
| | * | | | Merge branch 'pkg/netatop-0.7' of git://github.com/mayflower/nixpkgsShea Levy2016-01-07
| | |\ \ \ \
| | | * | | | netatop: 0.3 -> 0.7Franz Pletz2016-01-07
| | | |/ / /
| | * / / / Adding framebuffer console rotation to kernels.Lluís Batlle i Rossell2016-01-07
| | |/ / / | | | | | | | | | | | | | | | This helps in some weird screens that otherwise show the console 90° turned.
| | * / / linux: Make Unix domain sockets builtinEelco Dolstra2016-01-07
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hopefully fixes intermittent initrd failures where udevd cannot create a Unix domain socket: machine# running udev... machine# error getting socket: Address family not supported by protocol machine# error initializing udev control socket machine# error getting socket: Address family not supported by protocol The "unix" kernel module is supposed to be loaded automatically, and clearly that works most of the time, but maybe there is a race somewhere. In any case, no sane person would run a kernel without Unix domain sockets, so we may as well make it builtin. http://hydra.nixos.org/build/30001448
| | * | mcelog: 128 -> 129Tobias Geerinckx-Rice2016-01-05
| | | | | | | | | | | | | | | | Add support to decode MSCOD values for Broadwell-{de,ep,ex}.
| | * | Merge pull request #12160 from obadz/syscall_limiterEelco Dolstra2016-01-05
| | |\ \ | | | | | | | | | | syscall_limiter: init at b02c03
| | | * | syscall_limiter: init at b02c031obadz2016-01-05
| | | | |
| | * | | guvcview: add pulseaudioSupport option (default true)Bjørn Forsman2016-01-05
| | | | |
| | * | | guvcview: 1.7.2 -> 2.0.2Bjørn Forsman2016-01-05
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | * Download tarball instead of git repo, drop autoreconfHook. * The application now needs SDL2 instead of SDL. * The build failed without 'gsl', so add that. (I think ./configure can be told to build without it, but it's only 5.7 MiB.)
| * | | apple-source-releases: bump many packages to 10.10.5Dan Peebles2016-01-10
| | | | | | | | | | | | | | | | | | | | This also changes the versioning scheme to be in more "human-meaningful" terms, so instead of the internal release numbers we talk about 10.10.5 or 10.9.5.
| * | | cctools-port: bump to 877.5Dan Peebles2016-01-10
| |/ /
| * | uksmtools: add 1-line comment to clarify `fetchgit` use...Tobias Geerinckx-Rice2016-01-04
| | |
| * | Merge pull request #12111 from dezgeg/pr-i2ctools-sourcePascal Wittmann2016-01-03
| |\ \ | | | | | | | | i2c-tools: Fetch source from debian
| | * | i2c-tools: Fetch source from debianTuomas Tynkkynen2016-01-03
| | |/ | | | | | | | | | lm-sensors.org has been down for a while now.
| * | linux-testing: 4.4.0-rc6 -> 4.4.0-rc7aszlig2016-01-02
| | | | | | | | | | | | | | | | | | | | | | | | Upstream changes can be found at: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc7 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | xf86-input-wacom: 0.31.0 -> 0.32.0leenaars2016-01-01
| | |
| * | iptables: 1.4.21 -> 1.6.0Michael Raskin2016-01-01
| | |
| * | firejail: 0.9.26 -> 0.9.36Michael Raskin2016-01-01
| | |