Commit Graph

23778 Commits

Author SHA1 Message Date
John Ericson
728446f755
Merge pull request #30484 from obsidiansystems/libbfd
bfd, opcodes: Init separate derivations for binutils libraries
2017-11-14 12:10:44 -05:00
Michael Raskin
cacd7209f8
Merge pull request #31661 from taku0/firefox-bin-57.0
firefox: 56.0.2 -> 57.0 [Security fixes]
2017-11-14 18:01:45 +01:00
Michael Raskin
eac38d0b1e
Merge pull request #31617 from orivej/clisp
clisp_2_44_1, libsigsegv_25: delete
2017-11-14 09:42:20 +01:00
Vladimír Čunát
f80a55ca37
libbsd, libtiger: fix meta evaluation
I suppose we'll one day transition to forced automatic checks of some
basic things before pushing/merging.
2017-11-13 21:53:10 +01:00
Vladimír Čunát
e04339db80
Merge branch 'staging' 2017-11-13 21:50:29 +01:00
Daiderd Jordan
897398e07e
Merge pull request #31589 from matthewbauer/libbsd-update
libbsd: update Darwin patch
2017-11-13 20:31:59 +01:00
Daiderd Jordan
1165c03fbc
Merge pull request #31591 from matthewbauer/libtiger-fix
libtiger: fix on Darwin
2017-11-13 20:28:08 +01:00
Orivej Desh
c3b6a63961 clisp_2_44_1, libsigsegv_25: delete 2017-11-13 18:36:25 +00:00
Renaud
b3bacc34b0
Merge pull request #31559 from Mankarse/glog-v0.3.5
glog: 0.3.4 -> 0.3.5
2017-11-13 18:57:00 +01:00
Orivej Desh
1f78f9fb7a mesa: replace dead https link 2017-11-13 17:50:34 +00:00
taku0
b5f2a090de nss: 3.32.1 -> 3.33 2017-11-13 23:01:02 +09:00
taku0
c91d4d519f nspr: 4.16 -> 4.17 2017-11-13 23:01:02 +09:00
aszlig
4cf16937ce
opencascade: Fix build against glibc 2.26
The header file xlocale.h has been removed in glibc 2.26.

Quoting the release notes[1]:

  * The nonstandard header <xlocale.h> has been removed. Most programs
    should use <locale.h> instead. If you have a specific need for the
    definition of locale_t with no other declarations, please contact
    libc-alpha@sourceware.org and explain.

Tested by building on x86_64-linux and it now succeeds.

