Commit graph

98150 commits

Author SHA1 Message Date
Tuomas Tynkkynen ebdbc08583 xorg: Split some man outputs from doc
Because soon manpages won't go to $doc anymore.
2017-08-11 21:32:53 +03:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Vladimír Čunát 3be89a6758
libsoup: security 2.56.0 -> 2.56.1
Fixes CVE-2017-2885
2017-08-10 20:58:43 +02:00
Franz Pletz b44bed5568
curl: 7.54.1 -> 7.55.0
Fixes #28073.

Fixes CVE-2017-1000101, CVE-2017-1000100, CVE-2017-1000099.
2017-08-10 16:22:56 +02:00
Robin Gloster c3e8d491ff
clerk: fix wrapProgram call 2017-08-10 15:49:56 +02:00
Robin Gloster c438fe5a16
system-config-printer: fix wrapProgram call 2017-08-10 15:15:44 +02:00
Robin Gloster f60fffe697
sawfish: fix wrapProgram call 2017-08-10 15:15:22 +02:00
Robin Gloster 206a4c9aba
Partly revert "python.buildEnv: only wrap executables"
This partly reverts commit 4495bfe138.

The xen changes should not have been commited.
2017-08-10 12:55:46 +02:00
Frederik Rietdijk b0c30f436e Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-10 10:41:23 +02:00
Frederik Rietdijk c2ef89aac9 Merge pull request #28094 from Infinisil/gist-update
gist: 4.5.0 -> 4.6.1
2017-08-10 10:20:39 +02:00
Domen Kožar ff5fd118b9 Merge pull request #28044 from mpickering/ghc-head
GHC Head updates
2017-08-10 09:30:00 +02:00
Peter Hoeg b224644795 unetbootin: 613 -> 655 2017-08-10 10:58:04 +08:00
Silvan Mosberger 310563fab8
gist: 4.5.0 -> 4.6.1 2017-08-10 04:52:16 +02:00
Robin Gloster 60418e9196
edac-utils: fix makeWrapper call 2017-08-10 03:44:03 +02:00
Robin Gloster ffd46e9bce
gnuradio: fix makeWrapper calls 2017-08-10 03:36:32 +02:00
Robin Gloster 5f6fe64823
audio-recorder: fix makeWrapper call 2017-08-10 03:36:32 +02:00
Robin Gloster b4d2b841d9
libreoffice: remove obsolete file from wrapping 2017-08-10 01:28:37 +02:00
Robin Gloster cc5480cb00
csmith: fix wrapProgram call 2017-08-10 00:44:03 +02:00
Daiderd Jordan bf8c125170
cc-wrapper: fix LD_DYLD_PATH on darwin
Having multiple compilers in the build environment would result in an
invalid LD_DYLD_PATH like /usr/lib/dyld/usr/lib/dyld.
Since the path is hardcoded in XNU it can't be anything but
/usr/lib/dyld anyway.
2017-08-10 00:22:58 +02:00
John Ericson d119385b2e Merge pull request #28079 from lheckemann/setup-typo-fix
stdenv: fix typo in setup.sh
2017-08-09 18:21:31 -04:00
Daiderd Jordan e5f0c4f840 Merge pull request #28056 from matthewbauer/miniupnpc-fix
miniupnpc: fix on darwin
2017-08-10 00:08:10 +02:00
Robin Gloster b1f5305abd
serf: fix darwin build 2017-08-09 23:53:08 +02:00
Robin Gloster 5e89bcae00
evolution_data_server: wrap all and only executables 2017-08-09 23:35:50 +02:00
Matthew Bauer c7f14143c4 miniupnpc: fix on darwin
For some reason miniupnpc needs libtool for static linking. Probably not ideal
but it’s doing similar on other platforms as well (using ar).
2017-08-09 13:10:23 -07:00
Willi Butz e9a2cfda7b vigra: 1.10.0 -> 1.11.1 2017-08-09 21:50:21 +02:00
Willi Butz 2e29774f4c volatility: 2.4 -> 2.6, refactor, update outdated homepage 2017-08-09 21:50:21 +02:00
Robin Gloster 37bf3c8782 pythonPackages.distorm3: init at 3.3.4 2017-08-09 21:50:21 +02:00
Willi Butz 08e450df46 movit: 1.2.0 -> 1.5.1 2017-08-09 21:50:21 +02:00
Willi Butz 4872be756d monit: 5.20.0 -> 5.23.0 2017-08-09 21:50:21 +02:00
Daiderd Jordan d93c636737
Revert "gcc: fix clang build"
This fixes the gcc build but results in a gcc that doesn't generate
valid binaries.

