3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

4291 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice ac5d849ff6 Merge pull request #8153 from nckx/update-libnl
libnl 3.2.25 -> 3.2.26
2015-06-04 13:11:16 +02:00
Eelco Dolstra cdeb271101 zfs: Nuke references to linux.dev in *.ko files
This prevents linux.dev being included in the installation CD.
2015-06-04 11:06:44 +02:00
Tuomas Tynkkynen 6be70d17c0 kernel-config: Enable IKCONFIG so ARM gets /proc/config.gz
IKCONFIG must be enabled so IKCONFIG_PROC can be set. On x86 IKCONFIG
gets implicitly enabled by kernelAutoModules in platforms.nix. But ARM
doesn't use kernelAutoModules, so IKCONFIG_PROC won't get enabled
without this patch.
2015-06-04 11:28:35 +03:00
Tuomas Tynkkynen 9c2f2bc893 kernel-config: Enable FB_VESA and FRAMEBUFFER_CONSOLE
Commit 159fed47bc (nixos/grub: Fix video display on efi) changed BIOS
systems to start in non-text mode as well. Enable FB_VESA to get a
framebuffer console on BIOS systems. Change FRAMEBUFFER_CONSOLE to 'y'
instead of the default 'm' to so the user doesn't need to manually load
the fbcon module anymore.

Other distros have similar defaults, at least on Arch:
    CONFIG_FB_VESA=y
    CONFIG_FRAMEBUFFER_CONSOLE=y
and on Ubuntu (12.04):
    CONFIG_FB_VESA=m
    CONFIG_FRAMEBUFFER_CONSOLE=y

Fixes #8139
2015-06-04 11:26:20 +03:00
Tobias Geerinckx-Rice 33ad641be9 libnl 3.2.25 -> 3.2.26
Changes (also in project hosting):
<http://lists.infradead.org/pipermail/libnl/2015-March/001865.html>
2015-06-03 22:41:30 +02:00
Ricardo M. Correia 07c26ee680 grsecurity: Update stable and test patches
stable: 3.1-3.14.43-201505272112 -> 3.1-3.14.43-201506021902
test:   3.1-4.0.4-201505272113   -> 3.1-4.0.4-201506021902
2015-06-03 19:38:05 +02:00
Vladimír Čunát 0307c27219 kmod-blacklist-ubuntu: update to Vivid 2015-06-02 20:17:01 +02:00
William A. Kennington III 2f96621b6a linux-testing: 4.1-rc5 -> 4.1-rc6 2015-06-02 11:03:53 -07:00
Patrick Mahoney 9835f18fbd Add myself as maintainer for skarnet software 2015-06-01 15:20:56 -05:00
Tobias Geerinckx-Rice 217566ede4 mcelog 117 -> 118
Changet to mcelog(8) to support new architectural extentions in
Intel CPUs.
2015-06-01 21:13:34 +02:00
Eelco Dolstra 553abf71ba Merge remote-tracking branch 'origin/staging' into gcc-4.9
Conflicts:
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/development/libraries/wayland/default.nix
	pkgs/development/tools/build-managers/cmake/default.nix
	pkgs/top-level/all-packages.nix
2015-06-01 20:08:43 +02:00
Eelco Dolstra 0645f5eab7 samba: Revert style changes and get rid of some dependencies
Packages like glusterfs are now optional dependencies. A bunch of
dependencies like subunit are gone: as far as I can tell, these are
only used by Samba's test suite, which we're not even running, so
they're pointless.

Fixes #8067.
2015-06-01 15:35:59 +02:00
Domen Kožar dc3316268e Merge branch 'master' into staging 2015-06-01 11:00:51 +02:00
codyopel a9af62f38b v4l-utils: 1.6.2 -> 1.6.3 2015-05-31 19:54:03 -04:00
William A. Kennington III 18237ff377 musl: 1.1.8 -> 1.1.9 2015-05-31 14:17:19 -07:00
Tobias Geerinckx-Rice 3ca2bb3c03 radeontop v0.8-8-g2499679 -> 2015-05-28 (new format) 2015-05-30 21:09:26 +02:00
Pascal Wittmann 1d30557516 Fixed meta.license: s/licence/license 2015-05-30 15:19:05 +02:00
William A. Kennington III 7141d96bde pam: Factor out dependencies 2015-05-29 14:58:39 -07:00
Ricardo M. Correia b59d52daf7 grsecurity: Update stable and test patches
stable: 3.1-3.14.43-201505222221 -> 3.1-3.14.43-201505272112
test:   3.1-4.0.4-201505222222   -> 3.1-4.0.4-201505272113
2015-05-29 19:49:46 +02:00
William A. Kennington III 7e126ac83e audit: 2.9.1 -> 2.9.2 2015-05-29 10:29:11 -07:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
William A. Kennington III 7a9e0a5ae4 util-linux: 2.26.1 -> 2.26.2 2015-05-28 02:20:08 -07:00
Tobias Geerinckx-Rice b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Ricardo M. Correia c0f09411e8 grsecurity: Update stable and test patches
stable: 3.1-3.14.43-201505191737 -> 3.1-3.14.43-201505222221
test:   3.1-4.0.4-201505182014   -> 3.1-4.0.4-201505222222
2015-05-27 20:27:43 +02:00
Mateusz Kowalczyk 1113efec5e Merge pull request #7559 from offlinehacker/openvswitch/ipsec
openvswitch: ipsec support
2015-05-26 11:26:02 +01:00
William A. Kennington III 988ede2c6b linux-testing: 4.1-rc4 -> 4.1-rc5 2015-05-26 01:36:35 -07:00
Tobias Geerinckx-Rice 8d98f626a1 statifier 1.6.15 -> 1.7.3
Also switch to mkDerivation and fix build on amd64.
2015-05-25 13:35:55 +02:00
William A. Kennington III 37ca982a66 linux-testing: 4.1-rc4 2015-05-24 15:40:58 -07:00
William A. Kennington III 25a148fa19 Refactor mkFlag / shouldUsePkg into the nixpkgs libraries 2015-05-22 13:26:55 -07:00
Tobias Geerinckx-Rice 5d5044b2ec Use mirror:// URIs for ftp.debian.org
Provide a more robust experience for users with horrible network
hardware (me).
2015-05-22 10:39:27 +02:00
Ricardo M. Correia 5277bf945d grsecurity: Update stable patch from 3.1-3.14.43-201505181929 -> 3.1-3.14.43-201505191737 2015-05-21 14:45:56 +02:00
William A. Kennington III 8d7d9723af kernel: 3.18.13 -> 3.18.14 2015-05-20 23:00:43 -07:00
William A. Kennington III 3462d04e27 kernel: 3.12.42 -> 3.12.43 2015-05-20 23:00:28 -07:00
William A. Kennington III 3ee72b7379 lxc: Cleanup postInstall 2015-05-20 00:12:20 -07:00
William A. Kennington III 5c6f06e56a lxc: 1.1.1 -> 1.1.2 2015-05-20 00:03:49 -07:00
Ricardo M. Correia 0cb3c2d684 grsecurity: Update stable and test patches
stable: 3.1-3.14.43-201505171736 -> 3.1-3.14.43-201505181929
test:   3.1-4.0.4-201505171737   -> 3.1-4.0.4-201505182014
2015-05-19 19:21:31 +02:00
William A. Kennington III fd588f939c cryptsetup: Use openssl instead of libgcrypt
When libgcrypt added support for libcap, it started dropping
capabilities of the cryptsetup process. This meant that cryptsetup was
unable to communicate with device mapper. This patch fixes that issue by
removing the dependency on libgcrypt and instead uses openssl for the
implementation of low-level cryptographic functions.