[1]: https://sourceware.org/ml/libc-alpha/2017-08/msg00010.html

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @viric
2017-11-13 10:14:05 +01:00
Samuel Leathers
6e686ff36d webkitgtk: 2.18.2 -> 2.18.3 (fixes multiple CVE's) 2017-11-13 10:02:40 +01:00
Matthew Bauer
6b0e1910af libbsd: add myself as maintainer 2017-11-13 00:43:27 -06:00
Matthew Bauer
ff0ac72719 libbsd: update darwin patch for 0.8.6
This resolves the patch issues. If someone has time, they should try to get the
patched merged upstream.
2017-11-13 00:43:27 -06:00
Matthew Bauer
d19494cb53 libtiger: add myself as maintainer 2017-11-13 00:36:22 -06:00
Matthew Bauer
5882cc203c libtiger: fix on darwin 2017-11-13 00:35:56 -06:00
John Ericson
d7bddc27b2 treewide: Try to avoid depending on binutils directly
One should depend on

 - `stdenv.cc.bintools`: for executables at build time
 - `libbfd` or `libiberty`: for those libraries
 - `targetPackages.cc.bintools`: for exectuables at *run* time
 - `binutils`: only for specifically GNU Binutils's executables, regardless of
   the host platform, at run time.
2017-11-13 00:47:48 -05:00
John Ericson
de28bd4832 bfd, opcodes: Init separate derivations for binutils libraries
On most distros, these are just built and distributed as part of
binutils. We don't use binutils across the board, however, but rather
switch between binutils and a cctools-binutils mashup, and change the
outputs on binutils too. This creates a combinatorial conditional soup
which is hard to maintain.

My hope is to lower the the state space. While my patch isn't the most
maintainable, they make downstream packages become more maintainable to
compensate. The additional derivations themselves are completely
platform-agnostic, always they always supports all possible target
platforms, and always yield "out" and "dev" outputs. That, in turn,
allows downstream packages to not worry about a dependency
shape-shifting under them.

In fact, the actual binutils package can avoid needing multiple outputs
now that these serve the requisite libraries, so that also can become
simpler on all platforms, too, removing the original wart this PR
circumnavigates for now. Actually changing the binutils package to
leverage is a mass rebuild, however, so I'll leave that for a separate
PR.

I do hope to upstream something like my patch too, but until then I'll
make myself maintainer of these derivations
2017-11-13 00:47:37 -05:00
John Ericson
c0a04ec2f5 libiberty: Add dev output 2017-11-13 00:30:53 -05:00
John Ericson
7db0b80c61 Merge remote-tracking branch 'channels/nixos-unstable' into staging 2017-11-13 00:18:03 -05:00
Matthew Justin Bauer
c6aba1dba1 SDL_mixer: disable smpegtest
Again to fix timeouts:

https://hydra.nixos.org/build/64061277/nixlog/3
2017-11-12 22:26:41 -06:00
tv
9f4a461278 update skarnet.org packages
execline:          2.2.0.0 -> 2.3.0.3
s6:                2.4.0.0 -> 2.6.1.1
s6-dns:            2.1.0.0 -> 2.2.0.1
s6-linux-utils:    2.2.0.0 -> 2.4.0.2
s6-networking:     2.2.1.0 -> 2.3.0.2
s6-portable-utils: 2.1.0.0 -> 2.2.1.1
s6-rc:             0.1.0.0 -> 0.3.0.0
skalibs:           2.4.0.1 -> 2.6.0.1
2017-11-13 00:09:32 +01:00
Renaud
39c219ca81
pkcs11-helper: 1.21 -> 1.22
plus homepage refresh
2017-11-12 22:41:42 +01:00
Vladimír Čunát
ab1859e027
Merge branch 'staging'
Hydra looks very good: https://hydra.nixos.org/eval/1409475?compare=1409440
There's mainly some fallout from aarch64-linux not building `go`
on the first attempt.
2017-11-12 19:08:05 +01:00
Thomas Tuegel
d3efa486e5
qt59.qtbase: carefully avoid applying Linux flags to Darwin build 2017-11-12 09:51:48 -06:00
Thomas Tuegel
ded18e4f47
qt59.qtbase: restore Darwin collection-types patch 2017-11-12 09:51:48 -06:00
Thomas Tuegel
2063d54c72
qt56: 5.6.2 -> 5.6.3 2017-11-12 09:51:48 -06:00
Thomas Tuegel
04ba30ef8e
qt59.qtbase: replace type with command for POSIX compatibility 2017-11-12 09:51:48 -06:00
Thomas Tuegel
3729b77531
qt5.mkDerivation: default enableParallelBuilding = true 2017-11-12 09:51:48 -06:00
Thomas Tuegel
4f72831934
qt56.qtbase: replace type with command for POSIX compatibility 2017-11-12 09:51:47 -06:00
Thomas Tuegel
9e05d61dd7
qt56: remove unused obsolete expressions 2017-11-12 09:51:47 -06:00
Thomas Tuegel
91b362c5cf
qt56.qtwebkit: fix build with ICU 59 2017-11-12 09:51:47 -06:00
Evan Wallace
0f315bb01d glog: 0.3.4 -> 0.3.5 2017-11-12 13:37:36 +00:00
Orivej Desh
fb8d552026 make-dbus-conf: prefer local build 2017-11-12 03:52:21 +00:00
Renaud
3b647d7bbd
Merge pull request #31376 from c0bw3b/pkg/libtom
libtom{crypt,math}: update to 1.18.0 and 1.0.1 resp.
2017-11-11 18:11:14 +01:00
c0bw3b
a92dc4eae1 libtomcrypt: 1.17 -> 1.18.0 2017-11-11 17:57:49 +01:00
Renaud
ddd9ed949b libtommath: 1.0 -> 1.0.1 2017-11-11 17:57:49 +01:00
Vincent Laporte
0f144feb31
libtorrent-rasterbar: set meta.platforms to Unix 2017-11-11 16:56:15 +00:00
Peter Simons
c1c21cde1d
Revert "qt5: Add qtnetworkauth submodule" 2017-11-11 17:53:01 +01:00
Pascal Wittmann
f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00
Gemini Lasswell
2e49ed21d4 libusb1: 1.0.20 -> 1.0.21 2017-11-11 08:30:11 -08:00
Graham Christensen
417706dcc1
Merge pull request #31522 from Mankarse/folly-v2017.11.06.00
folly: 2017.07.24.00 -> 2017.11.06.00
2017-11-11 10:11:18 -05:00
Michael Raskin
af0212cb19 libgphoto2: drop .upstream file: hash method is now different 2017-11-11 15:31:42 +01:00
Michael Raskin
61a9f69970 gtdialog: 1.3 -> 1.4 2017-11-11 15:31:38 +01:00
Michael Raskin
88788e7c02 botan2: update .upstream file to the new versioning approach 2017-11-11 15:31:37 +01:00
Michael Raskin
c06f3ca994 Drop obsolete .upstream file (project has moved) 2017-11-11 15:31:35 +01:00
Thomas Tuegel
1e9edbf6ee
Merge pull request #28480 from ilpianista/qt5
qt5: Add qtnetworkauth submodule
2017-11-11 08:25:10 -06:00
Vladimír Čunát
cbfb586151
Merge security fixes adapted from #31437 2017-11-11 13:33:25 +01:00
Andreas Rammhold
73bec97674
libexif: fix CVE-2017-7544
Patch application simplified during rebasing.
2017-11-11 13:32:09 +01:00
Andreas Rammhold
4d4cd769f6
libextractor: 1.4 -> 1.6 (+ fixes multiple CVEs)
fixes CVE-2017-15266,CVE-2017-15267,CVE-2017-15600,CVE-2017-15601,CVE-2017-15602,CVE-2017-15922
2017-11-11 13:30:53 +01:00
Evan Wallace
f11e3b5c93 folly: 2017.07.24.00 -> 2017.11.06.00 2017-11-11 11:41:35 +00:00
Daiderd Jordan
6bedd0b821
Merge pull request #31509 from matthewbauer/disable-sdltest
SDL: try disabling sdltest on darwin
2017-11-11 12:32:12 +01:00
Vladimír Čunát
6255e95a3d
qpdf: nitpicks after update
I read the release notes.
http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes
2017-11-11 10:24:48 +01:00
Vladimír Čunát
8559b6db82
Merge branch 'master' into staging
A couple thousand rebuilds from master.
2017-11-11 09:25:07 +01:00
Matthew Bauer
e19434b402 SDL: try disabling sdltest on darwin 2017-11-10 19:22:15 -06:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Pascal Wittmann
3cd6c76ae6
jasper: 2.0.13 -> 2.0.14 2017-11-10 21:47:21 +01:00
Vladimír Čunát
304259bdb1
Merge branch 'master' into staging
Mass rebuild, mainly on Darwin.
2017-11-09 22:37:01 +01:00
Vladimír Čunát
ea40b0c7e8
Merge #31404: libzip: security 1.2.0 -> 1.3.0 2017-11-09 22:22:37 +01:00
Daiderd Jordan
9f4024c05d
libgit2: fix darwin build 2017-11-09 21:45:06 +01:00
Orivej Desh
e38f6ab41f
Merge pull request #31425 from Mankarse/openal-soft-1.18.2
openal-soft: 1.17.2 -> 1.18.2
2017-11-09 13:55:01 +00:00
Evan Wallace
3c0f3cf07d allegro5: 5.2.2.0 -> 5.2.3.0 2017-11-09 12:45:04 +00:00
Andreas Rammhold
b6fd7bfd04 qpdf: 6.0.0 -> 7.0.0 (fixes several CVEs)
fixes CVE-2017-11624,CVE-2017-11625,CVE-2017-11626,CVE-2017-11627,CVE-2017-12595,CVE-2017-9208,CVE-2017-9209,CVE-2017-9210
2017-11-09 12:48:21 +01:00
Evan Wallace
93e082299c openal-soft: 1.17.2 -> 1.18.2 2017-11-09 08:43:36 +00:00
mimadrid
828856321e
libfilezilla: 0.11.0 -> 0.11.1 2017-11-09 08:47:28 +01:00
Franz Pletz
72450025dd
Merge pull request #30318 from peterhoeg/u/qtox
libmsgpack/libtoxcore/qtox: several related package upgrades
2017-11-09 07:09:34 +01:00
Thomas Tuegel
094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
Vladimír Čunát
94efde5119
Merge #31402: mlt, ffado: fix includeds with glibc-2.26 2017-11-08 23:01:47 +01:00
aszlig
a2045e029a
libstdc++5: Add patch to fix type for ucontext_t
Since glibc 2.26, struct ucontext no longer exists but is wrapped in a
typedef ucontext_t.

This is basically a backport of the patch to gcc version 4.5 which was
introduced by @vcunat in f04b64c1e9.

Building against x86_64-linux and i686-linux now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2017-11-08 20:52:20 +01:00
Herwig Hochleitner
ee0c629325 webkitgtk: 2.18.1 -> 2.18.2 2017-11-08 20:51:09 +01:00
Piotr Bogdan
2704fdd710 mlt: fix build with glibc-2.26
see https://github.com/mltframework/mlt/pull/248
2017-11-08 17:35:48 +00:00
Piotr Bogdan
e26c52e03a libzip: 1.2.0 -> 1.3.0 2017-11-08 16:32:26 +00:00
gnidorah
9c4d2b4f3d gtk3: 3.22.24 -> 3.22.26 2017-11-08 19:27:39 +03:00
Orivej Desh
26ac0de8be
Merge pull request #31391 from devhell/mediainfo
{lib-}mediainfo{-gui},libzen: 0.7.99 -> 17.10, 0.4.35 -> 0.4.37
2017-11-08 12:13:38 +00:00
Orivej Desh
82973dfc04 mediainfo: enable parallel building 2017-11-08 10:36:21 +00:00
devhell
5bfeeef850 {lib-}mediainfo{-gui},libzen: 0.7.99 -> 17.10, 0.4.35 -> 0.4.37
Update to the latest version (note versioning change).

From the changelog for 'mediainfo' (libzen changelog is unavailable):
===
Version 17.10, 2017-11-02
--------------
+ We need your support! Visit https://mediaarea.net/SupportUs
+ Version scheme is now YY.MM (year dot month, 2 digits each)
+ New MediaInfo XML output, with XSD, more suitable for automatic
parsing. Use Option("Inform", "OLDXML") for keeping previous behavior
+ New "Info_OutputFormats" option for listing supported output formats
+ Universal Ad ID: refactored display, better display of value and
registry, XML name slightly modified
+ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL,
 MaxFALL)
