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
888c7b40fe
Revert "systemd: Drop dependency on sysvtools"
...
This reverts commit 51fe214218512fbd277ede0075cccac9f9d2b562. 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
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
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
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
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
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