Commit graph

21390 commits

Author SHA1 Message Date
Carles Pagès 0cde365745 jsoncpp: 1.7.2->1.8.0
I also re-added some stuff lost in previous update (83fd63995a), like
darwin support and maintainers info.
2017-02-03 13:21:56 +01:00
Michael Raskin d042a831a3 libzmf: init at 0.0.1 2017-02-03 13:14:39 +01:00
Michael Raskin ae5a279836 libmwaw: 0.3.9 -> 0.3.10 2017-02-03 13:14:39 +01:00
Michael Raskin 426dddd83d harfbuzz: 1.4.1 -> 1.4.2 2017-02-03 13:14:39 +01:00
Josef Kemetmueller fd005d0d72
catch: use upstream install target 2017-02-03 13:13:54 +01:00
Vladimír Čunát adab4cd58b
Merge branch 'master' into staging 2017-02-03 11:47:38 +01:00
Cray Elliott d62d26251d SDL2: 2.0.4 -> 2.0.5 2017-02-02 15:36:00 -08:00
Edward Tjörnhammar db73e446b4
catch: 1.5.0 -> 1.7.0 2017-02-02 21:23:57 +01:00
Carles Pagès d211d7c440
kodiPlugins.pvr-hts: update to 3.4.4 for kodi17
Updated pvr-hts plugin to latest version to work with kodi 17. Had to
update libcec as well, to pick the name change.
2017-02-02 21:12:54 +01:00
Dan Peebles 7bc17013f8 aws-sdk-cpp: 1.0.48 -> 1.0.60 2017-02-02 16:28:48 +01:00
Graham Christensen 16f8f0d313
ffmpeg_3: 3.1.4 -> 3.1.6 2017-02-02 08:47:01 -05:00
Vladimír Čunát 787c1add0b
qt4: fixup missing space between flags on Darwin
Since 9aae2991f2, /cc @globin.
2017-02-02 13:44:41 +01:00
Franz Pletz 2a63aae299
nlohmann_json: 2.0.7 -> 2.1.0 2017-02-02 11:13:04 +01:00
Michael Raskin 57e7f8ff66 libgphoto2: 2.5.11 -> 2.5.12 2017-02-02 11:12:16 +01:00
Peter Hoeg f7871d3433 suil: 0.8.2 -> 0.8.4
We can now also build against qt5 but not qt4 and qt5 at the same time.
2017-02-02 13:41:23 +08:00
Pascal Bach 47f392d3c7 mbedtls: 1.3.17 -> 1.3.18
See https://tls.mbed.org/tech-updates/releases/mbedtls-2.4.0-2.1.6-and-1.3.18-released.
2017-02-02 02:52:26 +01:00
Dan Peebles d34ee526a8 aws-sdk-cpp: fix on darwin
The LD_LIBRARY_PATH variable does nothing on Darwin, but
DYLD_LIBRARY_PATH does the same thing, so splice in the right variable
based on which system we're working on.
2017-02-02 02:18:42 +01:00
Robin Gloster 2110d59fa1
libressl_2_5: 2.5.0 -> 2.5.1
security update, no CVE assigned AFAICS

/cc @grahamc
2017-02-02 00:26:47 +01:00
Robin Gloster 0b19f2f742
libressl_2_4: 2.4.4 -> 2.4.5
security update, no CVE assigned AFAICS