+ BWF: display of UMID and loudness info
+ AAC: show program_config_element in trace
+ MPEG Audio: frame rate info
+ PCM in WAV and Matroska: Support of ValidBitsPerSample
+ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD
location
+ Matroska: tweaking frame rate empirical detection for some corner
cases
x I1070, LAME 3.100 info tag was incorrectly parsed
x B1068, MPEG Audio: Incoherent duration between General and Audio
parts, Audio part duration fixed
x Matroska: showing "A_MS/ACM" Matroska CodecID
x MXF: Fix crash with some buggy files
x MXF: was not well supporting MXF referencing only 1 file
x PCM in WAV: 8-bit content is unsigned and without endianess
x PCM in WAV and Matroska: More coherency between Wave info and
ExtensibleWave Info (bitdepth, sign)
x WAV: GUID display was with first 8 bytes in wrong order
x Several crash fixes
2017-11-08 10:06:57 +00:00
dywedir
ffa60968a3 wlc: 0.0.10 -> 0.0.11 2017-11-08 10:40:00 +02:00
Tuomas Tynkkynen
3b9fbfc162 libnsl: init at 1.1.0
This code was formerly part of glibc, but is now standalone to
be able to link against TI-RPC for IPv6 support.
2017-11-07 20:38:11 +02:00
Vladimír Čunát
6ffafc78fb
Merge branch 'staging'
Main change: glibc: 2.25-x -> 2.26-y, containing security fixes,
and various features and deprecations.  Unfortunately, some of the
latter still cause (transitively) a couple hundred newly failing jobs.
I'm not delaying anymore, so that we have the security fix on master.
I mainly patched gcc, llvm and icu, but I can't fix everything...
2017-11-07 16:00:35 +01:00
Thomas Tuegel
a8538307e5
Merge branch 'master' into qt-5-tmp 2017-11-07 07:33:47 -06:00
Thomas Tuegel
ae6ac0ed3e
qt5: Add instructions for updating and patching 2017-11-07 07:18:50 -06:00
Thomas Tuegel
bf117e3205
qtstyleplugins: remove obsolete install prefix hack 2017-11-07 07:18:49 -06:00
Thomas Tuegel
abb3479fcb
qscintilla: fix qmake install paths 2017-11-07 07:18:48 -06:00
Thomas Tuegel
d817095208
qoauth: fix Qt mkspecs install path 2017-11-07 07:18:48 -06:00
Thomas Tuegel
afac783343
mlt: extra CFLAGS for QtSvg 2017-11-07 07:18:48 -06:00
Thomas Tuegel
fe0ab944db
qt5: factor out common definitions and remove symlink farm
The module definitions are factored out and shared between qt56 and qt59. The
symlink farm which was created during builds is no longer needed.
2017-11-07 07:18:46 -06:00
Michael Weiss
52d6eecc24 iniparser: 4.0 -> 4.1 2017-11-07 09:18:55 +01:00
Vladimír Čunát
7ba482a74a
live555: fixup build with glibc-2.26 2017-11-07 07:27:32 +01:00
Vladimír Čunát
2d3149f4a8
icu: only patch-out xlocale if using glibc 2017-11-07 06:33:09 +01:00
Vladimír Čunát
f47e13866d
libtirpc: fix missing include after glibc-2.26 2017-11-06 20:33:58 +01:00
Vladimír Čunát
6c3bae563e
icu: fix build with glibc-2.26 2017-11-06 17:05:33 +01:00
gnidorah
b0d193f596 SDL2: wayland support 2017-11-06 16:09:03 +02:00
Vladimír Čunát
1d9a8e2289
Merge branch 'master' into staging 2017-11-06 13:24:06 +01:00
Vladimír Čunát
f245fe9c50
Merge #28622: glibc-2.26 2017-11-06 13:02:41 +01:00
Vladimír Čunát
bc90fe1fbb
Merge #30371: update misc. gnome3-related libraries 2017-11-06 13:00:15 +01:00
Peter Hoeg
1d2ecd9661 libtoxcore: 0.1.8 -> 0.1.10 2017-11-06 15:31:34 +08:00
Peter Hoeg
01a7d7038b libmsgpack: 2.0.0 -> 2.1.5 2017-11-06 15:31:34 +08:00
Peter Hoeg
ce2d9bac9f libmsgpack: house keeping 2017-11-06 15:31:34 +08:00
Peter Hoeg
9b9dacb5fe
Merge pull request #31224 from peterhoeg/u/tds
freetds: 0.91 -> 1.00.70
2017-11-06 12:28:53 +08:00
Peter Hoeg
8b0014ae5a freetds: 0.91 -> 1.00.70 2017-11-06 12:26:03 +08:00
Bas van Dijk
929d3d43e2 opencv: 3.3.0 -> 3.3.1 2017-11-05 23:54:20 +01:00
Orivej Desh
1130f1eaf6
Merge pull request #31289 from rnhmjoj/vapour
vapoursynth: R38 -> R39
2017-11-05 20:25:45 +00:00
rnhmjoj
99cf2b6eec
vapoursynth: R38 -> R39 2017-11-05 21:12:56 +01:00
Jan Tojnar
09bda3529d
libinput: enable tests
Three tests are ran, libinput-test-suite-runner is skipped because it
must be run as root.
2017-11-05 20:44:24 +01:00
Jan Tojnar
8f8de4a34b
libevdev: 1.5.6 → 1.5.7 2017-11-05 20:44:22 +01:00
Jan Tojnar
e14e705d82
telepathy_glib: cleanup 2017-11-05 20:44:20 +01:00
Jan Tojnar
e7795a6dd7
appstream-glib: clean up 2017-11-05 20:44:16 +01:00
Jan Tojnar
360f9b7706
zeitgeist: 0.9.15 → 1.0 2017-11-05 20:44:14 +01:00
Jan Tojnar
01d7bb6dc4
json_glib: 1.2.0 → 1.4.2 2017-11-05 20:44:14 +01:00
Jan Tojnar
c2bc772203
gobjectIntrospection: 1.52.1 → 1.54.1 2017-11-05 20:44:12 +01:00
Jan Tojnar
a5a8bb0a62
libwacom: 0.22 → 0.26 2017-11-05 20:44:11 +01:00
Jan Tojnar
c01fd4a3e3
libinput: 1.7.3 → 1.9.1 2017-11-05 20:44:10 +01:00
Jan Tojnar
fd115ece29
libgudev: 231 → 232 2017-11-05 20:44:09 +01:00
Jan Tojnar
55abc42a1e
glib-networking: 2.50.0 → 2.54.0 2017-11-05 20:44:08 +01:00
Jan Tojnar
a51f6474d2
libical: 1.0.1 → 2.0.0 2017-11-05 20:44:07 +01:00
John Ericson
4a3e7564b0
Merge pull request #30883 from bgamari/ben-cross-no-check
Don't run tests when cross-compiling
2017-11-05 19:32:56 +00:00
Orivej Desh
62e18a947b libgit2: delete obsolete patch 2017-11-05 18:43:30 +00:00
Orivej Desh
ce1b0c05a5 libgit2: 0.25.1 -> 0.26.0 2017-11-05 18:43:30 +00:00
Ricardo M. Correia
1aef6f40bb libgit2: fix hash
... and switch to fetchFromGitHub to avoid future hash changes.
2017-11-05 18:43:30 +00:00
Vladimír Čunát
9bb67d5c1e
glibc: 2.25-49 -> 2.26-75
Security: the NEWS claims a couple more CVEs are fixed than what we
patched, though perhaps nothing critical.

I personally don't find DNS fragmentation attacks that interesting
anymore, as it's just about weaker improvements for cases that choose
not to use DNSSEC.

Largest expected caveat: upstream bumped the minimal supportable kernel
to 3.2.0.  That's the oldest kernel still supported upstream, released
in Jan 2012, but most notably RHEL 6 and derivates still use a heavily
patched 2.6.32 kernel and those systems are still supported and in use
(production support is scheduled to last till the end of 2020!).
2017-11-05 19:10:42 +01:00
Jan Tojnar
0979856cdf appstream-glib: remove unneeded rpath wrapping 2017-11-05 19:53:48 +02:00
rnhmjoj
38dd08bc77 zimg: 2.4 -> 2.6.1 2017-11-05 17:48:20 +01:00
Jan Tojnar
716af52fe1
gstreamer: 1.10.4 → 1.12.2 2017-11-05 17:02:30 +01:00
Jan Tojnar
a443311dfc
libxkbcommon: 0.7.1 → 0.7.2 2017-11-05 17:02:29 +01:00
Jan Tojnar
846608238d
spice_gtk: 0.33 → 0.34 2017-11-05 17:02:28 +01:00
Jan Tojnar
464a113201
spice_protocol: 0.12.12 → 0.12.13 2017-11-05 17:02:28 +01:00
Jan Tojnar
d3027030ce
libgtop: 2.34.1 → 2.38.0 2017-11-05 17:02:28 +01:00
Jan Tojnar
14e518d020
librsvg: 2.40.17 → 2.40.19 2017-11-05 17:02:27 +01:00
Jan Tojnar
804af47f8a
libchamplain: 0.12.14 → 0.12.16 2017-11-05 17:02:27 +01:00
Jan Tojnar
00269f660c
gvfs: 1.30.1 → 1.34.1
Bash completions were removed upstream because gvfs is deprecated
in favour of glib’s gio .

