Vladimír Čunát
f2c84ffeb2
libarchive: fix CVE-2015-1197 by upstream patch
...
Fixes #6799 .
2015-06-16 18:35:13 +02:00
Peter Simons
b333a2cb19
openssl: remove some cruft
2015-06-16 14:19:25 +02:00
Eelco Dolstra
a4178b1b8a
openssl: Update to 1.0.1o
...
From https://www.openssl.org/news/openssl-1.0.1-notes.html :
"Fix HMAC ABI incompatibility"
2015-06-16 14:16:08 +02:00
Pascal Wittmann
8437f039e3
help2man: update from 1.46.6 to 1.47.1
2015-06-16 12:02:00 +02:00
William A. Kennington III
4c8f84e8af
python: Correctly detect ncurses opaque api
2015-06-15 17:55:44 -07:00
Eelco Dolstra
d72538be8d
Don't include /no-such-path in buildInputs
2015-06-15 19:26:52 +02:00
Eelco Dolstra
42d94b6f15
Barf on non-existant build inputs
...
Previously saying
buildInputs = [ "bla" ];
was quietly ignored. Now it's a fatal error.
2015-06-15 11:24:55 +02:00
Eelco Dolstra
41e1900ea1
Define closeNest before exitHandler
...
This prevents "closeNest: command not found" messages if setup fails
early.
2015-06-15 11:24:11 +02:00
Luca Bruno
4982143324
gdkpixbuf: simplify setup hook, don't create per-package loaders.cache
2015-06-15 09:57:05 +02:00
Luca Bruno
aa800fa0fe
Merge branch 'master' into staging
2015-06-15 09:56:29 +02:00
Austin Seipp
2dfb657b94
nixpkgs: picosat 936 -> 960, add myself as a maintainer
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:12 -05:00
Austin Seipp
44ef5a3ab0
cvc4: regenerate ./configure on rebuild
...
Otherwise some absurd error from ./configure crops up.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Austin Seipp
da76434dbd
nixpkgs: yices 2.2.1 -> 2.3.1, now with source
...
It's still under a non-commercial license, but the source build is waay
better than the binary build. Can probably work on OS X too now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Austin Seipp
3d181a3175
nixpkgs: abc-verifier 20150406 -> 20150614
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Austin Seipp
6cfc2caaeb
nixpkgs/cvc4: touchups, add myself as maintainer
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Henry Till
faa90fad3f
mr: update from 1.20141024 to 1.20150503
2015-06-14 22:54:31 +02:00
Mateusz Kowalczyk
b32a78a97a
Merge pull request #8326 from Chattered/master
...
Add Tales of Maj'eyal game.
2015-06-14 21:53:36 +01:00
Mateusz Kowalczyk
2cee7610ba
Merge pull request #8333 from titanous/bump-makemkv
...
makemkv: 1.9.3 -> 1.9.4
2015-06-14 21:47:54 +01:00
Jonathan Rudenberg
853e87909f
makemkv: 1.9.3 -> 1.9.4
2015-06-14 16:31:29 -04:00
Michael Raskin
d9354c6a2a
Add xwinmosaic window switcher
2015-06-14 23:26:58 +03:00
Michael Raskin
649b0affe1
Adding Skippy-XD window switcher
2015-06-14 23:26:58 +03:00
Michael Raskin
a6d54b3fdd
A comment about the license
2015-06-14 23:26:58 +03:00
Michael Raskin
14695867cb
Add ratmen X11 menu generator
2015-06-14 23:26:58 +03:00
Pascal Wittmann
6a2fb8b856
Merge pull request #8330 from andrewrk/libebur128
...
add libebur128 package
2015-06-14 22:13:26 +02:00
Andrew Kelley
cf9e72369e
add libebur128 package
2015-06-14 20:00:22 +00:00
Jascha Geerds
a2841a6a2b
Merge pull request #8279 from geerds/mailnag
...
Add mailnag package
2015-06-14 21:44:05 +02:00
Austin Seipp
1ee742b0ef
nixpkgs: afl 1.80b -> 1.83b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 14:28:00 -05:00
Pascal Wittmann
23393964bb
intel-gpu-tools: update from 1.10 to 1.11
2015-06-14 21:24:24 +02:00
Vladimír Čunát
a9c3392836
bmon: fix build by including a proper header
2015-06-14 20:40:35 +02:00
Bjørn Forsman
903183d9e4
gtkglextmm: unbreak build
...
* Add missing build inputs: pangox_compat, libXmu
* Add patch from debian to fix build with newer gtk
2015-06-14 19:53:01 +02:00
Bjørn Forsman
74d5adcb4d
nixos: move environment.{variables => sessionVariables}.MODULE_DIR
...
This solves the problem that modprobe does not know about $MODULE_DIR
when run via sudo, and instead wrongly tries to read /lib/modules/:
$ sudo strace -efile modprobe foo |& grep modules
open("/lib/modules/3.14.37/modules.softdep", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/modules/3.14.37/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/modules/3.14.37/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/modules/3.14.37/modules.alias.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Without this patch, one would have to use sudo -E (preserves environment
vars). But that option is reserved for sudo users with extra rights
(SETENV), so it's not a solution.
environment.sessionVariables are set by PAM, so they are included in the
environment used by sudo.
2015-06-14 18:56:58 +02:00
Phil Scott
279c426f05
Add Tales of Maj'eyal game.
2015-06-14 17:44:38 +01:00
Jascha Geerds
8ae4d0b1e1
Add mailnag package
2015-06-14 18:31:48 +02:00
Arseniy Seroka
c72bbc5b8e
teamviewer: add option to accept license
2015-06-14 18:29:19 +03:00
Vladimír Čunát
cba76fa500
redshift: disable a failing phase (hidden by #7524 )
...
The wrapped file $out/bin/redshift-gtk doesn't exist.
/cc maintainer @mornfall and #7655 .
2015-06-14 16:23:59 +02:00
Vladimír Čunát
653cdac274
glib hooks: move gsettings-schemas if on wrong place
...
Fixes #7325 .
2015-06-14 16:23:59 +02:00
Domen Kožar
a2deb7a2c9
Merge pull request #8322 from unaizalakain/master
...
The user specified in the conf should run MPD
2015-06-14 11:41:36 +02:00
Michael Raskin
5d5bb71567
Update PostgreSQL to latest point-releases
2015-06-14 11:37:33 +03:00
Michael Raskin
14e7d5440b
Update Sysdig, adding new dependencies
2015-06-14 11:23:56 +03:00
Michael Raskin
f39c3ebf04
Update GlusterFS, adding new dependencies
2015-06-14 11:23:42 +03:00
Michael Raskin
2b35cccc5b
Update dd_rescue and switch to bzip2 releases
2015-06-14 11:23:18 +03:00
Michael Raskin
000162daed
Update FreeIPMI
2015-06-14 11:22:56 +03:00
Michael Raskin
9c726f502d
Update getmail
2015-06-14 11:22:40 +03:00
Michael Raskin
de7c3eef17
Update Asymptote
2015-06-14 11:22:32 +03:00
Michael Raskin
ed145cb07f
Update Nginx unstable
2015-06-14 11:22:23 +03:00
Michael Raskin
59126fb3f8
Update golly
2015-06-14 11:22:07 +03:00
Michael Raskin
dc84b5118e
Update qpdfview
2015-06-14 11:21:55 +03:00
Michael Raskin
59cbed7a02
Update eudev
2015-06-14 11:21:44 +03:00
Michael Raskin
b32174dcc6
Update SlimerJS
2015-06-14 11:21:36 +03:00
Michael Raskin
2fe7bf8d55
Update CL-Launch
2015-06-14 11:21:27 +03:00