18960 Commits

Author SHA1 Message Date
Chris Ostrouchov
d076a13c1d openmpi: patch for legitimate zero size messages
This patch is required in order to make python-mpi4py tests pass.
It is also a bug in the openmpi implementation to see full discussion
see https://www.open-mpi.org/community/lists/users/2015/11/28030.php
2016-04-04 11:09:00 -04:00
Graham Christensen
374709f308 xapian: 1.2.21 -> 1.2.23 and disable PHP support in xapianBindings
xapianBindings hasn't been building against PHP for a few months now,
and no other packages in nixpkgs expects PHP support at this time.
2016-04-04 07:42:38 -05:00
Graham Christensen
e3a335dd37 xapian-bindings:1.2.8 -> 1.2.23 2016-04-04 07:42:38 -05:00
Graham Christensen
2b462dc2ef xapian-bindings: build against php56
xapian-bindings does not support php7, as SWIG doesn't support PHP 7.0
yet, according to https://xapian.org/docs/bindings/php/
2016-04-04 07:42:38 -05:00
Graham Christensen
2c0310d8d8 xapian10/xapianBindings10: Remove, 5 years old. 2016-04-04 07:42:38 -05:00
=
9d8d875918 libtorrentRasterbar: 1.0.6 -> 1.0.9 2016-04-04 00:37:24 +02:00
Graham Christensen
00eb2a0a90 srtp: 1.5.2 -> 1.5.4 for CVE-2015-6360
Prevent potential DoS attack due to lack of bounds
checking on RTP header CSRC count and extension header
length. Credit goes to Randell Jesup and the Firefox team
for reporting this issue.

https://www.rapid7.com/db/vulnerabilities/freebsd-vid-6171eb07-d8a9-11e5-b2bd-002590263bf5
2016-04-03 09:07:33 -05:00
Franz Pletz
94396b8d91 imlib2: 1.4.6 -> 1.4.8 (security)
Fixes:

 * CVE-2014-9762
 * CVE-2014-9763
 * CVE-2014-9764
2016-04-02 00:01:14 +02:00
Anthony Cowley
c97ccd388c qhull: darwin compatibility
The hand-rolled iterator declaration is incompatible with libc++'s, and
clang > 3.5 is stricter about this.

See
<https://lists.freebsd.org/pipermail/freebsd-ports-bugs/2014-December/298242.html>
for another reference to this issue.

The errors that occur are of the form:
reference to 'random_access_iterator_tag' is ambiguous
2016-04-01 14:06:14 -04:00
Anthony Cowley
79b76d59b5 tbb: darwin compatibility
Reflects the different extension of shared library files.
2016-04-01 13:40:51 -04:00
Peter Simons
90d0b08237 Merge pull request #14371 from pmahoney/skarnet
Update skarnet.org packages
2016-04-01 17:59:14 +02:00
Patrick Mahoney
fc1f5d2cf1 set target for darwin binary compat in skarnet.org packages
skalibs:
execline:
s6-dns:
s6-networking:
s6-portable-utils:
s6-rc:
s6:

The above software uses the target triplet from `cc -dumpmachine` as a
binary compatibility check. However, on darwin, the output includes the
darwin version number, which leads to build failures against a binary
skalibs package built a different version of darwin than the current
system.

Explicitly setting target ensures code can be compiled against a skalibs
binary built on a different version of darwin.

See http://www.skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph
2016-04-01 10:39:37 -05:00
Patrick Mahoney
e0c225857f update skarnet.org packages
skalibs:           2.4.7.0 -> 2.3.9.0
execline:          2.1.4.0 -> 2.1.4.5
s6:                2.2.1.0 -> 2.2.4.3
s6-rc:             0.0.1.0 -> 0.0.2.1
s6-portable-utils: 2.0.5.2 -> 2.0.5.3
s6-linux-utils:    2.0.2.0 -> 2.0.2.3
s6-dns:            2.0.0.4 -> 2.0.0.7
s6-networking:     2.1.0.1 -> 2.1.0.4
2016-04-01 10:38:58 -05:00
joachifm
b9ba6e2f6b Merge pull request #14297 from elitak/mfi
mfi: init at 2.1.11
2016-04-01 14:57:28 +00:00
Arseniy Seroka
e16485533b Merge pull request #14352 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.83 -> 0.7.84
2016-04-01 15:16:22 +03:00
Eric Litak
0de2d2fbcd mfi: init at 2.1.11
This package has some outdated dependencies, so old versions of mongodb
and v8 had to be re-added as well.
2016-04-01 02:45:11 -07:00
vbgl
f1beff232d Merge pull request #14357 from acowley/log4cxx
log4cxx: darwin compatibility
2016-04-01 11:26:00 +02:00
Vladimír Čunát
ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Rickard Nilsson
efe33d6e87 openldap: 2.4.42 -> 2.4.44 2016-04-01 08:51:37 +02:00
Anthony Cowley
a37491386c log4cxx: darwin compatibility
This patch replicates the patch logic from the brew recipe
<56b57d583e/Library/Formula/log4cxx.rb>
which is necessary to build on darwin.
2016-03-31 22:35:38 -04:00
devhell
33f345eed0 {lib}mediainfo{-gui}: 0.7.83 -> 0.7.84
Built and tested locally.