https://bugzilla.gnome.org/show_bug.cgi?id=769378
2017-11-05 17:02:26 +01:00
Jan Tojnar
578beeb525
gusb: 0.2.9 → 0.2.11 2017-11-05 17:02:26 +01:00
Jan Tojnar
1ac2dec0f6
glibmm: 2.50.0 → 2.54.1 2017-11-05 17:02:25 +01:00
Jan Tojnar
f53657d68b
clutter_gtk: 1.8.2 → 1.8.4 2017-11-05 17:02:24 +01:00
Orivej Desh
585e9ccace
Merge pull request #30688 from bobvanderlinden/pr-vrb-init
vrb: init at 0.5.1
2017-11-05 15:58:33 +00:00
Michael Raskin
7be7698612
Merge pull request #25552 from antonxy/master
lightworks: init at 14.0.0
2017-11-05 00:01:48 +00:00
Vladimír Čunát
8ea1b79003
wxGTK-{2.9,3.0}: apply an upstream patch
Close #30909.
2017-11-04 18:28:33 +01:00
Daiderd Jordan
a9f13a4614
Merge pull request #31213 from acowley/qt5-cmake-cleanup
qt5: fix cmake cleanup on darwin
2017-11-04 16:51:56 +01:00
Tuomas Tynkkynen
61f3d46fcf Merge remote-tracking branch 'upstream/master' into staging 2017-11-04 17:47:54 +02:00
Daiderd Jordan
de62516777
Merge pull request #31174 from eqyiel/fix-lame
lame: prevent build failure from using outdated symbol list
2017-11-04 15:20:33 +01:00
Vladimír Čunát
eed6e0a946
Merge branch 'master' into staging
Lots of rebuilds from master; at least some of them due to security.
2017-11-04 10:28:00 +01:00
Anthony Cowley
66c0193e6b qt5: fix cmake cleanup on darwin
This fixes the case where the `find` command does not return any
files.
2017-11-03 19:29:52 -04:00
Orivej Desh
4ccf05b03b qtscriptgenerator: enable parallel building 2017-11-03 18:52:31 +00:00
c0bw3b
525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Ruben Maher
e82dc084d4 lame: prevent build failure from using outdated symbol list
Before this change, trying to build LAME on Darwin would throw an error:

Undefined symbols for architecture x86_64:
  "_lame_init_old", referenced from:
     -exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture x86_64
clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
2017-11-03 16:28:25 +10:30
Orivej Desh
c1de18ea23 vigra: enable parallel building
(this rebuilds libreoffice)
2017-11-03 03:07:52 +00:00
Orivej Desh
b9bbbb75fd
Merge pull request #29196 from timor/mpich2-3.2
mpich2: 1.4 -> 3.2
2017-11-02 20:59:02 +00:00
Jörg Thalheim
eb4c9055bd
Merge pull request #31143 from dtzWill/update/libdwarf-20170709
libdwarf: 20161124 -> 20170709
2017-11-02 20:49:48 +00:00
Thomas Tuegel
4866f16fba
Revert "Merge pull request #30255 from bkchr/qt_5_9_2"
This reverts commit 4cf0b6ba5d, reversing
changes made to 756b9c7d6c.

Qt 5.9.2 is reverted to Qt 5.9.1, as recommended by KDE upstream due to
https://bugreports.qt.io/browse/QTBUG-64017
2017-11-02 14:28:39 -05:00
Graham Christensen
e06dbe4f5b
openssl: fix nix patch for recent update 2017-11-02 15:16:41 -04:00
Will Dietz
eeef094dfd libdwarf: 20161124 -> 20170709 2017-11-02 13:47:12 -05:00
Graham Christensen
5e2d96deb3
openssl_1_1_0: 1.1.0f -> 1.1.0g 2017-11-02 14:44:04 -04:00
Graham Christensen
7726b46027
openssl_1_0_2: 1.0.2l -> 1.0.2m 2017-11-02 14:40:25 -04:00
Piotr Bogdan
8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
zimbatm
c34c737172
Merge pull request #31100 from zimbatm/hashcat4
Hashcat4
2017-11-02 11:23:07 +00:00
Vladimír Čunát
bb6257bd3a
Merge #31111: remove libmcs 2017-11-02 00:10:42 +01:00
c0bw3b
e2e8d59055 libmcs: 0.7.2 -> deprecated 2017-11-01 23:21:45 +01:00
Piotr Bogdan
1c42c2f418 alembic: fix build 2017-11-01 23:19:57 +01:00
Robert Helgesson
b2e6b56016
expat: 2.2.4 -> 2.2.5 2017-11-01 21:58:48 +01:00
zimbatm
b84c4206fc vaapiIntel: 1.7.3 -> 1.8.2 2017-11-01 17:29:25 +00:00
zimbatm
d4450489d2 beignet: 1.3.1 -> 1.3.2 2017-11-01 15:21:45 +00:00
Florian Klink
33cdc2b483 libtasn1: fix CVE number
Actually, this patch fixes CVE-2017-10790, not CVE-2017-9310 (Qemu: net: infinite loop in e1000e NIC emulation)
2017-11-01 14:14:32 +01:00
Vladimír Čunát
447802a683
Merge branch 'master' into staging 2017-10-31 23:47:34 +01:00
Orivej Desh
4b49e21f86
Merge pull request #31051 from andir/websocket++-0.7.0
websocket++: 0.4.0 -> 0.7.0
2017-10-31 21:58:17 +00:00
Michael Weiss
252da8a66e wlroots: init at 2017-10-31
In preparation for Sway 1.0 which will use wlroots instead of wlc.
2017-10-31 22:39:54 +01:00
Andreas Rammhold
eb725c373b
websocket++: 0.4.0 -> 0.7.0 2017-10-31 19:31:35 +01:00
Tim Steinbach
2a04d427d9
Merge pull request #30937 from NeQuissimus/lame_3_100
lame: 3.99.5 -> 3.100
2017-10-31 07:04:26 -04:00
Anthony Cowley
0744e0d829 ffmpeg-full: fix on darwin 2017-10-31 09:01:02 +01:00
Peter Hoeg
f8cbc642cd
Merge pull request #30568 from kquick/theft
theft: init at 0.4.3
2017-10-31 15:15:17 +08:00
Vladimír Čunát
25515ce928
libav_11: security 11.10 -> 11.11
Fixes CVE-2017-7862.
2017-10-31 00:12:38 +01:00
Vladimír Čunát
ba7f3c9daf
Merge #30990: libarchive: apply security patches
... for CVE-2017-14166 and CVE-2017-14502
2017-10-30 22:56:54 +01:00
Vladimír Čunát
949db2587a
Merge #30927: sqlite: 3.20.1 -> 3.21.0
Includes a fix for CVE-2017-15286.
2017-10-30 22:54:25 +01:00
Vladimír Čunát
41267f612f
mesa: maintenance 17.2.2 -> 17.2.4 2017-10-30 22:35:54 +01:00
Vladimír Čunát
62ef08bc38
Merge #30963: pcre: security 8.40 -> 8.41 2017-10-30 22:30:27 +01:00
adisbladis
d76572fa89
libarchive: Fixes for CVE-2017-14166 and CVE-2017-14502 2017-10-31 02:17:02 +08:00
Tim Steinbach
5d41dda02d
cyrus_sasl: Fix CVE-2013-4122 2017-10-30 13:18:52 -04:00
Samuel Leathers
119ebee6a4 pcre: 8.40 -> 8.41 (fixes multiple CVEs) 2017-10-30 14:42:35 +01:00
Tim Steinbach
a626aa17b0
lame: 3.99.5 -> 3.100 2017-10-29 15:42:21 -04:00
Frederik Rietdijk
d0d0308876 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-29 14:08:20 +01:00
mimadrid
51ade421c4
sqlite: 3.20.1 -> 3.21.0 2017-10-29 12:47:12 +01:00
Evan Wallace
49e66285b2 tbb: clang support
Added compiler and stdver parameters, to support non-gcc compilers, and enable
perfect exception forwarding (std::exception_ptr) on platforms where C++11 is not enabled by default
2017-10-29 05:21:30 +00:00
Nikolay Amiantov
c9ac187c3c tbb: 4.4-u2 -> 2018_U1, merge with libtbb
Remove libtbb derivation as a duplicate.
2017-10-29 01:51:11 +03:00
Tuomas Tynkkynen
90e8e0b782 geoclue: Split into multiple outputs 2017-10-29 01:28:04 +03:00
Tuomas Tynkkynen
e514447063 geoclue2: Split into multiple outputs 2017-10-29 01:28:04 +03:00
Tuomas Tynkkynen
8ac360ed95 libid3tag: Split into multiple outputs 2017-10-29 01:28:04 +03:00
Nikolay Amiantov
77046bed8a cudnn7: 7.0 -> 7.0.3 2017-10-28 17:39:59 +03:00
Herwig Hochleitner
59b35013bc imlib2: enable libid3tag support 2017-10-28 14:51:58 +02:00
Herwig Hochleitner
0d6822be2b Revert "webkitgtk: 2.16.6 -> 2.18.2"
This already went to staging, sorry

This reverts commit 288740ad69.
2017-10-28 13:53:19 +02:00
Tuomas Tynkkynen
43e020ac2f giblib: Split into multiple outputs
Or it propagates imlib2.dev.
2017-10-28 14:44:23 +03:00
Herwig Hochleitner
288740ad69 webkitgtk: 2.16.6 -> 2.18.2
remove references to 216x

