Commit graph

4001 commits

Author SHA1 Message Date
Ricardo M. Correia
92501d62f4 zfs_git: Update to 2015-03-12 2015-03-17 03:43:31 +01:00
Austin Seipp
ef95600372 Merge pull request #6771 from joachifm/apparmor-2.9
Apparmor 2.9
2015-03-15 14:16:24 -05:00
Ricardo M. Correia
d848e34616 pax-utils: Update from 1.0.1 -> 1.0.2 2015-03-15 05:16:57 +01:00
Ricardo M. Correia
7c8247a8c5 grsecurity: Update stable and test patches
stable: 3.1-3.14.35-201503071140 -> 3.1-3.14.35-201503092203
test:   3.1-3.18.9-201503071142  -> 3.1-3.19.1-201503122205
2015-03-15 03:49:58 +01:00
Eelco Dolstra
ebef573641 Merge pull request #6476 from ts468/squashfs
Change kernel config: improve squashfs support of kernel
2015-03-12 21:41:53 +01:00
Joachim Fasting
e3b1b09779 Add AppArmor 2.9
The 2.9 series brings features such as support for dbus, unix
abstract sockets, ptrace mediation, and replaces Perl tools
with equivalents implemented in Python. See [1] for details.

The package expression has been changed to build each component
(library, parser) separately. Additionally, Perl is now only
used to build man pages and locale support has been removed.

The user-land tools are currently broken (fail to import the Python module),
but this isn't really a regression, as only two or three of the tools
installed by the previous version were functional. The most important
tool, aa-status, works, however.

Lastly, dbus support is compiled in, but is untested and probably
requires patching of dbus.

[1]: http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_0
2015-03-12 11:45:53 +01:00
Eelco Dolstra
fa3bcc4f1c perf: Use libunwind and libbfd
This gives better stack traces.
2015-03-11 18:15:48 +01:00
Eelco Dolstra
798e613e16 kernel: Enable kprobes and other tracing features
All of these should have minimal performance impact unless enabled at
runtime.
2015-03-11 17:14:37 +01:00
Eelco Dolstra
dfc6809215 Add perf-tools 2015-03-11 17:13:23 +01:00
William A. Kennington III
aad4e6fb84 zfs: 2015-03-05 -> 2015-03-10 2015-03-10 11:23:40 -07:00
Peter Simons
6694ef42a9 Merge branch 'master' into staging.
Conflicts:
      pkgs/development/libraries/gtk+/2.x.nix
      pkgs/tools/security/gnupg/21.nix
      pkgs/top-level/all-packages.nix
2015-03-10 12:09:43 +01:00
William A. Kennington III
73f3432fbb firmware-linux-nonfree: 2015-02-27 -> 2015-03-09 2015-03-09 17:01:31 -07:00
aszlig
8cd6d53930
kbd: Patch in support for the Neo keyboard layout.
This adds support for the Neo keyboard layout (http://neo-layout.org/, a
layout optimized for the German language) for the native Linux console.