/cc @grahamc
2017-02-02 00:25:51 +01:00
Nikolay Amiantov 4877a5664e dbus: don't search for units in current-system 2017-02-02 00:58:45 +03:00
Daiderd Jordan 7a1dd5fb55 Merge pull request #22227 from lsix/update_glpk
glpk: 4.56 -> 4.61
2017-02-01 22:17:06 +01:00
Michael Raskin c1f6eeb822 botan: 1.10.14 -> 1.10.14 2017-02-01 19:28:45 +01:00
Vladimír Čunát a2e7770b51
Merge branch 'master' into staging
There have been some larger security rebuilds on master.
2017-02-01 15:56:35 +01:00
Lancelot SIX 05f53b83b4
netcdf: 4.3.3.1 -> 4.4.1.1 2017-01-31 17:29:30 +01:00
Franz Pletz ca593a7293
libarchive: add patch to fix CVE-2017-5601 2017-01-31 17:00:13 +01:00
Vladimír Čunát a3517bf321
lmdb: get rid of $out/man
Why it's annoying: #22318.
2017-01-31 16:14:25 +01:00
Damien Cassou 58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Benjamin Saunders dbd4a35060 vulkan-loader: 1.0.26.0 -> 1.0.39.1 2017-01-31 04:47:19 +03:00
Nikolay Amiantov f5f8d59f44 folly: 2016.11.21.00 -> 2016.12.19.00 2017-01-31 03:27:10 +03:00
Nikolay Amiantov 54b27890f8 wayland: fix configure flags' type 2017-01-31 03:23:51 +03:00
Vladimír Čunát 9cd2dbc569
Merge branch 'master' into staging
Hopefully this will fix the mass abortion on Hydra;
restarting the jobs didn't help.
2017-01-30 18:39:36 +01:00
Vladimír Čunát cc07ec890d
protobuf-3.x: fixup build with default gcc version
/cc @globin a3a0e8fe6.
http://hydra.nixos.org/build/47266085
2017-01-30 15:26:29 +01:00
Rahul Gopinath 66b6c2ce01 sdformat: mark as broken
sdformat depends on an old version of ruby and needs to be fixed. Until
there is a proper upstream release, mark as broken.

sdformat is only used by the gazebo package.
2017-01-30 11:22:58 +00:00
Eelco Dolstra c20cc6d0b3
Excise use of importJSON
Putting information in external JSON files is IMHO not an improvement
over the idiomatic style of Nix expressions. The use of JSON doesn't
add anything over Nix expressions (in fact it removes expressive
power). And scattering package info over lots of little files makes
packages less readable over having the info in one file.
2017-01-30 11:44:08 +01:00
Franz Pletz 1c5237e25c
gmime: 2.6.20 -> 2.6.23 2017-01-30 01:15:29 +01:00
Franz Pletz c770a94097
gnu-efi: 3.0.4 -> 3.0.5 2017-01-30 01:15:25 +01:00
Franz Pletz 403432f6ab
gpgme: 1.7.0 -> 1.8.0 2017-01-30 01:15:22 +01:00
Franz Pletz b6d889dcd9
libgcrypt: 1.7.5 -> 1.7.6 2017-01-30 01:15:19 +01:00
Franz Pletz 4236364258
libgpgerror: 1.24 -> 1.26 2017-01-30 01:15:16 +01:00
Franz Pletz 4b2731d4f4
lmdb: 0.9.18 -> 0.9.19 2017-01-30 01:15:13 +01:00
Franz Pletz 27d21e9447
npth: 1.2 -> 1.3 2017-01-30 01:15:06 +01:00
Parnell Springmeyer 6777e6f812
Merging with upstream 2017-01-29 05:54:01 -06:00
Parnell Springmeyer 4aa0923009
Getting rid of the var indirection and using a bin path instead 2017-01-29 04:11:01 -06:00
Parnell Springmeyer e92b8402b0
Addressing PR feedback 2017-01-28 20:48:03 -08:00
Tuomas Tynkkynen 424cfe7686 Merge remote-tracking branch 'upstream/master' into staging 2017-01-29 02:16:29 +02:00
Tuomas Tynkkynen fee66e9463 speexdsp: Fix build on aarch64 2017-01-29 02:08:04 +02:00
Tuomas Tynkkynen c6ce08422a libvpx: Remove unneeded assert
It fails on aarch64.
2017-01-29 02:08:04 +02:00
Tuomas Tynkkynen ef089634bf mesa: Enable some ARM drivers
And disable freedreno from others since it's not useful there.
2017-01-29 02:08:04 +02:00
Tuomas Tynkkynen 137bf7269e libdrm: Enable some ARM drivers
I dropped --enable-freedreno since it's automatically enabled on ARM and
shouldn't be needed anywhere else.
2017-01-29 02:08:04 +02:00
Lluís Batlle i Rossell 8d5b2e66bd Updating shotcut to 17.01 and fixing its jobs 2017-01-28 20:12:51 +01:00
Lluís Batlle i Rossell 20465bedee Updating shotcut and melt. 2017-01-28 20:12:51 +01:00
Lancelot SIX 9290751ab4
glpk: 4.56 -> 4.61
See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00011.html
for release announcement
2017-01-28 13:37:05 +01:00
Kevin Cox c09690b354
Revert "libmsgpack_1_4: remove"
This reverts commit ff89e81898.