CVE-2017-7087
CVE-2017-7089
CVE-2017-7090
CVE-2017-7091
CVE-2017-7092
CVE-2017-7093
CVE-2017-7095
CVE-2017-7096
CVE-2017-7098
CVE-2017-7100
CVE-2017-7102
CVE-2017-7104
CVE-2017-7107
CVE-2017-7109
CVE-2017-7111
CVE-2017-7117
CVE-2017-7120

closes #29796
2017-10-28 13:37:08 +02:00
David Izquierdo
abf222ad38 libtbb: init at 2018_U1 2017-10-28 12:32:53 +03:00
mimadrid
19828e85b1
appstream: fix homepage url 2017-10-28 11:15:45 +02:00
Peter Hoeg
405f905ff8
Merge pull request #30573 from peterhoeg/u/kf5
kde-frameworks: 5.38 -> 5.39
2017-10-28 17:15:28 +08:00
Ben Gamari
0c0834f018 libjpeg-turbo: Don't run testsuite when cross-compiling 2017-10-27 20:41:52 -04:00
Ben Gamari
765fbe8f10 libtiff: Don't run testsuite when cross-compiling 2017-10-27 20:41:44 -04:00
Ben Gamari
3ed6239d6b gnutls: Don't run tests when cross-compiling 2017-10-27 20:32:25 -04:00
Ben Gamari
de347ad65f lzo: Don't run tests when cross-compiling 2017-10-27 20:32:25 -04:00
Ben Gamari
09ce1ebd8f libxml2: Don't run tests when cross-compiling 2017-10-27 20:32:25 -04:00
Ben Gamari
99932a894f gdbm: Don't run tests when cross-compiling 2017-10-27 20:32:24 -04:00
Ben Gamari
6b1a2b3089 boehm-gc: Don't run tests when cross-compiling 2017-10-27 20:32:24 -04:00
Ben Gamari
97c1211f95 libidn: Don't run tests when cross-compiling 2017-10-27 20:32:24 -04:00
Ben Gamari
bba7c214ff libunistring: Don't run tests when cross-compiling 2017-10-27 20:32:24 -04:00
Ben Gamari
f8ce957263 expat: Don't run tests when cross-compiling 2017-10-27 20:32:24 -04:00
Frederik Rietdijk
8634a2e2c5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-27 21:35:58 +02:00
Franz Pletz
bea3425568
SDL2_image: 2.0.1 -> 2.0.2 2017-10-27 11:58:50 +02:00
Franz Pletz
5feccdc088
SDL2_mixer: 2.0.1 -> 2.0.2 2017-10-27 11:58:50 +02:00
Franz Pletz
4c26199ad7
SDL2: 2.0.5 -> 2.0.7 for CVE-2017-2888 2017-10-27 11:58:50 +02:00
Kevin Quick
5e21db46df
Fixed whitespace. 2017-10-25 16:15:44 -07:00
gnidorah
c7285c3342 wlc: cleanup 2017-10-25 19:29:43 +03:00
Dmitry Kalinkin
8b56d8e621 Revert "vc: Broken on i686"
Not broken

This reverts commit c58c1f3b50.
2017-10-25 00:40:31 +03:00
Tuomas Tynkkynen
fd29f6685f qt5, plasma-5: Make 'bin' output the first one
Stay consistent with other multiple output packages.
2017-10-24 23:48:49 +03:00
Vladimír Čunát
dc240d2069
Merge #30729: freeimage: apply security patches 2017-10-24 21:34:41 +02:00
Vladimír Čunát
1e32c3ee35
freeimage: fetchpatch -> fetchurl
These aren't generated patches, so there's no benefit in fetchpatch.
/cc #30729.
2017-10-24 21:32:40 +02:00
mimadrid
b5a0015004 sqlite3_analyzer: 3.20.0 -> 3.20.1 2017-10-24 18:20:20 +02:00
mimadrid
0967f0e858 sqlite: 3.20.0 -> 3.20.1 2017-10-24 18:12:35 +02:00
Franz Pletz
5621b77a33
Merge branch 'master' into staging 2017-10-24 14:47:43 +02:00
Franz Pletz
d72ae07c24
botan: 1.10.15 -> 1.10.17 for CVE-2017-14737 2017-10-24 14:21:07 +02:00
Franz Pletz
acc8d160f0
botan2: 2.0.1 -> 2.3.0 for CVE-2017-14737 2017-10-24 14:21:07 +02:00
Franz Pletz
2f50385352
botanUnstable: remove, unused 2017-10-24 14:21:07 +02:00
Franz Pletz
a203fd2a57
SDL_image: add patch to fix CVE-2017-2887 2017-10-24 14:21:06 +02:00
Franz Pletz
17a069276f
libvirt: 3.6.0 -> 3.8.0 2017-10-24 14:21:06 +02:00
Franz Pletz
826258889e
webkitgtk217x: remove, unused 2017-10-24 14:21:04 +02:00
Franz Pletz
aebae6c208
webkitgtk: 2.16.6 -> 2.18.1 for multiple CVEs
See https://webkitgtk.org/security/WSA-2017-0008.html
2017-10-24 13:20:38 +02:00
Franz Pletz
f269f31985
lame: 3.99.5 -> 3.100 for multiple CVEs
Fixes CVE-2017-9410, CVE-2017-9411, CVE-2017-9412.
2017-10-24 13:20:38 +02:00
Franz Pletz
5072f4792e
db{48,53,60,62}: add patch to fix CVE-2017-10140 2017-10-24 13:20:37 +02:00
Bas van Dijk
4663bfa40e opencv: 3.2.0 -> 3.3.0
Release notes: https://opencv.org/opencv-3-3.html

The contrib module cnn_3dobj is disabled because it fails to build.

