Ryan Artecona
776c827842
otool: remove
...
The `otool` binary is provided by the `cctools` package (and `binutils`)
on darwin, which is properly packaged and compiled from source.
This old standalone `otool` was simply a symlink to `/usr/bin/otool`,
which notably depended on the user having already installed the Command
Line Tools via XCode, and would fail dependent builds if they hadn't.
2016-03-23 09:13:00 -04:00
Domen Kožar
4393e65a44
Merge pull request #14054 from NeQuissimus/kernel310101
...
kernel: 3.10.99 -> 3.10.101
2016-03-23 11:31:21 +00:00
Domen Kožar
2a428566e8
Merge pull request #14055 from NeQuissimus/kernel31257
...
kernel: 3.12.55 -> 3.12.57
2016-03-23 11:31:14 +00:00
Domen Kožar
4b29e2e6cb
Merge pull request #14056 from NeQuissimus/kernel31465
...
kernel: 3.14.63 -> 3.14.65
2016-03-23 11:30:59 +00:00
Lluís Batlle i Rossell
40b0538239
Update linux raspberry-pi to 4.1.y.
...
I could boot it in pi2; I don't know if I needed new
firmware files in /boot.
2016-03-22 15:09:57 +01:00
Tobias Geerinckx-Rice
c0a35241f0
mcelog: 133 -> 134
...
trigger: Avoid warning from earlier merge
2016-03-22 00:59:15 +01:00
Tim Steinbach
6476075ccf
kernel: 3.18.28 -> 3.18.29 ( close #14057 )
2016-03-21 12:39:29 +01:00
Tim Steinbach
379709b404
kernel: 4.1.17 -> 4.1.20 ( close #14058 )
2016-03-21 12:15:25 +01:00
Franz Pletz
b33453bd98
lxc: Add patch to fix bash completion
...
Fixes #9616 .
2016-03-21 03:06:19 +01:00
Franz Pletz
4d0d1124ae
lxc: 1.1.4 -> 1.1.5
2016-03-21 03:05:59 +01:00
Arseniy Seroka
84ba149e79
Merge pull request #14065 from zimbatm/htop-crossplatform
...
htop: merge both implementations
2016-03-20 21:55:00 +03:00
Joachim Fasting
f59998055b
ldm: fix build
...
There were two problems:
- because buildPhase is specified directly, preBuild ends up never being
executed; and
- the source is missing a header, resulting in an undefined reference error
2016-03-20 16:49:09 +01:00
zimbatm
d9e60e4d43
htop: merge both implementations
...
htop 2.0+ is now cross-platform
2016-03-19 22:20:20 +00:00
Eelco Dolstra
497c828611
fuse: 2.9.3 -> 2.9.5
2016-03-19 21:01:20 +01:00
Tim Steinbach
4274edbe40
kernel: 3.14.63 -> 3.14.65
2016-03-19 18:29:40 +00:00
Tim Steinbach
bf41deb889
kernel: 3.12.55 -> 3.12.57
2016-03-19 18:27:41 +00:00
Tim Steinbach
6f5f855a2e
kernel: 3.10.99 -> 3.10.101
2016-03-19 18:25:24 +00:00
Joachim Fasting
3e1ec2b663
criu: fix build
...
Would fail due to -Werror; see
https://hydra.nixos.org/build/33217086/nixlog/2/raw
2016-03-18 23:39:03 +01:00
Eelco Dolstra
4b512321de
linux: 4.4.5 -> 4.4.6
...
CVE-2016-2143
2016-03-17 13:05:57 +01:00
Eelco Dolstra
6faa0aea88
linux: 3.18.27 -> 3.18.28
...
CVE-2016-2085
2016-03-17 13:05:13 +01:00
Charles Strahan
7475728593
mbpfan: 1.9.0 -> 1.9.1
2016-03-17 02:02:21 -04:00
Tobias Geerinckx-Rice
0dea3803e7
freefall: inherit kernel package from linuxPackages
...
Let's never bump again.
2016-03-16 21:10:20 +01:00
Vladimír Čunát
a1de225913
Revert "nvidia: 358.16 -> 361.28" to fix #13942
...
This reverts commit e0fe8cf204
.
Befor updating we need to fixup problems related to GLVND transition.
2016-03-16 20:08:41 +01:00
Ricardo M. Correia
56f7fb9a04
spl: 0.6.5.4 -> 0.6.5.5
2016-03-15 18:31:07 +01:00
Ricardo M. Correia
413062dff1
Merge pull request #13937 from kragniz/zfs-0.6.5.5
...
zfs: 0.6.5.4 -> 0.6.5.5
2016-03-15 18:30:51 +01:00
Robin Gloster
2ac4dba0fb
Merge pull request #13909 from kragniz/linux-4.5
...
linux: add 4.5
2016-03-15 18:12:47 +01:00
Louis Taylor
e99eeb4c3f
zfs: 0.6.5.4 -> 0.6.5.5
2016-03-15 15:41:00 +00:00
Louis Taylor
8bdee80d39
linux: add 4.5
2016-03-14 22:34:05 +00:00
Tim Steinbach
a5d8256df4
grsecurity: 4.4.4 -> 4.4.5
2016-03-14 21:29:42 +00:00
Tobias Geerinckx-Rice
a506ebf2ec
htop: add licence; myself as a de-facto maintainer
2016-03-14 19:18:43 +01:00
Tobias Geerinckx-Rice
561f93d59c
htop: fetchFromGitHub -> fetchurl
...
Just call `fetchurl` on the ‘official’ download link.
`fetchFromGitHub` was introduced in 54916ba
, and stayed around when
we moved back to a regular release. Which worked fine, but required
keeping `autoreconfHook` and some `postPatch` hackery which can now
both be dropped.
Thanks to @kragniz for drawing my attention to this.
2016-03-14 19:18:43 +01:00
Joachim Fasting
60a6f4c3f1
macchanger: move build deps to nativeBuildInputs
...
Also inline redundant toplevel let bindings
2016-03-12 18:53:27 +01:00
tg(x)
f3e5ee51bd
pax-utils: https urls
2016-03-11 22:36:22 +01:00
tg(x)
184aca3907
pax-utils: 1.1.1 -> 1.1.6
2016-03-11 20:22:17 +01:00
Thomas Tuegel
5ec07e4bf3
module-init-tools: disable on Darwin to fix evaluation error
2016-03-11 09:53:04 -06:00
Vladimír Čunát
17b83a88c3
nvidia-x11*: use mirror-agnostic URLs
2016-03-10 15:56:53 +01:00
Lluís Batlle i Rossell
d6368dbd21
Adding rtl8723bs driver recipe.
...
Not tested on hardware.
2016-03-10 15:32:43 +01:00
Arseniy Seroka
88ca168312
Merge pull request #13804 from grahamc/nvidia_x11_legacy304-master
...
nvidia_x11_legacy304: 304.125 -> 304.131
2016-03-10 16:08:27 +03:00
Graham Christensen
fed36719f6
nvidia_x11_legacy304: 304.125 -> 304.131
...
Thanks to the great commit message in 6257425dab
(thank you edwtjo) I was able to go back and find out the patch which
was causing build failures is no longer necessary after upgrading
this legacy driver.
2016-03-09 19:41:04 -06:00
Tim Steinbach
7c90420119
kernel: 4.4.4 -> 4.4.5
2016-03-10 01:39:17 +00:00
Octavian Cerna
e714c80497
raspberrypifw: Patch the ELF binaries to set the correct dynamic linker and RPATH.
2016-03-08 19:56:22 +02:00
Nikolay Amiantov
fedabe3334
Merge pull request #13745 from zohl/linux-chromiumos
...
linux_chromiumos_3_14: kernel option fix
2016-03-08 13:57:32 +03:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Franz Pletz
255d710757
grsecurity: 4.4.2 -> 4.4.4
...
See #13505 .
2016-03-08 01:03:47 +01:00
Franz Pletz
eb5a897161
Merge remote-tracking branch 'origin/pr/13505'
...
Fixes #13505 .
2016-03-08 01:01:44 +01:00
Al Zohali
9d03355bed
ChromiumOS kernel option fixup
2016-03-08 01:19:42 +03:00
Tobias Geerinckx-Rice
fedcbfce68
htop: 2.0.0 -> 2.0.1
2016-03-07 23:16:11 +01:00
Svein Ove Aas
e0fe8cf204
nvidia: major update 358.16 -> 361.28
...
Beta also gets updated, but even upstream it's older than stable.
vcunat generalized parallel make. Close #12719 .
2016-03-07 23:14:44 +01:00
joachifm
375226ffb9
Merge pull request #13688 from simonvandel/mba6x_bl
...
mba6x_bl: init at 2016-02-12
2016-03-07 22:13:35 +00:00
Simon Vandel Sillesen
aac309fa95
mba6x_bl: init at 2016-02-12
...
This driver fixes backlight after suspend/resume on Macbook Air 6,1
and 6,2.
Added a workaround for https://github.com/patjak/mba6x_bl/issues/43 in
form of a systemd service.
Has been working great on my machine for at least a month now.
2016-03-07 19:01:55 +01:00
joachifm
f0e5bf02e2
Merge pull request #13726 from NeQuissimus/upower0994
...
upower: 0.99.3 -> 0.99.4
2016-03-07 12:27:16 +00:00
Tim Steinbach
3f3e8ed82b
upower: 0.99.3 -> 0.99.4
2016-03-07 02:04:20 +00:00
Louis Taylor
cdb0267efe
linux-testing: 4.5-rc6 -> 4.5-rc7
2016-03-07 01:00:33 +00:00
Tobias Geerinckx-Rice
7951dd531e
mcelog: 132 -> 133
...
Bugfix: no longer hangs on unknown errors in non-daemon mode.
2016-03-06 01:09:12 +01:00
Tobias Geerinckx-Rice
a90196d4cd
nvidia_x11_legacy304: fix evaluation
...
nvidia-340.76-kernel-4.0.patch was removed from nvidia_x11_legacy340
54d342add8
but is still needed for 304.
I think. CC @vcunat.
2016-03-06 01:05:44 +01:00
Vladimír Čunát
54d342add8
nvidia_x11_legacy340: update 340.76 -> 340.94
...
Fixes #13658 .
2016-03-05 22:19:14 +01:00
Franz Pletz
3b1f2e070b
linux_4_4: 4.4.3 -> 4.4.4
2016-03-05 21:50:03 +01:00
Franz Pletz
af40e356fe
linux_3_14: 3.14.61 -> 3.14.63
2016-03-05 21:50:03 +01:00
Franz Pletz
354a1935d3
linux_3_12: 3.12.54 -> 3.12.55
2016-03-05 21:50:03 +01:00
Franz Pletz
5b8361c118
linux_3_10: 3.10.97 -> 3.10.99
2016-03-05 21:50:03 +01:00
Nikolay Amiantov
7482f131ed
android-udev-rules: 20151209 -> 2016-03-03
2016-03-04 14:46:30 +03:00
Arseniy Seroka
46ecee3a23
Merge pull request #13645 from rnhmjoj/rewritefs
...
rewritefs: init at 2016-02-08
2016-03-03 23:28:10 +03:00
Eelco Dolstra
6bd0c3fe9d
ifplugd: Remove
...
This package hasn't been updated in 11 years, and isn't really useful
anymore in a modern Linux system.
2016-03-03 19:43:11 +01:00
Franz Pletz
4927ca8397
Merge pull request #13555 from kragniz/linux-testing-4.5-rc6
...
linux-testing: 4.5-rc5 -> 4.5-rc6
2016-03-03 19:03:17 +01:00
rnhmjoj
85abde52d0
rewritefs: init at 2016-02-08
2016-03-03 17:37:33 +01:00
Domen Kožar
ddb5f28544
Merge pull request #13640 from nathan7/musl-dynamic
...
musl: pass the correct syslibdir
2016-03-03 14:22:50 +00:00
Nathan Zadoks
bf18a34f97
musl: pass the correct syslibdir
...
This fixes dynamic linking (the specfile contains the correct path, and
the dynamic loader is symlinked in place)
Fixes #8543
2016-03-03 14:46:44 +01:00
Marko Poikonen
ede005ad3f
Enabling Media PCI adapters (needed for PCI DVB cards)
2016-03-01 20:57:46 +01:00
michael bishop
cef37d8de1
openiscsi: fix download url, add platforms
2016-02-29 12:37:20 -04:00
Louis Taylor
3747aef768
linux-testing: 4.5-rc5 -> 4.5-rc6
2016-02-28 19:13:36 +00:00
tg(x)
be3bd972d5
grsecurity: add 4.1 kernel
2016-02-28 15:00:16 +01:00
tg(x)
38614d3f6a
grsecurity: use kernel version instead of testing / stable
2016-02-28 04:10:59 +01:00
rnhmjoj
bd737b105c
btfs: 2.7 -> 2.8
2016-02-28 02:39:05 +01:00
tg(x)
4e3d6d3e90
grsecurity: separate fix patches for testing & stable
2016-02-27 19:54:55 +01:00
tg(x)
75f353ffbd
grsecurity: decouple from mainline
2016-02-27 19:33:35 +01:00
tg(x)
7547960546
grsecurity: move version information to one place
2016-02-27 18:36:12 +01:00
tg(x)
d95321b83e
grsecurity: 4.3.4 -> 4.4.2
2016-02-27 18:36:12 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Franz Pletz
73e0c261c2
linux: 4.4.2 -> 4.4.3
2016-02-27 16:34:02 +01:00
zimbatm
35ab3d301f
Merge remote-tracking branch 'upstream/staging'
2016-02-26 22:37:04 +00:00
Tim Steinbach
7506c58d74
linux_3_10: 3.10.96 -> 3.10.97 ( close #13405 )
2016-02-25 23:09:08 +01:00
Tuomas Tynkkynen
0e1319f03f
linux-3.10: fixup config by a slightly hacky way
...
For explanation see:
https://github.com/NixOS/nixpkgs/pull/13405#issuecomment-188357637
2016-02-25 23:07:47 +01:00
Tobias Geerinckx-Rice
9b3296017f
mcelog: 131 -> 132
...
Add CPU_ATOM to Intel CPU list.
2016-02-25 16:19:42 +01:00
Vladimír Čunát
93f6af1071
Merge branch 'master' into staging
2016-02-25 09:01:48 +01:00
Kevin Cox
eead3bc536
util-linux: create -Minimal and utillinux (full)
...
Close #12952 . Now the full version is used by default,
supporting systemd and curses.
2016-02-25 08:52:05 +01:00
Emery
b16dc8dcc5
New hdapsd module
2016-02-24 21:51:13 +01:00
Emery Hemingway
8ee44708b2
hdapsd: initial package at version 20141203
2016-02-24 20:44:32 +01:00
Tim Steinbach
3ef63227dd
linux-testing: 4.5-rc4 -> 4.5-rc5 ( close #13403 )
2016-02-24 08:17:52 +01:00
Tim Steinbach
642517fbda
linux_3_12: 3.12.53 -> 3.12.54 ( close #13406 )
2016-02-24 08:16:47 +01:00
Tim Steinbach
08cf57204f
linux_3_14: 3.14.60 -> 3.14.61 ( close #13407 )
2016-02-24 08:16:18 +01:00
Tim Steinbach
a2bd90650d
linux_4_3: 4.3.5 -> 4.3.6 ( close #13408 )
2016-02-24 08:15:34 +01:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Franz Pletz
5e0105af9b
linux: 4.4.1 -> 4.4.2
2016-02-22 04:52:00 +01:00
Tuomas Tynkkynen
a6638c62a8
Revert "linux: 4.1.17 -> 4.1.18"
...
This reverts commit 6cdf5fe85f
.
This version has a crypto regression:
https://lkml.org/lkml/2016/2/19/748 which is blocking the channel update
due to a failing luksroot test: http://hydra.nixos.org/build/32159615
2016-02-21 17:57:39 +02:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Eelco Dolstra
1ab14aad7a
glibc: Drop hurd support
...
This hasn't been maintained since 2012.
Also, renamed glibc's kernelHeaders argument to linuxHeaders.
2016-02-18 21:11:15 +01:00
Michael Alan Dorman
1318ab1246
Fix sha256 for alsa-tools.
2016-02-18 06:41:40 -05:00
Franz Pletz
de5a233a71
firmware-linux-nonfree: 2015-12-04 -> 2016-01-26
2016-02-18 03:49:14 +01:00
Franz Pletz
eff9726d54
linux: 4.3.4 -> 4.3.5
2016-02-18 03:44:19 +01:00
Franz Pletz
6cdf5fe85f
linux: 4.1.17 -> 4.1.18
2016-02-18 03:44:12 +01:00