Vladimír Čunát
b6c6e1f9e8
Merge branch 'master' into staging-next
2019-09-15 13:18:54 +02:00
Vladimír Čunát
9f8a7d2679
Merge branch 'staging' into staging-next
...
This brings openssl CVE fixes, and I can't see anything too risky
in there, so let's merge these two staging iterations together.
2019-09-15 13:09:56 +02:00
Markus Kowalewski
ecd20d2166
liblapack: remove optimized blas flag.
...
This cmake flag has no effect since no external blas
library is provided in the build inputs.
2019-09-15 11:39:58 +02:00
Markus Kowalewski
fc7374176f
liblapack: build LAPACKE C api
2019-09-15 11:39:58 +02:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364 )
...
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
Vladimír Čunát
6b2aa16ec1
expat: 2.27 -> 2.28 (security)
...
Fixes #68818 CVE-2019-15903 (on this nixpkgs branch).
https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes
2019-09-15 09:36:40 +02:00
Vladimír Čunát
260761649b
ffmpeg_4, ffmpeg_full: 4.2 -> 4.2.1
...
Fixes #68561 CVE-2019-15942.
2019-09-14 20:15:26 +02:00
Vladimír Čunát
3605f12855
giflib: 5.1.4 -> 5.2.1
...
5.1.5 says: Fix SF bug #113 :
Heap Buffer Overflow-2 in function DGifDecompressLine()
in cgif.c. This had been assigned CVE-2018-11490.
This *probably* also fixes a minor CVE-2019-15133 #68563 (DoS only).
(I couldn't find a good reference quickly.)
The changelogs are almost only bugfixes, and ABI tracker also looks OK:
https://abi-laboratory.pro/?view=timeline&l=giflib
so I gather this is suitable for direct push to nixpkgs staging-next.
I built several reverse dependencies locally.
2019-09-14 19:18:16 +02:00
Miguel Madrid Mencía
148c82e07e
maintainer: mimadrid: update github username and personal data
2019-09-14 12:15:46 +02:00
Will Dietz
1859afb731
libmicrodns: 0.0.10 -> 0.1.0
...
https://github.com/videolabs/libmicrodns/releases/tag/0.1.0
2019-09-13 22:40:33 -05:00
Bjørn Forsman
d6e65ec4a0
wrapQtAppsHook: skip directories
...
Prevents messages like this in the build log:
grep: <PATH>/bin: Is a directory
2019-09-13 16:53:11 +02:00
Bjørn Forsman
c6d516dfc4
wrapQtAppsHook: use patchelf --print-interpreter
instead of isELFExec
...
Some executables are built as PIEs (e.g. keepassxc) and are technically
isELFDyn, not isELFExec. Without this change those executables will not
be wrapped.
2019-09-13 16:53:11 +02:00
WilliButz
a9f555d393
Merge pull request #68643 from NixOS/fix-ants
...
ants: fix build
2019-09-13 14:25:41 +02:00
Linus Heckemann
afceaee163
itk4: init at 4.13.1
...
This is exactly the same as we had prior to
e7b0c389c2
, which broke some dependents,
just under a new attribute name.
2019-09-13 11:53:28 +02:00
Daniel Schaefer
5548ff632e
microsoft_gsl: Fix gcc8 build
2019-09-13 11:35:50 +02:00
Jan Tojnar
a441eaa7b1
Merge branch 'staging-next' into staging
2019-09-12 22:49:43 +02:00
worldofpeace
0588d2d9de
Merge pull request #68605 from worldofpeace/patch-gstreamer-vaapi
...
gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white list
2019-09-12 15:18:34 -04:00
worldofpeace
dc5d1aa474
gst_all_1: auto_features already enabled
2019-09-12 14:12:02 -04:00
worldofpeace
ca9c4d29e9
gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white list
...
See https://mail.gnome.org/archives/distributor-list/2019-September/msg00000.html
Users can re-add it with GST_VAAPI_ALL_DRIVERS.
2019-09-12 14:11:24 -04:00
worldofpeace
b9a738d613
Merge pull request #68461 from d-goldin/zeroc-ice-36-fix-gcc8
...
zeroc-ice-36: fix build for gcc8
2019-09-12 12:48:50 -04:00
worldofpeace
6b92321f82
Merge pull request #68550 from WilliButz/v8/fix-aarch64-build
...
v8: fix build on aarch64
2019-09-12 12:10:43 -04:00
Marek Mahut
8490d53463
Merge pull request #68408 from leenaars/getdns
...
getdns: 1.5.1 -> 1.5.2
2019-09-12 16:06:40 +02:00
worldofpeace
5c8c3d6ce4
Merge pull request #67553 from Moredread/rtaudio-pulseaudio
...
rtmidi: add PulseAudio support
2019-09-12 09:16:52 -04:00
WilliButz
a981edb443
Merge pull request #68292 from matthewbauer/v8-pkgconfig
...
v8: add pkgconfig file
2019-09-12 14:21:03 +02:00
WilliButz
0e879bfe8d
v8: fix build on aarch64
2019-09-12 14:13:26 +02:00
André-Patrick Bubel
383d3a43e5
rtmidi: add PulseAudio support
2019-09-12 13:03:49 +02:00
WilliButz
823e8accb9
wt4: 4.1.0 -> 4.1.1
2019-09-11 16:19:59 +02:00
WilliButz
5c5fc13602
wt3: 3.4.0 -> 3.4.1, include harfbuzz
2019-09-11 16:19:45 +02:00
Nathan van Doorn
4535178a37
qt59.qtscript: fix error due to gcc8.3
2019-09-11 13:33:38 +01:00
Nathan van Doorn
a4ace375d2
qt511.qtscript: fix error due to gcc8.3
2019-09-11 13:32:53 +01:00
Andreas Rammhold
20c7a35429
openssl_1_0_2: fixup sha256
2019-09-11 13:48:31 +02:00
Dima
cb966b6f7b
zeroc-ice-36: fix build for gcc8
...
The build was broken failing on unneccessary memsets.
This issue was fixed upstream in 3.7 and discussed in
https://github.com/zeroc-ice/ice/issues/82
The patch pertaining to the error causing the actual failure still
applies nicely onto the 3.6 version.
Hydra logs of breakage: https://hydra.nixos.org/build/100440955/nixlog/1
2019-09-11 00:28:03 +02:00
worldofpeace
9cbc8f38a6
Merge pull request #68434 from d-goldin/release-19.09/qtwebtoolkit-disable-memaccess-warnings
...
qtwebkit: fixing build / reducing build log size
2019-09-10 18:18:51 -04:00
Orivej Desh
93bf6e2648
libipt: fix maintainers
2019-09-10 21:08:18 +00:00
Orivej Desh
5d9a003804
libipt: init at 2.0.1
2019-09-10 21:04:12 +00:00
Andreas Rammhold
d49fb86b1b
openssl: 1.1.1c -> 1.1.1d
...
(cherry picked from commit 76d54c72acaaa32e2c1f8b13002f0ceac3b7b06f)
2019-09-10 21:22:50 +02:00
Andreas Rammhold
5d5cd70516
openssl_1_0_2: 1.0.2s -> 1.0.2t
...
(cherry picked from commit aa6327c29c2de41a61db5aef8444385c531d4cc2)
2019-09-10 21:22:47 +02:00
Jan Tojnar
8ab501545d
sup: remove ( #68416 )
...
sup: remove
2019-09-10 19:43:18 +02:00
Dima
6f1ad0676f
qtwebkit: fixing build / reducing build log size
...
GCC 8 introduced a new type of warning `-Wclass-memaccess` which
is included in `-Wall`. This warnings spits out *a million* of warnings
like the following:
```
[...]
/build/source/Source/WTF/wtf/Vector.h:128:15: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr<WebCore::TransformOperation>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
memcpy(dst, src, reinterpret_cast<const char*>(srcEnd) - reinterpret_cast<const char*>(src));
[...]
``
Logs demonstrating the issue:
https://hydra.nixos.org/build/100205478/nixlog/1
While I don't think disabling warnings is the best way to deal with this,
there is alrady precedent for this package and I don't feel confident enough
to either patch or bump this package.
Please view this as a low-friction sub-optimal suggestion in case nobody else
has a better fix.
2019-09-10 18:42:30 +02:00
Michael Fellinger
da7886c940
sup: remove
2019-09-10 15:49:31 +02:00
Peter Hoeg
d9b290000e
Merge pull request #68086 from alapshin/ktorrent
...
ktorrent: 5.1.0 -> 5.1.2
2019-09-10 21:33:47 +08:00
Michiel Leenaars
a91fe3d575
getdns: 1.5.1 -> 1.5.2
2019-09-10 10:19:28 +02:00
Jan Tojnar
1716d62f63
Merge branch 'staging-next' into staging
2019-09-10 07:06:45 +02:00
Aaron Andersen
a10ba70aa2
Merge pull request #68381 from flokli/instantclient-19.3-macos
...
oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin)
2019-09-09 22:19:39 -04:00
Florian Klink
93b55c29ec
oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin)
...
macos binaries are available without having to login, so we can also
remove the requireFile fetcher.
2019-09-09 21:32:07 -04:00
Jan Tojnar
b27da0dde7
gmic & gmic-qt: update & clean-up ( #68257 )
...
gmic & gmic-qt: update & clean-up
2019-09-10 01:21:17 +02:00
Jan Tojnar
adfc3457af
liblouis: 3.10.0 → 3.11.0 ( #68374 )
...
liblouis: 3.10.0 → 3.11.0
2019-09-10 01:21:00 +02:00
Jan Tojnar
cf7995dbfa
liblouis: 3.10.0 → 3.11.0
...
http://liblouis.org/liblouis/2019/09/02/release-3.11.0.html
2019-09-09 21:53:33 +02:00
Jan Tojnar
4bee4a2400
liblouis: format with nixpkgs-fmt
2019-09-09 21:53:30 +02:00
Izorkin
02812860c8
unixODBCDrivers.mariadb: 2.0.10 -> 3.1.2
2019-09-09 15:55:35 +03:00
Izorkin
329a88efa7
treewide: replace mysql.connector-c to libmysqlclient
2019-09-09 15:55:34 +03:00
Jan Tojnar
5fe42dde52
gthree: unstable-2019-08-21 → 0.2.0
...
https://blogs.gnome.org/alexl/2019/09/09/gthree-ready-to-play/
https://github.com/alexlarsson/gthree/releases/tag/0.2.0
2019-09-09 14:02:08 +02:00
Jan Tojnar
bf96e6da6d
graphene: 1.9.6 → 1.10.0
2019-09-09 14:01:22 +02:00
Frederik Rietdijk
e3f25191c4
Merge staging-next into staging
2019-09-09 08:11:34 +02:00
Frederik Rietdijk
731c82a447
Merge pull request #68244 from NixOS/staging-next
...
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Ben Wolsieffer
adf5ca2ce0
jemalloc450: disable transparent huge pages on ARM
2019-09-08 22:57:32 -04:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Florian Klink
a5de10b0af
sundials: include patch to remove flakiness
...
The provided patch doesn't apply cleanly on sundials_3 (no
SundialsTesting.cmake, SundialsAddTest.cmake containing trailing
whitespaces inside context), so for now we just disable tests for
sundials_3 - scikits-odes plans to move to sundials 4 anyways - see
https://github.com/bmcage/odes/pull/106 .
2019-09-08 16:03:07 -07:00
Dominic Steinitz
ac12bdfc96
sundials: relax tolerance for test_sunmatrix_sparse
...
This test fails on MacOS otherwise, due to slightly different math.
Only add for sundials 4, it's not in sundials_3 yet.
2019-09-08 16:03:07 -07:00
Florian Klink
7e9e22f4d5
sundials_3: init at 3.2.1
...
That's needed for scikits.odes.
Upstream bug to migrate to sundials 4:
https://github.com/bmcage/odes/issues/98
2019-09-08 15:15:09 -07:00
Florian Klink
5f48e89f37
sundials: add lapack support
2019-09-08 15:15:08 -07:00
Florian Klink
ad3023e5f7
sundials: enable tests
2019-09-08 15:15:08 -07:00
Florian Klink
d9ce716ccc
sundials: use cmakeFlags
2019-09-08 15:15:08 -07:00
Frederik Rietdijk
4b929acf67
Merge staging-next into staging
2019-09-08 22:33:17 +02:00
Frederik Rietdijk
2df3397375
Revert "qt4: fixup build with gcc8 by Arch aur patch"
...
The build was fixed in two ways, by both this patch and a substitution.
Let's keep the substitition instead of the patch as the patches may disappear.
This reverts commit ccc8c73ea0
.
2019-09-08 21:23:28 +02:00
Frederik Rietdijk
47caef475f
Merge master into staging-next
2019-09-08 20:45:29 +02:00
Frederik Rietdijk
5f4734b1dd
Merge remote-tracking branch 'upstream/gcc-8' into staging-next
...
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Vladimír Čunát
7e91247596
Merge branch 'staging-next' into staging
2019-09-08 18:28:11 +02:00
Vladimír Čunát
ccc8c73ea0
qt4: fixup build with gcc8 by Arch aur patch
...
I'll hope that this simple removal of "volatile" is OK.
I feel sure I saw a PR for this somewhere, but I can't find it.
2019-09-08 18:24:29 +02:00
Orivej Desh
88825bbbde
freeimage: 3.17.0 -> 3.18.0
2019-09-08 14:46:31 +00:00
Frederik Rietdijk
e73f871285
Merge master into staging-next
2019-09-08 14:49:25 +02:00
Vladimír Čunát
252a30e39c
libgap: remove unreachable path
...
This was clearly forgotten in 471ba670
#54202 .
2019-09-08 09:42:49 +02:00
Matthew Bauer
283358ea42
v8: add pkgconfig file
...
This is not provided by the v8 team, we need to provide a custom one.
https://bugs.chromium.org/p/v8/issues/detail?id=2184
2019-09-07 21:09:13 -04:00
Peter Hoeg
27f10869e2
taglib: fix ogg file corruption ( #68088 )
2019-09-08 00:48:01 +02:00
Jan Tojnar
01e7149af6
cimg: 2.7.0 → 2.7.1
2019-09-07 20:15:57 +02:00
Frederik Rietdijk
e68505e735
Merge remote-tracking branch 'upstream/gcc8' into staging-next
2019-09-06 23:25:18 +02:00
Frederik Rietdijk
9894a70299
Merge staging into staging-next
2019-09-06 22:47:40 +02:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
tbenst
6d7282d74a
magma: 2.0.2 -> 2.5.0
2019-09-06 20:15:10 +02:00
Will Dietz
4941879049
libusb1: 1.0.22 -> 1.0.23
2019-09-06 19:34:33 +02:00
Will Dietz
b38a26e202
libusb1: pname-ification
2019-09-06 19:34:33 +02:00
Will Dietz
94aa75c2c9
harfbuzz: 2.6.0 -> 2.6.1
...
https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.1
2019-09-06 19:33:08 +02:00
Will Dietz
841c667e9d
librsvg: 2.44.14 -> 2.44.15
...
https://mail.gnome.org/archives/ftp-release-list/2019-September/msg00029.html
2019-09-06 19:32:16 +02:00
Will Dietz
7d1b5fa2b0
mesa_glu: 9.0.0 -> 9.0.1
...
* source tarball is now xz, not bz2
* pkgconfig was fixed to include Cflags
https://gitlab.freedesktop.org/mesa/glu/compare/glu-9.0.0...glu-9.0.1
2019-09-06 19:32:01 +02:00
Nikolay Amiantov
3a0c6f1402
zeroc-ice: 3.6.3 -> 3.7.2
...
Rename from zeroc_ice.
Take various improvements from Arch zero-ice package.
Move old version to zeroc-ice-36.
2019-09-06 20:21:09 +03:00
Jan Tojnar
8563088e69
Merge branch 'staging-next' into staging
2019-09-06 16:55:45 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next
2019-09-06 16:55:11 +02:00
Robert Hensing
2eb0bb3b59
Merge pull request #68007 from xbreak/clipp
...
clipp: init at 1.2.3
2019-09-06 12:48:24 +02:00
Jan Tojnar
306cc9b311
Merge branch 'staging-next' into staging
2019-09-06 03:21:30 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
ed54a5b51d
Merge branch 'gtk-no-plus'
2019-09-06 02:57:51 +02:00
Jan Tojnar
684bad0569
gtk: move expressions
2019-09-06 02:54:53 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát
e5dece4cbf
Merge branch 'staging-next' into staging
2019-09-05 10:23:46 +02:00
Will Dietz
4e8593b874
Merge pull request #68054 from dtzWill/update/webkitgtk-2.24.4
...
webkitgtk: 2.24.3 -> 2.24.4 (security!)
2019-09-04 21:11:40 -05:00
Will Dietz
8fdb4c2836
Merge pull request #68052 from dtzWill/update/glib-2.60.7
...
glib: 2.60.6 -> 2.60.7
2019-09-04 20:55:08 -05:00
Orivej Desh
9ec4a264ed
libjpeg-turbo: 2.0.2 -> 2.0.3
2019-09-05 00:16:52 +00:00
Timo Kaufmann
0a7f8fbd29
fflas-ffpack: 2.4.0 -> 2.4.3 ( #68108 )
2019-09-04 18:13:00 +02:00
Andreas Rammhold
29e4048d0a
Merge pull request #67186 from xbreak/libyaml-cpp/no-gtest
...
libyamlcpp: Disable build & install of Google Test
2019-09-04 14:20:29 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00