The contrib module dnn_modern is disabled because it causes:
https://github.com/opencv/opencv_contrib/issues/823
2017-10-24 12:56:39 +02:00
Cray Elliott
5ddea062e2 ffmpeg: 3.3.4 -> 3.4
ffmpeg_3 bumped to 3.4, and 3.3.4 removed from the tree
2017-10-23 23:23:23 -07:00
Pascal Wittmann
4c81e9a926
libfilezilla: 0.10.1 -> 0.11.0 2017-10-23 20:57:02 +02:00
Piotr Bogdan
a3dde9d13d freeimage: fix CVE-2015-0852 & CVE-2016-5684 2017-10-23 16:13:49 +01:00
Peter Hoeg
cf90441dea ktexteditor: fix indenters 2017-10-23 22:49:51 +08:00
Peter Hoeg
6aeaadfb8a kwindowsystem: add missing dependencies 2017-10-23 22:49:36 +08:00
Peter Hoeg
c62686fb43 kde-frameworks: 5.38 -> 5.39 2017-10-23 22:49:31 +08:00
Tuomas Tynkkynen
acf1ae02dc libx86: Supports only x86
In theory it builds for 32-bit ARM but the result probably doesn't
work in a meaningful manner...
2017-10-23 16:37:22 +03:00
Frederik Rietdijk
891c3721ed Merge pull request #30234 from deedrah/aspell-data-dirs-from-nix-profiles
aspell: added new patch data-dirs-from-nix-profiles.patch
2017-10-23 07:47:11 +02:00
Rostislav Beneš
ba4cefe4ae aspell: added new patch data-dirs-from-nix-profiles.patch
Aspell will search for dictionaries in all nix profiles even when used as library.
Setting data-dir or dict-dir in ASPELL_CONF will disable this behavior.
2017-10-22 21:01:40 +02:00
Tuomas Tynkkynen
ac2acca7d9 Merge remote-tracking branch 'upstream/staging' into master 2017-10-22 18:16:17 +03:00
Michael Weiss
d61a58caea iniparser: 3.1 -> 4.0 2017-10-22 17:02:35 +02:00
Bob van der Linden
380bb673d4 vrb: init at 0.5.1 2017-10-22 16:06:34 +02:00
Pascal Wittmann
3c32c4151d
unibilium: 1.2.0 -> 1.2.1 2017-10-22 11:36:04 +02:00
Tuomas Tynkkynen
d0631d4445 libbsd: 0.8.5 -> 0.8.6 2017-10-22 01:40:58 +03:00
Tuomas Tynkkynen
ff91863745 gnu-efi: 3.0.5 -> 3.0.6 2017-10-22 01:40:58 +03:00
Guillaume Bouchard
e458c44c2b szip: 2.1 -> 2.1.1
Version bump because version 2.1 is now unavailable on the official
source, replaced by version 2.1.1.
2017-10-22 00:34:24 +02:00
Hamish Mackenzie
8870d1a67d r-modules: Fix a number of popular R packages
The R V8 package still depends on V8 3.14 so this is also included.
2017-10-21 11:29:21 +01:00
Vladimír Čunát
c3263fcaa1
wt: put version into name, cleanup whitespace
The style is now closer to what's usual in nixpkgs.
2017-10-20 18:17:33 +02:00
Joachim F
dd60a064a9 Merge pull request #30597 from veprbl/root_6.10.08
root: 6.10.04 -> 6.10.08
2017-10-20 13:48:39 +00:00
Dmitry Kalinkin
4d85689cf3
xxHash: init at 0.6.3.20171018 2017-10-20 00:59:15 -04:00
Daiderd Jordan
215f2cac80 Merge pull request #30404 from j-hao/master
qt5: fix Darwin build for 5.9.2
2017-10-19 23:41:44 +02:00
Kevin Quick
6bfa45997b
Remove trailing period from description per contribution guidelines. 2017-10-19 10:01:48 -07:00
Kevin Quick
bb47bea024
Enable checks and remove unnecessary lines. 2017-10-19 10:00:44 -07:00
Jörg Thalheim
e09f070951 Merge pull request #30493 from disassembler/sway
sway: 0.13.0 -> 0.14.0
2017-10-19 16:28:12 +01:00
Nikolay Amiantov
38b94d1f1f wt: 3.3.6 -> 4.0.0
Fix build with new Boost.
2017-10-19 17:14:20 +03:00
Frederik Rietdijk
d854b3df2c Merge pull request #30503 from guibou/guibou_vfx_pkgs
Many packages used in computer animation industry
2017-10-19 15:38:56 +02:00
Thomas Tuegel
f7de0da188
Merge branch 'pull/30305'
plasma5: 5.10.5 -> 5.11.1
sddm: 0.15.0 -> 0.16.0
2017-10-19 07:18:36 -05:00
Thomas Tuegel
0cc2171910
grantlee5: Fix debug build 2017-10-19 06:52:56 -05:00
Nikolay Amiantov
59f51eba29 opencv3: use older cudatoolkit 2017-10-19 12:47:56 +03:00
Nikolay Amiantov
b317d7cfd4 opensubdiv: 3.2.0 -> 3.3.0
Fix build with new CUDA toolkit.
2017-10-19 12:47:56 +03:00
Nikolay Amiantov
50a223b144 clblas: 20160505 -> 2.12 2017-10-19 12:47:30 +03:00
Nikolay Amiantov
378bfba023 treewide: use default compiler for cuda 2017-10-19 12:47:30 +03:00
Nikolay Amiantov
6309e5fa01 cudnn: refactor to use shared derivation
Also return 8.0-6.0 version for TensorFlow.
2017-10-19 12:47:30 +03:00
Nikolay Amiantov
ce9059a120 cudnn_cudatoolkit9: init at 7.0
Make it the default.
2017-10-19 12:47:30 +03:00
Nikolay Amiantov
0bc4216bf0 Merge branch 'staging' 2017-10-19 12:46:38 +03:00
Kevin Quick
6015fdc76a
theft: add new theft development library package 2017-10-18 23:23:09 -07:00
Bastian Köcher
7132cbd598
qt5: Disable gold linker on Linux as it generates duplicate symbols
Signed-off-by: adisbladis <adis@blad.is>
2017-10-19 11:09:25 +08:00
adisbladis
84847258bb
plasma: 5.10.5 -> 5.11.1 2017-10-19 11:09:22 +08:00
aszlig
a8989e6bb0
libqtav: unstable-2017-03-30 -> 1.12.0
This was actually already mentioned in the comment above version:

  Awaiting upcoming `v1.12.0` release. `v1.11.0` is not supporting
  cmake which is the the reason behind taking an unstable git rev.

So version 1.12.0 has been released in the meantime and it's also needed
by the latest version of digiKam, which is the only package in nixpkgs
that depends on libqtav.