There are references to this variable.
2017-01-28 11:14:31 +00:00
Robin Gloster ff89e81898
libmsgpack_1_4: remove 2017-01-27 22:03:23 +01:00
Robin Gloster 52be026bba
libmsgpack_0_5: remove 2017-01-27 21:59:16 +01:00
Robin Gloster 426b61a1c7
openssl_1_0_1: remove 2017-01-27 21:29:53 +01:00
Robin Gloster c466e31a0f
libressl_2_3: remove 2017-01-27 20:39:32 +01:00
Franz Pletz bb8859bd66
vaapiIntel: 1.7.2 -> 1.7.3 2017-01-27 18:43:50 +01:00
Franz Pletz 9c9e5bf25e
libva: 1.7.2 -> 1.7.3 2017-01-27 18:43:33 +01:00
Robin Gloster aa686fe5c3
gnutls33: remove 2017-01-27 18:37:24 +01:00
David Terry 9276178e68 sfml: 2.3 -> 2.4.1 2017-01-27 10:59:20 +01:00
Graham Christensen 70270ca6b5 Merge pull request #22163 from MP2E/ffmpeg_full_update
ffmpeg-full: 3.1.3 -> 3.2.2
2017-01-26 21:33:41 -05:00
Tuomas Tynkkynen be0e48e48f Merge remote-tracking branch 'upstream/master' into staging 2017-01-27 02:18:44 +02:00
Vladimír Čunát f0bf46d863
liburcu: 0.8.6 -> 0.9.3, doCheck = true
... with hope it will start to work on Darwin.
/cc maintainer @bjornfor.
2017-01-26 22:32:13 +01:00
Tuomas Tynkkynen e2a2f6d595 Merge pull request #22117 from dezgeg/aarch64-for-merge
Aarch64 (ARM64) support
2017-01-26 17:52:28 +02:00
Vladimír Čunát 6973c7739e
Merge branch 'master' into staging
There were some larger rebuilds because of security.
2017-01-26 16:49:41 +01:00
Thomas Tuegel bca9bcb3c3 Merge pull request #22162 from MP2E/fdk_aac_update
fdk-aac: 0.1.4 -> 0.1.5
2017-01-26 09:12:18 -06:00
Franz Pletz 6626b62241
openssl_1_0_1: not maintained anymore, rename as -vulnerable
This is not maintained anymore upstream but is still used by sslscan.
Until this package is updated or fixed, we'll keep it around under
the unambiguous name openssl_1_0_1-vulnerable.
2017-01-26 15:41:07 +01:00
Franz Pletz 49bfd6068d
openssl_1_1_0: 1.1.0c -> 1.1.0d for multiple CVEs
Fixes:

  * CVE-2017-3731
  * CVE-2017-3730
  * CVE-2017-3732
  * CVE-2016-7055
2017-01-26 15:38:42 +01:00
Franz Pletz 434c15193a
openssl_1_0_2: 1.0.2j -> 1.0.2k for multiple CVEs
Fixes:

  * CVE-2017-3731
  * CVE-2017-3730
  * CVE-2017-3732
  * CVE-2016-7055
2017-01-26 15:38:33 +01:00
Vladimír Čunát 6edc9788f5
ffmpeg_2_8: maintenance 2.8.8 -> 2.8.10 2017-01-26 14:13:30 +01:00
Parnell Springmeyer a26a796d5c
Merging against master - updating smokingpig, rebase was going to be messy 2017-01-26 02:00:04 -08:00
Vladimír Čunát 142696de88
liburcu: platforms: linux -> unix
There's probably no reason to restrict it to Linux.
I can't test directly, but Hombrew does have the package.
My intention is to build knot-resolver for Darwin as well.
2017-01-26 09:26:51 +01:00
Parnell Springmeyer 025555d7f1
More fixes and improvements 2017-01-26 00:05:40 -08:00
Cray Elliott 35d48f3ba1 ffmpeg-full: 3.1.3 -> 3.2.2
also removed a few flags for features that have been entirely removed from
ffmpeg

removed:
- faac
- aacplus
- incompatibleLibavAbi option

please use fdk-aac or the built-in encoder for your aac audio needs
2017-01-25 18:57:03 -08:00
Cray Elliott 9b2e1621e2 fdk-aac: 0.1.4 -> 0.1.5 2017-01-25 18:54:54 -08:00
Franz Pletz 6a02d48c72
gd: 2.2.3 -> 2.2.4 for multiple CVEs
Fixes:

  * CVE-2016-9317
  * CVE-2016-6912