Fixes #7859.
2015-05-18 13:12:27 -07:00
Arseniy Seroka 282d7b2189 Merge pull request #7896 from spwhitt/cmdlinetools
command-line-tools: Update url
2015-05-18 22:41:11 +03:00
Edward Tjörnhammar 7639474c72 firmware-linux-nonfree.src: use http:// to enable better availability for proxied users 2015-05-18 21:12:02 +02:00
Spencer Whitt 9119103656 command-line-tools: Update url 2015-05-18 15:10:33 -04:00
Shea Levy 8dbd385e1c kernel config: Fix grsecurity-specific config
Refs 13a38440c6
2015-05-18 14:32:29 -04:00
William A. Kennington III 9265918fea kernel: 3.14.42 -> 3.14.43 2015-05-18 01:45:49 -07:00
William A. Kennington III 4a7a3cd8a5 kernel: 4.0.3 -> 4.0.4 2015-05-18 01:43:03 -07:00
William A. Kennington III b679ccdca5 kernel: 3.10.78 -> 3.10.79 2015-05-18 01:36:24 -07:00
William A. Kennington III ec1a281f0a kernel-config: Fix for i686 2015-05-17 03:02:44 -07:00
William A. Kennington III 13a38440c6 kernel-config: Grsecurity fixes 2015-05-15 18:38:15 -07:00
William A. Kennington III bca69399a8 kernel-config: kvm changes 2015-05-15 18:38:15 -07:00
William A. Kennington III 7aae0f3115 kernel-config: mlx4-en enable vxlan offloading 2015-05-15 18:38:15 -07:00
William A. Kennington III 19d5b1e37a kernel-config: nfs changes 2015-05-15 18:38:14 -07:00
William A. Kennington III fcf15de248 kernel: 3.14.41 -> 3.14.42 2015-05-15 18:38:14 -07:00
William A. Kennington III 90659e2735 kernel: 4.0.2 -> 4.0.3 2015-05-15 18:38:14 -07:00
William A. Kennington III c360d741c9 kernel: 3.2.68 -> 3.2.69 2015-05-15 18:38:14 -07:00
William A. Kennington III 28c17395f5 kernel: 3.19.7 -> 3.19.8 2015-05-15 18:38:14 -07:00
William A. Kennington III 35c0e0583d kernel: 3.10.77 -> 3.10.78 2015-05-15 18:38:14 -07:00
William A. Kennington III a5979edc8a zfs_git: 2015-04-08 -> 2015-05-13 2015-05-15 18:38:13 -07:00
William A. Kennington III d87d7aa503 spl_git: 2015-04-08 -> 2015-04-24 2015-05-15 18:38:13 -07:00
William A. Kennington III d7af7fb504 firmware-linux-nonfree: 2015-03-20 -> 2015-05-13 2015-05-15 18:38:12 -07:00
Joel Taylor 740d3b1517 Remove isLinux assertion from libcap
Heimdal evaluates libcap's meta.platforms to determine if it should be pulled in or not,
and that fails if the stdenv.isLinux assertion fails.
2015-05-15 15:33:35 -07:00
Eelco Dolstra 592d4af9cf wpa_supplicant: Fix build
There is no wpa_priv. Another case of #7524.

http://hydra.nixos.org/build/22211118
2015-05-15 11:11:15 +02:00
Eelco Dolstra 81dfb2c948 Fix usbutils
More #7524.

http://hydra.nixos.org/build/22211118
2015-05-15 11:10:03 +02:00
lethalman 1103392dd9 Merge pull request #7794 from womfoo/kbdlight
Add kbdlight package and setuid wrapper
2015-05-14 17:09:28 +02:00
Eelco Dolstra e7feb89158 systemd: Fix another build failure hidden by #7524 2015-05-13 18:17:25 +02:00
Domen Kožar bb4d658f64 Merge branch 'master' into staging
Conflicts:
	nixos/doc/manual/release-notes/rl-unstable.xml
	nixos/modules/services/printing/cupsd.nix
	pkgs/applications/misc/calibre/default.nix
	pkgs/development/haskell-modules/hackage-packages.nix
	pkgs/development/libraries/libsodium/default.nix
	pkgs/misc/emulators/wine/unstable.nix
	pkgs/top-level/all-packages.nix
