William A. Kennington III
4f00183685
htop: 8f07868f -> 229d0058
...
This fixes sopme of the strange rendering issues as well as some
intermittent crashes.
2015-09-08 22:33:20 -07:00
Eelco Dolstra
2a8e86bb05
upower: Use libgudev
2015-09-08 20:19:37 +02:00
Eelco Dolstra
a6de3feb97
systemd: Update to 226
2015-09-08 18:18:52 +02:00
Eelco Dolstra
023c12bc9a
udisks2: Propagated inputs considered harmful
2015-09-08 14:53:14 +02:00
Eelco Dolstra
5dde1a9752
udisks2: Add libgudev dependency
...
http://hydra.nixos.org/build/25640910
2015-09-08 14:51:14 +02:00
Eelco Dolstra
c34953ed24
systemd: Backport some journalctl performance improvements
...
Before:
$ time journalctl > /dev/null
real 6m12.470s
user 5m51.439s
sys 0m19.265s
After:
real 0m40.067s
user 0m37.717s
sys 0m2.383s
Before:
$ time journalctl --since '2015-08-01' _TRANSPORT=kernel
real 1m9.817s
user 0m13.318s
sys 0m56.626s
After:
real 0m0.689s
user 0m0.521s
sys 0m0.221s
2015-09-08 14:25:55 +02:00
Eelco Dolstra
d242e59fc4
systemd: Apply sbin patch
2015-09-08 14:07:05 +02:00
Eelco Dolstra
3609007b7c
systemd: Use our systemd repo directly
...
Since upstream no longer provides an autoconfed tarball, we may as
well use our own repo and drop the patch.
2015-09-08 13:08:41 +02:00
William A. Kennington III
d51d63fcf1
linux-firmware: 2015-07-23 -> 2015-09-07
2015-09-07 23:10:53 -07:00
Eelco Dolstra
ecbe04b4c6
systemd: Update to 225
2015-09-08 00:02:26 +02:00
Bryan Gardiner
3d93890c7e
wpa_supplicant: enable AP mode for NetworkManager connection sharing
2015-09-07 14:04:34 -07:00
Eelco Dolstra
3ebe5f802b
Remove references to /root/test-firmware
...
This is no longer supported by systemd.
2015-09-07 22:55:16 +02:00
Eelco Dolstra
916793cf13
Merge branch 'master' into systemd-219
...
Conflicts:
nixos/modules/system/boot/systemd.nix
pkgs/applications/networking/p2p/transmission/default.nix
pkgs/development/libraries/libseccomp/default.nix
pkgs/os-specific/linux/systemd/default.nix
pkgs/top-level/all-packages.nix
2015-09-07 21:28:33 +02:00
Tobias Geerinckx-Rice
1102018a00
htop: touch all headers
...
Fix the following build failure:
```
config.status: executing libtool commands
building
make flags: SHELL=/nix/store/548wfw1i43glkx8lkyjmbg59h6127qky-bash-4.3-p39/bin/bash
./scripts/MakeHeader.py ColumnsPanel.c
/usr/bin/env: python: No such file or directory
Makefile:2164: recipe for target 'ColumnsPanel.h' failed
make: *** [ColumnsPanel.h] Error 127
builder for ‘/nix/store/6rai1vs6jsw8y5z5jff98f0f8jzfa12n-htop-1.0.3-584-8f07868f.drv’ failed with exit code 2
```
2015-09-07 02:09:48 +02:00
William A. Kennington III
0754a213c1
Merge pull request #9643 from dezgeg/pr-perf
...
linuxPackages_*.perf: Fix build after kernel 4.1
2015-09-03 20:24:11 -07:00
Yochai
6f3f5f536d
rtl8812au: init at 4.2.2
2015-09-03 23:50:05 +02:00
Tuomas Tynkkynen
710c4c3c9d
linuxPackages_*.perf: Fix build after kernel 4.1
...
In 4.1, the build system changed, and it now wants to execute ld like this:
ld -r -o util/scripting-engines/libperf-in.o util/scripting-engines/trace-event-perl.o util/scripting-engines/trace-event-python.o
The actual problem seems to be that `buildInputs = [elfutils ...]`
causes 'ld' to point to elfutils in PATH instead of the usual binutils.
So remove elfutils from buildInputs and set NIX_CFLAGS_* manually. This
is a slight hack, but there is some precedent:
0761f81da7/pkgs/tools/package-management/rpm/default.nix (L13)
Fixes #9095 .
2015-09-03 23:37:15 +03:00
Eelco Dolstra
90dc8da64d
linux: Update to 3.18.21
2015-09-03 16:50:31 +02:00
Eelco Dolstra
38a74e27de
Remove Linux 4.0
...
It's EOL.
2015-09-03 16:50:31 +02:00
William A. Kennington III
66563862ec
zfs: Fix build for kernel 4.2
2015-09-01 08:57:02 -07:00
Luca Bruno
ffb8143cb1
lttng-modules: 2.6.0-5 -> 2.6.2-1, fixes build on kernel 3.18
2015-09-01 14:10:59 +02:00
Vladimír Čunát
1464a4de57
nvidia-x11: don't install libvdpau* that we have already
...
Besides being redundant to inject libvdpau via LD_LIBRARY_PATH,
currently the drivers come with a vulnerable version.
https://devtalk.nvidia.com/default/topic/873035
2015-09-01 13:27:12 +02:00
Tobias Geerinckx-Rice
d35d991028
phc-intel: 0.4.0-rev{17 -> 18} for Linux 4.2
...
Fix build failure: http://hydra.nixos.org/build/25314451/nixlog/1
2015-08-31 20:53:41 +02:00
Tobias Geerinckx-Rice
8a0a151d60
freefall: 3.19 -> 4.2
2015-08-31 17:17:30 +02:00
Austin Seipp
6e9b561a88
nixpkgs: trace-cmd 2.5.3 -> 2.6
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:18 -05:00
Austin Seipp
ce73dbd791
nixpkgs: pax-utils 1.0.5 -> 1.1.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:17 -05:00
Austin Seipp
5f5cc4e4f4
nixpkgs: musl 1.1.10 -> 1.1.11
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:17 -05:00
Daniel Fox Franke
ca673d66de
policycoreutils: fix i686-linux compilation error, closes #9544
...
This adds a patch to quiet a compiler warning which would be harmless
except that it breaks the build due to use of -Werror.
See http://hydra.nixos.org/build/25151888/nixlog/1
2015-08-31 09:39:07 +02:00
William A. Kennington III
38e2c1586b
zfs_git: 2015-07-21 -> 2015-08-30
2015-08-31 00:09:18 -07:00
William A. Kennington III
bdbe9fc172
spl_git: 2015-07-21 -> 2015-08-25
2015-08-31 00:09:02 -07:00
William A. Kennington III
5056267761
nvidia: Add 4.2 patch
2015-08-31 00:08:33 -07:00
William A. Kennington III
8e26a55dc4
linux: Add 4.2.0
2015-08-30 18:20:19 -07:00
Arseniy Seroka
582ed94aa2
Merge pull request #9559 from k0ral/conky
...
conky: 1.9.0 -> 1.10.0
2015-08-30 23:10:13 +03:00
William A. Kennington III
dc506110c1
nvidia: 352.30 -> 352.41
2015-08-30 10:57:16 -07:00
Cillian de Róiste
6e58e2307a
xf86_input_wacom: update from 0.30.0 to 0.31.0
2015-08-30 17:37:36 +02:00
koral
7eb5b00d82
conky: 1.9.0 -> 1.10.0
2015-08-30 14:18:47 +00:00
William A. Kennington III
b409331a5a
ipset: 6.24 -> 6.26
2015-08-28 17:49:15 -07:00
William A. Kennington III
5a303519fa
kernel: 3.12.46 -> 3.12.47
2015-08-28 15:46:34 -07:00
Robert Helgesson
ca11cb8288
reptyr: 0.5 -> 0.6.2
2015-08-27 10:11:11 +02:00
Joachim Fasting
fdb4633e4b
apparmor-utils: wrap python and perl scripts
...
This allows all utilties to at least run, though most still fail
because they expect to be able to read a non-existent config file.
Also, aa-notify refuses to run due to a self-check on the filename,
which cannot be preceded by a '.'. This has to be patched or we
need to set PERL5LIB some other way.
2015-08-26 22:58:12 +02:00
Joachim Fasting
ed5f6be317
apparmor: use standard phase hooks
2015-08-26 22:58:12 +02:00
Joachim Fasting
1dd8dd4ca8
apparmor: 2.9.1 -> 2.10
...
An incremental release, including several fixes to the parser, library, and
userspace management tools. See [1] for a comprehensive changelog.
[1]: http://wiki.apparmor.net/index.php/ReleaseNotes_2_10
2015-08-26 22:58:12 +02:00
Austin Seipp
9c0f3d8829
nixpkgs: apparmor - remove dbus dependency
...
This was untested and didn't function without a dbus patch which wasn't
applied to the system dbus package, so it wasn't used at all.
Also, it creates a weird cyclic dependency if we want systemd to depend
on libapparmor (for AppArmorProfiles= support), because libapparmor then
wants dbus, and dbus wants systemd. Oof.
Luckily, this feature and whatnot will probably all be irrelevant in the
glorious kdbus-based future, and the dbus patches aren't even upstream I
think. So we can just drop it.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-26 22:58:11 +02:00
Austin Seipp
cbacab73ed
nixpkgs: default to apparmor 2.9 ( #7220 )
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-26 22:58:00 +02:00
Vladimír Čunát
8c2f7fcfed
apparmor: don't depend on tetex
...
It seemed unused - no mention in the log, and builds without it.
/cc maintainers: @phreedom, @thoughtpolice.
2015-08-26 20:38:41 +02:00
Tobias Geerinckx-Rice
a94e8f24f2
mcelog: update 123 -> 124
2015-08-26 17:23:11 +02:00
Domen Kožar
e4644a5b58
Merge branch 'staging'
2015-08-25 14:14:54 +02:00
Eelco Dolstra
e4610f2965
buildEnv: Support package priorities like nix-env
...
This gets rid of a bunch of collision warnings.
2015-08-25 00:40:40 +02:00
Eelco Dolstra
9c61317002
Put all firmware in $out/lib/firmware
...
This way, hardware.firmware can be a list of packages.
2015-08-25 00:40:34 +02:00
Bob van der Linden
5cdf3d4f8e
can-utils: updated homepage url ( close #9425 )
2015-08-24 18:55:55 +02:00
Eelco Dolstra
3c114b827e
systemd: Update URL to the NixOS fork
2015-08-24 14:16:59 +02:00
Thomas Tuegel
90a72bd177
Merge branch 'master' into staging
2015-08-23 10:29:12 -05:00
Charles Strahan
7408ede358
fanctl: fix state directory
2015-08-22 14:14:56 -04:00
Charles Strahan
648973d641
nixos: rename service 'ubuntu-fan' as 'fan'
2015-08-22 14:05:35 -04:00
Desmond O. Chang
5986ec0923
android-udev-rules: 20150301 -> 20150821
2015-08-22 18:24:20 +08:00
William A. Kennington III
64cd711f5c
Merge branch 'master.upstream' into staging.upstream
2015-08-21 15:17:26 -07:00
Tobias Geerinckx-Rice
c757628f0a
mcelog: 122 -> 123
...
Also flesh out descriptions and restrict to Linux platforms.
2015-08-21 13:42:51 +02:00
William A. Kennington III
b3fb6dc5aa
htop: Update to fix issues with ncurses 6.0
...
```
william@exodus ~> htop
htop 1.0.3 aborting. Please report bug at http://hisham.hm/htop
Please include in your report the following backtrace:
htop(CRT_handleSIGSEGV+0x32)[0x4177b2]
/nix/store/xaz2f0mxklh0kh231h6spzbiblq1fm5b-glibc-2.21/lib/libc.so.6(+0x33460)[0x7f9fb9157460]
/nix/store/bdnzh93qibc3cimdw8fj94wwa4wjpw5f-ncurses-6.0/lib/libncursesw.so.6(+0x33f91)[0x7f9fb97faf91]
/nix/store/bdnzh93qibc3cimdw8fj94wwa4wjpw5f-ncurses-6.0/lib/libncursesw.so.6(doupdate_sp+0xc1d)[0x7f9fb97fe0ad]
/nix/store/bdnzh93qibc3cimdw8fj94wwa4wjpw5f-ncurses-6.0/lib/libncursesw.so.6(wrefresh+0x39)[0x7f9fb97ecf09]
/nix/store/bdnzh93qibc3cimdw8fj94wwa4wjpw5f-ncurses-6.0/lib/libncursesw.so.6(_nc_wgetch+0x12a)[0x7f9fb97e583a]
/nix/store/bdnzh93qibc3cimdw8fj94wwa4wjpw5f-ncurses-6.0/lib/libncursesw.so.6(wgetch+0x25)[0x7f9fb97e6555]
htop(ScreenManager_run+0x15a)[0x40ee8a]
htop(main+0x487)[0x4069b7]
/nix/store/xaz2f0mxklh0kh231h6spzbiblq1fm5b-glibc-2.21/lib/libc.so.6(__libc_start_main+0xf5)[0x7f9fb9144995]
htop(_start+0x29)[0x406af9]
Additionally, in order to make the above backtrace useful,
please also run the following command to generate a disassembly of your
binary:
objdump -d `which htop` > ~/htop.objdump
and then attach the file ~/htop.objdump to your bug report.
Thank you for helping to improve htop!
fish: “htop” terminated by signal SIGABRT (Abort)
```
2015-08-20 15:32:47 -07:00
William A. Kennington III
901482ad99
Merge branch 'master.upstream' into staging.upstream
2015-08-19 13:54:48 -07:00
aszlig
710f8a7170
Merge pull request #9271 from @Profpatsch.
...
Not sure whether this was broken in the first place (8cd6d53
) or if it
went broken afterwards (due to the version bump in 04e39bd
), but it
isn't included in the store path at current master.
So I've tested the commit and kbd now correctly includes the Neo layout.
2015-08-19 18:46:41 +02:00
aszlig
50e9dd7da1
uclibc: Provide a more stable location for source.
...
At the upstream URL at http://git.uclibc.org/uClibc/snapshot/ , older
versions are dropped at a regular basis. Unfortunately the tarball
"uClibc-20150131.tar.bz2" has already been deleted from that directory
and I didn't find a mirror providing the same file.
So I've switched it to use fetchzip from the cgit site instead of using
fetchgit directly. The reason why I didn't use fetchgit is that we'd
need need git, which depends (indirectly? not sure, haven't checked) on
libiconv and that in turn triggers an assertion if we're on Linux and
are cross-building using uclibc.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-19 18:43:24 +02:00
William A. Kennington III
d70c01daec
grsecurity: Update patches
2015-08-18 21:06:45 -07:00
William A. Kennington III
429d4beaa2
lvm2: 2.02.124 -> 2.02.128
2015-08-18 17:01:13 -07:00
William A. Kennington III
2ac70270e8
Merge branch 'master.upstream' into staging.upstream
2015-08-18 11:36:32 -07:00
William A. Kennington III
5ec252e7ca
kbd: 2.0.2 -> 2.0.3
2015-08-18 11:35:50 -07:00
William A. Kennington III
31a27c44c8
lxc: 1.1.2 -> 1.1.3
2015-08-18 11:33:37 -07:00
William A. Kennington III
74a885d13e
bluez5: 5.32 -> 5.33
2015-08-18 11:33:23 -07:00
William A. Kennington III
c4dc3aa97f
acpid: 2.0.23 -> 2.0.25
2015-08-18 11:32:29 -07:00
William A. Kennington III
0b907d875c
procps-ng: 3.3.10 -> 3.3.11
2015-08-18 11:12:34 -07:00
William A. Kennington III
eb859dc816
kernel: 4.1.5 -> 4.1.6
2015-08-18 11:12:34 -07:00
William A. Kennington III
e4fa08711c
kernel: 3.14.50 -> 3.14.51
2015-08-18 11:12:34 -07:00
William A. Kennington III
109ff7ddee
kernel: 3.10.86 -> 3.10.87
2015-08-18 11:12:34 -07:00
Peter Simons
93b830f111
htop: use a version number that corresponds to the output from "git describe --tags"
...
This approach avoids potential problems with "nix-env --update" when
we'll go back to a release version. Kindly suggested by @vcunat in
https://github.com/NixOS/nixpkgs/pull/9307#issuecomment-132112840 .
2015-08-18 12:18:19 +02:00
Tobias Geerinckx-Rice
54916ba657
htop: 1.0.3 -> (git) 2015-08-12
...
Temporarily update to git HEAD for the "display program basename"
functionality it provides.
2015-08-18 01:13:59 +02:00
Profpatsch
c34d852ea1
kbd: really do include neo layout
2015-08-16 01:46:50 +02:00
William A. Kennington III
952def0e3c
Merge branch 'master.upstream' into staging.upstream
2015-08-13 11:55:02 -07:00
Charles Strahan
c1ee8fefd4
nixos: add support for Ubuntu Fan Networking
...
This provides support for Ubuntu Fan Networking [1].
This includes:
* The fanctl package, and a corresponding NixOS service.
* iproute patches.
* kernel patches.
closes #9188
1: https://wiki.ubuntu.com/FanNetworking
2015-08-13 14:27:14 -04:00
Vladimír Čunát
e2e21ef320
nvidia-x11-legacy{340,304}: fix build with linux-3.18
...
Close #9218 .
It's our default kernel (now and for the upcoming release).
- 304 won't build with 4.1,
- 173 didn't even build with 3.14 due to other issues (3.12 is OK ATM)
- all legacy drivers are up-to-date with upstream releases.
2015-08-13 14:11:06 +02:00
Charles Strahan
963e70a7e8
iproute: remove unused patch
...
In f18efaf26e
, the "patches" attribute was erroneously renamed to
"patch". If you follow the original bug report[1], you'll see that this
has long since been fixed upstream (using a different patch).
1: https://bugs.gentoo.org/show_bug.cgi?id=331447
2015-08-11 17:47:53 -04:00
William A. Kennington III
52e55d85cb
kernel: 3.14.49 -> 3.14.50
2015-08-10 23:35:43 -07:00
William A. Kennington III
2cec29f646
linux-3.19: Remove stale nix file
2015-08-10 23:34:32 -07:00
William A. Kennington III
974b9cc8cc
kernel: 4.1.4 -> 4.1.5
2015-08-10 23:34:31 -07:00
William A. Kennington III
9f79c1e6eb
kernel: 3.18.19 -> 3.18.20
2015-08-10 23:34:31 -07:00
William A. Kennington III
5e33890995
kernel: 3.12.45 -> 3.12.46
2015-08-10 23:31:07 -07:00
William A. Kennington III
5fe578d706
kernel: 3.10.85 -> 3.10.86
2015-08-10 23:30:59 -07:00
Charles Strahan
8b91812de6
pipework: init at 2015-07-30
...
Pipework lets you connect together containers in arbitrarily complex
scenarios. Pipework uses cgroups and namespace and works with "plain"
LXC containers (created with lxc-start), and with the awesome Docker.
2015-08-10 15:01:34 -04:00
Vladimír Čunát
6cf49480a6
Merge #9094 : ati-drivers: 14.12 -> 15.7, fix builds
...
... with newer kernels up to 4.1 (including).
2015-08-10 08:43:49 +02:00
William A. Kennington III
6e698f9c61
Merge branch 'master.upstream' into staging.upstream
2015-08-09 13:34:18 -07:00
Michael Raskin
eee6f2801f
sysdig: 0.1.101 -> 0.1.102
2015-08-08 21:01:31 +03:00
William A. Kennington III
4624985561
Merge branch 'master.upstream' into staging.upstream
2015-08-07 13:40:39 -07:00
Tobias Geerinckx-Rice
a849b16052
radeontop: 2015-06-24 -> 2015-08-06
...
Adds support for Topaz, Tonga, and Carrizo + new R600 PCI IDs.
2015-08-06 16:21:59 +02:00
William A. Kennington III
926f073f55
Merge branch 'master.upstream' into staging.upstream
2015-08-04 15:32:43 -07:00
Jonathan Rudenberg
921055b4a8
kernel: Enable DRM_LOAD_EDID_FIRMWARE
...
This allows specifying drm_kms_helper.edid_firmware to work around displays
that provide bad EDID data.
Documentation: https://www.osadl.org/Single-View.111+M5ec938a7b3b.0.html
2015-08-04 16:38:38 -04:00
William A. Kennington III
04f1b451d7
kernel: 3.14.48 -> 3.14.49
2015-08-04 13:30:08 -07:00
William A. Kennington III
79fb844213
kernel: 4.0.8 -> 4.0.9
2015-08-04 13:28:46 -07:00
William A. Kennington III
a5d6e61c2f
grsecurity: Push testing from 4.0 -> 4.1
2015-08-04 13:28:16 -07:00
Daniel Fox Franke
d7443ffb89
Only use underscored versions of read_cr4 and write_cr4 in 3.18 and above.
...
I'm not sure precisely in what micro-version the API change was made, so
the check for 3.18.0 and above may not be quite correct. But it's at
least sufficient for every version currently included in NixOS.
2015-08-03 21:42:08 -04:00
ts468
5ef9a427cf
Merge pull request #9107 from ts468/upstream.ima
...
ima-evm-utils: init at 1.0.0
2015-08-04 01:38:46 +02:00
Thomas Strobel
c31dc22aa2
ima-evm-utils: init at 1.0.0
2015-08-04 01:10:13 +02:00
William A. Kennington III
a2da9cfcaf
Merge branch 'master.upstream' into staging.upstream
2015-08-03 14:27:14 -07:00
William A. Kennington III
ce6b96db6e
kernel-testing: 4.2.0-rc2 -> 4.2.0-rc5
2015-08-03 13:06:22 -07:00
William A. Kennington III
102cfc53bc
kernel: 4.1.3 -> 4.1.4
2015-08-03 12:58:12 -07:00
William A. Kennington III
678efd6df0
kernel: 3.12.44 -> 3.12.45
2015-08-03 12:58:12 -07:00
William A. Kennington III
1684ec0bfc
kernel: 3.10.84 -> 3.10.85
2015-08-03 12:58:12 -07:00
Daniel Fox Franke
17fb7ac352
ati-drivers: give the patch file a more sensible name
...
It makes several API fixes for several kernel versions so stop trying to
enumerate them all in the filename.
2015-08-03 00:46:29 -04:00
Daniel Fox Franke
6f2db8fe44
ati-drivers: Fixes for kernel 4.1.
...
* IRQF_DISABLED was already a no-op in recent kernels, has now been
removed.
* strnicmp is renamed to strncasecmp.
2015-08-03 00:36:30 -04:00
Daniel Fox Franke
1d3207b27b
ati-drivers: update to Catalyst 15.7 and fix build with recent kernels
2015-08-03 00:14:36 -04:00
William A. Kennington III
09b4a7cc1b
Merge branch 'master.upstream' into staging.upstream
2015-07-31 17:26:20 -07:00
William A. Kennington III
85e2c8ff23
lxc: Cleanup
2015-07-31 17:11:11 -07:00
William A. Kennington III
7a6b3bf688
cgmanager: 0.36 -> 0.37
2015-07-31 17:11:11 -07:00
William A. Kennington III
c53a13fe0e
policycoreutils: 2.3 -> 2.4
2015-07-31 17:11:11 -07:00
William A. Kennington III
3ada013455
setools: 3.3.8 -> 2015-02-12
2015-07-31 17:11:11 -07:00
William A. Kennington III
f6e554f288
selinux: Use fstack-protector=all
2015-07-31 17:11:11 -07:00
William A. Kennington III
c06b1d84f1
sepolgen: 1.2.1 -> 1.2.2
2015-07-31 17:11:11 -07:00
William A. Kennington III
f23406c0e2
libsemanage: 2.3 -> 2.4
2015-07-31 17:11:11 -07:00
William A. Kennington III
0b191e565b
checkpolicy: 2.3 -> 2.4
2015-07-31 17:11:10 -07:00
William A. Kennington III
b18a354c88
libselinux: 2.3 -> 2.4
2015-07-31 17:11:10 -07:00
William A. Kennington III
ffa1782688
libsepol: 2.3 -> 2.4
2015-07-31 17:11:10 -07:00
Tobias Geerinckx-Rice
6c6201a99b
Remove unnecessary rec{s from "my" packages
2015-07-31 02:02:07 +02:00
William A. Kennington III
7ebe164ae0
Merge branch 'master.upstream' into staging.upstream
2015-07-30 15:03:10 -07:00
Vladimír Čunát
374210aece
nvidia-x11: maintenance update
...
Strange as it is, nvidia seems to drop UVM kernel module on 32-bit.
Basic driver usage shows no problems for me.
2015-07-30 15:35:02 +02:00
William A. Kennington III
aaef42ab8c
Merge branch 'master.upstream' into staging.upstream
2015-07-29 10:23:08 -07:00
viric
982ce5ed58
Merge pull request #8978 from dezgeg/pr-arm-images
...
ARM SD card image expressions
2015-07-29 14:13:57 +02:00
Tobias Geerinckx-Rice
c71d93c519
mcelog: 121 -> 122
...
Enable IMC status bank for Haswell-E, as described in Intel SDM Vol.3C
Table 35-27.
2015-07-28 23:19:35 +02:00
Vladimír Čunát
0c4e4e6849
Merge branch 'master' into staging
...
There was a mass-rebuild due to expat CVE.
2015-07-28 13:09:43 +02:00
Spencer Janssen
ebe67d3c85
nvidia-x11: add a symlink for libGLESv2.so.2 ( close #9024 )
...
nvidia's EGL stack looks for libGLESv2.so.2 at runtime (confirmed by
watching strace), however builder.sh only provides a libGLESv2.so.1
symlink.
@vcunat ported to legacy_340; older ones don't produce GLES.
2015-07-28 12:43:58 +02:00
Vladimír Čunát
ff219393ca
nvidia_x11_beta: fix build by syncing with default
...
/cc author @wkennington.
2015-07-28 12:41:13 +02:00
Edward Tjörnhammar
e6bdca625a
iproute: prefix CONFDIR so that all files are not directly under /etc
2015-07-28 11:44:18 +02:00
Nikolay Amiantov
c40e9abc93
android-udev-rules: update package
2015-07-28 12:33:30 +03:00
William A. Kennington III
6b55ca513d
Merge branch 'master.upstream' into staging.upstream
2015-07-27 16:11:03 -07:00
William A. Kennington III
5792b1345a
iproute: Actually don't install docs
2015-07-27 09:24:49 -07:00
William A. Kennington III
fa0b84c446
iproute: Fix reference to /etc instead of /etc at runtime
2015-07-27 09:24:33 -07:00
William A. Kennington III
bd5f2c9638
Merge branch 'master.upstream' into staging.upstream
2015-07-27 08:17:19 -07:00
Eelco Dolstra
165406e1af
nvidia-x11: Remove runtime dependency on linux.dev
2015-07-26 22:45:39 +02:00
Vladimír Čunát
b875ea5d29
Merge branch 'master' into staging
2015-07-26 17:57:46 +02:00
Eelco Dolstra
a951f11021
Move some more gtk-docs to the doc output
2015-07-26 13:43:49 +02:00
Edward Tjörnhammar
80533a5043
iproute: 4.0.0 -> 4.1.1
2015-07-26 00:17:22 +02:00
Nathaniel Baxter
6bff6eec67
v4l2loopback: update 0.8.0 -> 0.9.1
2015-07-25 11:59:09 +10:00
Austin Seipp
61e0e56839
nixpkgs: perf-tools 20150704 -> 20150723
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-24 00:31:45 -05:00
Vladimír Čunát
af2ab0b911
remove gcc49 overrides from various places
...
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.
/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
(cherry picked from commit 3064b6a0cc
)
2015-07-23 11:53:18 +02:00
William A. Kennington III
24c13dfa81
kernel: 4.1.2 -> 4.1.3
2015-07-22 13:14:27 -07:00
William A. Kennington III
612d19e8b4
kernel: 3.18.18 -> 3.18.19
2015-07-22 13:14:27 -07:00
William A. Kennington III
17b924bb9f
linux-firmware: 2015-07-12 -> 2015-07-23
2015-07-22 12:33:27 -07:00
William A. Kennington III
c034e966bf
zfs_git: 2015-05-13 -> 2015-07-21
2015-07-22 12:22:15 -07:00
William A. Kennington III
b6cd7e754b
spl_git: 2015-06-29 -> 2015-07-21
2015-07-22 12:22:15 -07:00
Vladimír Čunát
3064b6a0cc
remove gcc49 overrides from various places
...
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.
/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
2015-07-22 19:40:12 +02:00
Tuomas Tynkkynen
82d0acaf37
kernel-config: Explicitly enable NAMESPACES
...
Namespace support is required by the `unshare` tool used in
`nixos-install`. It's enabled by the x86 defconfig, but not by
e.g. multi_v7_defconfig. So enable it here so that `nixos-install`
can work on ARM.
2015-07-22 16:08:17 +03:00
Tuomas Tynkkynen
ec43c69b5d
linux-rpi: Fix modDirVersion
...
This causes build breakage on staging due to #7524 .
2015-07-22 16:08:17 +03:00
Eelco Dolstra
9a75bafcda
systemd-timesyncd: Use NTP servers from our own ntp.org pool
...
(cherry picked from commit 01dc343c2c
)
Conflicts:
pkgs/os-specific/linux/systemd/default.nix
2015-07-22 12:27:50 +02:00
Eelco Dolstra
069b4a8a57
Remove Linux 3.2 and 3.4
...
These are not supported by systemd so no reason to keep them around.
(cherry picked from commit ee10e165dc
)
Conflicts:
pkgs/os-specific/linux/kernel/linux-3.4.nix
2015-07-22 12:25:32 +02:00
Eelco Dolstra
bb5647ea0f
Remove unused file
...
(cherry picked from commit 58ef0eea0c
)
2015-07-22 12:25:11 +02:00
Eelco Dolstra
2c48ab4390
Remove ancient version of udev
...
(cherry picked from commit ab91aaaeb8
)
2015-07-22 12:24:24 +02:00
Luca Bruno
6f5aa25e89
Revert "zfs_git: 2015-06-22 -> 2015-07-01"
...
This reverts commit 54022375eb
.
Revert "zfs_git: 2015-05-13 -> 2015-06-22"
This reverts commit 59faa759da
.
Closes #8941
2015-07-22 10:31:28 +02:00
Luca Bruno
f50e327510
gradm: fix download (ZHF)
2015-07-22 10:04:00 +02:00
Austin Seipp
d2986a9398
nixpkgs: remove linuxPackages.ktap
...
It's been broken on the latest 3 major kernels, and it seems development
has stalled unfortunately, so this should be pulled.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 18:27:58 -05:00
Austin Seipp
a5e1b8db8f
nixpkgs: pax-utils 1.0.4 -> 1.0.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 17:00:19 -05:00
Edward Tjörnhammar
bed11354e9
Merge pull request #8902 from dezgeg/pr-nfs
...
nfs-utils, rpcbind: Update packages to fix nfs3 test
2015-07-21 16:48:38 +02:00
Eelco Dolstra
bc1773fe16
Merge remote-tracking branch 'origin/staging' into systemd-219
...
Conflicts:
pkgs/os-specific/linux/kernel/linux-3.4.nix
pkgs/os-specific/linux/systemd/default.nix
2015-07-20 22:57:23 +02:00
Austin Seipp
b81c21428c
nixpkgs: pax-utils 1.0.3 -> 1.0.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:34 -05:00
Austin Seipp
71d4b4baae
nixpkgs: lockdep 3.19.1 -> 4.1.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Vladimír Čunát
e4fcddf177
statifier: fix meta.platforms syntax
2015-07-20 12:32:01 +02:00
Tuomas Tynkkynen
4f928f3550
nfs-utils: 1.2.5 -> 1.3.2, potentially fixes CVE-2013-1923
2015-07-20 12:20:42 +03:00
William A. Kennington III
70a1e7afd8
pam: 1.2.0 -> 1.2.1
...
Fixes CVE-2015-3238
2015-07-19 12:22:51 -07:00
William A. Kennington III
25e60feb72
Merge branch 'master.upstream' into staging.upstream
2015-07-15 02:02:46 -07:00
William A. Kennington III
52b78864a8
firmware-linux-nonfree: 2015-06-30 -> 2015-07-12
2015-07-13 23:53:13 -07:00
aszlig
45135c0256
linux-testing: Update to version 4.2.0-rc2.
...
Upstream diff of changes can be found at:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/?id=v4.2-rc2&id2=v4.2-rc1&dt=2
Not tested on my machine right now (well, it's "testing" after all), but
verified the SHA256 from two different connections.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-14 07:31:18 +02:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Arseniy Seroka
c01539790b
Merge pull request #8555 from fpletz/pkg/jool
...
jool: init at 3.3.2
2015-07-12 22:20:18 +03:00
Tuomas Tynkkynen
91cbd8a3b2
firejail: Fix source URL
...
This particular sf.net mirror is down.
2015-07-12 21:12:06 +02:00
Tuomas Tynkkynen
5fbd08968b
can-utils: Source is now hosted at GitHub
...
Gitorious doesn't exist any more.
2015-07-12 21:01:57 +02:00
Franz Pletz
a21ead3d62
jool: init at 3.3.2
...
Jool is a SIIT and a NAT64 implementation for Linux.
2015-07-12 07:25:44 +02:00
William A. Kennington III
0245b28796
kernel: 3.14.47 -> 3.14.48
2015-07-11 20:15:05 -07:00
William A. Kennington III
3284b216a4
kernel: 4.0.7 -> 4.0.8
2015-07-11 20:15:05 -07:00
William A. Kennington III
75b7938ba2
kernel: 4.1.1 -> 4.1.2
2015-07-11 20:15:05 -07:00
William A. Kennington III
680e2ced04
kernel: 3.18.17 -> 3.18.18
2015-07-11 20:15:05 -07:00
William A. Kennington III
4529105271
kernel: 3.10.82 -> 3.10.84
2015-07-11 20:15:05 -07:00
William A. Kennington III
bf32753cd9
hdparm: 9.45 -> 9.48
2015-07-09 17:30:35 -07:00
William A. Kennington III
97a2fcdc24
bluez5: 5.31 -> 5.32
2015-07-09 17:30:35 -07:00
Eelco Dolstra
5c9f437d2f
linux: 3.14.46 -> 3.14.47
...
CVE-2014-7822
2015-07-09 15:10:12 +02:00
Pascal Wittmann
b847dec4a0
eudev: disable install-exec-hook target (ZHF)
2015-07-09 12:28:24 +02:00
Tuomas Tynkkynen
88e43eb39b
powertop: Patch out path to /sbin/modprobe ( close #8702 )
...
The modprobe call is made via system(), so an absolute path is not
needed if modprobe is in PATH. Which it is by default at least in
NixOS and Arch.
Fixes #5424 .
2015-07-09 11:57:38 +02:00
William A. Kennington III
e587d3e155
Merge branch 'master.upstream' into staging.upstream
2015-07-07 00:31:00 -07:00
William A. Kennington III
3cfc6fa38a
linux-firmware: 2015-05-13 -> 2015-06-30
...
Use iwlwifi/linux-firmware temporarily since the firmware for kernel
4.1+ is not mainlined in firmware/linux-firmware.
2015-07-06 18:31:13 -07:00
William A. Kennington III
310ad36a4d
Merge branch 'master.upstream' into staging.upstream
2015-07-06 17:49:35 -07:00
William A. Kennington III
06e146b2ce
syslinux: Fix failed loading on gcc5
2015-07-06 17:49:07 -07:00
William A. Kennington III
ae28ff8b91
Merge branch 'master.upstream' into staging.upstream
2015-07-06 17:15:11 -07:00
William A. Kennington III
2f28600f2b
lvm2: 2.02.120 -> 2.02.124
2015-07-06 17:13:50 -07:00
William A. Kennington III
b363927556
linux-testing: 4.2-rc1
2015-07-06 13:45:03 -07:00
William A. Kennington III
d605663ae2
Merge branch 'master.upstream' into staging.upstream
2015-07-05 13:06:02 -07:00
Michael Raskin
eafecd1fd2
perf-tools: update to a fresher git snapshot
2015-07-05 00:32:54 +03:00
Michael Raskin
2f5e534841
eudev: update 3.1.1 -> 3.1.2
2015-07-05 00:32:53 +03:00
Michael Raskin
e8f4be94e2
atop: update 2.1-1 -> 2.2-3
2015-07-05 00:32:53 +03:00
Thomas Strobel
5a5587ba6d
pam_mount: fix PATH issue
2015-07-04 16:36:47 +02:00
Charles Strahan
44594e851c
xsensors: init at 0.70
2015-07-03 22:55:10 -04:00
Edward Tjörnhammar
6257425dab
linuxPackages.nvidia_x11_legacy340: fix cr4 references
...
Patch was copied from here:
https://devtalk.nvidia.com/default/topic/813458/linux-4-0-rc1-346-47-build-error-_cr4-functions-fix/
Reference to kernel change, also noted in the forum post:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/arch/x86/include/asm/paravirt.h?id=1e02ce4cccdcb9688386e5b8d2c9fa4660b45389
2015-07-03 09:32:14 +02:00
Tobias Geerinckx-Rice
63041a7ecb
kexec-tools: 2.0.9 -> 2.0.10
2015-07-03 04:28:43 +02:00
William A. Kennington III
7735b2e4c5
udisks: 2.1.4 -> 2.1.6
2015-07-02 09:05:15 -07:00
Thomas Strobel
31ba3ab30d
pam_mount: version update: 2.14 -> 2.15
2015-07-02 16:49:35 +02:00
William A. Kennington III
54022375eb
zfs_git: 2015-06-22 -> 2015-07-01
2015-07-01 22:52:09 -07:00
William A. Kennington III
f6f9b9574d
zfs: 0.6.4.1 -> 0.6.4.2
2015-07-01 22:50:49 -07:00
William A. Kennington III
ca5c1e4187
spl_git: 2015-06-10 -> 2015-06-29
2015-07-01 22:49:36 -07:00
William A. Kennington III
4fc07740c6
spl: 0.6.4.1 -> 0.6.4.2
2015-07-01 22:48:21 -07:00
Tobias Geerinckx-Rice
1ea70323d6
mcelog: 120 -> 121
2015-07-02 03:35:35 +02:00
William A. Kennington III
7eae48871f
Merge branch 'master.upstream' into staging.upstream
2015-07-01 13:38:17 -07:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
Eelco Dolstra
01dc343c2c
systemd-timesyncd: Use NTP servers from our own ntp.org pool
2015-07-01 11:19:03 +02:00
William A. Kennington III
612f0bdd67
Merge branch 'master.upstream' into staging.upstream
2015-06-30 23:58:07 -07:00
William A. Kennington III
d64b3c8a5c
kernel: 3.14.45 -> 3.14.46
2015-06-30 11:28:59 -07:00
William A. Kennington III
43eda80b09
kernel: 3.18.16 -> 3.18.17
2015-06-30 11:20:41 -07:00
William A. Kennington III
b25930c4c8
kernel: 4.0.6 -> 4.0.7
2015-06-30 11:20:41 -07:00
William A. Kennington III
3f7d195762
kernel: 4.1 -> 4.1.1
2015-06-30 11:20:40 -07:00
William A. Kennington III
34cb1a202b
kernel: 3.10.81 -> 3.10.82
2015-06-30 11:16:21 -07:00
Pascal Wittmann
512225ef81
Fixed some descriptions
2015-06-29 16:20:58 +02:00
William A. Kennington III
ef253212f4
Merge branch 'master.upstream' into staging.upstream
2015-06-26 17:25:49 -07:00
Domen Kožar
f895960e84
Merge pull request #8256 from dezgeg/pr-i686-kconfig
...
kernel-config: Fix 4.0 build on 32-bit
2015-06-26 13:23:35 +02:00
Thomas Tuegel
a8c52d0958
Merge branch 'master' into staging
2015-06-25 09:15:05 -05:00
William A. Kennington III
59faa759da
zfs_git: 2015-05-13 -> 2015-06-22
2015-06-24 23:41:46 -07:00
William A. Kennington III
6af1fe3519
spl_git: 2015-04-24 -> 2015-06-10
2015-06-24 23:41:45 -07:00
William A. Kennington III
2a8cf39952
zfs: Fix kernel 4.1 compat
2015-06-24 23:33:28 -07:00
William A. Kennington III
b08d384da8
kernel: 3.14.44 -> 3.14.45
2015-06-24 18:12:20 -07:00
William A. Kennington III
2f255eafd9
kernel: 4.0.5 -> 4.0.6
2015-06-24 18:11:25 -07:00
William A. Kennington III
16e0a98483
kernel: 3.10.80 -> 3.10.81
2015-06-24 18:09:40 -07:00
Cillian de Róiste
df92d1c711
xf86_input_wacom: update from 0.29.0 to 0.30.0
2015-06-24 17:23:23 +02:00
Tobias Geerinckx-Rice
97ae36691e
radeontop 2015-05-28 -> 2015-06-24
...
New features:
- Make coloured output toggleable
Fixes:
- Release libpciaccess resources
- Make the check for quit case-insensitive
2015-06-24 16:43:04 +02:00
William A. Kennington III
c6e512b80c
Merge branch 'master.upstream' into staging.upstream
2015-06-22 12:43:12 -07:00
William A. Kennington III
bd9433c90d
kernel: Add version 4.1 latest
2015-06-22 12:41:23 -07:00
William A. Kennington III
c48433d575
kernel: 3.4.107 -> 3.4.108
2015-06-22 12:35:56 -07:00
William A. Kennington III
282d03befa
Merge branch 'master.upstream' into staging.upstream
2015-06-22 10:57:36 -07:00
Vladimír Čunát
783af9a960
wpa_supplicant: disable TLS-1.2 for now ( fixes #8332 )
2015-06-22 17:33:49 +02:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Robin Gloster
45be5244a4
Wrap the python scripts in lxc
2015-06-19 14:34:09 +02:00
Eelco Dolstra
fef6141662
Revert "procps-ng: Refactor a bit"
...
This reverts commit dceff137e1
. It was
described as a "refactoring", but actually made procps depend on
systemd (which is a heavy dependency) and changed the name of the
package.
2015-06-19 14:14:52 +02:00
William A. Kennington III
ad9081411c
kmod: 20 -> 21
2015-06-18 23:51:12 -07:00
William A. Kennington III
fe4f8903b4
Merge branch 'master.upstream' into staging.upstream
2015-06-18 22:37:00 -07:00
William A. Kennington III
2f63137a44
lvm2: 2.02.118 -> 2.02.120
2015-06-18 21:50:53 -07:00
William A. Kennington III
af178cbc4e
bluez: 5.30 -> 5.31
2015-06-18 21:50:39 -07:00
William A. Kennington III
1bb39e282d
nvidia-x11: 346 -> 352.21
2015-06-18 21:45:51 -07:00
Vladimír Čunát
61596bf405
Merge #8363 : pure-darwin stdenv
2015-06-18 22:38:08 +02:00
William A. Kennington III
8f63b5e89e
Merge pull request #8359 from NixOS/fix-CVE-2015-4143
...
wpa_supplicant: fix CVE-2015-4143
2015-06-17 20:35:41 -07:00
Tobias Geerinckx-Rice
98b2d7b727
Separate nativeBuildInputs where maintainers |= nckx
2015-06-17 22:21:32 +02:00
William A. Kennington III
8e19ac8d7c
Merge branch 'master.upstream' into staging.upstream
2015-06-17 11:57:40 -07:00
Pascal Wittmann
7c4a0eaa53
wpa_supplicant: fix CVE-2015-4143
...
see http://www.openwall.com/lists/oss-security/2015/05/09/6
2015-06-16 17:28:35 +02:00
William A. Kennington III
046ba6b7db
linux-testing: 4.1-rc7 -> 4.1-rc8
2015-06-15 11:37:05 -07:00
William A. Kennington III
2fd74f43b5
kernel: 3.18.14 -> 3.18.16
2015-06-15 11:32:46 -07:00
William A. Kennington III
b325c1556a
kernel: 3.12.43 -> 3.12.44
2015-06-15 11:32:46 -07:00
Luca Bruno
aa800fa0fe
Merge branch 'master' into staging
2015-06-15 09:56:29 +02:00
Tuomas Tynkkynen
2c9b93b01c
i2c-tools: New package at version 3.1.1
2015-06-15 17:49:35 +02:00
Tuomas Tynkkynen
7233ca0488
read-edid: New package at version 3.0.2
2015-06-15 17:49:35 +02:00
Michael Raskin
14e7d5440b
Update Sysdig, adding new dependencies
2015-06-14 11:23:56 +03:00
Michael Raskin
59cbed7a02
Update eudev
2015-06-14 11:21:44 +03:00
William A. Kennington III
8f60f45eb6
mdadm: add gcc5 compat
2015-06-12 15:40:38 -07:00
William A. Kennington III
954801a9a8
Merge branch 'master.upstream' into staging.upstream
2015-06-12 13:47:46 -07:00
Tobias Geerinckx-Rice
cbbefbdabb
mcelog -> 120
...
Fix potential NULL reference while parsing kernel efi files
2015-06-12 13:11:38 +02:00
Eelco Dolstra
4970574409
Merge remote-tracking branch 'origin/gcc-4.9' into staging
...
Conflicts:
pkgs/development/libraries/wayland/default.nix
2015-06-11 00:23:03 +02:00
Ricardo M. Correia
e26bfbe26f
grsecurity: Update stable and test patches
...
stable: 3.1-3.14.43-201506021902 -> 3.1-3.14.44-201506082249
test: 3.1-4.0.4-201506021902 -> 3.1-4.0.5-201506082251
2015-06-10 18:33:28 +02:00
Tuomas Tynkkynen
62b75c64d4
kernel-config: Fix 4.0 build on 32-bit
...
KVM_COMPAT apparently enables 32-bit compability syscalls for KVM, and
as such can be enabled only on a 64-bit system.
Resolves error http://hydra.nixos.org/build/23014132/nixlog/1/raw :
GOT: #
GOT: # configuration written to .config
GOT: #
GOT: make[1]: Leaving directory '/tmp/nix-build-linux-config-4.0.5.drv-0/build'
GOT: make: Leaving directory '/tmp/nix-build-linux-config-4.0.5.drv-0/linux-4.0.5'
unused option: KVM_COMPAT
builder for ‘/nix/store/7kskdvmzs116f1fm55ghm0crjniw9q0a-linux-config-4.0.5.drv’ failed with exit code 255
2015-06-10 00:28:01 +03:00
Tobias Geerinckx-Rice
b229cfc894
mcelog -> 119
...
- Fix clobbered status variable in server_ping
- Avoid prefilling memory database when DMI is disabled
2015-06-09 20:22:26 +02:00
William A. Kennington III
6c00f2105a
iw: 3.15 -> 4.1
2015-06-08 17:41:10 -07:00
aszlig
87b9cceefd
linux-testing: Update to new version 4.1-rc7.
...
Includes fixes for DRM, MIPS, iSCSI, ALSA, USB, bna and wireless and
more. Full diff can be found here:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/?id=v4.1-rc7&id2=v4.1-rc6
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-08 15:12:47 +02:00
Pascal Wittmann
c46889ea42
ipsec-tools: apply debians patch to fix CVE-2015-4047
2015-06-08 13:56:42 +02:00
Vladimír Čunát
9f7d7adb05
Revert "kmod-blacklist-ubuntu: update to Vivid"
...
This reverts commit 0307c27219
.
The only change was blacklisting bochs-drm, but that breaks our VM setup
and I don't see a good reason to do that on the Ubuntu issue
(just some PowerPC failure).
Defaulting to qxl driver might be better anyway, but I'm not venturing
such changes now.
2015-06-08 12:34:24 +02:00
William A. Kennington III
514a9fdf87
Merge pull request #8173 from dezgeg/pr-kernel-config
...
kernel-config: Enable framebuffer console for BIOS systems & /proc/config.gz for ARM
2015-06-07 10:14:51 -07:00
William A. Kennington III
4991e62285
musl: 1.1.9 -> 1.1.10
2015-06-06 12:56:10 -07:00
William A. Kennington III
0a8e830196
kernel: 4.0.4 -> 4.0.5
2015-06-06 12:32:58 -07:00
William A. Kennington III
24042f3803
kernel: 3.14.43 -> 3.14.44
2015-06-06 12:32:58 -07:00
William A. Kennington III
1adef3db3d
kernel: 3.10.79 -> 3.10.80
2015-06-06 12:32:58 -07:00
Arseniy Seroka
70b5e51456
Merge pull request #8178 from jagajaga/fix/versions
...
fix: add missing versions
2015-06-06 00:22:10 +03:00
Arseniy Seroka
daf4ec39a5
fix: add missing versions
2015-06-04 23:34:14 +03:00
Ricardo M. Correia
3afae4037b
zfs: Fix systemd warning
...
The `zfs-share` service was trying to execute the `rm` binary, but it
was providing an invalid `/bin` path.
This should fix #8171 .
2015-06-04 17:35:39 +02:00
Eelco Dolstra
5b7c6d0440
audit: Update to 2.4.2
2015-06-04 14:54:53 +02:00
Eelco Dolstra
4c16c271f6
Revert "audit: 2.9.1 -> 2.9.2"
...
This reverts commit 7e126ac83e
.
2015-06-04 14:54:50 +02:00
Eelco Dolstra
3096d03435
Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"
...
This reverts commit 25a148fa19
.
2015-06-04 14:54:48 +02:00
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
Eelco Dolstra
ee10e165dc
Remove Linux 3.2 and 3.4
...
These are not supported by systemd so no reason to keep them around.
2015-06-02 01:01:16 +02:00
Eelco Dolstra
58ef0eea0c
Remove unused file
2015-06-02 00:56:38 +02:00
Eelco Dolstra
bf6c7b7031
Use the Linux 3.18 headers
2015-06-02 00:54:37 +02:00
Eelco Dolstra
f678a1ae4d
systemd: Apply some upstream bug fixes
2015-06-02 00:49:42 +02: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
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
Eelco Dolstra
2c156472b3
systemd: Don't install kernel-install
2015-05-22 16:39:42 +02:00
Eelco Dolstra
09d06f5ffd
Merge remote-tracking branch 'origin/master' into systemd-219
...
Conflicts:
pkgs/development/libraries/libseccomp/default.nix
2015-05-22 15:57:36 +02:00
Eelco Dolstra
f106125f77
systemd: Enable support for seccomp syscall filtering
2015-05-22 15:55:55 +02:00
Eelco Dolstra
1e686d8892
util-linux: Update to 2.26.2
2015-05-22 15:42:30 +02:00
Eelco Dolstra
67721119f0
Remove obsolete comment
2015-05-22 15:36:05 +02:00
Eelco Dolstra
588b92a7d2
systemd: Update to 220
2015-05-22 15:34:08 +02:00
Eelco Dolstra
e6c014e59a
linuxHeaders: Update 3.14 -> 3.18
2015-05-22 15:29:02 +02: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
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
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
Eelco Dolstra
11ce1cab97
systemd: Don't propagate libcap
...
Instead delete the *.la files. The propagation of libcap was
apparently only necessary because there was a gratuitous -lcap in the
*.la files.
http://hydra.nixos.org/build/22182620
2015-05-13 17:14:28 +02:00
Eelco Dolstra
ab91aaaeb8
Remove ancient version of udev
2015-05-13 17:14:27 +02:00
Eelco Dolstra
fe952a42a7
systemd: Update to 219
2015-05-11 18:18:35 +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