2017-01-25 20:53:37 -05:00
Franz Pletz 5f3c62698b
libav_0_8: 0.8.19 -> 0.8.20 for multiple CVEs
Fixes:

  * CVE-2016-9819
  * CVE-2016-9820
  * CVE-2016-9821
  * CVE-2016-9822
2017-01-25 20:53:32 -05:00
Robin Gloster d31b3a9e6d
freeimage: fix build with gcc6 2017-01-25 20:12:40 +01:00
Robin Gloster 8cae089f19
dirac: fix build with gcc6 2017-01-25 20:12:40 +01:00
Robin Gloster b8340929d0
libtasn1: 4.9 -> 4.10 2017-01-25 20:12:38 +01:00
Robin Gloster 4e5f484016
libe-book: fix build with gcc6 2017-01-25 20:12:38 +01:00
Robin Gloster 0437bc9663
podofo: 0.9.3 -> 0.9.4, pin to gcc5 2017-01-25 20:12:37 +01:00
Robin Gloster 90fc5042ad
wxGTK30: fix build with gcc 6 2017-01-25 20:12:37 +01:00
Robin Gloster 0f3cee15b5
wxGTK: build with gcc 6 2017-01-25 20:12:37 +01:00
Robin Gloster 3098c3fd00
smpeg: build with gcc 6 2017-01-25 20:12:36 +01:00
Robin Gloster 9aae2991f2
qt4: add patch to fix build with gcc6, set c++ std 2017-01-25 20:12:36 +01:00
Robin Gloster a3a0e8fe64
protobuf3_0: fix build with gcc 6 2017-01-25 20:12:36 +01:00
Robin Gloster b80291ab98
protobuf3_0: 3.0.0 -> 3.0.2 2017-01-25 20:12:35 +01:00
Robin Gloster b13e77fc33
geos: 3.5.0 -> 3.6.1 2017-01-25 20:12:35 +01:00
Eelco Dolstra 48dce4ad7b
libraw: 0.17.1 -> 0.17.2
Also apply a fix from Debian for building with GCC 6.
2017-01-25 20:12:35 +01:00
Eelco Dolstra a2900f3f0f
libfaketime: Fix build on gcc 6
http://hydra.nixos.org/build/43031670
2017-01-25 20:12:34 +01:00
Eelco Dolstra d01d2db3d8
audiofile: Fix build on GCC 6
http://hydra.nixos.org/build/42228674
2017-01-25 20:12:33 +01:00
Parnell Springmeyer bae00e8aa8
setcap-wrapper: Merging with upstream master and resolving conflicts 2017-01-25 11:08:05 -08:00
Thomas Pham 8fa49a6351 postgis: 2.2.1 -> 2.3.1 2017-01-25 19:31:30 +01:00
aszlig ca7923f111
nss: Provide a more stable URL for pkgconfig patch
Since 2bf0f84f1f, the patch isn't in our
repository anymore but being fetched from its origin.

However, the origin URL is always pointing to the latest master version
of Gentoo. This has the downside that whenever Gentoo changes the patch,
our build of NSS will be broken.

Also, I'm providing a comment here indicating what the patch does.

As to the reason *why* the patch is there, I vaguely remeber seeing a
few libraries/applications that depend on NSS relying that there's a
pkgconfig file.

After checking a few distros, they all seem to have it:

https://anonscm.debian.org/cgit/pkg-mozilla/nss.git/tree/debian?id=5306c4192d6bc0a2685842e9fd533196e7302297
https://apps.fedoraproject.org/packages/nss-devel/
https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/nss&id=3f7f54b357e23b7ac1cec849693334ad29be07d2

The issue is already reported upstream but hasn't been fixed yet:

https://bugzilla.mozilla.org/show_bug.cgi?id=530672