It also adds build dependencies on autotools and friends, because we
need to recreate the automake config in order to include a new keyboard
layout directory.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-09 19:42:59 +01:00
Michael Raskin
5c5ade16ba update sysdig 2015-03-09 01:03:01 +03:00
Michael Raskin
8fcc960e6e Update firejail 2015-03-09 01:03:01 +03:00
William A. Kennington III
6b666dca7c kernel: 3.14.34 -> 3.14.35 2015-03-08 14:58:46 -07:00
William A. Kennington III
cf9d5ceda1 kernel: 3.18.8 -> 3.18.9 2015-03-08 14:57:44 -07:00
William A. Kennington III
a086f5df70 kernel: 3.2.67 -> 3.2.68 2015-03-08 14:57:44 -07:00
William A. Kennington III
4c01585211 kernel: 3.19 -> 3.19.1 2015-03-08 14:57:43 -07:00
William A. Kennington III
09e477a045 kernel: 3.10.70 -> 3.10.71 2015-03-08 14:55:11 -07:00
Thomas Strobel
0d1c39443b Change kernel config: improve squashfs support of kernel 2015-03-08 13:58:00 +01:00
William A. Kennington III
e49db703dc zfs_git: 2015-03-02 -> 2015-03-05 2015-03-06 11:56:43 -08:00
William A. Kennington III
bc49764fe2 spl_git: 2015-02-27 -> 2015-03-03 2015-03-06 11:56:43 -08:00
Shea Levy
6b53021205 Merge branch 'master' into staging 2015-03-06 19:02:36 +00:00
Lluís Batlle i Rossell
d1e302121a Merging changes to make more things build on rpi2 2015-03-06 15:43:32 +00:00
Eelco Dolstra
3b9b620656 Revert "linux: disable UEVENT_HELPER*"
This reverts commit 9f87f3ccb0 because
it causes /proc/sys/kernel/hotplug to not be cleared on Linux <= 3.14.
2015-03-06 15:59:06 +01:00
Ricardo M. Correia
96b2d27e69 pax-utils: Update from 1.0 -> 1.0.1 2015-03-06 05:03:54 +01:00
Peter Simons
1d953779b0 Merge remote-tracking branch 'origin/master' into staging. 2015-03-05 12:24:57 +01:00
Lluís Batlle i Rossell
cfd9b77e82 kernel: I hope to fix the dtbs thing
I thought $arch was defined. Now I'm using karch, that should serve for cross
building as well.
2015-03-05 09:10:19 +00:00
Lluís Batlle i Rossell
31cccd88ed kernel: Trying to fix makeflags of 'make dtbs' 2015-03-05 09:10:17 +00:00
Lluís Batlle i Rossell
42c6115872 kernel: I forgot $makeFlags in make dtbs 2015-03-05 09:10:15 +00:00
Lluís Batlle i Rossell
3e92c4e0ff Trying to make DTBs if set in platform. 2015-03-05 09:09:34 +00:00
Lluís Batlle i Rossell
56989d9f20 Updating the raspberry pi kernel sources to recent, for pi2 2015-03-05 09:09:32 +00:00
Vladimír Čunát
7e042659b7 plymouth: hacky fix build (automake-related) 2015-03-04 22:02:09 +01:00
Ricardo M. Correia
9e19e5dc98 pax-utils: Update from 0.9.2 -> 1.0 2015-03-04 18:04:52 +01:00
Eelco Dolstra
c502efc72a linux: Enable Intel idle driver
Also build the performance governor into the kernel so there is a sane
default. Note that cpufreq.service will still load "ondemand" on
non-pstate systems.
2015-03-04 17:11:41 +01:00
Eelco Dolstra
26da67ff73 Kernel config: Separate power management and debugging 2015-03-04 17:10:47 +01:00
aszlig
8ed8277c74
linux-testing: Update to version 4.0-rc2.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:42:44 +01:00
aszlig
791b970c6e
linux/kernel: Remove EXT2_FS_XIP for version 4.0.
The option has been removed in torvalds/linux@6cd176a and thus we
shouldn't try to set it for kernel version 4.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:42:44 +01:00
William A. Kennington III
ebcc826bd6 zfs_git: 2015-02-24 -> 2015-03-02 2015-03-03 13:01:37 -08:00
William A. Kennington III
21ce0493f5 spl_git: 2015-02-04 -> 2015-02-27 2015-03-03 12:58:43 -08:00
William A. Kennington III
f311c156f5 linux-firmware-nonfree: 2015-02-24 -> 2015-02-27 2015-03-03 12:55:26 -08:00
Alexander V. Nikolaev
bd87d32efc util-linux: update to 2.26 (close #6553)
Patch unshare-fix-map-root-user.patch appiled upstream, and removed.

Trigger mass-rebuild, so PR will be to staging
2015-03-03 11:36:53 +01:00
William A. Kennington III
24f25e6f9a kernel: 3.18.7 -> 3.18.8 2015-03-02 19:52:26 -08:00
William A. Kennington III
103f9820f6 kernel: 3.14.33 -> 3.14.34 2015-03-02 19:52:26 -08:00
William A. Kennington III
f97b6e891c kernel: Update testing to 4.0-rc1 2015-03-02 19:52:26 -08:00
William A. Kennington III
3ab435dfa8 kernel: 3.2.66 -> 3.2.67 2015-03-02 19:52:26 -08:00
William A. Kennington III
08b47c57f7 kernel: 3.12.37 -> 3.12.38 2015-03-02 19:52:26 -08:00
William A. Kennington III
cb24bc18b9 kernel: 3.10.69 -> 3.10.70 2015-03-02 19:52:26 -08:00
Eelco Dolstra
584ca36462 linux: Disable CONFIG_DEBUG_STACKOVERFLOW
This got enabled accidentally in
e64e3ad88a.
2015-03-02 23:36:05 +01:00
Eelco Dolstra
06dfa19b99 nvidia-x11: Use GTK 2
Otherwise we end up with multiple versions of GTK in the system
closure. Also, GTK 3 is not well integrated in NixOS yet (e.g. it
doesn't respect KDE's colour scheme).
2015-03-02 00:23:43 +01:00
Eelco Dolstra
38b53b8e7d nvidia-x11: Update to 346.47 2015-03-02 00:23:43 +01:00
Tobias Geerinckx-Rice
9f87f3ccb0 linux: disable UEVENT_HELPER*
Deprecated since 2006: http://lwn.net/Articles/166954/
2015-03-01 03:31:59 +01:00
William A. Kennington III
7d5ab9a4d2 linux-firmware-nonfree: Use date instead of git version 2015-02-25 11:53:14 -08:00
William A. Kennington III
a6ea74ac6a spl_git: Use date format 2015-02-25 11:53:14 -08:00
William A. Kennington III
f08e87a01e zfs_git: Update 2015-02-24 14:16:18 -08:00
William A. Kennington III
4bbc026594 linux-firmware-nonfree: Update 2015-02-24 14:14:34 -08:00
Vladimír Čunát
3009cc116e nvidia_x11: fix missing xorg lib symlinks; refactor
The builder structure should be now easier to understand
and easier to avoid such problems in future.
Fixes #6546.
2015-02-24 13:17:56 +01:00
Ricardo M. Correia
4ce947327a gradm: Update from 3.0-201408301734 -> 3.1-201502222102 2015-02-23 18:38:23 +01:00
Ricardo M. Correia
e196cd5611 grsecurity: Update stable and test patches
stable: 3.0-3.14.33-201502200812 -> 3.1-3.14.33-201502222137
test:   3.0-3.18.7-201502200813  -> 3.1-3.18.7-201502222138
2015-02-23 18:38:13 +01:00
Arseniy Seroka
a477e91f47 zfs-git: fix name (use date) 2015-02-23 20:30:14 +03:00
Vladimír Čunát
7bf2021349 nvidia_x11: reintroduce libXv for nvidia-settings
It was dropped in 77986803a6.
2015-02-21 17:28:02 +01:00
Vladimír Čunát
77986803a6 nvidia_x11: fix nvidia-settings after the major update
The GUI would no longer find libs it needed.
Now it's gtk3 by default, so we don't support gtk2 version for simplicity.
ldd finds no missing libs after this commit.
2015-02-21 16:07:53 +01:00
Ricardo M. Correia
50bf56fd09 grsecurity: Update stable and test patches
stable: 3.0-3.14.33-201502181906 -> 3.0-3.14.33-201502200812
test:   3.0-3.18.7-201502180834  -> 3.0-3.18.7-201502200813
2015-02-20 14:29:45 +01:00
Shea Levy
830c76d6ba Merge branch 'xen_kernel' of git://github.com/ts468/nixpkgs
Add kernel config form dom0 of Xen
2015-02-20 07:49:46 -05:00
Ricardo M. Correia
99eb8705cd grsecurity: Update stable patch from 3.0-3.14.33-201502180832 -> 3.0-3.14.33-201502181906 2015-02-19 04:47:44 +01:00
Ricardo M. Correia
c5a7115721 grsecurity: Update stable and test patches
stable: 3.0-3.14.32-201502062101 -> 3.0-3.14.33-201502180832
test:   3.0-3.18.6-201502062100  -> 3.0-3.18.7-201502180834
2015-02-18 17:24:53 +01:00
Dan Peebles
ecf662efc6 Flip cctools and cctools cross 2015-02-18 00:24:33 -05:00
Eric Seidel
d2a987d6e3 fix travis evaluation by providing explicit libiconv for the rare cases
that need it, like uclibc
2015-02-17 20:10:26 -08:00
Thomas Strobel
eb97dc0013 Add kernel config for dom0 of Xen 2015-02-16 20:52:06 +01:00
Luca Bruno
915075ca0e Revert "nfs-utils: update from 1.2.5 to 1.3.1"
This reverts commit bde3fe2335.
2015-02-16 13:59:34 +01:00
Luca Bruno
8b666652a5 Revert "nfs-utils: Build and update for 1.3.2"
This reverts commit a4ef29c499.
2015-02-16 13:59:34 +01:00
Eelco Dolstra
fb72208bcf nvidia-x11: Update to 340.76 2015-02-16 11:49:17 +01:00
William A. Kennington III
50bcf4583f zfs_git: Update 2015-02-15 23:59:27 -08:00
William A. Kennington III
f2e464c89b iproute: 3.18.0 -> 3.19.0 2015-02-15 19:07:34 -08:00
Tobias Geerinckx-Rice
dff06cdd43 freefall 3.18.3 -> 3.19 2015-02-15 23:35:56 +01:00
Peter Simons
34413a142b pkgs/os-specific/darwin/osx-private-sdk: fix evaluation 2015-02-14 23:07:16 +01:00
William A. Kennington III
69a277e2cc iwlegacy: Remove since it is already in linux-firmware-nonfree 2015-02-13 14:27:47 -08:00
William A. Kennington III
58a04a9359 kernel: 3.14.32 -> 3.14.33 2015-02-13 13:42:20 -08:00
William A. Kennington III
b41222e5c6 kernel: 3.10.68 -> 3.10.69 2015-02-13 13:42:20 -08:00
William A. Kennington III
a15f149f74 kernel: 3.18.6 -> 3.18.7 2015-02-13 13:42:19 -08:00
Peter Simons
54ce1a1810 Merge remote-tracking branch 'origin/master' into staging.
Conflicts:
      pkgs/development/compilers/ghc/head.nix
      pkgs/top-level/haskell-ng.nix
2015-02-13 22:13:25 +01:00
Eelco Dolstra
e783edc72e Merge pull request #6296 from nckx/add-kernel-config
Enable kernel configuration option FANOTIFY
2015-02-13 13:32:48 +01:00
Tobias Geerinckx-Rice
a43db5fa20 kernel: common-config.nix: enable FANOTIFY 2015-02-12 19:39:44 +01:00
William A. Kennington III
5742b24271 zfs_git: Update and remove obsolete patch 2015-02-11 14:47:37 -08:00
Tobias Geerinckx-Rice
a5c072a610 kernel: common-config.nix: remove useless 'FTRACE n' before 'y' 2015-02-11 05:29:48 +01:00
Vladimír Čunát
57f2d329ac linux_3_{10,12,14}: fix upstream regression, fixes #6231
Some modules wouldn't load crc32c dependency due to module renaming.
2015-02-10 13:45:20 +01:00
Michael Raskin
0a2e86849a Update sysdig; 0.1.96 still doesn't work with Linux 3.19 2015-02-10 11:14:25 +03:00
William A. Kennington III
eeb5319a43 nvidia_x11: 343.36 -> 346.35 2015-02-09 21:41:47 -08:00
William A. Kennington III
650b2258f0 nonfree-firmware: Use the new kernel.org repository for tracking nonfree firmware changes
remove the obsolete iwlwifi firmware which is included in the repo.
2015-02-09 16:28:40 -08:00
Michael Raskin
0e73d1f9a5 Mark the kernel branch; put in the reminder about grsecurity 2015-02-09 21:51:48 +03:00
William A. Kennington III
14978d8674 kernel: Add 3.19 as latest 2015-02-09 10:42:19 -08:00
Peter Simons
7b99c149a4 Merge branch 'master' into staging. 2015-02-09 16:51:10 +01:00
Dan Peebles
3cb733779b Pretty sure nothing uses these, since they don't work (and we have a replacement in apple-source-releases) 2015-02-08 23:36:19 -05:00
William A. Kennington III
8405d37d9a Merge pull request #5530 from abbradar/ibt-hw
linux-firmware: add ibt-hw firmware
2015-02-08 14:59:09 -08:00
William A. Kennington III
a4ef29c499 nfs-utils: Build and update for 1.3.2 2015-02-08 14:57:01 -08:00
Edward O'Callaghan
bde3fe2335 nfs-utils: update from 1.2.5 to 1.3.1
Potentially fixes CVE-2013-1923.

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-02-08 14:57:01 -08:00
William A. Kennington III
5a1089d024 Merge pull request #6245 from edwtjo/samba-collate-urls
fetchurl: collate samba project urls into a mirror
2015-02-08 13:38:01 -08:00
Edward Tjörnhammar
33a8a51657 fetchurl: collate samba project urls into a mirror 2015-02-08 22:29:27 +01:00
Dan Peebles
1b2ae59102 This now lives elsewhere (the file was unreferenced) 2015-02-08 13:41:28 -05:00
Dan Peebles
29f265dfd2 Add a big bundle of packages from apple source releases. Many of them only provide headers or stubs, but are what's needed for the upcoming pure-darwin stdenv, and don't do any harm for now. 2015-02-08 01:53:52 -05:00
Dan Peebles
e32950d11a Upgrade cctools port to 862, and fix the cross version so it evaluates 2015-02-08 01:11:03 -05:00
William A. Kennington III
7ae9c92f92 spl: Fix bad copy paste 2015-02-07 17:18:15 -08:00
William A. Kennington III
161e9648e4 spl: Make naming more consistent with zfs 2015-02-07 15:21:30 -08:00
William A. Kennington III
f177036817 zfs: Modularize and create a userspace only package 2015-02-07 15:07:38 -08:00
William A. Kennington III
91e6126a32 spl: Modularize and create a userspace only package 2015-02-07 15:07:38 -08:00
William A. Kennington III
73c7c7978c zfs_git: Update to latest and add the compatability patch 2015-02-07 13:51:38 -08:00
William A. Kennington III
fe03dc1a10 spl_git: Update to latest 2015-02-07 13:51:37 -08:00
William A. Kennington III
c4d21cf1c4 kernel: 3.14.31 -> 3.14.32 2015-02-07 12:08:09 -08:00
William A. Kennington III
f103b0f78b kernel: 3.18.5 -> 3.18.6 2015-02-07 12:07:17 -08:00
William A. Kennington III
321743728d kernel: Remove outdated kernel 3.17 2015-02-07 12:05:55 -08:00
William A. Kennington III
0ea09cf926 kernel: 3.10.67 -> 3.10.68 2015-02-07 12:04:43 -08:00
William A. Kennington III
e5900a2f10 iproute: 3.17.0 -> 3.18.0 2015-02-06 12:53:10 -08:00
Pascal Wittmann
e27ff487bf linux-console-tools: update from 1.4.7 to 1.4.8 2015-02-06 15:31:32 +01:00
Tobias Geerinckx-Rice
d80cbe9409 Update radeontop v0.8-8-g575a416 -> v0.8-8-g2499679 2015-02-06 02:00:35 +01:00
Tobias Geerinckx-Rice
88b0c58ad0 radeontop: use fetchFromGitHub 2015-02-06 02:00:34 +01:00
Lluís Batlle i Rossell
c375a6744b Updating uclibc (snapshots).
I also update the way the configuration is generated, so it works for
our ARM EABI, armv5tel.

We will have to enable the FPU for armv6 and beyond.

Conflicts:
	pkgs/os-specific/linux/uclibc/default.nix
2015-02-05 22:59:05 +01:00
Nikita Karetnikov
d8ff010255 pcmcia-utils: update to 017 2015-02-05 17:13:05 +03:00
Nikolay Amiantov
dee90b2c25 util-linux: fix unshare -r on linux >=3.19 (close #6130) 2015-02-05 00:22:10 +01:00
Vladimír Čunát
4495d06a7f Merge branch 'master' into staging
Conflicts (simple):
	pkgs/applications/audio/spotify/default.nix
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/top-level/all-packages.nix
2015-02-04 22:00:07 +01:00
Nikolay Amiantov
a6050c9268 Merge pull request #6153 from abbradar/android-udev
android-udev-rules: add package
2015-02-04 23:30:01 +03:00
Nikolay Amiantov
104d7e7e62 android-udev-rules: add package 2015-02-04 23:09:47 +03:00
Vladimír Čunát
6517e5c0a8 kernel: 3.4.105 -> 3.4.106 2015-02-04 19:55:47 +01:00
Eric Seidel
ebb8d03f96 darwin-specific stuff 2015-02-03 14:06:13 -08:00
Peter Simons
003896dfe7 Merge pull request #6109 from j-keck/libcap_progs
libcap_progs: fix bash path
2015-02-03 11:17:14 +01:00
j-keck
73ec7f243f libcap_progs: fix bash path
* in progs/capsh.c is the bash path hardcoded to '/bin/bash'.
  * this fix removes the absolute path und use 'execvpe' to call 'bash'.
2015-02-03 11:11:17 +01:00
j-keck
236f7fd20d libcap_progs: fix bash path
* in progs/capsh.c is the bash path hardcoded to '/bin/bash'.
  * this fix set's the bash path from PATH.
2015-02-03 10:25:16 +01:00
Vladimír Čunát
740c6ae240 iwlwifi, iwlegacy: finally fix 404 URLs
Resolved after discussion with upstream, CC #6105.
2015-02-03 10:07:07 +01:00
Shea Levy
c45372f038 Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'
Partial staging merge, including cc-wrapper fixes

Conflicts:
	pkgs/applications/audio/spotify/default.nix
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/development/compilers/cryptol/1.8.x.nix
2015-02-02 21:14:28 -05:00
j-keck
eb54864494 libcap_progs: fix bash path
* in progs/capsh.c is the bash path hardcoded to '/bin/bash'
  * this fix set's the path to '/var/run/current-system/sw/bin/bash'
2015-02-02 22:07:23 +01:00
Kosyrev Serge
b9cc04329b fix 404 URLs (close #6105) 2015-02-02 22:05:51 +01:00
aszlig
78bbd6f7c6
linux-testing: Update to version 3.19-rc7.
Running -rc6 always feels kinda rusty and old, so there is the pressing
urge to update... into the future... swooooooosh!

Signature verified against key with fingerprint:

ABAF 11C6 5A29 70B1 30AB  E3C4 79BE 3E43 0041 1886

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-02-02 19:50:56 +01:00
William A. Kennington III
4ddf8af525 zfs_git: Update 2015-02-01 16:00:10 -08:00
William A. Kennington III
c7268fb4bf spl_git: Update 2015-02-01 16:00:03 -08:00
William A. Kennington III
12378faab2 kernel: 3.19-rc5 -> 3.19-rc6 2015-02-01 15:53:48 -08:00
Michael Raskin
5477ccdb7f Update firejail 2015-02-01 18:41:32 +03:00
Michael Raskin
4a29a4baac kernel: 3.12.36 -> 3.12.37 2015-02-01 10:57:47 +03:00
William A. Kennington III
bbd6384f62 kernel: 3.14.29 -> 3.14.31 2015-01-31 18:55:09 -08:00
William A. Kennington III
8a2f7375d6 kernel: 3.18.3 -> 3.18.5 2015-01-31 18:54:59 -08:00
William A. Kennington III
3e1b504cbe kernel: 3.10.65 -> 3.10.67 2015-01-31 17:46:04 -08:00
Vladimír Čunát
dbae4f109f Merge branch 'master' into staging
Conflicts (relatively simple):
	pkgs/applications/audio/spotify/default.nix
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/development/compilers/cryptol/1.8.x.nix
2015-01-31 19:34:57 +01:00
Domen Kožar
2d19af84de Revert "Update path in udev rule of mdadm"
This reverts commit c9364fdbb7.

See https://github.com/NixOS/nixpkgs/pull/6006
2015-01-30 20:55:02 +01:00
Mayeu
5dab625862 Patch kbd to add the dvorak programmer (dvp) keymap 2015-01-30 16:47:08 +01:00
Edward O'Callaghan
32e9704b61 zd1211fw: update from 1.4 to 1.5
Potentially fixes CVE-2012-2187.

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-01-29 23:54:01 +11:00
Domen Kožar
54f0b25d92 Merge pull request #6006 from ts468/mdadm
Update path in udev rule of mdadm
2015-01-29 10:47:29 +01:00
Thomas Strobel
c9364fdbb7 Update path in udev rule of mdadm 2015-01-29 10:44:06 +01:00
Rob Vermaas
d8cba34bea Update sysdig to 0.1.95 2015-01-28 21:37:09 +01:00
Tobias Geerinckx-Rice
94a600772e Add freefall: hard drive protection on HP/Dell laptops 2015-01-28 15:59:20 +01:00
Peter Simons
76a0ee1945 lxc: update from 1.0.6 to 1.0.7 2015-01-27 14:04:54 +01:00
Tobias Geerinckx-Rice
93faf4cc33 Update sdparm 1.08 -> 1.09
Also specify licence & maintain
2015-01-26 04:35:18 +01:00
Cillian de Róiste
c40a5a4322 xf86_input_wacom: update from 0.27.0 to 0.28.0 2015-01-24 11:23:22 +01:00
aszlig
8ac1765e28
linux-testing: Update to version 3.19-rc5.
Using linux-testing for a bunch of machines, I'd actually expect it to
be more recent than the latest stable, but until now it actually was
behind.

Since torvalds/linux@464ed18ebd, the option
PM_RUNTIME doesn't exist anymore, so we need to remove it from our
common config.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-22 09:56:37 +01:00
Ricardo M. Correia
23ffd6ad22 grsecurity: Update stable and test patches
stable: 3.0-3.14.29-201501182217 -> 3.0-3.14.29-201501211943
test:   3.0-3.18.3-201501182219  -> 3.0-3.18.3-201501211944
2015-01-22 05:39:01 +01:00
Sebastián Bernardo Galkin
3c04907206 Fixup zfs python scripts
zfs ships with a couple of python scripts that needed shebang rewriting. Adding
python as a build dependency enables fixup to do the rewrite. This change
complements 390c838c7f by applying the same to the
git derivation.
2015-01-21 10:00:09 -08:00
Sebastián Bernardo Galkin
390c838c7f Fixup zfs python scripts
zfs ships with a couple of python scripts that needed shebang rewriting. Adding
python as a build dependency enables fixup to do the rewrite.
2015-01-20 23:54:51 -08:00
bbarker
d013149b59 dmtcp: major update (close #5229)
@vcunat: correct location of patched files, use license attribute,
remove file with the older version.
2015-01-20 15:25:39 +01:00
Peter Simons
ec6b82a0c2 Merge branch 'master' into staging. 2015-01-19 18:41:17 +01:00
William A. Kennington III
fb921695b6 kernel: Fix grsec patch for 3.18.3 2015-01-18 21:11:07 -08:00
William A. Kennington III
2c02b7caff kernel: 3.14.28 -> 3.14.29 2015-01-18 21:11:07 -08:00
William A. Kennington III
f23cb7d925 kernel: 3.12.35 -> 3.12.36 2015-01-18 21:11:07 -08:00
William A. Kennington III
9fce7cced9 kernel: 3.10.64 -> 3.10.65 2015-01-18 21:11:07 -08:00
Ricardo M. Correia
e0336a504e spl: Fix mtime going backwards in time
Fixes #5652.
2015-01-18 18:21:35 +01:00
Franz Pletz
9db669d66d alfred: Add new package 2015-01-18 00:02:56 +01:00
Franz Pletz
52c1be07b9 batctl: Update to 2014.4.0 2015-01-18 00:02:53 +01:00
Franz Pletz
0cc2f6ec40 batman-adv: Update to 2014.4.0 2015-01-18 00:02:25 +01:00
Aristid Breitkreuz
46a938ad3a linux 3.18.3 2015-01-17 16:31:13 +00:00
Vladimír Čunát
88089559b9 Merge #5676: gcc-wrapper -> cc-wrapper and related 2015-01-17 08:43:04 +01:00
Ricardo M. Correia
1f28bfa284 grsecurity: Update stable and test patches
stable: 3.0-3.14.28-201501120819 -> 3.0-3.14.28-201501142323
test:   3.0-3.18.2-201501120821  -> 3.0-3.18.2-201501142325
2015-01-16 02:47:12 +01:00
cillianderoiste
1b753579a1 Merge pull request #5775 from nckx/jfbview
Add jfbview 0.4.2: framebuffer PDF/image viewer
2015-01-15 10:26:32 +01:00
Eric Seidel
f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
Tobias Geerinckx-Rice
cf22b82b6c Add jfbview 0.4.2: framebuffer PDF/image viewer 2015-01-14 23:31:47 +01:00
William A. Kennington III
1ec68e0d13 kernel: Fix path to stp bridge helper 2015-01-14 10:34:28 -08:00
William A. Kennington III
3d4b315d91 Revert "kernel: Add a patch to remove checks for bridge stp helpers"
This reverts commit f64c3ce18d.
2015-01-13 15:34:26 -08:00
William A. Kennington III
f64c3ce18d kernel: Add a patch to remove checks for bridge stp helpers 2015-01-13 15:24:02 -08:00
Ludovic Courtès
41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Vladimír Čunát
1575bc652e Merge branch 'master' into staging
Conflicts (simple):
	pkgs/os-specific/linux/util-linux/default.nix

It seems this merge creates a new stdenv hash,
because we had changes on both branches :-/
2015-01-13 18:07:11 +01:00
Ricardo M. Correia
757071af5b grsecurity: Update stable and test patches
stable: 3.0-3.14.28-201501111421 -> 3.0-3.14.28-201501120819
test:   3.0-3.18.2-201501111422  -> 3.0-3.18.2-201501120821
2015-01-12 18:21:22 +01:00
Jaka Hudoklin
e2edf1e01d Merge pull request #5650 from nckx/radeontop2
readeontop: build without patches & include some git bugfixes
2015-01-12 18:14:56 +01:00
Tobias Geerinckx-Rice
40ed9007f1 readeontop: build without patches & include some git bugfixes
Also add my initial longDescription, and build in parallel.
2015-01-12 16:30:28 +01:00
William A. Kennington III
97783b87c0 kernel: 3.14.27 -> 3.14.28 2015-01-11 23:59:13 -08:00
William A. Kennington III
33651bb865 kernel: 3.18.1 -> 3.18.2 2015-01-11 23:58:19 -08:00
William A. Kennington III
6521141d09 kernel: Remove 3.16 2015-01-11 23:55:38 -08:00
William A. Kennington III
ba6648b142 kernel: 3.2.65 -> 3.2.66 2015-01-11 23:55:37 -08:00
William A. Kennington III
980758bdee kernel: 3.17.7 -> 3.17.8 2015-01-11 23:55:37 -08:00
William A. Kennington III
38eb7af3cd kernel: 3.10.63 -> 3.10.64 2015-01-11 23:55:37 -08:00
Ryan Mulligan
2f1a9ef41f afuse: change from git to tarball source 2015-01-11 13:21:37 -08:00
Ryan Mulligan
be4704da66 update afuse to version 0.4.1
addresses #5670, needs testing!
2015-01-10 15:44:31 -08:00
Domen Kožar
9b7b2ce8eb Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
This reverts commit 512fbb280f.

See #5368
2015-01-08 10:26:49 +01:00
Domen Kožar
156b7804b0 Merge pull request #5603 from abbradar/iwlwifi
iwlwifi: re-enable 7265 firmware for 3.17+
2015-01-08 01:53:21 +01:00
William A. Kennington III
bf227494ee mstpd: Fix patch 2015-01-07 13:44:15 -08:00
William A. Kennington III
7c6cbdc145 mstpd: Add derivation 2015-01-07 13:38:04 -08:00
William A. Kennington III
e0098e8408 Revert "linux kernel: set VFIO_PCI_VGA to y for versions > 3.9"
This reverts commit 774486a149.
2015-01-07 10:55:06 -08:00
Jan Malakhovski
774486a149 linux kernel: set VFIO_PCI_VGA to y for versions > 3.9
This allows to passthrough PCI video adapters to KVM virtual machines.
VFIO_PCI is set to `m` by default, which means this will not affect
non-users.
2015-01-07 11:08:58 +00:00
Ricardo M. Correia
e90bfba2f6 grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412280859 -> 3.0-3.14.27-201501042018
test:   3.0-3.18.1-201412281149  -> 3.0-3.18.1-201501042021
2015-01-07 05:49:56 +01:00
Nikolay Amiantov
635d335b83 iwlwifi: re-enable 7265 firmware for 3.17+ 2015-01-06 16:03:16 +03:00
Peter Simons
c6f9de8932 Merge pull request #5602 from abbradar/iwlwifi
iwlwifi: update firmware
2015-01-06 13:56:23 +01:00
Nikolay Amiantov
fb277ec1ac iwlwifi: update firmware 2015-01-06 15:53:54 +03:00
Nikolay Amiantov
e9d868de63 kernel: enable intel_pstate 2015-01-06 03:07:32 +03:00
William A. Kennington III
b721c27277 pam_krb5: Use the eyrie version 4.7 2015-01-04 22:39:22 -08:00
Arseniy Seroka
6b8b0fd544 Merge pull request #5556 from rycee/package/flashbench
Add package 'flashbench'.
2015-01-04 01:04:40 +03:00
Robert Helgesson
9a3b8068f8 Add package 'flashbench'. 2015-01-03 22:49:08 +01:00
Domen Kožar
d03e88b865 Merge pull request #5560 from rycee/package/radeontop
Add package 'radeontop'.
2015-01-03 21:37:57 +01:00
Robert Helgesson
f9afb8e6cb Add package 'radeontop'. 2015-01-03 21:18:54 +01:00
Vladimír Čunát
6671aff83e linux kernel determinism: unify timestamp style
Testing showed the linux build is sensitive to /usr/include/ncursesw
unless chrooted (on non-nixos).
On a single chrooted nixos machine, -A linux is binary reproducible.

CC #2281 & @alexanderkjeldaas.
2015-01-03 13:54:32 +01:00
William A. Kennington III
6ffde6cd15 cifs-utils: Add more useful dependencies 2015-01-02 17:22:37 -08:00
William A. Kennington III
e0a5b75d9c zfs: Update git version 2015-01-02 12:46:36 -08:00
William A. Kennington III
a47b064595 spl: Update git 2015-01-02 11:38:31 -08:00
Peter Simons
68ab9b7958 Merge pull request #5523 from nckx/util-linux-path
util-linux: fix rtcwake(8) to search $PATH for shutdown(8)
2015-01-02 18:10:51 +01:00
Nikolay Amiantov
c0d95c2f80 linux-firmware: add ibt-hw firmware 2015-01-02 18:26:31 +03:00
Domen Kožar
c510f3da49 fix eval /cc @vcunat 2015-01-02 13:55:19 +01:00
Domen Kožar
512fbb280f Introduce patchShebangsPhase ran in preConfigurePhases
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-02 02:58:32 +01:00
Tobias Geerinckx-Rice
14eff8f7fa util-linux: fix rtcwake(8) to search $PATH for shutdown(8)
This makes "rtcwake -m off" actually work on NixOS without breaking it
on other platforms.
2015-01-01 22:23:22 +01:00
Peter Simons
37ae6de95d s6: don't depend on GNU Make 4.0
The website gives no indication that version 4.x is required to build
this package, and even it if were, then there should be an override in
all-packages.nix instead of referring to the 'gnumake40' attribute
directly in this expression.
2015-01-01 20:36:58 +01:00
Michael Raskin
fdb785f4d1 Merge pull request #5453 from pmahoney/skarnet-2.0
Update skarnet.org software for 2.0 release.
2015-01-01 16:14:17 +03:00
Vladimír Čunát
d8c5d95330 determinism: change some fixed timestamp to != (time_t)0
vcunat removed the unrelated glib change.
Conflicts:
	pkgs/development/libraries/glib/default.nix
	pkgs/os-specific/linux/kernel/generic.nix
	pkgs/os-specific/linux/kernel/manual-config.nix
2014-12-30 17:03:39 +01:00
Vladimír Čunát
88fd7f4527 Re-Revert merge #5505: util-linux: use /run/current-system/sw/bin/*
This reverts commit 6222093eec.
2014-12-30 10:53:41 +01:00
Vladimír Čunát
6222093eec Revert "merge #5505: use /run/current-system/sw/bin/*"
I didn't realize it causes a nontrivial rebuild (through systemd).
I'll re-push to staging.

This reverts commit 8cf4ef7ab7.
2014-12-30 10:51:36 +01:00
Tobias Geerinckx-Rice
8cf4ef7ab7 merge #5505: use /run/current-system/sw/bin/*
A working /sbin/shutdown (usually provided by systemd) is required by
"rtcwake -m off". Creating a circular dependency on systemd for this
just isn't worth the trouble, so take the straightforward way out.

One could easily make the argument that rtcwake wants to shut down the
*currently running system*, and that the correct API for that *is* in
fact /run/current-system. And it makes a very tempting sort of sense.

@vcunat moved to postPatch and added #FIXME.
2014-12-30 10:31:20 +01:00
William A. Kennington III
afeef240dc kerberos: Use default kerberos instead of krb5 2014-12-30 00:05:12 -08:00
William A. Kennington III
18892629c2 pam_krb5: Keep kerberos instead of krb5 2014-12-29 23:25:35 -08:00
William A. Kennington III
315c53bbd3 pam_krb5: 2.3.11 -> 2.4.9 2014-12-29 22:32:23 -08:00
Ricardo M. Correia
1d44322d53 grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412211908 -> 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -> 3.0-3.18.1-201412281149
2014-12-29 03:00:47 +01:00
Eelco Dolstra
a30869a525 Typo 2014-12-28 19:41:06 +01:00
Alexander Kjeldaas
da1f8578b0 Eradicate gzip -9 without -n 2014-12-28 13:45:27 +01:00
William A. Kennington III
c17fda769a ipset: Add derivation 2014-12-28 00:03:54 -08:00
Marco Maggesi
30f621944b Bumb BLCR 2014-12-27 14:56:21 +01:00
Vladimír Čunát
becf038336 Merge branch 'staging' 2014-12-26 22:41:19 +01:00
Shea Levy
05edd656f6 Missed gcc refs 2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Vladimír Čunát
7671875b25 upower_99: port commit bf3fd50e14 2014-12-25 18:29:08 +01:00
Vladimír Čunát
38ee8859e8 upower_99: update
It doesn't depend on polkit anymore (upstream change in 0.99.1).
2014-12-25 18:17:00 +01:00
Vladimír Čunát
1aec647906 udisks2: update
Also depend on systemd instead of udev, as some libsystemd* is used.
2014-12-25 18:17:00 +01:00
Vladimír Čunát
3a2478605d Merge 'master' into staging 2014-12-24 16:06:12 +01:00
William A. Kennington III
f6622403c8 zfs: 0.6.3 -> 0.6.3-1.2 2014-12-23 17:05:02 -08:00
William A. Kennington III
7e8eea59ee spl: 0.6.3 -> 0.6.3-1.2 2014-12-23 17:05:02 -08:00
Vladimír Čunát
3d9bbdb794 nvidia_x11: document the updating policy
CC #5070.
2014-12-24 00:49:59 +01:00
Vladimír Čunát
fd9d8edc51 nvidia_x11: add 343 branch as the default (close #5070)
It's just a plain copy of the 340 expressions (only hash and version changed).
2014-12-24 00:06:46 +01:00
Vladimír Čunát
5a4feadd58 nvidia_x11: maintenance+security updates
It's supposed to fix GLX problems CVE-2014-8298, see:
http://nvidia.custhelp.com/app/answers/detail/a_id/3610

Tested building all atop 14.12, and running 340.* there.
2014-12-23 23:37:24 +01:00
Patrick Mahoney
26e74d8a3e Update skarnet.org software for 2.0 release.
New build system using configure script and GNU Make 4.0, and new
releases of the following using the new build system:

execline 2.0.0.0
s6 2.0.0.0
s6-dns 2.0.0.0
s6-linux-utils 2.0.0.0
s6-networking 2.0.0.0
s6-portable-utils 2.0.0.0
skalibs 2.0.0.0
2014-12-23 15:24:30 -06:00
Ricardo M. Correia
a8e33da2dd grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412170659 -> 3.0-3.14.27-201412211908
test:   3.0-3.17.7-201412170700  -> 3.0-3.17.7-201412211910
2014-12-22 20:33:00 +01:00
Michael Raskin
edadde69b1 sysdig: 0.1.91 → 0.1.93 2014-12-21 11:14:25 +03:00
Michael Raskin
16a4882d71 LVM2: 2.02.111 → 2.02.114 2014-12-21 11:14:25 +03:00
Michael Raskin
5997e7edfa Firejail: 0.9.16 → 0.9.18 2014-12-21 11:14:25 +03:00
Pascal Wittmann
f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Pascal Wittmann
f55545c0c9 fix maintainer information
s/maintainer/maintainers
2014-12-20 21:54:22 +01:00
Eelco Dolstra
e47ed98f9b systemd: Apply upstream fixes
In particular, upstream commit 3072eecf3c714e3ed88c882623c40aca15445f64
fixes 15-character network interface names (as generated by ID_NET_NAME_MAC).
2014-12-19 15:07:37 +01:00
lethalman
5ff1f17248 Merge pull request #5393 from abbradar/ocz-toolbox
ocz-toolbox: new package
2014-12-19 10:21:32 +01:00
Nikolay Amiantov
b62a2b07f4 ocz-toolbox: new package 2014-12-19 05:04:31 +03:00
Shea Levy
e3825b47ec systemd: read units from /etc/systemd-mutable
This allows for persistent units managed outside of configuration.nix
2014-12-18 17:08:04 -05:00
Rob Vermaas
d05bb6c8c2 Fix sysstat build.
(cherry picked from commit 597007f8b7cf60d4571b859adb3972292e2fa0ff)
2014-12-18 14:47:22 +01:00
Eelco Dolstra
9ef74187bb sysstat: Update to 11.0.2 2014-12-18 14:11:11 +01:00
William A. Kennington III
1ef5533426 nftables: 0.3 -> 0.4 2014-12-17 14:44:30 -08:00
William A. Kennington III
7e8c5b578a kernel: 3.14.26 -> 3.14.27 2014-12-17 14:36:38 -08:00
William A. Kennington III
eea5383b48 kernel: 3.17.6 -> 3.17.7 2014-12-17 14:36:29 -08:00
Eelco Dolstra
8d66a51a87 Merge branch 'fix_bootstrap_tools' of https://github.com/offlinehacker/nixpkgs into staging 2014-12-17 13:51:51 +01:00
Eelco Dolstra
e7ad8af28e util-linux: Update to 2.25.2 2014-12-17 13:47:27 +01:00
William A. Kennington III
be96c7e283 Revert "kernel: 3.14.26 -> 3.14.27"
This reverts commit 4eaecca7b1.
2014-12-16 14:15:55 -08:00
William A. Kennington III
66332cdee1 Revert "kernel: 3.17.6 -> 3.17.7"
This reverts commit d3a61d88aa.
2014-12-16 14:15:47 -08:00
William A. Kennington III
d3a61d88aa kernel: 3.17.6 -> 3.17.7 2014-12-16 14:13:03 -08:00
William A. Kennington III
4eaecca7b1 kernel: 3.14.26 -> 3.14.27 2014-12-16 14:12:57 -08:00
William A. Kennington III
8643578aa5 kernel: 3.2.64 -> 3.2.65 2014-12-16 14:12:21 -08:00
William A. Kennington III
980c702342 kernel: 3.18 -> 3.18.1 2014-12-16 14:12:21 -08:00
William A. Kennington III
6ea3763f22 kernel: 3.12.34 -> 3.12.35 2014-12-16 14:11:13 -08:00
William A. Kennington III
7c2b8b333f kernel: 3.10.62 -> 3.10.63 2014-12-16 14:11:07 -08:00
Jaka Hudoklin
7021f1e25c uclibc: fix url, update 2014-12-15 03:32:08 +01:00
Domen Kožar
de88551eef libsepol: fix download url
(cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 19:05:59 +01:00
Vladimír Čunát
274a9419c1 broadcom_sta: fix build with kernel 3.18 (close #5315)
I couldn't find any source that looked reliable, but I guess it's better
than nothing: it's fairly simple patch that fixes the build.
2014-12-14 10:51:31 +01:00
Michael Raskin
34b0d860d5 Try harder to use out-of-store udev rule location 2014-12-13 12:55:24 +03:00
Michael Raskin
efd51accc4 Trying to update iptables - apparently, already latest 2014-12-13 12:55:24 +03:00
Michael Raskin
59ec0f0e0d Improve eudev paths in the same way as they are set in the original package 2014-12-12 14:49:20 +03:00
Vladimír Čunát
80e3018bc0 Merge #5286: ati-driver: Update to 4.12 2014-12-11 22:12:20 +01:00
Domen Kožar
27281f660c fix builds for rest of kernel modules on 3.18 2014-12-11 02:03:43 +01:00
Jascha Geerds
b15311027f ati-driver: Fix support for linux kernel 3.17 2014-12-10 21:30:31 +01:00
Jascha Geerds
3525f7135f ati-driver: Bump version to 14.12 2014-12-10 21:12:54 +01:00
Vladimír Čunát
62e5e2a880 apparmor: fix build by using older perl
This is work around #5270.
Also bogus path in wrapper got fixed.

CC: maintainers @phreedom, @thoughtpolice.
It would be better to test this as well by someone who actually uses it.
2014-12-10 16:11:29 +01:00
Domen Kožar
ac80e36e4a lttng-modules: fix build on kernel 3.18 2014-12-10 12:55:05 +01:00
Domen Kožar
024a28e5e8 v4l2loopback: fix build in kernel 3.18 2014-12-10 12:55:04 +01:00
Tobias Geerinckx-Rice
2e7d552122 Add ftop: show progress of open files and file systems 2014-12-10 05:34:57 +01:00
Bjørn Forsman
507e78fb94 lttng-modules: fix build on linux 3.14.x
By applying patch from upstream mailing list[1] (should be in the next
release).

[1]: http://lists.lttng.org/pipermail/lttng-dev/2014-December/023914.html
2014-12-09 19:34:41 +01:00
William A. Kennington III
042f266e10 kernel: 3.14.25 -> 3.14.26 2014-12-08 23:24:50 -08:00
William A. Kennington III
c8abfe37ab kernel: 3.17.4 -> 3.17.6 2014-12-08 23:23:42 -08:00
William A. Kennington III
20e2d94089 kernel: 3.4.104 -> 3.4.105 2014-12-08 23:21:40 -08:00
William A. Kennington III
845f647b86 kernel: 3.12.33 -> 3.12.34 2014-12-08 23:21:07 -08:00
William A. Kennington III
98791f57c8 kernel: 3.10.61 -> 3.10.62 2014-12-08 23:21:04 -08:00
William A. Kennington III
a6f4c3624e kernel: Add 3.18 2014-12-08 23:18:04 -08:00
Domen Kožar
de99c9c955 Merge branch 'staging' 2014-12-08 16:28:45 +01:00
Michael Raskin
5da22f6d0c Don't trust sinit snapshots to be stable 2014-12-08 14:49:34 +03:00
Michael Raskin
06f4ddf962 Add suckless.org sinit for experiments 2014-12-08 09:12:14 +03:00
lethalman
eb94c70dc8 Merge pull request #5251 from ts468/powertop
Update Powertop: 2.6.1 -> 2.7
2014-12-07 17:41:34 +01:00
Thomas Strobel
8fce0d3360 Update Powertop: 2.6.1 -> 2.7 2014-12-07 17:20:21 +01:00
Michael Raskin
71ef2b5d2d Allow eudev to find blkid 2014-12-07 19:04:07 +03:00
Domen Kožar
4aa3eec330 Merge branch 'master' into staging
Conflicts:
	pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Ricardo M. Correia
7ce1cbed93 grsecurity: Update stable and test patches
stable: 3.0-3.14.25-201411260106 -> 3.0-3.14.25-201412040016
test:   3.0-3.17.4-201411260107  -> 3.0-3.17.4-201412040017
2014-12-05 18:26:21 +01:00
Eelco Dolstra
bf3fd50e14 upower: Fix lib/systemd/system-sleep/system-sleep 2014-12-05 12:57:00 +01:00
Domen Kožar
b7a504ea6b x86info: ignore warnings 2014-12-03 22:22:30 +01:00
Thomas Tuegel
f7c27885d0 Add iwlegacy firmware for old Intel wireless cards 2014-12-03 10:10:00 -06:00
William A. Kennington III
1716c12b54 iwlwifi: Split into separate package with more up to date firmware 2014-12-01 16:25:20 -08:00
William A. Kennington III
fe21ac3903 linux: 3.18.0-rc6 -> 3.18.0-rc7 2014-12-01 01:49:05 -08:00
Patrick Mahoney
cf5f282940 Consolidate conf-compile steps for skarnet.org pkgs. 2014-11-28 13:10:37 -06:00
Vladimír Čunát
cbd2305d4d Merge branch 'master' into staging 2014-11-28 18:59:07 +01:00