Vincent Laporte
710b3e6d79
proj: add myself as maintainer
2015-06-18 18:41:52 +02:00
Vincent Laporte
d691bf0d4f
proj: update from 4.8.0 to 4.9.1 ( close #8235 )
2015-06-18 17:05:27 +02:00
Daiderd Jordan
8dba95502d
wxmac: fixed impure libiconv, closes #8367
2015-06-18 11:34:18 +02:00
Daiderd Jordan
8a07499620
wxmac: new package
...
- based on the current homebrew package
2015-06-18 11:34:05 +02:00
lassulus
24dc9d7160
add pkgs: fmod42416
2015-06-18 11:28:52 +02:00
lassulus
03f0f41db5
add pkgs: sqlite-amalgamation
2015-06-18 11:28:52 +02:00
Benjamin Saunders
cec71a01d9
libuv: 1.5.0 -> 1.6.1, closes #8365
2015-06-18 11:23:04 +02:00
William A. Kennington III
2ae75f3a85
gnutls: 3.4.1 -> 3.4.2
2015-06-17 18:33:10 -07:00
William A. Kennington III
ebb2e41611
openldap: Add gcc5 compat patch
2015-06-17 17:51:12 -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
b73a9a0b68
add libgringotts, a library to encapsulate data in an encrypted structure
2015-06-16 20:13:20 +02:00
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
Peter Simons
c9743be445
nlopt: broken by recent octave 4.x update
...
See http://hydra.cryp.to/build/932458/nixlog/1/raw for a complete build log.
The issue is known upstream at https://github.com/stevengj/nlopt/issues/33 .
2015-06-16 12:48:49 +02:00
Andrew Kelley
ede08cec4d
add libgroove package
2015-06-15 12:27:40 -07: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
Tuomas Tynkkynen
5a5a5ade0f
libx86: Add patch from debian to fix build on ARM
...
Without this, the build fails even with x86emu:
make LIBRARY=static static
make[1]: Entering directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1'
gcc -O2 -Wall -DDEBUG -g -c -o x86-common.o x86-common.c
gcc -O2 -Wall -DDEBUG -g -c -o thunk.o thunk.c
thunk.c: In function 'x_inb':
thunk.c:40:9: error: impossible constraint in 'asm'
__asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); \
^
thunk.c:44:1: note: in expansion of macro '__BUILDIO'
__BUILDIO(b,b,char)
^
<builtin>: recipe for target 'thunk.o' failed
make[1]: *** [thunk.o] Error 1
make[1]: Leaving directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1'
Makefile:17: recipe for target 'default' failed
make: *** [default] Error 2
2015-06-15 17:49:35 +02:00
Pascal Wittmann
5af468d0bc
libmspack: update from 0.4alpha to 0.5alpha
...
fixes CVE-2014-9732, CVE-2015-4467, CVE-2015-4468, CVE-2015-4469,
CVE-2015-4470, CVE-2015-4471 and CVE-2015-4472.
2015-06-15 10:10:51 +02:00
Andrew Kelley
cf9e72369e
add libebur128 package
2015-06-14 20:00:22 +00: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
Thomas Tuegel
95b02f6459
kf510.kinit: fix library path
2015-06-13 10:12:13 -05:00
William A. Kennington III
8c2a8661eb
Merge pull request #8307 from dezgeg/pr-gmp
...
[WIP] gmp6: Fix build on ARM
2015-06-13 03:04:49 -07:00
Tuomas Tynkkynen
c240556a24
gmp: Fix build on ARM
...
The config.guess script tries to detect various ARM optimization flags
via /proc/cpuinfo. This is not only impure, but the detection is also
broken on multicore machines; on my quad-core system the machine type is
autodetected as 'neon neon neon neon-unknown-linux-gnueabihf':
checking build system type... Invalid configuration `neon': machine `neon' not recognized
configure: error: /nix/store/bafimhdj1yaxj6m1hvq7wvhwwizc939x-bootstrap-tools/bin/sh ./config.sub neon
neon
neon
neon-unknown-linux-gnueabihf failed
builder for ‘/nix/store/1npm2358bpvclj5w7fqjjwg72vbb0d79-gmp-6.0.0a.drv’ failed with exit code 1
Override the system type with the output of GNU config.guess to avoid
the autodetection.
2015-06-13 11:30:29 +03:00
William A. Kennington III
954801a9a8
Merge branch 'master.upstream' into staging.upstream
2015-06-12 13:47:46 -07:00
Thomas Tuegel
2a2448bcb7
Merge pull request #8182 from ttuegel/openblas
...
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Thomas Tuegel
74e4f6befa
ipopt: build with openblas
2015-06-12 07:26:47 -05:00
Eelco Dolstra
cb6daa036b
sqlite: Update to 3.8.10.2
2015-06-12 13:50:37 +02:00
Fabian Schmitthenner
4e9327e7ac
add qt decrypt ssl traffic option
...
this introduces an argument to qt5 that if enabled allows
e.g. wireshark to show decrypted ssl traffic from a qt
application
2015-06-12 13:09:27 +02:00
Rok Garbas
fac474080f
cygwin: patchShebangs fails without proper findutils
2015-06-12 12:17:12 +02:00
Rok Garbas
7c67c350a3
cygwin: turn off ldap and crypt for apr-util to make it build
2015-06-12 12:17:12 +02:00
Rok Garbas
d5087119c6
cygwin: remove kerberos from builsInputs for serf
2015-06-12 12:17:12 +02:00
Rok Garbas
0a7c5e4f68
cygwin: libedit patch for cygwin
2015-06-12 12:17:12 +02:00
William A. Kennington III
33e70ad68a
ncurses: Add gcc-5 patch
2015-06-11 17:59:51 -07:00
William A. Kennington III
db1054b616
isl: Remove the default version to keep it in sync
2015-06-11 17:34:51 -07:00
Siarhei Zirukin
838c8f2520
wavpack: 4.70.0 -> 4.75.0
2015-06-11 23:42:14 +02:00
Vladimír Čunát
2e0373ee66
gtk3: maintenance update
2015-06-11 22:13:07 +02:00
Vladimír Čunát
69945a8701
ffmpeg: remove 0.11 and replace by 0.10
...
That branch is better supported, and 0.11 only had one user -
minidlna still builds
2015-06-11 21:36:14 +02:00
Vladimír Čunát
39902b01bf
goffice: separate from gnome3
...
It's got practically no coupling with gnome, except for gtk3.
2015-06-11 21:13:00 +02:00
Eelco Dolstra
415407bd93
openssl: Update to 1.0.1n
...
CVE-2015-4000, CVE-2015-1788, CVE-2015-1789, CVE-2015-1790, CVE-2015-1792, CVE-2015-1791, CVE-2014-8176
2015-06-11 18:32:13 +02:00
Luca Bruno
fbfdc71e1f
libical: fix crash when TZDIR is empty, and add non-nixos zoneinfo paths. Closes #8285
2015-06-11 15:49:29 +02:00
Daiderd Jordan
414d6d9e87
fix unibilium on darwin
2015-06-11 14:42:55 +02:00
Daiderd Jordan
a51e9610e7
fix libtermkey on darwin
2015-06-11 14:42:55 +02:00
Vladimír Čunát
2b99951f99
gnutls: don't set cert location except on Linux
...
Also refactor lib.optional*. Preserves .drv hashes on Linux.
2015-06-11 09:02:56 +02:00
Eelco Dolstra
d21b6702a3
mesa: Reduce dependency bloat
...
In particular, don't depend on clang. It's really bad to have a core
package like Mesa pull in multiple C compilers.
2015-06-11 02:17:00 +02:00
Eelco Dolstra
fcf99efcd2
Reduce dependency bloat
2015-06-11 00:26:24 +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
Eelco Dolstra
4a57b07653
Merge remote-tracking branch 'origin/master' into staging
2015-06-11 00:18:24 +02:00