Tested by building nss on x86_64-linux (the hash didn't change anyway,
but just to be sure).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-01-25 16:25:00 +01:00
Vladimír Čunát e5229c63ad
t1lib: add a note about CVE fixes 2017-01-25 13:53:55 +01:00
Domen Kožar f87deb0b3a Merge pull request #22101 from zimbatm/no-md5
Bye bye MD5
2017-01-25 09:07:48 +01:00
Vincent Laporte c57715570a freealut: fix build on Darwin 2017-01-25 06:54:07 +00:00
Nathan Zadoks 2a82be9af1 libunwind: add AArch64 support patch 2017-01-25 00:01:53 +02:00
Nathan Zadoks 46991f88f7 gnu-efi: fix discarded const qualifier on aarch64 2017-01-25 00:01:53 +02:00
Tuomas Tynkkynen ed74fcf14b libsigsegv: Add Aarch64 patch 2017-01-25 00:01:52 +02:00
Tuomas Tynkkynen 6e46dbf8e7 gnu-config: init at 2016-12-31 2017-01-25 00:01:51 +02:00
Daiderd Jordan fb954784dd
libcue: enable darwin build 2017-01-24 22:47:12 +01:00
Daiderd Jordan e20fc5059d
libcdio: fix darwin build 2017-01-24 22:47:11 +01:00
Daiderd Jordan 02cc679734
libcddb: fix darwin build 2017-01-24 22:47:04 +01:00
Tuomas Tynkkynen 41fd1ed903 glibc: Check that 'cross.float' is defined
Because if we define it, then gcc compilation fails because it doesn't
support --with-float for aarch64.
2017-01-24 22:13:47 +02:00
John Ericson 5ad696b067 Merge pull request #22107 from Ericson2314/cross-tepid
Somewhat saner cross-compiling through bootstrapping
2017-01-24 15:09:56 -05:00
Michael Raskin 62b0495614 Merge pull request #22084 from LumiGuide/opencv-3.2.0
opencv: upgrade from 3.1.0 to 3.2.0
2017-01-24 18:05:05 +00:00
zimbatm c0d60b9dbe hunspellDict.it-it: use sha256 hash 2017-01-24 16:56:25 +00:00
zimbatm cf4f91f1a2 hunspellDicts: remove spanish dictionaries
Unfortunately the upstream has gone and I didn't find any replacement
sources.
2017-01-24 16:55:35 +00:00
zimbatm 883eb32e64 gtkmozembedsharp: remove package
The package has:

* broken source URL
* uses md5 hash
* no maintainer
* is a library with nobody depending on it
2017-01-24 16:47:13 +00:00
zimbatm 9120a99807 cilaterm: remove package
The package is broken since September, doesn't have a maintainer and
uses md5 for hashing
2017-01-24 16:45:41 +00:00
John Ericson 94df8e7e4d openssl: Output-santizing hack properly uses native perl again 2017-01-24 11:37:56 -05:00
zimbatm c3e4c2f179 jjtraveler: remove package
The package is a java library that no other project is using and which
upstream source doesn't work.

See http://www.program-transformation.org/Tools/JJTraveler
2017-01-24 16:34:36 +00:00
zimbatm 31d1a52b0c lucene: 1.4.1 -> 1.4.3 2017-01-24 16:31:39 +00:00
zimbatm 4b284a2bb6 mockobjects: use sha256 hash 2017-01-24 16:28:20 +00:00
zimbatm 1005d786ba libjpeg62: remove
This package has broken upstream url and was only used by warsow
2017-01-24 16:22:25 +00:00
Vladimír Čunát 30a94deac5
nss: remove parameter that just got unused 2017-01-24 15:56:36 +01:00
Vladimír Čunát f8e39ec13c
nss: fetchpatch -> fetchurl
This isn't a dynamically generated patch, so it's not required,
and the hash was for unmodified patch anyway.
2017-01-24 15:43:53 +01:00
Eelco Dolstra c2bd9cad11
sqlite: 3.15.2 -> 3.16.2 2017-01-24 14:54:19 +01:00
Eelco Dolstra 2bf0f84f1f
nss: 3.27.2 -> 3.28.1 2017-01-24 14:49:46 +01:00
Bas van Dijk 52d44b76c1 opencv: upgrade from 3.1.0 to 3.2.0 2017-01-24 14:24:05 +01:00
Jörg Thalheim 4785a19444 Merge pull request #22073 from romildo/upd.pcmanfm
{lib,pcman}fm: 1.2.4 -> 1.2.5
2017-01-24 10:48:56 +01:00
Bas van Dijk f2afe922f4 opencv-3.1: make ippicv download URL consistent
with the URL defined in:

  https://github.com/opencv/opencv/blob/3.1.0/3rdparty/ippicv/downloader.cmake
