Graham Christensen
3e617930e5
Merge branch 'staging'
2016-12-03 13:36:32 -05:00
Thomas Tuegel
7b05efb90d
qt5: factor out common makeQtWrapper setup hook
2016-12-03 09:57:17 -06:00
Thomas Tuegel
2c4995c013
qt5: factor out common qmake setup hook
2016-12-03 09:55:39 -06:00
Thomas Tuegel
53a694e096
qt5: factor out common qtSubmodule setup hook
2016-12-03 09:53:18 -06:00
Thomas Tuegel
851b5944bb
qt5: factor out common setup hook for qtbase
2016-12-03 09:51:31 -06:00
Thomas Tuegel
a6c75a7167
Merge pull request #20856 from avnik/qt5-mktemp
...
qt5: more reproducible builds
2016-12-03 09:49:12 -06:00
Vladimír Čunát
1191dac0f9
poppler: 0.47.0 -> 0.49.0
2016-12-03 14:14:41 +01:00
Vladimír Čunát
3e48bb2444
cairomm: use a mirror that actually contains the file
2016-12-03 14:13:57 +01:00
Vladimír Čunát
d652b2cbee
cairomm: maintenance 1.12.0 -> 1.12.2
...
1.13.x and 1.15.x are not stable ones (cairo uses the even-odd rule).
2016-12-03 13:29:09 +01:00
Vladimír Čunát
da97018f48
libdrm: 2.4.73 -> 2.4.74
2016-12-03 12:51:39 +01:00
Vladimír Čunát
cf205e4630
atk: 2.20.0 -> 2.22.0
...
That's the gnome-3.22 version.
2016-12-03 12:38:35 +01:00
Vladimír Čunát
b78ea7f6e0
glib: maintenance 2.50.1 -> 2.50.2
2016-12-03 12:33:13 +01:00
Vladimír Čunát
ea42d6fe62
dbus: 1.10.12 -> 1.10.14
2016-12-03 12:32:11 +01:00
Vladimír Čunát
63a502d9df
dbus-glib: 0.106 -> 0.108
2016-12-03 12:26:07 +01:00
Vladimír Čunát
34e2d681a0
pango: 1.40.2 -> 1.40.3
2016-12-03 12:22:42 +01:00
Vladimír Čunát
386188692c
libjpeg(-turbo): 1.5.0 -> 1.5.1
2016-12-03 12:12:48 +01:00
Vladimír Čunát
8f89fe65a2
harfbuzz: 1.3.2 -> 1.3.3
2016-12-03 12:12:18 +01:00
Lancelot SIX
b87cf7539f
libunistring: 0.9.6 -> 0.9.7
...
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00002.html for announcement
2016-12-03 11:45:41 +01:00
Maximilian Güntner
ffdf7ec234
cpp-ipfs-api: init at 2016-11-09
...
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-12-03 06:43:47 +01:00
Graham Christensen
ca9ce9ace4
Merge remote-tracking branch 'origin/master' into staging
2016-12-02 19:20:03 -05:00
Alexander V. Nikolaev
f0974e1e58
qt5: more reproducible builds
...
Avoid mktemp -d in sources, where pathnames can affect result.
2016-12-02 14:31:36 +02:00
Lluís Batlle i Rossell
19fd547a7f
Fixing the patch for icu for ARM.
...
The source file changed paths.
2016-12-02 13:03:24 +01:00
Eelco Dolstra
b221fc137c
nss: 3.27.1 -> 3.27.2
2016-12-01 13:02:35 +01:00
Franz Pletz
a0f05feddf
gtk3: 3.22.1 -> 3.22.4
...
Fixes #19945 .
2016-12-01 01:54:30 +01:00
Graham Christensen
ea07ad6bd9
Revert "Revert "icu: patch for multiple CVEs""
...
icu: patch for multiple CVEs
- CVE-2014-6585
- CVE-2015-4760
- CVE-2016-0494
- CVE-2016-6293
- CVE-2016-7415
2016-11-30 19:29:51 -05:00
Graham Christensen
16995fc57b
boehmgc: 7.2f -> 7.2g
2016-11-30 19:19:25 -05:00
Graham Christensen
c97fda0bcf
Revert "icu: patch for multiple CVEs"
...
This reverts commit 892a9b1f0f
.
2016-11-30 19:10:06 -05:00
Graham Christensen
892a9b1f0f
icu: patch for multiple CVEs
...
- CVE-2014-6585
- CVE-2015-4760
- CVE-2016-0494
- CVE-2016-6293
- CVE-2016-7415
2016-11-30 19:08:15 -05:00
Frederik Rietdijk
1c0e51e3f8
Merge pull request #20616 from matthewbauer/pugixml-darwin
...
pugixml: fix darwin build
2016-11-30 10:30:41 +01:00
Joachim Fasting
0028abeb4e
libffcall: 2009-05-27 -> 1.10
...
Use the release tarball provided by the clisp maintainer.
Tested build by nix-build -A clisp -A clisp_2_44_1 -A gtk-server;
only clisp run-tested.
Of particular note is that the .so files no longer have executable
stacks. This also avoids executable stack in clisp lisp.run
Before:
$ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
GNU_STACK [...] RWE 0x10
After:
$ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
GNU_STACK [...] RW 0x10
2016-11-30 06:01:10 +01:00
Tuomas Tynkkynen
8a4d6516ee
Merge remote-tracking branch 'upstream/staging' into master
2016-11-30 00:34:23 +02:00
Vladimír Čunát
56366b5e66
libuv: enable checks and parallel building
2016-11-29 18:41:44 +01:00
Mathias Schreck
0f7f0ced81
libuv: 1.9.1 -> 1.10.1
...
Taken from #20650 .
2016-11-29 18:25:22 +01:00
Lancelot SIX
06c594304c
nettle: 3.2 -> 3.3
...
This is a bugfix release.
See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00003.html
for release announcement.
2016-11-29 14:54:14 +01:00
Thomas Tuegel
66c3818e98
kde5.frameworks: 5.27 -> 5.28
2016-11-29 07:02:40 -06:00
Vladimír Čunát
2587611ed5
mesa: maintenance 13.0.1 -> 13.0.2
2016-11-28 21:44:15 +01:00
Eelco Dolstra
b60873ed99
aws-sdk-cpp: 0.10.6 -> 1.0.34
2016-11-28 16:37:31 +01:00
Matthew Daiter
448d605f89
opencv3: adding myself as co-maintainer
2016-11-28 14:16:37 +01:00
viric
75d9dc8516
Merge pull request #20631 from mdaiter/opencv_upgrade
...
opencv3: added CUDA 8.0 specific patches
2016-11-28 14:06:33 +01:00
Graham Christensen
540670259c
Merge pull request #20549 from proger/ceres-solver-darwin
...
ceres-solver: glog builds on darwin just fine now
2016-11-27 22:09:17 -05:00
Jörg Thalheim
b51aacb456
Merge pull request #20745 from rardiol/allegro5
...
Allegro5
2016-11-27 09:15:03 +01:00
Michael Raskin
e934ffb28c
utf8proc: 1.3 -> 2.0.2
2016-11-26 21:35:18 +01:00
Ricardo Ardissone
ec74f36ccc
allegro5unstable: removed
2016-11-26 17:52:16 -02:00
Ricardo Ardissone
99522fb742
allegro5: 5.0.11 -> 5.2.11
2016-11-26 17:52:16 -02:00
Franz Pletz
94fe387fcb
nghttp2: 1.14.1 -> 1.16.1
2016-11-26 14:39:12 +01:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging
2016-11-26 11:27:09 +01:00
Matthias C. M. Troffaes
ea743a97f5
wolfssl: 3.9.8 -> 3.9.10b ( #20708 )
2016-11-25 10:28:59 +00:00
Vladimír Čunát
902675b4e7
Revert "Merge pull request #20592 from TravisWhitaker/portaudio-update"
...
This reverts commit 44122e2c0f
, reversing
changes made to d66db992ae
.
The hash wasn't changed, meaning this won't work and the build is most
likely untested.
2016-11-25 07:54:14 +01:00
Joachim F
44122e2c0f
Merge pull request #20592 from TravisWhitaker/portaudio-update
...
portaudio: 19-20140130 -> 19-20161030
2016-11-24 23:30:38 +01:00
Frederik Rietdijk
fda03ec4bd
telepathy.glib: add python to passthru
...
and let the telepathy plugins use it.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
cd7e72a597
zeitgeist: python bindings at pythonPackages.zeitgeist
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
2bac076931
telepathy_glib: shouldn't propagate python
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
2f25d962e8
qt57.qtwebengine: use python2
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
b21f1d70c6
qt56.qtwebengine: use python2
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
0031e01e07
webkitgtk214x: use python2
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
862f981317
spice_gtk: use python2
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
ef981df445
telepathy_glib: use python2
...
while this package supports Python 3, certain dependencies don't. An
example is telepathy mission control. Python 3 sneaked in via
telepathy_glib, breaking the build of that package.
TODO: put python bindings in separate output!
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
76a11c1fbb
libvirt: use python2
2016-11-24 22:28:03 +01:00
Frederik Rietdijk
d56209dc3b
libsearpc: use python2
2016-11-24 22:28:03 +01:00
Frederik Rietdijk
6449435b04
libplist: use python2, multiple outputs, fix bindings
2016-11-24 22:28:03 +01:00
Frederik Rietdijk
4fb7a8bf1a
libappindicator: use python2
2016-11-24 22:28:02 +01:00
Frederik Rietdijk
6068431f8f
cxxtest: use buildPythonApplication
2016-11-24 22:28:02 +01:00
Frederik Rietdijk
0fbbf411b3
cxxtest: use python2
2016-11-24 22:28:02 +01:00
Frederik Rietdijk
c93c0a438e
farsight2: use python2
2016-11-24 22:28:02 +01:00
Graham Christensen
9de6029cc6
libtiff: 4.0.6 -> 4.0.7 for many CVEs
...
This release includes all our previous CVE patches, and suggets new ones:
- CVE-2016-3945
- CVE-2016-3990
- CVE-2016-3991
- CVE-2016-3622
- CVE-2016-9453
- CVE-2016-8127 (duplicate of CVE-2016-3658)
- CVE-2016-9297
- CVE-2016-9448
2016-11-23 23:23:49 -05:00
Graham Christensen
9118702898
libarchive: 3.2.1 -> 3.2.2 for unspecified vulnerabilities
...
The release notes don't cover anything in particular:
ba3dec4495/NEWS (L3)
2016-11-23 23:23:48 -05:00
Nikolay Amiantov
d9fba1d0a3
vc: 1.2.0 -> 1.3.0
2016-11-24 01:17:56 +03:00
Nikolay Amiantov
ca26c4e45c
qt56: 5.6.1 -> 5.6.2
2016-11-24 01:17:56 +03:00
Nikolay Amiantov
e0c500e628
libvdpau-va-gl: 0.4.0 -> 0.4.2
2016-11-24 01:17:55 +03:00
Nikolay Amiantov
9b4e170f72
libproxy: add networkmanager and PAC support
2016-11-24 01:17:55 +03:00
Nikolay Amiantov
8e72dc3d46
libisofs: 1.4.4 -> 1.4.6
2016-11-24 01:17:55 +03:00
Nikolay Amiantov
31a02c14f3
libburnia: 1.4.4 -> 1.4.6
2016-11-24 01:17:55 +03:00
Nikolay Amiantov
eddd7c3da2
folly: 2016.08.08.00 -> 2016.11.21.00
2016-11-24 01:17:54 +03:00
Nikolay Amiantov
396bc049c0
cppzmq: 2016-07-18 -> 2016-11-16
2016-11-24 01:17:54 +03:00
Nikolay Amiantov
be95ceaff2
treewide: quote URLs in my packages
2016-11-24 01:17:52 +03:00
Daiderd Jordan
56dc7dee02
Merge pull request #20629 from mdaiter/opencv_tab
...
opencv3: added tab to make CMake flags aligned
2016-11-23 19:35:41 +01:00
Matthew Daiter
f13f3e7f7a
opencv3: added CUDA 8.0 specific patches
...
opencv3: added informative comments
2016-11-23 18:33:51 +01:00
Eelco Dolstra
7a038b9311
libevent: Drop unnecessary autoreconfHook dependency
2016-11-23 14:02:19 +01:00
Franz Pletz
1d08acb305
giblib: fix compat with imlib2 multiple outputs
2016-11-23 06:48:54 +01:00
Franz Pletz
d64bf1fdad
imlib2: use multiple outputs
2016-11-23 02:24:12 +01:00
Franz Pletz
5a184be96f
imlib2: add version without X11
2016-11-23 02:24:12 +01:00
Thomas Tuegel
faafaf344a
Merge pull request #20569 from vandenoever/qtwebengine
...
qtwebengine: hardcode paths
2016-11-22 14:33:21 -06:00
Jos van den Oever
1fb5a9b708
qt5: Add qtwebengine and qtwebchannel to qt5.full
2016-11-22 20:48:11 +01:00
David McFarland
9bcec8dcd0
glfw: 3.2 -> 3.2.1 ( #20625 )
2016-11-22 15:43:31 +01:00
Franz Pletz
8fffbe24b0
Merge pull request #20332 from NeQuissimus/remove_sharedobjects
...
sharedobjects: Remove
2016-11-22 15:33:30 +01:00
Franz Pletz
7a6185d9a1
gstreamer: 1.8.2 -> 1.10.1
...
Fixes CVE-2016-9445, CVE-2016-9446, CVE-2016-9447.
2016-11-22 15:16:48 +01:00
Matthew Daiter
35032ef15f
opencv3: added tab to make cflags aligned
2016-11-22 13:40:57 +01:00
Nikolay Amiantov
69e649503f
Merge pull request #20586 from abbradar/spidermonkey
...
SpiderMonkey cleanup
2016-11-22 11:46:14 +03:00
Eelco Dolstra
516e177d98
ktorrent: Add 5.0.1
2016-11-21 22:03:46 +01:00
Moritz Ulrich
bc2fb9b2fe
mesa_noglu: Fix search paths for libvulkan_intel.so
2016-11-21 21:14:55 +01:00
Thomas Tuegel
8f6218572c
kdeWrapper: set meta attribute
...
Fixes #20445 .
2016-11-21 13:28:42 -06:00
Matthew Bauer
e1c1fa695a
pugixml: fix darwin build
2016-11-21 12:39:12 -06:00
Matthew Daiter
3897b344f3
cudnn51_cudatoolkit80: Init at 5.1-8.0
2016-11-21 14:51:39 +01:00
Joachim F
57b8454c5a
Merge pull request #20562 from loskutov/libxmlxx-3.0.1
...
libxmlxx3: 3.0.0 -> 3.0.1
2016-11-21 12:54:29 +01:00
Josef Kemetmueller
23b922c98a
mc: Fix darwin build
...
We remove linux specific packages from the darwin build of midnight
commander. Also slang wouldn't build on darwin without libiconv.
2016-11-21 12:30:30 +02:00
Nikolay Amiantov
c2274cdfb5
spidermonkey: cleanup and rename versions
2016-11-21 02:46:35 +03:00
Travis Whitaker
6dae6b8740
portaudio: 19-20140130 -> 19-20161030
2016-11-20 15:16:56 -08:00
Nikolay Amiantov
6343616e3b
libproxy: 0.4.11 -> 0.4.13
2016-11-20 23:47:04 +03:00
Pascal Wittmann
f7e0bc2ae7
Make all meta.maintainers attributes lists
2016-11-20 18:06:03 +01:00
Jos van den Oever
7906624425
qtwebengine: hardcode paths
...
Hardcode the paths for which the default path resolution does not work in nix.
2016-11-20 14:36:42 +01:00
Ignat Loskutov
5b5310ad0f
libxmlxx3: 3.0.0 -> 3.0.1
2016-11-20 03:14:09 +03:00
Pascal Wittmann
d0ea5a40da
libfilezilla: 0.7.1 -> 0.8.0
2016-11-19 22:14:55 +01:00
Vlad Ki
01643264c2
ceres-solver: glog builds on darwin just fine now
2016-11-19 14:49:15 +02:00
Vladimír Čunát
b69f568f4c
Merge branch 'staging'
...
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Thomas Tuegel
b32a1c7244
Merge pull request #20428 from ttuegel/multiple-outputs-gtk
...
Use multiple outputs for gtkmm and friends
2016-11-18 09:16:34 -06:00
Falco Peijnenburg
5f5f0614b0
Support for ARM in openblas
...
Attempting to build openblas on ARM resulted in the error "unsopported system: armv7l_linux". This PR resolves that issue and some other issues that pop up when trying to build openblas for ARM.
2016-11-18 12:44:49 +01:00
Thomas Tuegel
1bdcd8ac25
Merge pull request #20504 from romildo/upd.menu-cache
...
menu-cache: 1.0.1 -> 1.0.2
2016-11-17 13:49:29 -06:00
romildo
f4fd8ace13
menu-cache: 1.0.1 -> 1.0.2
2016-11-17 17:05:47 -02:00
Thomas Tuegel
be491881f3
Merge pull request #20464 from ttuegel/kde-env-no-link
...
kdeWrapper: reduce closure size
2016-11-17 06:32:19 -06:00
Vladimír Čunát
380bb207b6
libpng: 1.6.23 -> 1.6.26
2016-11-17 11:58:27 +01:00
Vladimír Čunát
94396a579e
libinput: maintenance 1.5.0 -> 1.5.1
2016-11-17 11:34:10 +01:00
Vladimír Čunát
ea292da4c2
libdrm: 2.4.71 -> 2.4.73
...
Also:
- remove udev remains except explanation;
- remove maintainers.urkud, as he's been inactive for years.
2016-11-17 11:23:36 +01:00
Vladimír Čunát
5af7b82336
Merge branch 'master' into staging
...
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Graham Christensen
1eb545df05
jasper: 1.900.21 -> 1.900.28
2016-11-16 22:06:02 -05:00
Tim Steinbach
2bc7366667
Merge pull request #20480 from NeQuissimus/libgit2_0_24_3
...
libgit2: 0.24.2 -> 0.24.3
2016-11-16 20:15:26 -05:00
Thomas Tuegel
5da372c36e
remove kdeEnv
2016-11-16 17:07:13 -06:00
Thomas Tuegel
58811df272
kdeWrapper: reduce closure size
2016-11-16 17:07:13 -06:00
Eelco Dolstra
f66271238e
libdevil: Use multiple outputs
2016-11-16 20:56:35 +01:00
Eelco Dolstra
f3dbb0892c
freeglut: Use multiple outputs
2016-11-16 20:51:12 +01:00
Tim Steinbach
6f2b2daccf
libgit2: 0.24.2 -> 0.24.3
2016-11-16 12:52:07 -05:00
Thomas Tuegel
ecbb4db055
Merge pull request #20430 from ttuegel/multiple-outputs-ldns
...
ldns: multiple outputs
2016-11-16 07:29:11 -06:00
Tim Steinbach
4f820d44d0
Merge pull request #20331 from NeQuissimus/libLAS_1_8_1
...
libLAS: 1.8.0 -> 1.8.1
2016-11-15 19:09:22 -05:00
Josef Kemetmueller
80eafb39e1
mapnik: Make dependencies explicit for SCons
...
This is necessary to fix the build for (at least) darwin. If the
arguments are not specified explicitly then homebrew-install locations
are assumed for at least "icu".
Closes #20395 .
2016-11-15 17:33:59 +01:00
Josef Kemetmueller
334a1a6f8a
Revert "Fix icu4c expression for latest gcc ( fixes #2341 )"
...
This reverts commit d393c6c538
.
The commit removed C++11 compatibility on darwin by overriding the
--std=c++0x flag in CXXFLAGS. Which lead to a failing build of mapnik,
which depends on the move constructors being available in the icu-lib.
Since it builds fine without the headerpad_max_install_names flag, we
simply undo the change that introduced this flag.
2016-11-15 17:33:31 +01:00
Eelco Dolstra
1624f7f174
nss: 3.26 -> 3.27.1
2016-11-15 16:58:45 +01:00
Thomas Tuegel
12951219c6
ldns: multiple outputs
2016-11-15 07:20:11 -06:00
Thomas Tuegel
992bc3e762
pangomm: multiple outputs
2016-11-15 07:16:51 -06:00
Thomas Tuegel
a6c2b2ef0e
gtkmm3: multiple outputs
2016-11-15 07:16:42 -06:00
Thomas Tuegel
c871bb489b
gtkmm2: multiple outputs
2016-11-15 07:16:36 -06:00
Thomas Tuegel
13bef32e73
cairomm: multiple outputs
2016-11-15 07:16:28 -06:00
Thomas Tuegel
6f36042eea
atkmm: multiple outputs
2016-11-15 07:16:21 -06:00
Alexey Shmalko
1958f07c63
Merge pull request #20291 from nlewo/master
...
Add protobuf 3.1.0
2016-11-15 14:14:18 +02:00
Franz Pletz
8bed505d7e
Merge pull request #20311 from mguentner/subsurface
...
subsurface init at 4.5.6 and dependencies (libdivecomputer, libmarble-ssrf, libgit2 @ 0.23.2)
2016-11-15 04:56:35 +01:00
Maximilian Güntner
2e15a8f2dd
libgit2: reinit at 0.23.2
...
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:52 +01:00
Maximilian Güntner
12f7968273
libmarble-ssrf: init at 2016-11-09
...
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:51 +01:00
Maximilian Güntner
72b1ea861c
libdivecomputer: init at 0.5.0
...
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:14:15 +01:00
Vladimír Čunát
b5e89fe9bf
Merge branch 'master' into staging
2016-11-15 00:20:19 +01:00
Vladimír Čunát
e3c2e66f43
Merge #20418 : mesa: 12.0.3 -> 13.0.1
2016-11-15 00:19:55 +01:00
Vladimír Čunát
c2d05207a3
mesa: drop systemd build-time dependency
...
After the update dropping libudev (upstream) there's no use for it.
2016-11-14 23:53:58 +01:00
rnhmjoj
a0fa2eca17
mesa: 12.0.1 -> 13.0.1
2016-11-14 15:46:33 +01:00
Tobias Geerinckx-Rice
f82b7768cd
libpsl: 0.14.0 -> 0.15.0
2016-11-14 13:54:56 +01:00
Frederik Rietdijk
328bafd482
Merge pull request #20255 from FRidh/xapian
...
xapianBindings: remove
2016-11-14 13:12:47 +01:00
Daiderd Jordan
b82ad1ba76
db: fix all versions with libc++3.8
2016-11-13 23:02:00 +01:00
Vladimír Čunát
1ac5869907
Merge #19936 : vulkan / amdgpu-pro update
2016-11-13 20:06:40 +01:00
David McFarland
6bf27c2cae
vulkan-loader: allow validation layers to be enabled
...
The loader now uses XDK_DATA_DIRS to find drivers and layers.
2016-11-13 12:44:27 -04:00
David McFarland
1624507eaf
vulkan-loader: allow 32-bit builds
2016-11-13 12:44:27 -04:00
David McFarland
8fe96a1926
vulkan-loader: package headers, layers and demos
2016-11-13 12:44:27 -04:00
Benjamin Saunders
84c87dce2a
vulkan-loader: fix evaluation without source
2016-11-13 12:44:27 -04:00
Daiderd Jordan
c7d1925b6e
Revert "db: fix build with libc++-3.8"
...
This reverts commit 7e933af173
.
2016-11-13 00:42:23 +01:00
Daiderd Jordan
7e933af173
db: fix build with libc++-3.8
2016-11-13 00:04:50 +01:00
Daiderd Jordan
c7defd149e
Merge pull request #20242 from knedlsepp/activate-gdal-on-darwin
...
gdal: fix darwin build
2016-11-12 21:39:44 +01:00
Daiderd Jordan
e03c65f5b5
Merge pull request #20114 from acowley/freeimage-darwin
...
freeimage: darwin compatibility
2016-11-12 21:20:12 +01:00
Daiderd Jordan
00a6087d50
Merge pull request #20111 from acowley/bullet-darwin
...
bullet: darwin compatibility
2016-11-12 21:18:59 +01:00
Kirill Elagin
fcfe3c0909
jemalloc: 4.1.1 -> 4.3.1
...
Fixes #18466 .
2016-11-12 21:13:11 +01:00
Antoine Eiche
96042412d1
protobuf3_1: init at 3.1.0
2016-11-12 09:25:19 +01:00
Antoine Eiche
2350c543f6
protobuf: refactoring
...
Versions 3.x use a common derivation such as 2.x versions.
2016-11-12 09:24:42 +01:00
Daniel Peebles
0838c10e22
Merge pull request #20328 from NeQuissimus/pango_sha512
...
pangoxsl: Use sha256
2016-11-11 15:48:33 -05:00
Daniel Peebles
903814e068
Merge pull request #20333 from NeQuissimus/saxonb_sha512
...
saxonb: Use sha256
2016-11-11 15:48:23 -05:00
Daniel Peebles
eadb0f733b
Merge pull request #20348 from NeQuissimus/jdom_sha256
...
jdom: use sha256
2016-11-11 15:48:07 -05:00
Daniel Peebles
cd112c5e03
Merge pull request #20334 from NeQuissimus/saxon_sha512
...
saxon: use sha256
2016-11-11 15:47:52 -05:00
Tim Steinbach
dc3f9cd566
jdom: use sha256
2016-11-11 15:36:47 -05:00
Tim Steinbach
b43a43d7a1
pangoxsl: Use sha256
2016-11-11 15:17:24 -05:00
Tim Steinbach
7897a6613e
libLAS: 1.8.0 -> 1.8.1
2016-11-11 15:15:54 -05:00
Tim Steinbach
7d4ffab202
saxon: use sha256
2016-11-11 15:10:30 -05:00
Tim Steinbach
1810f50e0e
saxonb: Use sha256
2016-11-11 15:07:51 -05:00
Daniel Peebles
843cfd6741
Merge pull request #20329 from NeQuissimus/opencv3_ipp_sha256
...
opencv3: Move IPP to use sha256
2016-11-11 12:10:41 -05:00
Graham Christensen
bb2a67d226
openssl_1_1_0: 1.1.0b -> 1.1.0c
2016-11-11 07:11:29 -05:00
viric
5de8637c4e
Merge pull request #20154 from mdaiter/opencv3_extras
...
opencv3: enable cuda compilations
2016-11-11 10:58:54 +01:00
Tim Steinbach
77591541ea
sharedobjects: Remove
2016-11-10 21:58:14 -05:00
Tim Steinbach
7fedbe7c98
opencv3: Move IPP to use sha256
2016-11-10 21:40:38 -05:00
Eelco Dolstra
674eb5ddf0
nlohmann_json: 2.0.3 -> 2.0.7
2016-11-10 17:52:25 +01:00
Alexey Shmalko
7a301ee6b5
Merge pull request #20269 from corngood/steam-fix
...
steam: fix crash at startup with open source radeon drivers
2016-11-10 13:51:04 +02:00
Franz Pletz
3190a6c452
libwmf: add patch to fix CVE-2016-9011
...
cc #20274
2016-11-10 03:50:43 +01:00
David McFarland
a50784b34e
openssl: add custom build of 1.0.2 for steam
2016-11-09 21:18:32 -04:00
Franz Pletz
cc5d604125
zeromq2: remove, not maintained anymore
2016-11-10 00:37:17 +01:00
Franz Pletz
bdf89d2818
jzmq: 2.1.0 -> 3.1.0
2016-11-10 00:37:14 +01:00
Franz Pletz
10445bc753
zeromq: 4.1.4 -> 4.2.0
2016-11-10 00:37:07 +01:00
Franz Pletz
52f1a37898
libressl_2_4: 2.4.3 -> 2.4.4
2016-11-09 20:02:45 +01:00
Franz Pletz
ecfb8df7a7
libressl_2_3: 2.3.8 -> 2.3.9
2016-11-09 20:02:09 +01:00
Eelco Dolstra
6042d6e39d
Remove file named '\'
...
This looks like it was accidental.
Fixes #20253 .
2016-11-09 12:52:56 +01:00
Tobias Geerinckx-Rice
677a32e838
bobcat: 4.02.00 -> 4.03.00
2016-11-09 02:24:44 +01:00
Frederik Rietdijk
ef320da79c
zeitgeist: use python2
2016-11-08 22:48:55 +01:00
Thomas Tuegel
a7c986cf69
kdeWrapper: reduce environment pollution
2016-11-08 15:00:31 -06:00
Frederik Rietdijk
6b70ac81bb
libxml2: supportPython -> pythonSupport
...
since that is more commonly used in Nixpkgs.
2016-11-08 17:10:05 +01:00
Frederik Rietdijk
be31980848
libxslt: build python bindings
...
and add a pythonPackages.libxslt alias.
2016-11-08 17:10:04 +01:00
Frederik Rietdijk
63ef0c7463
xapianBindings: remove
...
- no package uses it
- uses composable derivation, and some changes are needed for python 3
support
2016-11-08 17:01:31 +01:00
Tim Steinbach
54a0e90a7c
Merge pull request #20220 from NeQuissimus/darktable_a7
...
Update Darktable, dependencies
2016-11-08 09:10:31 -05:00
Vladimír Čunát
593b46fd1d
Merge branch 'staging'
...
There are security fixes inside.
2016-11-07 23:48:34 +01:00
Josef Kemetmueller
9141b8cad1
gdal: enable darwin support
...
Also some minor tweaks:
There didn't seem any need to use -O0 optimization level anymore.
Also the option "with-libpng" should have been "with-png" all along.
2016-11-07 20:42:53 +01:00
Josef Kemetmueller
d0d5a6dbcc
libgeotiff: enable darwin support
2016-11-07 20:42:26 +01:00
Bart Brouns
c10d653ac5
ganv: svn 5675 -> unstable 2016-10-15
2016-11-07 14:19:02 +01:00
Bart Brouns
f7b7d86015
lv2-unstable: init at 2016-10-23
2016-11-07 14:17:49 +01:00
Tim Steinbach
f4e2773567
libgphoto2: Refactor to use GitHub
2016-11-07 08:04:48 -05:00
Matthew Daiter
541b3fc7d2
cudnn5_cudatoolkit80: adding to main repo
2016-11-07 12:07:29 +01:00
Bjørn Forsman
b1df5bf89b
gstreamer: unbreak finding plugins in $NIX_PROFILES ( #20207 )
...
* gstreamer-1.0: make gst-launch find plugins again
gst-launch and friends are in the "dev" output now.
* gstreamer-1.0: lower priority on plugins from $NIX_PROFILES
Suffix the plugin paths from $NIX_PROFILES instead of prefixing them to
$GST_PLUGIN_SYSTEM_PATH. If a program has specifically set up its plugin
path to some custom/specific version, we don't want plugins from
$NIX_PROFILES to mess things up by having higher priority.
2016-11-06 22:50:41 +01:00
Jan Malakhovski
83f28fdd73
libtiff: `fetchpatch` -> `fetchurl`
...
See #20206 . vcunat doesn't consider this important,
but it is perhaps nicer and now is a moment we can afford to rehash.
2016-11-06 21:45:30 +01:00
Tim Steinbach
6779f68a41
lensfun: 0.2.8 -> 0.3.2
2016-11-06 09:04:49 -05:00
Vladimír Čunát
ac5950a4a9
libtiff: the new hashes are for fetchurl, really
...
... and there's not much reason to use fetchpatch in this case anyway.
2016-11-06 11:37:47 +01:00
Jan Malakhovski
d9db320889
libtiff: patch for some more CVEs, fix patch urls
2016-11-06 10:00:22 +00:00
Josef Kemetmüller
4440cf6d81
libgeotiff: 1.2.5 -> 1.4.2 ( #20190 )
2016-11-06 10:08:40 +01:00