From the changelog:
```
Version 0.7.84, 2016-03-31
x #I122, MPEG-4/MOV: Crash if mdhd timescale is 0
x MPEG-4/MOV: Infinite loop if malformed stsc / stsz (detected by
  fuzzing)
x MPEG-TS: some DVB Subtitles were not detected
x HLS: better handling of media playlists having EXT-X-BYTERANGE
```
2016-03-31 23:36:50 +01:00
Thomas Tuegel
314792d9eb qtquick1: unset QML_IMPORT_PATH after loading 2016-03-31 16:12:35 -05:00
Thomas Tuegel
da4b9d3b62 qtdeclarative: unset QML2_IMPORT_PATH after loading 2016-03-31 16:08:24 -05:00
Frederik Rietdijk
4bd01c5cbd openblas_2_14: remove
because we don't need it for numpy anymore.
2016-03-31 21:51:45 +02:00
Thomas Tuegel
7f336a4513 qtbase: unset QT_PLUGIN_PATH after loading 2016-03-31 14:36:30 -05:00
Nikolay Amiantov
f752424924 qt55.qtbase: use more system libraries 2016-03-31 15:53:06 +03:00
Lluís Batlle i Rossell
d2c00001f8 freeimage: updating to 3.17
It is buggy in 32-bit: sizeof(uint64) != 8 !!.
2016-03-31 12:35:57 +02:00
Frederik Rietdijk
40ed938ef2 Merge pull request #14267 from FRidh/openblas
openblas: 0.2.15 -> 0.2.17
2016-03-30 23:30:40 +02:00
Luca Bruno
184b7ba3c6 glib-tested: suppress gdbus test needing machine-id 2016-03-30 21:27:29 +02:00
Nikolay Amiantov
a8f5991db7 libunity: init at 6.12.0 2016-03-30 22:22:51 +03:00
Nikolay Amiantov
e0ee6dc8fc breakpad: init at 2016-03-28 2016-03-30 22:22:51 +03:00
Nikolay Amiantov
01e2511668 dee: init at 1.2.7 2016-03-30 22:22:51 +03:00
Nikolay Amiantov
c419e3c6d6 libgee_0_6: init at 0.6.8 2016-03-30 22:22:51 +03:00
Nikolay Amiantov
c091e61a09 pcre: add 16- and 32-bit character size versions 2016-03-30 22:22:51 +03:00
Luca Bruno
088231fe9f libiberty: add static variant 2016-03-30 17:51:19 +02:00
Tobias Geerinckx-Rice
6605fbfe25 libpsl: list 2016-03-10 -> 2016-03-30 2016-03-30 14:56:04 +02:00
Vladimír Čunát
a26357eefe Merge recent staging (with binaries on Hydra) 2016-03-30 10:41:02 +02:00
Ryan Trinkle
8605dab964 webkitgtk: add darwin support 2016-03-30 09:40:36 +02:00
Anthony Cowley
d52efcc9d3 assimp: add missing zlib dependency
cmake searches for this package during the build phase.
2016-03-29 15:38:48 -04:00
Lluís Batlle i Rossell
0c98b52816 Fix evaluation. (licenses, not licences)
Thanks Domen.
2016-03-29 17:47:07 +02:00
Lluís Batlle i Rossell
f6a44bea9e Updating wings and dependencies to match erlang
I updated the erlang esdl lib, added the erlang cl lib,
added opencl-headers and ocl-icd to make wings build and run.

I have not tested its opencl part; I only added dependencies so
it builds.
2016-03-29 12:24:42 +02:00
Vladimír Čunát
e69306c463 xmlsec: fix linkage, probably after #909
This fixes builds of (some) reverse dependencies, e.g. aqbanking.
2016-03-29 12:22:54 +02:00
Franz Pletz
ebf21fd29e libressl_2_3: 2.3.2 -> 2.3.3 2016-03-29 04:55:14 +02:00
Patrick Callahan
565b7b34ed ignition.transport: init at 0.9.0 and 1.0.1 2016-03-28 11:44:37 -07:00
Patrick Callahan
3c95d6d1ea sdformat: init at 3.7.0 and 4.0.0 2016-03-28 11:44:37 -07:00
Patrick Callahan
b682906b6a ignition robotics libs: init; .math: init at 2.3.0 2016-03-28 11:44:37 -07:00
Patrick Callahan
008bcf51a4 tinyxml-2: init at 3.0.0 2016-03-28 11:44:36 -07:00
Patrick Callahan
4316161495 ogre: 1.9.0 -> 1.9-hg 2016-03-28 11:10:48 -07:00
Joachim Fasting
72b5bfda97 v8: fix build(s)
Ignore errors due to strict-overflow warnings; strip clang-only flag on
non-clang builds. Concerning the latter "fix", it's not entirely clear to me why
the -Wno-format-pedantic flag ends up being passed to gcc, the .gyp file appears
to already condition the inclusion of this flag on whether cc=clang.
2016-03-28 17:13:40 +02:00
Frederik Rietdijk
c1abb1d404 openblas: 0.2.15 -> 0.2.17 2016-03-28 15:58:10 +02:00