2017-01-23 23:12:18 +01:00
Bas van Dijk 1853f174d1 opencv-3.1: get ippicv from the nix store
If ippicv can't be found in the directory:

  3rdparty/ippicv/downloads/${platform}-${md5}

it will be downloaded instead. Commit 7fedbe7 accidentally swapped the
md5 with the sha256 causing ippicv to be downloaded each time opencv
gets build. This patch fixes that.
2017-01-23 22:22:56 +01:00
Daiderd Jordan 02341c20bc
db: disable dbm support by default 2017-01-23 22:21:20 +01:00
romildo 32a3f71149 libfm: 1.2.4 -> 1.2.5 2017-01-23 19:01:33 -02:00
Vladimír Čunát df67f58fbf
gtk3: move gtk-update-icon-cache to the main output
This is basically what aa0fa19373 was for gtk2 and Xfce.
Fixes #20874, though I haven't tested it directly.
2017-01-22 22:57:52 +01:00
Franz Pletz 268e57bcc5
libvirt-glib: 0.2.3 -> 1.0.0 2017-01-22 13:01:03 +01:00
Franz Pletz a50ff980be
libvirt: 2.5.0 -> 3.0.0 2017-01-22 13:01:02 +01:00
Franz Pletz 152f1131c4
liboping: 1.8.0 -> 1.9.0 2017-01-22 13:01:02 +01:00
Franz Pletz 8a7407e881
libnftnl: 1.0.6 -> 1.0.7 2017-01-22 13:01:00 +01:00
Franz Pletz 57145c6251
libnetfilter_conntrack: 1.0.5 -> 1.0.6 2017-01-22 13:01:00 +01:00
Franz Pletz f3f5045432
libpcap: 1.7.4 -> 1.8.1 2017-01-22 13:00:59 +01:00
Franz Pletz 608c167f95
libmicrohttpd: 0.9.50 -> 0.9.52 2017-01-22 13:00:59 +01:00
Charles Strahan d298a961f1 Merge pull request #21416 from cstrahan/mesos-1.1.0
mesos: 1.0.1 -> 1.1.0
2017-01-21 19:05:18 -05:00
Pascal Wittmann 57f1198bbc
udunits: 2.2.21 -> 2.2.23 2017-01-21 23:36:40 +01:00
Franz Pletz c796bfc0ba
libmd: clean up autoreconfHook usage 2017-01-21 20:42:41 +01:00
Michael Raskin 52103deef1 Merge pull request #22006 from womfoo/bump/facter-3.5.1
facter: 3.4.1 -> 3.5.1 and related deps
2017-01-21 18:14:08 +00:00
Franz Pletz 140d135ee2
libopus: add patch to fix CVE-2017-0381 2017-01-21 14:14:46 +01:00
Carles Pagès fd400ced6b Rename page to cpages to match github
I also updated the mail.
2017-01-20 16:55:29 +01:00
Vladimír Čunát 6b6553c768
Merge branch 'staging'
It contains security updates.  I somehow forgot to push this yesterday.
2017-01-20 16:33:59 +01:00
Kranium Gikos Mendoza a85c994dd1 leatherman: 0.9.0 -> 0.10.1 2017-01-20 20:20:20 +08:00
Kranium Gikos Mendoza 1fafd2a2d3 cpp-hocon: 0.1.2 -> 0.1.4 2017-01-20 20:19:52 +08:00
Michael Raskin 6cdabd96f1 Merge pull request #21987 from ivan-tkatchev/pullrequest2
libkrb5: fix issue #16161.
2017-01-20 09:29:03 +00:00
Nikolay Amiantov d75a3cfb29 Merge pull request #21995 from abbradar/opencl
Fix OpenCL support
2017-01-20 12:09:17 +03:00
Nikolay Amiantov cc68ab1ae2 opencl-headers: 2.1.0 -> 2.1-2016-11-29 2017-01-20 03:37:51 +03:00
Nikolay Amiantov 5c65546725 opencl-clhpp: init at 2.0.10 2017-01-20 03:37:51 +03:00
Nikolay Amiantov 45c8c077ad beignet: 1.1.2 -> 1.2.1
Split unit tests to a separate package.
2017-01-20 03:37:51 +03:00
Nikolay Amiantov af7a8a36df ocl-icd: 2.2.9 -> 2.2.10
Patch to search for OpenCL vendor files in Mesa driver link directory.
2017-01-20 03:37:51 +03:00
Nikolay Amiantov 10bae1a207 opencl-icd: remove, point to ocl-icd 2017-01-20 03:37:51 +03:00
Robin Gloster 0f86750d1d
mpir: add patch to account for sed update 2017-01-20 00:15:53 +01:00
Graham Christensen a927abbee0 qt55.qtbase: fix patch sha with fetchpatch instead of fetchurl 2017-01-19 22:56:08 +01:00
Vladimír Čunát 5326cb7340
webkit: security 2.14.2 -> 2.14.3
https://webkitgtk.org/security/WSA-2017-0001.html
/cc #21967.
2017-01-19 19:25:02 +01:00
tkatchev 6d211110f5 libkrb5: fix issue #16161. 2017-01-19 13:16:46 +03:00
Daiderd Jordan 2b0ca8dc5d Merge pull request #21681 from matthewbauer/anki
Anki: Darwin support
2017-01-18 21:41:11 +01:00
Moritz Ulrich 63d7b206d8
flightgear, simgear: 2016.4.3 -> 2016.4.4 2017-01-18 16:58:45 +01:00
Robin Gloster ce0e16f5ea
libupnp: 1.6.20 -> 1.6.21
Fixes CVE-2016-8863, CVE-2016-6255