gcc -o hello hello.c
./hello
Killed: 9

This reverts commit 2adf36ab8c.
2017-08-09 21:37:29 +02:00
Michael Weiss 6225f1bf66 android-studio-preview: 3.0.0.8 -> 3.0.0.9
"Android Studio 3.0 Canary 9" -> "Android Studio 3.0 Beta 1"
2017-08-09 21:32:43 +02:00
Franz Pletz 2d5c1226c6
cacert: really fix utf-8 certname blacklists
See #27576.
2017-08-09 19:54:00 +02:00
Franz Pletz 1ed786292b
searx: cleanup, remove python name prefix 2017-08-09 19:54:00 +02:00
Simon Lackerbauer 30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
Robin Gloster 46a25ea7ea
linuxPackages.bcc: fix using wrapProgram on .c file 2017-08-09 19:45:05 +02:00
Daiderd Jordan c839b6ce0a Merge pull request #28050 from LnL7/darwin-gcc
gcc and gdb: fix clang build
2017-08-09 19:35:07 +02:00
Linus Heckemann 17753fa005 stdenv: fix typo in setup.sh 2017-08-09 17:33:02 +01:00
Orivej Desh 771f28bac8 cc-wrapper: Fix support for qtbase-setup-hook
Revert https://github.com/NixOS/nixpkgs/pull/27657#issuecomment-318161946
due to https://github.com/NixOS/nixpkgs/pull/28021#issuecomment-321045542
2017-08-09 18:17:46 +02:00
Robin Gloster 25c12d0abf
screenfetch: fix wrapProgram usage 2017-08-09 17:35:59 +02:00
Vladimír Čunát 10bcf0818f
knot-resolver: security 1.3.2 -> 1.3.3
https://lists.nic.cz/pipermail/knot-dns-users/2017-August/001184.html
2017-08-09 16:36:32 +02:00
Dan Peebles ed55bdb501 lkl: 2017-06-27 -> 2017-08-09
Just bumping the package version to pick up a bugfix.

Fixes #28055
2017-08-09 14:23:27 +00:00
Robin Gloster 4495bfe138
python.buildEnv: only wrap executables 2017-08-09 15:07:03 +02:00
adisbladis 9cd05278a6 vulnix: use zodb from pythonPackages 2017-08-09 14:51:01 +02:00
adisbladis 3ba2300b2d pythonPackages.zodb: 4.0.1 -> 5.2.4 2017-08-09 14:51:01 +02:00
adisbladis f06a5f4935 pythonPackages.transaction: 1.4.3 -> 2.1.2 2017-08-09 14:51:01 +02:00
adisbladis 490df67562 pythonPackages.pecan: 1.0.3 -> 1.2.1 2017-08-09 14:51:01 +02:00
adisbladis 5167116eba pythonPackages.pyramid_tm: Remove outdated package 2017-08-09 14:51:01 +02:00
adisbladis 6d82bac424 pythonPackages.hypatia: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis bc6d9b0d46 pythonPackages.repoze_sendmail: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis b7b66c31f2 pythonPackages.pyramid_mailer: Remove outdated package 2017-08-09 14:51:00 +02:00