2015-05-11 10:05:23 +02:00
William A. Kennington III 5a117814b8 pam: 1.1.8 -> 1.2.0 2015-05-10 22:39:31 -07:00
Kranium Gikos Mendoza 6f634e3c3a Add kbdlight package and setuid wrapper
update nixos/modules/programs/kbdlight.nix to use mkEnableOption
2015-05-11 13:23:01 +08:00
William A. Kennington III 142b48688c edac-utils: Add derivation 2015-05-10 18:18:31 -07:00
Ricardo M. Correia aa75bb25d8 grsecurity: Update stable and test patches
stable: 3.1-3.14.41-201505072056 -> 3.1-3.14.41-201505101121
test:   3.1-4.0.2-201505072057   -> 3.1-4.0.2-201505101122
2015-05-11 02:45:38 +02:00
Michael Raskin ebadf1ff3f Update firejail 2015-05-10 13:46:30 +02:00
Tobias Geerinckx-Rice 9870b076f5 phc-intel: don't try to build on _grsec kernels
It will fail.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice b9b8fec6ae Add phc-intel: undervolt Intel CPUs under Linux 2015-05-10 13:45:59 +02:00
Michael Alan Dorman 27d4e762a0 Add wpa_supplicant p2p patch.
wpa_supplicant 2.4 appears to have a serious bug that makes impossible
to use wifi for some number of people.

(See https://bbs.archlinux.org/viewtopic.php?id=196584 for an example)

It was resolved in a patch for the to-be-released 2.5 which it seemed
worth it to cherry-pick here.
2015-05-10 13:45:59 +02:00
Michael Raskin c25495bcff Update firejail 2015-05-10 13:36:44 +03:00
Lluís Batlle i Rossell d8a2bb86c0 Raspberry Pi 2 changes to make it boot.
It boots, but some things still don't work:
1) Installation of DTBs
2) Boot of initrd

Booting still needs a proper config.txt in /boot, which could probably be
managed by NixOS.
2015-05-09 17:05:24 +00:00
Tobias Geerinckx-Rice 8c39547fc2 phc-intel: don't try to build on _grsec kernels
It will fail.
2015-05-09 02:49:41 +02:00
Tobias Geerinckx-Rice 1f6c2a97ef Add phc-intel: undervolt Intel CPUs under Linux 2015-05-09 01:25:58 +02:00
Michael Alan Dorman d3e0850989 Add wpa_supplicant p2p patch.
wpa_supplicant 2.4 appears to have a serious bug that makes impossible
to use wifi for some number of people.