cc @grahamc
2017-01-18 15:56:15 +01:00
Vladimír Čunát 40003aa2ed
Merge branch 'master' into staging 2017-01-18 15:54:04 +01:00
Vladimír Čunát 68c9530998
libtiff: apply security patches from Debian
/cc #21967.
2017-01-18 15:51:36 +01:00
Vladimír Čunát 8e5e365265
libtasn1: 4.9 -> 4.10
The fixes in NEWS seem like having a possible security impact.
2017-01-18 15:13:53 +01:00
Matthew Bauer 2614fa1de0
portaudio: fixup patches
- don't use preBuild for patching
- leave all of the tests in place (no tests are run anyway)
2017-01-17 19:49:30 -06:00
Matthew Bauer 74b206bce2
qt4: build webkit on Darwin
QtWebkit is needed by Anki
2017-01-17 19:49:25 -06:00
Matthew Bauer 6c6db7b58b
portaudio: fix on Darwin 2017-01-17 19:49:18 -06:00
Thomas Tuegel 922d0eb152
Merge branch 'kde-bugfixes' 2017-01-16 17:14:43 -06:00
Pascal Wittmann 21e3948c8c
udunits: remove unused patch 2017-01-16 20:38:22 +01:00
Pascal Wittmann dc0e5e13bb
udunits: 2.2.20 -> 2.2.21 2017-01-16 20:37:44 +01:00
Thomas Tuegel 69d6fc8e1b
kde5.kcoreaddons: 5.30.0 -> 5.30.1 2017-01-16 08:55:12 -06:00
Scott Olson 0c5966b13f kdeWrapper: Fix XDG_{DATA,CONFIG}_DIRS mixup.
`.../share` directories go with `XDG_DATA_DIRS`, and `.../etc/xdg`
directories go with `XDG_CONFIG_DIRS`. These were accidentally reversed.