As we're going to bump digiKam, I think bumping this is safe as in the
worst case we can only make things broken which are already broken
(digiKam currently doesn't build).

The fixes for the CMakeLists.txt are now also no longer needed, so we
can safely drop them as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @jraygauthier
2017-10-19 04:07:30 +02:00
John Ericson
ee9c59c5b3 Merge remote-tracking branch 'channels/nixpkgs-unstable' into staging 2017-10-18 14:53:30 -04:00
Guillaume Bouchard
41b06c1519 openvdb: init at 4.0.2 2017-10-18 11:57:10 +02:00
Guillaume Bouchard
afc6a8a259 openexrid-unstable: init at 2017-09-17 2017-10-18 11:57:10 +02:00
Guillaume Bouchard
d99e00c9d8 openfx: init at 1.4 2017-10-18 11:57:10 +02:00
Guillaume Bouchard
3cbecaadc2 partio: init at 1.1.0 2017-10-18 11:57:10 +02:00
Guillaume Bouchard
db6e674bc8 alembic: init at 1.7.4 2017-10-18 11:57:09 +02:00
Guillaume Bouchard
7f83bf4261 ptex: init at 2.1.28 2017-10-18 11:57:09 +02:00
Nikolay Amiantov
8f43c56755 libtorrentRasterbar: 1.1.4 -> 1.1.5
Fixes build with new Boost. Also add corresponding patch to
libtorrentRasterbar_1_0.
2017-10-18 03:15:23 +03:00
Jörg Thalheim
05dc430222 Merge pull request #30515 from guibou/guibou_fix_opensubdiv
opensubdiv: fix glew paths
2017-10-17 21:42:30 +01:00
Jörg Thalheim
58843e67c1 Merge pull request #30489 from berdario/db-license
BerkeleyDB 5.3 is under the Sleepycat license, not AGPL
2017-10-17 21:09:54 +01:00
Guillaume Bouchard
2348c6ce56 opensubdiv: fix glew paths
Include and lib are not in ${glew} but in ${glew.dev}.

This changes what is found by the cmake of opensubdiv and some features
are now enabled, such as OpenGL 4.2 support.
2017-10-17 17:13:23 +02:00
Jun Hao
c800d574bf qt5: fix Darwin build for 5.9.2 2017-10-17 13:18:33 +08:00
Samuel Leathers
1101eebefd wlc: 0.0.9 -> 0.0.10 2017-10-16 21:50:06 -04:00
Nikolay Amiantov
35ad024fa4 Merge pull request #29814 from abbradar/new-boost
Update Boost to 1.65 and make it default
2017-10-17 03:40:58 +03:00
Nikolay Amiantov
b1e499788c boost: add numpy support
Not built by default.

Also add enablePython flag (enabled by default) and cleanup a bit.
2017-10-17 03:40:11 +03:00
Nikolay Amiantov
c6c67c46bf Merge branch 'master' into HEAD 2017-10-17 03:39:54 +03:00
Nikolay Amiantov
23ea2e931f boost165: init at 1.65.1 2017-10-17 03:39:50 +03:00
Dario Bertini
5850b243ea
BerkeleyDB 5.3 is under the Sleepycat license, not AGPL 2017-10-17 00:01:18 +01:00
Vladimír Čunát
3d1dee3692
Merge branch 'master' into staging
Thousands of rebuilds from master.
2017-10-16 20:12:06 +02:00
Vladimír Čunát
e1e7251339
libdrm: 2.4.83 -> 2.4.84 2017-10-16 20:05:12 +02:00
Vladimír Čunát
88b853eb80
Revert "libinput: 1.7.3 -> 1.8.3"
This reverts commit 12f460e9e6.
It doesn't build.  Discuss at #29784.
2017-10-16 11:55:40 +02:00
Nikolay Amiantov
7bf191337e opencv: use BLAS and eigen by default
Gives a performance boost.
2017-10-16 03:39:35 +03:00
Yegor Timoshenko
12f460e9e6 libinput: 1.7.3 -> 1.8.3
fixes #29784
2017-10-15 12:14:02 -05:00
Vladimír Čunát
26db832fee
qt56.qtwebkit: fix with icu-59 by upstream patch
The patch is from qtwebkit-5.9.1, but it's fairly simple and seems to
work here as well.
2017-10-15 15:16:53 +02:00
Vladimír Čunát
3ee33f35f8
Merge branch 'staging'
Contains security fixes in X server and X libs.
On Hydra, the amount to rebuild on master is now higher than on staging;
the comparison looks OK.
2017-10-15 13:59:18 +02:00
Vladimír Čunát
3932a91776
mapnik: fix build with new icu via upstream patch 2017-10-15 11:57:52 +02:00
Michael Raskin
cceae9a56e Merge pull request #30420 from mimadrid/update/rofi-1.4.1
rofi: 1.3.1 -> 1.4.1
2017-10-15 00:28:38 +02:00
mimadrid
30db0a66f4
check: 0.10.0 -> 0.11.0 2017-10-14 22:05:14 +02:00
vbgl
fcfeda5544 Merge pull request #30206 from romildo/upd.mkvtoolnix
mkvtoolnix: 15.0.0 -> 16.0.0;  libmatroska: 1.4.7 -> 1.4.8
2017-10-14 21:48:44 +02:00
Vladimír Čunát
6525c22ef1
Merge branch 'master' into staging
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
Lancelot SIX
4ea954477f Merge pull request #30321 from RemiDesgrange/add-postgis-2.4.0
Add postgis 2.4.0
2017-10-14 10:13:53 +02:00
Peter Hoeg
56db212f21 Revert "freetds: 0.91 -> 1.00.62"
This reverts commit 3ba45dd220.
2017-10-14 14:42:48 +08:00
Peter Hoeg
3ba45dd220 freetds: 0.91 -> 1.00.62 2017-10-14 14:38:04 +08:00
Peter Hoeg
2fdfefa2da Merge pull request #30342 from acowley/pcl-qt5
pcl: qt4 -> qt5; 1.8.0 -> 1.8.1
2017-10-14 14:00:42 +08:00
Jörg Thalheim
d7030f7576 Merge pull request #30167 from gnidorah/kmsxx
kmsxx and pykms: init at 2017-10-03
2017-10-13 20:58:44 +01:00
Jörg Thalheim
662e96144a Merge pull request #30328 from joncojonathan/update-babl0_1_34
babl: 1.2.8 -> 1.3.4
2017-10-13 20:18:10 +01:00
Rémi Desgrange
8dcaa5b313 postgis: add v2.4.0
Add postgis 2.4.0

doesn't remove v2.3.1. There are some big change in 2.4 that people may
don't want. see https://postgis.net/docs/release_notes.html#idm41021

fix test call

modify following recommandation of lsix
2017-10-13 09:45:25 +02:00
Anthony Cowley
b2c1020a68 pcl: qt4 -> qt5; 1.8.0 -> 1.8.1 2017-10-13 00:59:50 -04:00
Peter Hoeg
f2e7019346 Merge pull request #30340 from peterhoeg/p/cryfs
cryfs: init at 0.9.7 and minor updates to dependencies (scrypt and spdlog)
2017-10-13 11:04:27 +08:00
gnidorah
9087f56b32 ksmxx: 2017-10-03 -> 2017-10-10 2017-10-12 18:01:37 +03:00
gnidorah
cf4a2bb111 kmsxx, pykms: suggestions by @FRidh 2017-10-12 17:59:12 +03:00
gnidorah
86ebd2e684 kmsxx and pykms: init at 2017-10-03 2017-10-12 17:59:12 +03:00
Thomas Tuegel
4cf0b6ba5d Merge pull request #30255 from bkchr/qt_5_9_2
qt5: 5.9.1 -> 5.9.2
2017-10-12 09:08:59 -05:00
Peter Hoeg
0381d60e71 spdlog: build on hydra to make life easier for everyone 2017-10-12 12:40:35 +08:00
Peter Hoeg
d256057b2c spdlog: 0.13.0 -> 0.14.0 2017-10-12 12:40:12 +08:00
Thomas Tuegel
d9aa539340
Merge branch 'phonon-backend-qt5' 2017-10-11 18:35:08 -05:00
Thomas Tuegel
bf37ecac6a
phonon: set paths for multiple outputs
phonon was not set up for multiple outputs; in fact, some of the single-output
paths were incorrect, such as the path to install Qt 5 plugins.
2017-10-11 18:28:07 -05:00
Daiderd Jordan
5e8bd5da38 Merge pull request #30238 from lukeadams/qt4-darwin-fix-master
qt4: Fix Darwin build
2017-10-11 21:45:14 +02:00
joncojonathan
ed09240fcc babl: 1.2.8 -> 1.3.4
Motivation for change: GIMP 2.9.6 requires at least BABL v1.3.0
2017-10-11 20:22:30 +01:00
Daiderd Jordan
0d8c6f4022 Merge pull request #29812 from j-hao/master
qt59.qtbase: fix darwin build so qtdeclarative can build
2017-10-11 21:01:44 +02:00
Jörg Thalheim
48f0389bf8 Merge pull request #30314 from ArdaXi/geoclue-fixes
geoclue2: 2.4.3 -> 2.4.7 and add wrapGAppsHook
2017-10-11 17:04:17 +01:00
Arda Xi
e1b74291bd geoclue2: Add glib_networking and wrapGAppsHook
geoclue2 without GNOME requires glib_networking in order to make HTTPS
connections to location providers. Additionally, geoclue2 crashes if an
NMEA provider is found on the network without GSettings support.

Also moved intltool to nativeBuildInputs as per good practices.
2017-10-11 15:43:35 +02:00
Arda Xi
4f6ce0d077 geoclue2: 2.4.3 -> 2.4.7 2017-10-11 13:54:21 +02:00
Jörg Thalheim
3a21ed52d2 Merge pull request #30309 from dywedir/mediainfo
libmediainfo, mediainfo, mediainfo-gui: 0.7.97 -> 0.7.99
2017-10-11 12:11:25 +01:00
Franz Pletz
28407fad65 Merge pull request #29726 from stesie/v8
V8 6.2.414.15
2017-10-11 12:21:18 +02:00
dywedir
ad5a67cf16 libmediainfo, mediainfo, mediainfo-gui: 0.7.97 -> 0.7.99 2017-10-11 11:13:00 +03:00
Jun Hao
9dd335e2bb qt59.qtbase: fix darwin build so qt full can build 2017-10-11 14:38:49 +08:00
Jörg Thalheim
2197ad045c Merge pull request #30256 from acowley/easyloggingpp-init
easyloggingpp: init at 9.95.0
2017-10-11 00:27:07 +01:00
Luke Adams
0aa6d90845 qt4: Override broken installPhase on Darwin 2017-10-10 17:08:34 -05:00
Vladimír Čunát
e9a1663f8c
mesa: don't build "svga" gallium driver on ARM
https://bugs.freedesktop.org/show_bug.cgi?id=102232#c1
Don't cause a rebuild on non-ARM.
2017-10-10 20:34:38 +02:00
Vladimír Čunát
7a946f0ae6
libav_12: maintenance 12.1 -> 12.2 2017-10-10 18:18:45 +02:00
Gabriel Ebner
79ae9be220 libqalculate, qalculate-gtk: 2.0.0 -> 2.1.0 2017-10-10 13:28:38 +02:00
James Cook
d9a03761de Merge pull request #30233 from falsifian/libgnurl_configure
libgnurl: Use recommended configure flags.
2017-10-10 02:56:48 +00:00
James Cook
44e3607ccf libgnurl: Use recommended configure flags.
See https://github.com/NixOS/nixpkgs/issues/30219#issue-263714526
2017-10-10 02:24:47 +00:00
Anthony Cowley
f5c129d707 easyloggingpp: init at 9.95.0 2017-10-09 21:16:46 -04:00
Stefan Siegl
8ca237e698
v8_3_24_10: remove 2017-10-09 23:40:12 +02:00
Stefan Siegl
e9609f25b3
v8_6_x: 6.2.414.15 -> 6.2.414.27 2017-10-09 21:31:16 +02:00
Robin Gloster
f2ce15be9d
Revert "xmlsec: fix build (re: nss update)"
This reverts commit d66a3404a6.
2017-10-09 20:51:30 +02:00
Robin Gloster
1fbf00f0ae
Revert "qt59.qtwebengine: fix build (re: nss update)"
This reverts commit 8a928f3916.
2017-10-09 20:50:38 +02:00
Robin Gloster
6dc6cb1d18
Revert "liboauth: fix for new nss header layout"
This reverts commit 4bba6650a6.
2017-10-09 20:49:36 +02:00
Robin Gloster
034c168aa2
nss: fix includedir for pkgconfig 2017-10-09 20:49:36 +02:00
Bastian Köcher
c8bac00921 qt5: 5.9.1 -> 5.9.2 2017-10-09 19:38:38 +02:00
Robin Gloster
4bba6650a6
liboauth: fix for new nss header layout 2017-10-09 19:24:20 +02:00
Michael Raskin
8a928f3916 qt59.qtwebengine: fix build (re: nss update) 2017-10-09 18:15:30 +02:00
Vladimír Čunát
994036d857
Merge branch 'master' into staging
Hydra: ?compare=1400181
2017-10-09 11:24:35 +02:00
Michael Raskin
d66a3404a6 xmlsec: fix build (re: nss update) 2017-10-08 23:31:01 +02:00
Vladimír Čunát
4b66f2f753
dbus: 1.10.22 -> 1.10.24 2017-10-08 18:24:13 +02:00
Vladimír Čunát
15a12f7edb
gkt3: maintenance 3.22.21 -> 3.22.24 2017-10-08 18:24:12 +02:00
Vladimír Čunát
714a168052
glib: maintenance 2.54.0 -> 2.54.1 2017-10-08 18:24:12 +02:00
Vladimír Čunát
6162149532
libpng: 1.6.31 -> 1.6.34 2017-10-08 18:24:12 +02:00
Vladimír Čunát
63a06627b8
libuv: 1.14.1 -> 1.15.0 2017-10-08 18:24:11 +02:00
Vladimír Čunát
8687e7b6e0
Merge #30162: libdrm: install test programs 2017-10-08 18:23:07 +02:00
Vladimír Čunát
0df6a8fbe3
Merge #30196: mesa: 17.1.10 -> 17.2.2 2017-10-08 18:22:49 +02:00
Jörg Thalheim
16a43e4587 Merge pull request #30217 from gnidorah/hotpatch
hotpatch: init at 0.2
2017-10-08 12:01:59 +01:00
Frederik Rietdijk
4003e775f4 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-08 08:36:35 +02:00
gnidorah
977c8e673c hotpatch: init at 0.2 2017-10-08 09:03:54 +03:00
Jörg Thalheim
da55ff260c Merge pull request #30199 from fread2281/ffmpeg-jpeg
ffmpegthumbnailer: build with jpeg support
2017-10-08 00:12:03 +01:00
Jan Tojnar
2cc8173c74
drumstick: Rely on XML_CATALOG_FILES variable 2017-10-07 23:39:16 +02:00
José Romildo Malaquias
4e36cce39b libmatroska: 1.4.7 -> 1.4.8 2017-10-07 18:12:00 -03:00
Carter Charbonneau
bd387654f5 ffmpegthumbnailer: build with jpeg support 2017-10-07 12:56:18 -06:00
Vladimír Čunát
84952fc292
Merge #30143: firefox-*: critical security updates 2017-10-07 17:44:45 +02:00
Gabriel Ebner
e16d95b686 mesa: 17.1.10 -> 17.2.2 2017-10-07 15:54:51 +02:00
Jörg Thalheim
2a4affd5e0 Merge pull request #30120 from nico202/master
ntk: 2017-04-22 -> 1.3.1000
2017-10-07 13:20:19 +01:00
Vladimír Čunát
ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Franz Pletz
4fdd225002
twolame: fix evaluation, platforms list must be flattened 2017-10-07 04:48:29 +02:00
gnidorah
0071b61a74 libdrm: enable tests 2017-10-06 20:51:14 +03:00
taku0
821e3c294f icu: make 58.2 coexists with 59.1 2017-10-06 23:28:28 +09:00
gnidorah
3aeccdebb4 libx86: fix illegal instruction error 2017-10-05 22:11:34 +03:00
Orivej Desh
bb11cae353 Merge pull request #29068 from zraexy/calligra
calligra: 2.9.11 -> 3.0.1
2017-10-05 14:48:25 +00:00
Nicolò Balzarotti
0c2b37a75d ntk: 2017-04-22 -> 1.3.1000 2017-10-05 11:42:32 +02:00
Orivej Desh
81025f9ef7 Merge pull request #30095 from dupgit/patch-1
jansson-2.9 -> jansson-2.10
2017-10-05 07:48:34 +00:00
Orivej Desh
66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
Will Dietz
6fe67d3124 libxdg-basedir: 1.0.2 -> 1.2.0
minor fixes:
* upstream patch for overflow bug
* license is MIT, at least it is now
2017-10-04 18:40:15 -05:00
dupgit
9ed21ec54b jansson-2.9 -> jansson-2.10
version bump
2017-10-04 22:21:54 +02:00
taku0
a9d2c56df2 icu4c: 58.2 -> 59.1 2017-10-04 21:12:12 +09:00
taku0
6e2744ab0f nss: 3.31 -> 3.32.1 2017-10-04 21:12:12 +09:00
taku0
5ae175744a nspr: 4.15 -> 4.16 2017-10-04 21:12:12 +09:00
Orivej Desh
fd8bc05c1d amrwb: 7.1.0.3 -> 11.0.0.0 2017-10-04 10:54:47 +00:00
Orivej Desh
f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
mingchuan
d6b8ac6ca8 maintainers.nix: use my GitHub handle as maintainer name 2017-10-03 14:27:10 +00:00
mingchuan
7a23eff831 librime: init at 1.2.9 2017-10-03 14:27:09 +00:00
mingchuan
2ab2b885c5 marisa: init at 0.2.4 2017-10-03 14:27:09 +00:00
Joachim Fasting
378811fe2d
libsodium: 1.0.13 -> 1.0.15 2017-10-03 02:42:49 +02:00
Daiderd Jordan
6c189c9e28
oniguruma: fix darwin install_name 2017-10-03 00:18:30 +02:00
Franz Pletz
1ff1c6ac4a
libidn2: 2.0.3 -> 2.0.4 for multiple CVEs
Fixes CVE-2017-14061, CVE-2017-14062.
2017-10-02 18:58:53 +02:00
Franz Pletz
7ec039bb2b
libubox: init at 2017-09-29 2017-10-02 17:06:22 +02:00
Orivej Desh
f72e323388 Merge pull request #29818 from unaizalakain/update-agda-stdlib
AgdaStdlib: 0.13 -> 0.14
2017-10-02 12:57:58 +00:00
Orivej Desh
047c576353 Merge pull request #29963 from mimadrid/update/samtools-1.6.0
samtools: 1.5.0 -> 1.6.0
2017-10-02 01:07:11 +00:00
Orivej Desh
fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Vladimír Čunát
598800d5b1
Merge #29984: librsvg: fix thumbnailer path 2017-10-01 16:55:28 +02:00
Jan Tojnar
dd200f8197
librsvg: fix thumbnailer path
librsvg hooks itself into gdk-pixbuf and then uses gdk-pixbuf-thumbnailer
as the thumbnailer, extending its supported MIME type list.

Unfortunately, librsvg assumes the thumbnailer will be located in the same
bindir as librsvg binaries would, which is not true on Nix-powered systems.

This commit corrects the bindir path of the thumbnailer to the gdk_pixbuf
derivation.
2017-10-01 15:16:38 +02:00
Orivej Desh
f1b54fb2e8 Merge pull request #29914 from AndersonTorres/upload/twolame
twolame: init at 2017-09-27
2017-10-01 08:00:59 +00:00
Orivej Desh
0acf94bb9f htslib: fix up 2017-10-01 07:12:52 +00:00
Evan Wallace
0bf5a55a8b sfml: 2.4.1 -> 2.4.2 2017-10-01 05:16:16 +00:00
AndersonTorres
6024b7abe8 twolame: init at 2017-09-27 2017-09-30 18:57:28 -03:00
Robin Gloster
40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
mimadrid
25b17ae1d7
htslib: 1.5.0 -> 1.6.0 2017-09-30 22:14:49 +02:00
Kranium Gikos Mendoza
09c2e243b4 leatherman: 1.0.0 -> 1.3.0 2017-09-29 10:04:23 +00:00
Kranium Gikos Mendoza
c9be5ced8f cpp-hocon: 0.1.5 -> 0.1.6 2017-09-29 10:04:23 +00:00
Kranium Gikos Mendoza
864f9a8df5 libwhereami: init at 0.1.1 2017-09-29 10:04:23 +00:00
Gabriel Ebner
eee86b1ba5 libmbim: 1.14.0 -> 1.14.2 2017-09-29 08:34:55 +02:00
Daiderd Jordan
6cdcdb14c9 Merge pull request #29848 from volth/patch-64
libmicrohttpd: fix darwin build
2017-09-28 21:10:48 +02:00
berdario
d84d8af862 Rhino: enable on Darwin (#29824)
rhino: enable on darwin
2017-09-28 20:49:34 +02:00
Franz Pletz
dffd77b037
flightgear: 2016.4.4 -> 2017.3.1 for CVE-2017-13709 2017-09-28 19:12:49 +02:00