(See https://bbs.archlinux.org/viewtopic.php?id=196584 for an example)

It was resolved in a patch for the to-be-released 2.5 which it seemed
worth it to cherry-pick here.
2015-05-08 11:02:01 -04:00
William A. Kennington III c9395e1e92 Merge branch 'master' into staging 2015-05-08 05:59:50 -07:00
William A. Kennington III a5312e581f kernel: Remove obsolete btrfs patch 2015-05-08 05:27:55 -07:00
William A. Kennington III 61be2ceb27 kernel: Move grsecurity update warning 2015-05-07 20:45:48 -07:00
William A. Kennington III 8209d3f78b kernel: 3.14.40 -> 3.14.41 2015-05-07 20:34:26 -07:00
William A. Kennington III 0e4057b167 kernel: 4.0.1 -> 4.0.2 2015-05-07 20:32:24 -07:00
William A. Kennington III 5b4cd639dd kernel: 3.19.6 -> 3.19.7 2015-05-07 20:32:23 -07:00
William A. Kennington III b4a8eaaf87 kernel: 3.18.12 -> 3.18.13 2015-05-07 20:32:23 -07:00
William A. Kennington III 185d7c062b kernel: 3.12.40 -> 3.12.42 2015-05-07 19:26:48 -07:00
William A. Kennington III f4a016081a kernel: 3.10.76 -> 3.10.77 2015-05-07 19:26:20 -07:00
viric 1b982918f5 Merge pull request #7740 from dezgeg/arm
ARM changes for the Jetson TK1 (and other multiplatform boards)
2015-05-07 20:53:07 +02:00
William A. Kennington III 074c4a7f78 Merge remote-tracking branch 'upstream/master' into staging 2015-05-07 01:44:49 -07:00
Tuomas Tynkkynen 9fc72c8ab8 kernel: Install DTBs into a subdirectory
This avoids the pollution of the top-level kernel output directory and
also simplifies the boot entry generator script I will be using on ARM.
2015-05-07 06:04:10 +03:00
Lluís Batlle i Rossell 0c5be7164c sheevaplug: fix kernel build.
I added platform.kernelMakeFlags. This allows setting the required
parameter to make the required kernel uImage for the sheevaplug,
since it became a platform with devicetree (3.10).

I have tried it with linux 3.18 and it built fine.
2015-05-06 09:50:51 +02:00
William A. Kennington III 874fa4d8a3 busybox: 1.22.1 -> 1.23.2
Also use musl as libc since it is just as small as uclibc, usually more
performant, and regularly makes releases.
2015-05-06 00:15:16 -07:00
Charles Strahan 398a23d94f Merge pull request #7710 from cstrahan/broadcom-sta-patches
broadcom-sta: fixes for kernel version >= 3.18
2015-05-05 17:21:29 -04:00
Charles Strahan 4d3be75ae2 broadcom-sta: fixes for kernel version >= 3.18
This replaces our patches with those from Arch's package [1]. Further
discussion can be found on the Arch forum [2].

This patch set is a superset of the previous set, and resolves the
immediate and consistent kernel panics I've seen on my MacBook Pro
Retina since switching from version 3.16 to 3.18 of the Linux kernel.

Fixes #5315
Fixes #7710

1: https://aur.archlinux.org/packages/broadcom-wl/
2: https://bbs.archlinux.org/viewtopic.php?id=192287
2015-05-05 16:34:59 -04:00
Philip Potter 2216728979 add support for pam_u2f to nixos pam module
This adds support for authenticating using a U2F device such as a
yubikey neo.
2015-05-03 19:22:00 +01:00
William A. Kennington III 8de4be096f ffado: Refactor and cleanup 2015-05-02 15:54:42 -07:00
William A. Kennington III a71f78acf7 libgcrypt: Massive cleanup and make 1.6 the default 2015-05-01 17:41:42 -07:00
Ricardo M. Correia 8119b8a0e4 zfs: Update from 0.6.4 -> 0.6.4.1 2015-05-02 01:05:54 +02:00
Ricardo M. Correia a46066219c spl: Update from 0.6.4 -> 0.6.4.1 2015-05-02 01:05:08 +02:00
Ricardo M. Correia b95fa1c852 grsecurity: Update stable and test patches
stable: 3.1-3.14.40-201504290821 -> 3.1-3.14.40-201504302118
test:   3.1-3.19.6-201504290821  -> 3.1-3.19.6-201504302119
2015-05-02 01:03:05 +02:00
William A. Kennington III 00df204c82 Merge remote-tracking branch 'upstream/master' into staging 2015-05-01 15:57:09 -07:00
William A. Kennington III bc4347bfd7 iproute: 3.19.0 -> 4.0.0 2015-04-30 18:51:27 -07:00
Charles Strahan 53ab1f7d3c mbpfan: new package
Daemon that uses input from coretemp module and sets the fan speed using
the applesmc module
2015-04-30 21:21:15 -04:00
Joachim Fasting bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Tobias Geerinckx-Rice 2a29cf9eaa mcelog 116 -> 117
That was quick.
2015-04-30 13:11:31 +02:00
Tobias Geerinckx-Rice dbbc1b3379 fatrace: fix power-usage-report 2015-04-30 13:11:31 +02:00
Tobias Geerinckx-Rice 8ce7626dc7 fatrace 0.9 -> 0.10 2015-04-30 13:11:30 +02:00
William A. Kennington III 084d1143e6 kernel: 3.14.39 -> 3.14.40 2015-04-29 14:34:11 -07:00
William A. Kennington III dfd7b26e3a kernel: 3.19.5 -> 3.19.6 2015-04-29 14:33:23 -07:00
William A. Kennington III 0414465137 kernel: 4.0 -> 4.0.1 2015-04-29 14:33:23 -07:00
William A. Kennington III 6a34c8fbac kernel: 3.10.75 -> 3.10.76 2015-04-29 14:31:33 -07:00
Thomas Tuegel 1fe28a1132 Merge remote-tracking branch 'upstream/master' into staging 2015-04-29 11:33:28 -05:00
Tobias Geerinckx-Rice cdeb2e5886 mcelog 115 -> 116
Added Knights Landing (Xeon Phi) support.
2015-04-28 21:32:22 +02:00
Edward Tjörnhammar 74742ad584 Merge pull request #7606 from dezgeg/pr-kmod-blacklist
kmod-blacklist-ubuntu: Fix source package URL returning 404
2015-04-28 10:18:30 +02:00
Tuomas Tynkkynen c323c87565 kmod-blacklist-ubuntu: Fix source package URL returning 404
The original URL http://archive.ubuntu.com/ubuntu/pool/main/k/kmod/kmod_9-3ubuntu1.debian.tar.gz
is dead.
2015-04-28 11:15:54 +03:00
William A. Kennington III 00230c9240 fusionio: Correct binary testing code 2015-04-27 17:38:08 -07:00
William A. Kennington III 9258e8a4bf fusionio: Refactor and add utils 2015-04-27 17:24:43 -07:00
William A. Kennington III 47e67a80b9 fusionio: Add iomemory-vsl driver 2015-04-27 16:00:17 -07:00
Vladimír Čunát 30f31c9afc Merge 'master' into staging
(relatively simple conflicts)
2015-04-26 22:52:08 +02:00
William A. Kennington III d96535ba41 ffado: Add maintainer 2015-04-26 10:24:48 -07:00
Edward Tjörnhammar a682c2eb4e Merge pull request #7572 from dezgeg/pr-trinity
trinity: New package
2015-04-26 10:13:57 +02:00
William A. Kennington III 954b8a4cdb Merge pull request #7574 from codyopel/v86d
v86d: refactor
2015-04-25 23:35:15 -07:00
William A. Kennington III 3cb1669249 alsa-plugins: 1.0.28 -> 1.0.29 2015-04-25 21:43:37 -07:00
William A. Kennington III 60a39dec54 ffado: Refactor 2015-04-25 21:27:54 -07:00
William A. Kennington III bdf2329262 bluez5: 5.29 -> 5.30 2015-04-25 21:27:53 -07:00
William A. Kennington III 95a49c18b5 alsaLib: 1.0.28 -> 1.0.29 2015-04-25 21:27:53 -07:00
codyopel 2421b139bc v86d: refactor 2015-04-25 17:36:56 -04:00
Tuomas Tynkkynen 7453f378ea trinity: init at version 1.5 2015-04-26 00:03:01 +03:00
Jaka Hudoklin f2ec6964db openvswitch: export and fix ovs-monitor-ipsec script 2015-04-25 15:33:08 +02:00
Edward Tjörnhammar 9604dcc42f Merge pull request #7493 from malyn/hal-flash
Add hal-flash package
2015-04-25 12:14:15 +02:00
William A. Kennington III 076dff2f58 hostapd: Refactoring 2015-04-24 15:12:55 -07:00
William A. Kennington III 4ae59b199a wpa_supplicant: 2.3 -> 2.4 2015-04-24 15:02:25 -07:00
Arseniy Seroka e5b2ecd9b4 Merge pull request #7535 from joachifm/apparmor-2_9_2
apparmor: 2.9.1 -> 2.9.2
2015-04-24 16:42:47 +03:00
Joachim Fasting 029514b513 apparmor: 2.9.1 -> 2.9.2
Bugfixes & minor improvements
2015-04-24 12:42:58 +02:00
Michael Alyn Miller 48c8092f6d Add hal-flash package 2015-04-23 19:56:51 -07:00
Edward Tjörnhammar e92c84402d Merge pull request #7519 from dezgeg/pr-trace-cmd-build-fix
trace-cmd: Fix build by adding docbook_xsl dependency
2015-04-23 20:52:24 +02:00
Joachim Schiele e3e8aebdc1 wpa-supplicant: CVE-2015-1863 (close #7526)
http://w1.fi/security/2015-1/
2015-04-23 20:23:47 +02:00
Tuomas Tynkkynen 663c972385 trace-cmd: Fix build by adding docbook_xsl dependency
Gets rid of this build error:

make -C /tmp/nix-build-trace-cmd-2.5.3.drv-0/trace-cmd/Documentation all
      ASCIIDOC            trace-cmd-hist.1.xsl
*********************************
** No docbook.xsl is installed **
** Can't make man pages        **
*********************************
Makefile:59: recipe for target '/tmp/nix-build-trace-cmd-2.5.3.drv-0/trace-cmd/Documentation/trace-cmd-hist.1' failed
2015-04-23 06:32:54 +03:00
Tobias Geerinckx-Rice fb235a871a mcelog 114 -> 115: major path fixes
Both $out/bin/mcelog and $out/etc/mcelog/mcelog.conf now point to
the correct $out/etc/mcelog.
2015-04-23 01:52:18 +02:00
Tobias Geerinckx-Rice 07b9356023 b43-firmware: add new version 6.30.163.46 2015-04-23 01:52:18 +02:00
William A. Kennington III 37ab5f0ad0 kernel: 3.18.11 -> 3.18.12 2015-04-22 14:49:43 -07:00
Nikolay Amiantov 05dd67ce9f schedtool: add package 2015-04-22 17:50:41 +03:00
Tobias Geerinckx-Rice e727aae8ca jfbview 0.4.2 -> 0.5.1
Also adds two new tools to the package: jpdfcat (quick and dirty text
dumper) and jpdfgrep (PDF search tool with weird syntax).
2015-04-22 12:34:15 +02:00
William A. Kennington III 7b34703b70 zfs: Fix pkgconfig 2015-04-21 20:57:58 -07:00
William A. Kennington III c6d0acbda7 numactl: 1.0.2 -> 2.0.10 2015-04-21 20:57:58 -07:00
William A. Kennington III dbaeb7c428 kernel: 3.14.38 -> 3.14.39 2015-04-20 22:41:47 -07:00
William A. Kennington III 2c35a4aa39 kernel: 3.19.4 -> 3.19.5 2015-04-20 22:40:31 -07:00
William A. Kennington III d82fa84357 kernel: 3.10.74 -> 3.10.75 2015-04-20 22:37:40 -07:00
Jan Malakhovski 9f9959599f drbd: hash changed 2015-04-20 15:59:13 +00:00
Cillian de Róiste 001ea3b455 xf86_input_wacom: update from 0.28.0 to 0.29.0 2015-04-20 14:51:38 +02:00
Eelco Dolstra e229dbdb4e systemd: Drop dependency on sysvtools 2015-04-20 11:34:00 +02:00
Eelco Dolstra 888c7b40fe Revert "systemd: Drop dependency on sysvtools"
This reverts commit 51fe214218. It was
intended for the staging branch.
2015-04-20 11:33:28 +02:00
Eelco Dolstra 51fe214218 systemd: Drop dependency on sysvtools 2015-04-20 11:32:28 +02:00
Tobias Geerinckx-Rice 63727ffcb2 kexec-tools 2.0.4 -> 2.0.9 2015-04-19 03:45:58 +02:00
Spencer Whitt 165456bba2 command-line-tools: Update broken URL and packages
Close #7452.
2015-04-18 22:55:43 +02:00
Austin Seipp 003f5a87b3 nixpkgs: add trace-cmd 2.5.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-18 14:45:47 -05:00
William A. Kennington III c6234ad07b kernel: 3.4.106 -> 3.4.107 2015-04-17 16:55:14 -07:00
Jookia 98d77cd1a5 Fixed zImage installation when building Linux.
When building kernels outputting a zImage, the zImage wasn't correctly copied in
to the installation. This broke the build process entirely, at least on my ARM
machine.
2015-04-16 22:00:58 -04:00
Tobias Geerinckx-Rice 2123be342d mcelog 1.0pre-7fa9981 -> 114 2015-04-17 00:46:22 +02:00
Tobias Geerinckx-Rice 487b200ea1 util-linux: ddate was removed in 2.23 2015-04-16 06:29:11 +02:00
William A. Kennington III b46dae268a grsec_path: Update patch 2015-04-15 16:22:42 -07:00
William A. Kennington III 0fd4774781 kernel: 3.14.37 -> 3.14.38 2015-04-15 16:22:42 -07:00
William A. Kennington III 2ded7833ed kernel: 3.19.3 -> 3.19.4 2015-04-15 16:22:42 -07:00
William A. Kennington III 44dcac2e2b kernel: 3.10.73 -> 3.10.74 2015-04-15 16:22:42 -07:00
Austin Seipp 2d8cfe76a9 Merge pull request #7186 from arno01/checksecfix
checksec: use binutils instead of elfutils
2015-04-13 17:12:41 -05:00
Shea Levy 114ffa0d6c Oops, forgot to update the hash 2015-04-12 19:23:35 -04:00
Shea Levy e01c96d14c Add linux 4.0
Untested yet, my build machine is too slow
2015-04-12 19:17:53 -04:00
Austin Seipp 627da7cb22 nixpkgs: libcgroup adopt, bump 0.38 -> 0.41
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 15:22:52 -05:00
Arseniy Seroka 06a24b12b2 Merge pull request #7321 from AndersonTorres/alsaUtils
AlsaUtils: 1.0.28 -> 1.0.29
2015-04-11 23:02:40 +03:00
AndersonTorres 27e46441fa AlsaUtils: 1.0.28 -> 1.0.29 2015-04-11 15:10:35 -03:00
William A. Kennington III c1f586e275 kernel: 3.12.39 -> 3.12.40 2015-04-10 23:23:53 -07:00
Thomas Tuegel 88918e10e9 Merge branch 'master' into staging 2015-04-10 07:45:38 -05:00
William A. Kennington III ef03b0ffde zfs_git: 2015-04-03 -> 2015-04-08 2015-04-09 13:21:46 -07:00
William A. Kennington III d8bf90c8a0 zfs: 0.6.3 -> 0.6.4 2015-04-09 13:21:46 -07:00
William A. Kennington III 983845d78a spl_git: 2015-04-03 -> 2015-04-08 2015-04-09 13:21:46 -07:00
William A. Kennington III 758c8e5c5d spl: 0.6.3 -> 0.6.4 2015-04-09 13:21:46 -07:00
Nikolay Amiantov 285d64d2f0 kernel: add patch to fix btrfs deadlocks to affected kernels 2015-04-08 20:49:12 +03:00
William A. Kennington III 6ffd44c4c3 nvidia: 346.47 -> 346.59 2015-04-07 13:24:55 -07:00
William A. Kennington III 487e4b13db kbd: Fix missing patch 2015-04-07 11:45:28 -07:00
William A. Kennington III 265ffd8b34 kbd: Fix file descriptor issue with the console 2015-04-07 11:44:33 -07:00
Domen Kožar 46f4e26154 Merge pull request #7233 from joachifm/apparmor-perl
apparmor: perl support
2015-04-07 11:54:49 +02:00
Joachim Fasting d3ea6abf0e libapparmor: build perl bindings
There are still a few utils which use Perl, though most have been ported to
Python. Note that SWIG v2 is required to avoid the `error: 'bool' undeclared`
build failure with Perl >=5.16 [1].

[1]: 4305a3cef9
2015-04-07 11:05:54 +02:00
Joachim Fasting 38dc021b16 apparmor: use base32 digest 2015-04-07 10:21:40 +02:00
William A. Kennington III 22bb53dfe2 linux-testing: 4.0-rc6 -> 4.0-rc7 2015-04-06 20:12:08 -07:00
Eric Seidel 6ec373d776 Merge branch master into staging 2015-04-06 18:58:08 -07:00
Ricardo M. Correia 6566738b29 grsecurity: Update stable and test patches
stable: 3.1-3.14.37-201503270048 -> 3.1-3.14.37-201504051405
test:   3.1-3.19.3-201503270049  -> 3.1-3.19.3-201504021826
2015-04-06 18:26:05 +02:00
Tobias Geerinckx-Rice 8a2deb7abe linux: disable UEVENT_HELPER by default on versions >= 3.15 2015-04-06 14:00:03 +02:00
Michael Raskin 3ba3c1f25d libjpeg needs to be propagated build input of v4l 2015-04-06 08:27:23 +03:00
Nikolay Amiantov 7626674ae0 bbswitch: maintain, fix (transient?) hash failure 2015-04-06 02:58:30 +03:00
William A. Kennington III 181248b2a2 Merge pull request #7176 from codyopel/v4l
v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
2015-04-05 14:58:50 -07:00
codyopel 466cb22bcd v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
+ added missing dependencies (alsa, libXll & qt5)
+ added fixes to make sure unnecessary features are disabled for libv4l
2015-04-05 16:23:37 -04:00
Andrey Arapov 96063873e2 checksec: use binutils instead of elfutils
readelf which makes most of checks should come from binutils package instead of elfutils

E.g. the PIE check from checksec, different readelf gives different result:
(elfutils)
$ /nix/store/rgrji20513g19ci0sa6jydm86gpf4j42-elfutils-0.158/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null |grep -q '(DEBUG)' ; echo $?
1

(binutils)
$ /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null | grep -q '(DEBUG)' ; echo $?
0
2015-04-05 21:13:26 +02:00
Michael Raskin 93bf2f8ba9 Update firejail 2015-04-05 20:27:25 +03:00
Nikolay Amiantov 8220246beb bbswitch: add patch to fix Lenovo t440p 2015-04-05 16:12:34 +03:00
William A. Kennington III 8c330acec8 zfs_git: 2015-03-25 -> 2015-04-03 2015-04-04 20:12:38 -07:00
William A. Kennington III f64ddc181c spl_git: 2015-03-25 -> 2015-04-03 2015-04-04 20:11:08 -07:00
William A. Kennington III bfe79e4b9a kernel: 3.18.10 -> 3.18.11 2015-04-04 19:47:21 -07:00
William A. Kennington III c0cb4e1ef7 nixos/nvidia: Add a temporary hack to support kernel 4.0 2015-04-03 21:53:34 -07:00
William A. Kennington III 18c9619021 nvidia: Add beta driver 2015-04-03 21:53:12 -07:00
Austin Seipp d61561e381 nixpkgs: pax-utils 1.0.2 -> 1.0.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
Austin Seipp 1b338edc80 nixpkgs: musl 1.1.7 -> 1.1.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
William A. Kennington III 04e39bdb5c kbd: 1.15.3 -> 2.0.2 2015-04-01 18:36:31 -07:00
William A. Kennington III e05b68ed05 More cleanups of sw/sbin 2015-04-01 14:26:22 -07:00
William A. Kennington III ff21171921 Fix references to current-system/sw/sbin 2015-04-01 13:57:36 -07:00
aszlig 8664aea63d
Revert "mdadm: 3.3 -> 3.3.2".
This reverts commit 7719f7f23b, again!

It prevents systems from booting, for two reasons:

  * The initrd size is going to explode, but I think this is not the
    REAL issue. We had that in 666cf99 already, which reverted this
    update already.
  * Another reason I don't yet know, which is the REAL issue. We need to
    investigate and fix that before attempting another update.

Because of that I've also added a small comment before the src attribute
to prevent further updates like this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-01 17:59:09 +02:00
William A. Kennington III 5bf407ada4 linux-testing: 4.0-rc4 -> 4.0-rc6 2015-03-31 14:28:42 -07:00
lethalman fed2cf85ec Merge pull request #7065 from pmahoney/skarnet-2015-03-28
update s6, execline, other skarnet.org
2015-03-30 17:57:41 +02:00
Arseniy Seroka c1d5eee053 Merge pull request #7071 from oxij/conky-options
conky: add lua-imlib2 and lua-cairo support, add more options, change defaults
2015-03-30 17:36:38 +03:00
William A. Kennington III c9bbf2228f Merge pull request #7069 from taktoa/master
Fixed grsecurity path patch for testing (3.19)
2015-03-30 02:36:34 -07:00
Jan Malakhovski 8591b7b48c conky: add lua-imlib2 and lua-cairo support, add more options, rename old ones so that they would conform to a common standard, make the defaults for a "normal desktop user" 2015-03-29 23:23:29 +00:00
William A. Kennington III fa2e5b25ba Merge branch 'master' into staging 2015-03-29 14:25:48 -07:00
Domen Kožar c31f1d99a5 fix linux 3.2/3.4 builds 2015-03-29 21:41:05 +02:00
Remy Goldschmidt d567e12eb7 Fix grsec-path.patch (2) 2015-03-29 14:26:11 -04:00
Remy Goldschmidt d68e248418 Fixed grsec-path.patch 2015-03-29 14:26:00 -04:00
Nikolay Amiantov fb8ed6efd4 ocz-toolbox: remove (obsoleted by SSD Guru) 2015-03-29 13:05:28 +03:00
Nikolay Amiantov f0c54d671a android-udev-rules: update 2015-03-29 13:05:28 +03:00
Patrick Mahoney 00b57f47c7 Update versions of skarnet.org packages
skalibs            2.3.2.0
execline           2.1.1.0
s6                 2.1.3.0
st-portable-utils  2.0.4.0
s6-linux-utils     2.0.2.0
s6-networking      2.1.0.0

Also change path to s6 static library in s6-networking build.
2015-03-28 23:13:45 -05:00
Arseniy Seroka a639c710ae Merge pull request #6968 from oxij/unquestionably-good
Easy to check to be unquestionably good changes
2015-03-28 13:16:13 +03:00
William A. Kennington III 7ccccc15ba Merge branch 'master' into staging 2015-03-27 16:03:03 -07:00
William A. Kennington III 123bde971e zfs_git: 2015-03-20 -> 2015-03-25 2015-03-27 15:52:44 -07:00
William A. Kennington III c7bf9d2749 spl_git: 2015-03-20 -> 2015-03-25 2015-03-27 15:50:47 -07:00
Michael Raskin 57d9198552 Adding Bluez 5.28; 5.29 breaks LibreOffice build 2015-03-28 01:13:53 +03:00
William A. Kennington III 9fc53d95bc procps-ng: Fix license 2015-03-27 11:32:33 -07:00
William A. Kennington III dceff137e1 procps-ng: Refactor a bit 2015-03-27 11:15:49 -07:00
William A. Kennington III 23c73808ac Revert "procps: 3.2.8 -> 3.3.10"
This reverts commit 63675e8c27.

This should be the old version.
2015-03-27 10:52:14 -07:00
William A. Kennington III 304b3c077c kernel: 3.14.36 -> 3.14.37 2015-03-27 10:45:13 -07:00
William A. Kennington III ca12b0b304 kernel: 3.19.2 -> 3.19.3 2015-03-27 10:44:19 -07:00
William A. Kennington III 7a9e7905db kernel: 3.10.72 -> 3.10.73 2015-03-27 10:42:28 -07:00
William A. Kennington III 26c7e2605e lxc: 1.0.7 -> 1.1.1 2015-03-26 18:16:43 -07:00
William A. Kennington III 702590081b cgmanager: Add derivation 2015-03-26 18:16:37 -07:00
William A. Kennington III 7719f7f23b mdadm: 3.3 -> 3.3.2 2015-03-26 17:40:11 -07:00
William A. Kennington III 82eb45bf99 bluez5: 5.25 -> 5.29 2015-03-26 17:32:02 -07:00
William A. Kennington III 65e303570e macchanger: 1.6.0 -> 1.7.0 2015-03-26 15:04:44 -07:00
William A. Kennington III 767c179a94 Merge branch 'master' into staging 2015-03-26 14:44:05 -07:00
William A. Kennington III c99fa3a261 musl: 1.1.6 -> 1.1.7 2015-03-26 13:12:57 -07:00
William A. Kennington III 09ca343089 hostapd: 2.3 -> 2.4 2015-03-26 12:30:51 -07:00
William A. Kennington III 08995697de usbutils: 007 -> 008 2015-03-26 12:00:34 -07:00
William A. Kennington III 4febebe9cf hwdata: 249 -> 276 2015-03-26 12:00:34 -07:00
William A. Kennington III ab131767d1 lvm2: 2.02.114 -> 2.02.118 2015-03-26 11:42:32 -07:00
William A. Kennington III 8ca8b0868c cryptsetup: 1.6.3 -> 1.6.7 2015-03-26 11:42:32 -07:00
Jan Malakhovski 89bfacdf90 kernel: add a warning/note at the top of common-config so that people would hopefully stop breaking the older kernels 2015-03-26 12:43:42 +00:00
William A. Kennington III 9c78bbd405 kmod: 18 -> 20 2015-03-26 01:03:51 -07:00
William A. Kennington III 5e33c85248 util-linux: 2.26 -> 2.26.1 2015-03-26 00:57:59 -07:00
William A. Kennington III 63675e8c27 procps: 3.2.8 -> 3.3.10 2015-03-26 00:57:45 -07:00
William A. Kennington III afca882265 libcap: 2.22 -> 2.24 2015-03-26 00:53:45 -07:00
William A. Kennington III ace8dfa22c linuxFirmwareNonfree: 3015-03-09 -> 2015-03-20 2015-03-25 14:46:49 -07:00
William A. Kennington III 27f355c1e3 microcode-amd: Update to early loading 2015-03-25 14:44:19 -07:00
William A. Kennington III 79827eb8f5 firmware-linux-nonfree: Support version passthru 2015-03-25 14:43:50 -07:00
William A. Kennington III 8ad832f96a microcode/intel: Correct license 2015-03-25 14:28:32 -07:00
William A. Kennington III c14919ff61 Remove old microcode2ucode 2015-03-25 14:25:04 -07:00
William A. Kennington III 1e1683f4ae Add missing file 2015-03-25 14:17:22 -07:00
William A. Kennington III 8baaff95e6 intel-ucode: Generate an early loadable microcode image 2015-03-25 14:14:46 -07:00
William A. Kennington III 4d47c0dd24 kernel-config: Add microcode support + early loading on new kernels 2015-03-25 11:30:03 -07:00
William A. Kennington III a040e15a48 kernel: 3.18.9 -> 3.18.10 2015-03-25 11:24:47 -07:00
Bjørn Forsman ff9bc81946 lttng-modules: update to latest stable (fixes build)
Fixes build against linux 3.14.36+.

Also
* It works with linux 3.12 now, so remove that assert
* Remove unneeded patches (merged upstream)
2015-03-24 07:10:12 +01:00
Ricardo M. Correia 232b434bc4 gradm: Update from 3.1-201502222102 -> 3.1-201503211320 2015-03-24 03:47:27 +01:00
William A. Kennington III 786f3216bc zfs_git: 2015-03-12 -> 2015-03-20 2015-03-22 12:20:53 -07:00
William A. Kennington III d071563006 spl_git: 2015-03-03 -> 2015-03-20 2015-03-22 12:20:38 -07:00
Mathijs Kwik 5cac50b3bf kernel: add support for experimental Realtek2800 models
tested with AVM Fritz wlan Stick N
2015-03-22 13:49:29 +01:00
Michael Raskin d5b558c613 update sysdig 2015-03-21 21:29:39 +03:00
Michael Raskin 15e66fa577 update eudev 2015-03-21 21:29:39 +03:00
Ricardo M. Correia 0f5a5cae76 grsecurity: Update test patch from 3.1-3.19.2-201503182219 -> 3.1-3.19.2-201503201903 2015-03-21 06:23:26 +01:00
William A. Kennington III 6437ad00f0 kernel/common-config: More fixes 2015-03-20 15:05:43 -07:00
William A. Kennington III 6e404cb338 linux-testing: 4.0.0-rc2 -> 4.0.0-rc4 2015-03-20 15:02:01 -07:00
William A. Kennington III 9dc8335294 kernel/common-config: Fix older kernels 2015-03-20 14:41:03 -07:00
William A. Kennington III 36ada70250 kernel: 3.14.35 -> 3.14.36 2015-03-20 14:21:39 -07:00
William A. Kennington III a7c32c8ea5 kernel: 3.19.1 -> 3.19.2 2015-03-20 14:19:49 -07:00
William A. Kennington III b9537d17f6 kernel: 3.12.38 -> 3.12.39 2015-03-20 14:16:01 -07:00
William A. Kennington III 0517907801 kernel: 3.10.71 -> 3.10.72 2015-03-20 14:15:59 -07:00
Austin Seipp 3ff22a924f Merge pull request #6871 from joachifm/apparmor-fixups
Apparmor fixups
2015-03-20 15:36:42 -05:00
Eelco Dolstra 2ed5c2bd6b Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Eelco Dolstra dda16e0c06 pam_login: Remove
We haven't used/updated this package in years.
2015-03-20 16:38:21 +01:00
Eelco Dolstra 87c86f6711 pam_console: Remove
This package is no longer used in NixOS.
2015-03-20 16:18:10 +01:00
Shea Levy 19cd9f16a0 Merge branch 'staging' 2015-03-20 09:53:34 -04:00
Arseniy Seroka 48e06786fd Merge pull request #6897 from joachifm/apparmor-revdeps
Change uses of apparmor to libapparmor (v2.9)
2015-03-19 19:53:27 +03:00
Eelco Dolstra cb7b0f3c1b Merge pull request #6898 from joachifm/redundant-params
kernelPatches: remove unused parameters
2015-03-19 15:31:03 +01:00
Joachim Fasting fa843cdf11 lxc: use AppArmor 2.9 2015-03-19 14:12:15 +01:00
Joachim Fasting cd55b6b5bb kernelPatches: remove unused parameters 2015-03-19 14:08:16 +01:00
Ricardo M. Correia 5b074d20f8 zfs: Update from 0.6.3-1.2 -> 0.6.3-1.3 2015-03-19 06:08:08 +01:00
Ricardo M. Correia 1e28cd0c83 spl: Update from 0.6.3-1.2 -> 0.6.3-1.3
Removed time.patch (applied upstream).
2015-03-19 06:07:54 +01:00
Bjørn Forsman 5c59b23cef alsa-firmware: longDescription => description 2015-03-18 21:26:20 +01:00
lethalman 626c7d8812 Merge pull request #6835 from bencef/alsa_firmware
Add alsa-firmware package
2015-03-18 15:31:29 +01:00
Joachim Fasting b0698d4342 apparmor: fixup install locations
This patch fixes install locations for man pages, python modules
and vim scripts. This patch improves but does not fix the user-land
AppArmor utilities (i.e., they can now import the modules they need
but are broken in other ways still).
2015-03-18 12:11:02 +01:00
Joachim Fasting dc71d5b602 apparmor: factor out common prePatch 2015-03-18 12:08:11 +01:00
Joachim Fasting a470b2748b Cleanup apparmor expression
Remove excessive whitespace & comments.
2015-03-18 12:07:49 +01:00
Yorick van Pelt a2dc00c177 nvidiabl: fix for other kernel versions than current
It was using the version of currently *running* kernel (impurely).
Close #6869.
2015-03-18 10:48:45 +01:00
Austin Seipp b0519234dd nixpkgs: musl 1.1.4 -> 1.1.6
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp 1840694a84 nixpkgs: lockdep 3.17 -> 3.19.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Bence Fabian ba6aee260e remove DESTDIR and don't strip 2015-03-17 20:59:31 +01:00
Bence Fabian 66e5b36378 remove /usr prefix in postInstall 2015-03-17 20:59:31 +01:00
Bence Fabian 90b083d387 Add alsa-firmware package 2015-03-17 20:59:31 +01:00
Vladimír Čunát e924f05cc3 Merge branch 'master' into staging 2015-03-17 13:35:05 +01:00
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