See https://userbase.kde.org/KDE_System_Administration/Environment_Variables#freedesktop.org_Compliance
2017-01-15 20:01:12 -08:00
Franz Pletz 8afb65ff66
libav_12: init at 12 2017-01-15 18:24:42 +01:00
Franz Pletz a848207c16
libav_0_8: 0.8.17 -> 0.8.19 2017-01-15 18:24:42 +01:00
Thomas Tuegel fd3d2b1a8d
kde5.knewstuff: 5.30.0 -> 5.30.1 2017-01-15 07:50:24 -06:00
Thomas Tuegel b0faf21bb4
kde5.frameworks: 5.29 -> 5.30 2017-01-14 18:00:02 -06:00
Sven Slootweg eedd562f76 capstone: fix pkgconfig file generation (#21897) 2017-01-14 23:45:52 +00:00
Daiderd Jordan c391904b85 Merge pull request #21894 from johbo/darwin-pangomm
pangomm: Add ApplicationServices on darwin
2017-01-14 23:56:25 +01:00
Johannes Bornhold 8a7d373795 Darwin gtk quartz follow up (#21883)
* gtk2-x11: Add gtk2 configuration with X11 backend

After making quartz the default for darwin, some builds started to fail since
they only support gtk with the X11 backend.

* apvlv: Use gtk2-x11 on darwin

* gpicview: Use gtk2-x11 for darwin

* lxappearance: Use gtk2-x11 for darwin

* fontforge-gtk: Use gtk2-x11 for darwin

* gbdfed: Use gtk2-x11 for darwin
2017-01-14 22:53:56 +00:00
Johannes Bornhold 4b9349698a pangomm: Add ApplicationServices on darwin 2017-01-14 20:27:54 +01:00
Vincent Laporte 5fff41c948 getdata: 0.8.9 -> 0.9.4 2017-01-14 16:49:57 +01:00
Vincent Laporte f7fc5d2564 matio: 1.5.2 -> 1.5.9 2017-01-14 16:49:32 +01:00
Graham Christensen 18e2639924
jasper: 2.0.6 -> 2.0.10 for null pointer dereference 2017-01-11 20:11:30 -05:00
Daiderd Jordan b8b1892546
libtasn1: fix darwin build 2017-01-11 23:47:54 +01:00
Jörg Thalheim d9681de618 Merge pull request #21708 from 3noch/nginx-pagespeed-module
nginx: add PageSpeed module (Linux only)
2017-01-11 17:25:26 +01:00
Franz Pletz 59ce8fd90e
Merge branch 'staging' 2017-01-11 15:43:35 +01:00
Michael Raskin 09f3481be4 libvncserver: build with libpng 2017-01-11 14:32:02 +01:00
Michael Raskin 905349b8a5 libvncserver: 0.9.9 -> 0.9.11 2017-01-11 14:25:47 +01:00
Frederik Rietdijk d0bfac0edf Merge pull request #20037 from magnetophon/lv2libs
Lv2libs
2017-01-11 09:02:14 +01:00
Robert Helgesson 6c9e41333d
libsecret: add dev output
This reduces the closure size of the secret-tool binary from 178 MiB to
38 MiB.
2017-01-11 08:32:39 +01:00
Franz Pletz c03bc57212
libgit2: 0.24.3 -> 0.24.6
Fixes the following vulnerabilities:

  * CVE-2016-10128
  * CVE-2016-10129
  * CVE-2016-10130
  * CVE-2017-5338
  * CVE-2017-5339
2017-01-11 06:50:54 +01:00
Franz Pletz 3ecfab8819
libgit2_0_21: remove, unused and probably vulnerable 2017-01-11 06:50:37 +01:00
Franz Pletz 85ac790666
gnutls35: 3.5.5 -> 3.5.8
Fixes the following security issues:

  * CVE-2017-5334
  * CVE-2017-5335
  * CVE-2017-5336
  * CVE-2017-5337

See https://www.gnutls.org/news.html#2017-01-09 for more information.
2017-01-11 06:47:36 +01:00
Franz Pletz 7165b38908
libtasn1: 4.8 -> 4.9 2017-01-11 06:47:35 +01:00
Franz Pletz 0e963d2563
gnutls33: 3.3.25 -> 3.3.26
Fixes the following security issues:

  * CVE-2017-5334
  * CVE-2017-5335
  * CVE-2017-5336
  * CVE-2017-5337

See https://www.gnutls.org/news.html#2017-01-09 for more information.
2017-01-11 06:47:35 +01:00
Franz Pletz cc40fadf62
gnutls: 3.4.16 -> 3.4.17 2017-01-11 06:44:00 +01:00
Anthony Cowley 084a76ef6f atlas: change platforms to unix
The build succeeds on darwin and linux.
2017-01-10 21:02:04 -05:00
Bart Brouns 5abcc7d22a lilv and sord: remove svn versions and deploy release version 2017-01-11 02:21:00 +01:00
Bart Brouns 1b8ad96858 serd: 0.20.0 -> 0.24.0 2017-01-11 02:17:46 +01:00
Bart Brouns 0b3795c642 sord: 0.12.2 -> 0.16.0 2017-01-11 02:17:45 +01:00
Bart Brouns 9e82d353e3 raul: svn 5675 -> git 2016-09-20 2017-01-11 02:17:44 +01:00
Bart Brouns 87ffcedd31 sratom: 0.4.6 -> 0.6.0 2017-01-11 02:17:43 +01:00