Commit Graph

36595 Commits

Author SHA1 Message Date
Jonathan Ringer
7902256cfd openblas: enable multiple outputs 2020-10-05 16:15:14 -07:00
Jan Tojnar
b0f40bef4f
Merge pull request #97045 from jtojnar/netpbm-10.91.2 2020-10-05 22:25:51 +02:00
Bas van Dijk
d1e26fd696
Merge pull request #99043 from basvandijk/libvirt-6.6.0-staging
libvirt: 6.3.0 -> 6.6.0
2020-10-04 22:59:31 +02:00
Mario Rodas
3df7751051
Merge pull request #98798 from r-ryantm/auto-update/libstrophe
libstrophe: 0.9.3 -> 0.10.0
2020-10-04 11:11:54 -05:00
Mario Rodas
abbb239982
Merge pull request #97120 from r-ryantm/auto-update/faudio
faudio: 20.08 -> 20.09
2020-10-04 08:53:03 -05:00
Gabriel Ebner
d544b64c7d libheif: 1.8.0 -> 1.9.1 2020-10-04 14:46:04 +02:00
Gabriel Ebner
fcaa2045a3 libde265: 1.0.6 -> 1.0.7 2020-10-04 14:46:04 +02:00
midchildan
8129b1d754
aribb25: init at 0.2.7 (#96553)
* aribb25: init at 0.2.7

* fixup! aribb25: init at 0.2.7
2020-10-04 08:12:40 +00:00
Mario Rodas
d3ae0cb8a9
Merge pull request #99435 from r-burns/ppc64le-x265
x265: fix build on powerpc
2020-10-03 22:56:33 -05:00
Martin Weinelt
98d2d8cfbe
Merge pull request #99479 from JamieMagee/pyads
pythonPackages.pyads: init at 3.2.2
2020-10-03 22:01:01 +02:00
Jamie Magee
1c44f88e11
adslib: init at unstable-2020-08-28 2020-10-03 21:43:32 +02:00
Gabriel Ebner
d1614a3425
Merge pull request #99466 from risicle/ris-opencascade-darwin-fix
opencascade-occt, opencascade-occt730: fix build on darwin
2020-10-03 15:46:31 +02:00
Ninjatrappeur
c8ccfdb5f4
Merge pull request #99017 from ckauhaus/98581-zeroc-mcpp
zeroc-mcpp: decouple from original mcpp
2020-10-03 14:20:40 +02:00
Robert Scott
0724d7ef59 opencascade-occt, opencascade-occt730: fix build on darwin 2020-10-03 12:37:25 +01:00
Mario Rodas
c5447e4123
Merge pull request #99434 from r-burns/ppc64le-openblas
openblas: enable on ppc64le
2020-10-03 06:25:22 -05:00
Ruud van Asseldonk
b36dbcb23c libressl_3_1: 3.1.3 -> 3.1.4 2020-10-03 10:26:06 +02:00
Ryan Burns
036ef044fd p11-kit: fix tests when non-root 2020-10-02 22:56:47 -07:00
Mario Rodas
9c9eb1ce75
Merge pull request #98642 from r-ryantm/auto-update/libisds
libisds: 0.11 -> 0.11.1
2020-10-02 23:57:21 -05:00
Mario Rodas
c32aee2a5f
Merge pull request #98719 from r-ryantm/auto-update/gbenchmark
gbenchmark: 1.5.1 -> 1.5.2
2020-10-02 23:39:58 -05:00
Mario Rodas
ea47333755
Merge pull request #98623 from r-ryantm/auto-update/libwps
libwps: 0.4.11 -> 0.4.12
2020-10-02 23:39:24 -05:00
Mario Rodas
c69933ae07
Merge pull request #98636 from r-ryantm/auto-update/libxls
libxls: 1.5.3 -> 1.6.0
2020-10-02 23:38:29 -05:00
Ryan Burns
597f94db3e x265: fix build on powerpc
Disable Altivec instructions on ppc when building 10/12bit.
See https://salsa.debian.org/multimedia-team/x265/-/blob/6f06b3f6/debian/rules#L34
2020-10-02 18:21:29 -07:00
Ryan Burns
92d7b38e89 openblas: enable on ppc64le 2020-10-02 18:10:44 -07:00
Martin Weinelt
ca5c4f96b4
Merge pull request #97190 from r-ryantm/auto-update/libmicrodns
libmicrodns: 0.1.2 -> 0.2.0
2020-10-03 00:02:29 +02:00
Anderson Torres
672513d997
Merge pull request #99187 from danieldk/ethash
ethash: remove buildInputs
2020-10-02 14:35:06 -03:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Maxim Krivchikov
5abf2b4f68 odpic: 3.3.0 -> 4.0.2
python3Packages.cx-oracle is broken with current odpic version
2020-10-02 15:27:20 +03:00
Jan Tojnar
d509c583fc
jbigkit: fix cross-compilation 2020-10-02 13:05:38 +02:00
Mario Rodas
acb545cc88 libstrophe: enable on darwin 2020-10-02 04:20:00 +00:00
Scott Olson
721402352c dbus: build manpages from xml
The `docbook_xml_dtd_44` and `docbook-xsl-nons` bits are necessary to
prevent `xmlto` from trying to use the network during the build.
2020-10-01 21:44:00 +00:00
Doron Behar
60b4b396e5
Merge pull request #98501 from doronbehar/pkg/octave/arpack 2020-10-01 19:04:43 +03:00
Doron Behar
0a7157119d
Merge pull request #98869 from tobim/pkgs/mpd-0.22 2020-10-01 19:01:06 +03:00
Doron Behar
ac5e22734c liburing: Fix references between outputs issue
Experienced in:
https://github.com/NixOS/nixpkgs/pull/98869#discussion_r495492213

Set configure flags properly, don't override configurePhase, per:
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md

Use different output names - use $bin for examples, and $out for
libraries which expectedly should be referenced by reverse deps.
2020-10-01 19:00:31 +03:00
Michael Weiss
e991a1ea1f
mesa: 20.1.8 -> 20.1.9 (#99291) 2020-10-01 17:58:27 +02:00
Sebastian Neubauer
0473ca0ee0 amdvlk: 2020.Q3.5 -> 2020.Q3.6 2020-10-01 12:38:42 +02:00
Bas van Dijk
af8409fc0a libvirt: fetch sources from gitlab
That seems to be the official repository now.
2020-10-01 10:55:56 +02:00
Robert Scott
701a6aaeec
Merge pull request #99118 from risicle/ris-precice-2.1.0
precice: fix build, 2.0.2 -> 2.1.0, enable for darwin
2020-09-30 18:47:49 +01:00
Daniël de Kok
142a041d39 ethash: remove buildInputs
When reviewing #98054, I noticed that this package has a bunch of
buildInputs that are unused. There are no references to OpenCL, mesa,
boost, cryptopp, or openmpi in the source code. The package compiles
fine with these buildInputs removed.
2020-09-30 19:27:53 +02:00
R. RyanTM
813676331f xylib: 1.5 -> 1.6 2020-09-30 09:25:49 -07:00
John Ericson
6a0cf06f8e
Merge pull request #98818 from lopsided98/libical-cross
libical: fix cross-compilation
2020-09-30 11:08:43 -04:00
WORLDofPEACE
effaddc2ec
Merge pull request #99112 from worldofpeace/gegl-fix
gegl_0_4: make vapi dependencies explicit
2020-09-29 18:34:14 -04:00
Ben Wolsieffer
56ef82d0cd libical: fix cross-compilation
gobject-introspection cannot be cross-compiled, so disable it when
cross-compiling. The glib bindings attempt to run a binary compiled for the
host during the build, so add a patch that allows the binary to be provided
by buildPackages.libical.
2020-09-29 17:51:27 -04:00
Robert Scott
509208ea45 precice: enable for darwin 2020-09-29 22:26:30 +01:00
Robert Scott
c943e6bc14 precice: 2.0.2 -> 2.1.0 2020-09-29 21:53:37 +01:00
Robert Scott
5afdaa28a6 precice: fix build
cmake gets confused with python 3.8's version number, switch back to 3.7
for now until upstream's resolved that
2020-09-29 21:52:44 +01:00
WORLDofPEACE
6f35dac541 gegl_0_4: make vapi dependencies explicit 2020-09-29 15:38:17 -04:00
Jan Tojnar
239a6e5795
Merge pull request #98926 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.17 -> 0.7.18
2020-09-29 18:45:37 +02:00
Jan Tojnar
a7f375d335
Merge pull request #98909 from r-ryantm/auto-update/xdg-desktop-portal
xdg-desktop-portal: 1.7.2 -> 1.8.0
2020-09-29 16:26:56 +02:00
Michael Weiss
2866c05fb4
neatvnc: 0.3.1 -> 0.3.2 2020-09-29 12:48:43 +02:00
Bas van Dijk
3acb90e7dd libvirt: update source URLs to https 2020-09-29 10:09:09 +02:00
Bas van Dijk
8d995c440d libvirt: remove -fno-stack-protector because it builds without it 2020-09-29 10:03:36 +02:00
Bas van Dijk
de15287183 libvirt: update autoconf 1.70 comment to 2.70 2020-09-29 09:58:48 +02:00
Bas van Dijk
4606528fcb libvirt: update homepage to https URL 2020-09-29 09:45:13 +02:00
Bas van Dijk
d5b0c8bcdf libvirt: 6.3.0 -> 6.6.0
Also upgrades `python3Packages.libvirt`
and patches the `rpcgen` tool from Apple's `developer_cmds` package.
2020-09-29 00:18:24 +02:00
Jan Tojnar
32b4375f10
Merge branch 'staging-next' into staging 2020-09-29 00:12:29 +02:00
Christian Kauhaus
72d0f85dd2 zeroc-mcpp: decouple from original mcpp
zeroc-ice used to smuggle a forked mcpp version in with an override,
which broke after applying a security patch against mcpp in
c60cafa719. Overriding instead of defining
a new derivation is a questionable optimization since in fact, only the
'configureFlags' line is shared.

Remove the override and give the forked mcpp a live on its own.

The security patch for mcpp is not relevant for this fork.

Fix #98581
2020-09-28 18:11:19 +02:00
Timo Kaufmann
27f084d817
Merge pull request #98779 from r-ryantm/auto-update/libbraiding
libbraiding: 1.0 -> 1.1
2020-09-28 11:11:06 +02:00
Mario Rodas
dc1bc31f16
Merge pull request #98830 from r-ryantm/auto-update/oneDNN
oneDNN: 1.6.1 -> 1.6.3
2020-09-27 22:53:46 -05:00
Peter Simons
61616535b9 mlt: add libexif, gtk2, fftw, libebur128, opencv4, and SDL2 dependencies
This enables more optional features. I'm not sure what the difference is
between mlt and mlt-qt5. I suppose both derivations should be kept in sync?
2020-09-27 20:12:04 +02:00
Lancelot SIX
2adef714fc
Merge pull request #98825 from r-ryantm/auto-update/nco
nco: 4.9.3 -> 4.9.5
2020-09-27 13:07:20 +01:00
Frederik Rietdijk
759a2815ec pkgsStatic.fmt: don't build shared libs
The change in `static.nix` was added in
https://github.com/NixOS/nixpkgs/pull/76875 but apparently
`enabledShared` got removed in the master/staging-next merge.
2020-09-27 11:31:58 +02:00
R. RyanTM
477c40126e nco: 4.9.3 -> 4.9.5 2020-09-27 19:21:54 +10:00
R. RyanTM
9778b4632e appstream-glib: 0.7.17 -> 0.7.18 2020-09-27 08:17:58 +00:00
R. RyanTM
8b0aaac4d6 xdg-desktop-portal: 1.7.2 -> 1.8.0 2020-09-27 03:25:10 +00:00
Gabriel Ebner
bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
Thomas Tuegel
6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Gabriel Ebner
78c10375d8 opencascade-occt730: init at 7.3.0p3 2020-09-26 14:26:16 +02:00
Gabriel Ebner
0b536960ac libsForQt5.soqt: 1.6.0a -> 1.6.0 2020-09-26 13:49:42 +02:00
Gabriel Ebner
11dd6f4584 coin3d: unstable-2019-06-12 -> 4.0.0 2020-09-26 13:49:42 +02:00
Thomas Tuegel
d0636ea72e
Merge pull request #98796 from callahad/qtav
libqtav: 1.12.0 -> git-2020-09-10
2020-09-26 06:15:24 -05:00
Florian Klink
3be1717c83
Merge pull request #98837 from r-ryantm/auto-update/pkger
pkger: 0.17.0 -> 0.17.1
2020-09-26 12:26:51 +02:00
Michael Weiss
7e2a0491e1
neatvnc: 0.3.0 -> 0.3.1 2020-09-26 12:12:06 +02:00
Gabriel Ebner
650cb98140 opencascade-occt: 7.3.0p3 -> 7.4.0p1 2020-09-26 11:38:49 +02:00
R. RyanTM
a6cb77733d pkger: 0.17.0 -> 0.17.1 2020-09-26 08:49:06 +00:00
Gabriel Ebner
f557e2f2a1
Merge pull request #98790 from r-ryantm/auto-update/libqalculate
libqalculate: 3.12.1 -> 3.13.0
2020-09-26 10:23:53 +02:00
Dan Callahan
9cb5285c0a
libqtav: 1.12.0 -> git-2020-09-10
This un-breaks libqtav by upgrading it to the current upstream HEAD.
Previously, Qtav was broken by the Qt 5.12 -> 5.14 migration (#84232).
See commit 819bb63d5c

This also un-pins ffmpeg_3; libqtav works fine with current ffmpeg.

Digikam is the only derivation in nixpkgs that has referenced libqtav, thus
upgrading to a pre-release revision poses minimal risk.
2020-09-26 08:36:14 +01:00
Peter Simons
502845c3e3
Merge pull request #98786 from woffs/shotcut-20.09.13
shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
2020-09-26 09:12:52 +02:00
R. RyanTM
90ea25e179 oneDNN: 1.6.1 -> 1.6.3 2020-09-26 06:45:18 +00:00
R. RyanTM
748686f71b libstrophe: 0.9.3 -> 0.10.0 2020-09-25 20:23:40 +00:00
R. RyanTM
8719983075 libqalculate: 3.12.1 -> 3.13.0 2020-09-25 19:36:59 +00:00
Frank Doepper
c835358078 shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
and add updateScript
2020-09-25 21:12:40 +02:00
Robert Scott
452a9b3af2
Merge pull request #98610 from r-burns/libkml
libkml: fix tests on darwin
2020-09-25 19:54:54 +01:00
R. RyanTM
f175cb4478 libbraiding: 1.0 -> 1.1 2020-09-25 18:52:32 +00:00
Thomas Tuegel
fff4504bc9
phonon-backend-vlc: use libvlc 2020-09-25 10:47:43 -05:00
Ryan Mulligan
e1fa2204f3
Merge pull request #98627 from r-ryantm/auto-update/libinsane
libinsane: 1.0.4 -> 1.0.7
2020-09-25 08:43:45 -07:00
Timo Kaufmann
b21cd5bd26
Merge pull request #98702 from r-ryantm/auto-update/cliquer
cliquer: 1.21 -> 1.22
2020-09-25 09:59:35 +02:00
Michael Raskin
84c0fbb141
Merge pull request #98698 from r-ryantm/auto-update/cddlib
cddlib: 0.94j -> 0.94l
2020-09-25 07:36:41 +00:00
R. RyanTM
538bb17366 gbenchmark: 1.5.1 -> 1.5.2 2020-09-25 07:36:09 +00:00
Ryan Mulligan
e7ced50491
Merge pull request #98653 from r-ryantm/auto-update/libgpiod
libgpiod: 1.5.1 -> 1.5.2
2020-09-24 20:20:13 -07:00
R. RyanTM
ced2c4a0ec cliquer: 1.21 -> 1.22 2020-09-25 02:29:32 +00:00
R. RyanTM
2221257116 cddlib: 0.94j -> 0.94l 2020-09-25 00:56:11 +00:00
R. RyanTM
82a14b8569
c-blosc: 1.20.0 -> 1.20.1 (#98677) 2020-09-24 21:44:20 +00:00
Jan Tojnar
d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
R. RyanTM
25bef63de4 libgpiod: 1.5.1 -> 1.5.2 2020-09-24 12:35:14 +00:00
R. RyanTM
c6ed098a39 libisds: 0.11 -> 0.11.1 2020-09-24 12:01:55 +00:00
Michael Weiss
f49210d9be
neatvnc: 0.2.0 -> 0.3.0 2020-09-24 12:25:01 +02:00
R. RyanTM
b3e8c4354a libxls: 1.5.3 -> 1.6.0 2020-09-24 08:49:39 +00:00
R. RyanTM
7b19957e30 libinsane: 1.0.4 -> 1.0.7 2020-09-24 08:18:36 +00:00
Daniël de Kok
2504403f87
Merge pull request #97679 from acowley/vulkan-loader-fix
vulkan-loader: fix pkgconfig libdir path
2020-09-24 08:11:29 +02:00
Câju Mihai-Drosi
42133cb6fe spirv-headers: 1.5.1 -> 1.5.3 2020-09-24 08:19:41 +03:00
Câju Mihai-Drosi
4884f330b5 vulkan-loader: 1.2.131.2 -> 1.2.141.0 2020-09-24 08:19:41 +03:00
Câju Mihai-Drosi
abc0d91370 vulkan-headers: 1.2.131.1 -> 1.2.141.0 2020-09-24 08:19:41 +03:00
R. RyanTM
fc766c1d18 libwps: 0.4.11 -> 0.4.12 2020-09-24 04:28:58 +00:00
Ryan Mulligan
d6d1c121e1
Merge pull request #72161 from Twey/libbacktrace
libbacktrace: init at 2018-06-05
2020-09-23 21:22:08 -07:00
R. RyanTM
4fe54460cf zimg: 3.0 -> 3.0.1 2020-09-23 20:51:03 -07:00
Mario Rodas
1ba35c8d85
Merge pull request #98600 from r-ryantm/auto-update/hiredis
hiredis: 0.14.1 -> 1.0.0
2020-09-23 22:18:02 -05:00
Ryan Burns
357014e09c libkml: fix tests on darwin
Darwin tests require rpath setup for libs in build dir
2020-09-23 19:40:21 -07:00
R. RyanTM
88bb04c88f hiredis: 0.14.1 -> 1.0.0 2020-09-23 23:09:12 +00:00
Timo Kaufmann
2f352077e7
Merge pull request #85203 from fgaz/koboredux/init
audiality2, koboredux: init
2020-09-23 21:18:53 +02:00
Ben Darwin
502721e0a5 simpleitk: 1.2.4 -> 2.0.0 2020-09-23 14:51:15 -04:00
Daniël de Kok
66d0662548
Merge pull request #98230 from danieldk/rocm-3.8.0
Update to ROCm 3.8.0
2020-09-23 19:25:38 +02:00
Anthony Cowley
4c5f19992f vulkan-loader: fix pkgconfig libdir path 2020-09-23 12:12:42 -04:00
Ben Darwin
8a3c9812cc gifticlib: init at unstable-2020-07-07 2020-09-23 12:07:37 -04:00
Christian Kauhaus
2c32b37136
Merge pull request #98457 from ckauhaus/70109-libvorbis-1.3.7
libvorbis: 1.3.6 -> 1.3.7
2020-09-23 16:33:31 +02:00
Florian Klink
3e82dd3d86 sundials: remove flokli as maintainer 2020-09-23 11:56:28 +02:00
Florian Klink
ef55ac4a6e sundials_2: remove flokli as maintainer 2020-09-23 11:56:03 +02:00
Vladimír Čunát
2363e6eb9c
gnutls: 3.6.14 -> 3.6.15
Security: on-wire alert could cause NULL pointer dereference.
https://lists.gnupg.org/pipermail/gnutls-help/2020-September/004669.html
2020-09-23 10:34:00 +02:00
freezeboy
160f169f03 crc32c: enable static 2020-09-22 23:10:00 -07:00
Doron Behar
bd77df6d6f arpack: assert that blas and lapack are compatible
Do it before buildInputs per:
https://github.com/NixOS/nixpkgs/pull/94892#discussion_r471110250

Remove unneed, BLAS_LIBS and LAPACK_LIBS from environment - the
libraries are detected just fine when in buildInputs.
2020-09-23 00:57:31 +03:00
Doron Behar
e0d947c79c arpack: cosmetic changes
Don't use `with stdenv.lib` at the top of the expression, per:
https://nix.dev/anti-patterns/language.html#with-attrset-expression

Use rec and version inside `mkDerivation`, like almost any other
derivation.
2020-09-23 00:52:45 +03:00
Anderson Torres
d97a5093e9
Merge pull request #98437 from AndersonTorres/cimg-upload
cimg: 2.9.1 -> 2.9.2
2020-09-22 17:14:48 -03:00
Frederik Rietdijk
7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
Christian Kauhaus
160f912431 libvorbis: 1.3.6 -> 1.3.7
New release contains various security fixes. Among others for:
* CVE-2017-14160
* CVE-2018-10392
* CVE-2018-10393
2020-09-22 12:17:12 +02:00
Ben Wolsieffer
ec92ffc530 orocos-kdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
AndersonTorres
4c4217bdb1 cimg: 2.9.1 -> 2.9.2 2020-09-22 00:12:01 -03:00
Guillaume Desforges
860bc40a22 sundials: add KLU support 2020-09-21 11:02:15 -07:00
r-burns
a2228f4c18
libversion: fix tests on Darwin (#98361) 2020-09-21 11:58:29 -04:00
Ryan Burns
bf71f459d2 liboping: fix build on Darwin 2020-09-20 17:58:08 -07:00
WORLDofPEACE
978e419abe Merge branch 'staging-next' into staging 2020-09-20 18:43:38 -04:00
WORLDofPEACE
34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Robert Scott
566605626c vmmlib: fix build
provide lapack instead of blas, causing gaussian elimination tests to
no longer fail

remove some trailing spaces from the longDescription to please the linter.
sorry.
2020-09-20 14:34:09 -07:00
Robert Scott
eb86bff30d libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
dcd6847ddb libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
044533c99b libndtypes, pythonPackages.ndtypes: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Gabriel Ebner
088ddf717c
Merge pull request #97661 from hannesweisbach/opencascade-oce
opencascade: enable macOS build and add features
2020-09-20 16:31:42 +02:00
Hannes Weisbach
80a6743c37 opencascade: enable macOS build and add features
enable/fix macOS build and add options for TBB and GL2PS dependencies

VTK integration needed a patch because implicit conversions in initializer
lists are an error in C++11, which is the default in clang 7 used by nix.
2020-09-20 15:05:09 +02:00
Gabriel Ebner
efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Doron Behar
7fcc9a4eaa
Merge pull request #69112 from JohnAZoidberg/sqldiff
sqldiff: init at 3.33.0
2020-09-19 22:03:49 +03:00
Gabriel Ebner
f3bef958dc dbus-java: use jdk8 2020-09-19 17:34:40 +02:00
Doron Behar
6ca39b3e21 sqlite tools.nix: 3.30.0 > 3.33.0 2020-09-19 18:11:50 +03:00
Daniel Schaefer
0e574bc186 sqlite-analyzer: 3.28.0 -> 3.30.0 2020-09-19 18:05:32 +03:00
Benjamin Esham
1e136a97fb sqldiff, sqlite-analyzer: Fix Darwin build
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer
e714798f27 sqldiff: init at 3.28.0 2020-09-19 18:05:30 +03:00
Vladimír Čunát
0cc9dd7c16
nspr: 4.28 -> 4.29
I found nothing like release notes.  It certainly is a companion version
for nss 3.57 (parent commit).  Firefox appears to be OK.
2020-09-19 10:38:05 +02:00
Vladimír Čunát
80d90e69fe
nss: 3.56 -> 3.57
Release notes seem "boring":
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes

My understanding is that this version will be needed in Firefox 82 released
in one month from now: https://wiki.mozilla.org/NSS:Release_Versions
2020-09-19 08:23:45 +02:00
Daniël de Kok
14963fd5c4 rocm-opencl-runtime: 3.7.0 -> 3.8.0 2020-09-19 08:12:08 +02:00
Daniël de Kok
b535b62c9b rocclr: 3.7.0 -> 3.8.0 2020-09-19 08:10:17 +02:00
Daniël de Kok
f038c7b9fc rocm-comgr: 3.7.0 -> 3.8.0 2020-09-19 08:08:29 +02:00
Daniël de Kok
c1c5e46e2f rocm-runtime: 3.7.0 -> 3.8.0
The tag refers to the same commit as 3.7.0, so the hash did not
change.
2020-09-19 08:08:29 +02:00
Daniël de Kok
fcd084b6ec rocm-device-libs: 3.7.0 -> 3.8.0 2020-09-18 20:43:47 +02:00
Daniël de Kok
b747b2fa7a rocm-thunk: 3.7.0 -> 3.8.0 2020-09-18 20:43:47 +02:00
Gabriel Ebner
524755d323 embree: init at 3.11.0 2020-09-18 15:17:23 +02:00
Vladimír Čunát
68c436b0cc
Merge branch 'staging-next' 2020-09-18 08:12:47 +02:00
Robert Scott
5df26febad
Merge pull request #98149 from povik/povik/libiio-py3-fix
python3.pkgs.libiio: fix build
2020-09-17 23:41:52 +01:00
Lassulus
1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Lassulus
ce583ca42d
Merge pull request #97104 from r-ryantm/auto-update/cutelyst
cutelyst: 2.11.0 -> 2.12.0
2020-09-17 20:39:21 +02:00
Lassulus
7992147d87
Merge pull request #97113 from r-ryantm/auto-update/duckdb
duckdb: 0.1.8 -> 0.2.1
2020-09-17 20:24:48 +02:00
Michael Weiss
6343fb95c6
mesa: 20.1.7 -> 20.1.8 (#98154) 2020-09-17 14:24:33 +02:00
Martin Povišer
ce0a59cb9f python3.pkgs.libiio: fix build
Add missing setuptools dependency.
2020-09-17 09:16:02 +02:00
Daniël de Kok
6338098ffb
Merge pull request #97227 from danieldk/libxsmm-1.16.1
libxsmm: 1.15 -> 1.16.1, improve derivation
2020-09-16 20:13:26 +02:00
Vladimír Čunát
372f89cc44
Merge branch 'master' into staging-next 2020-09-16 17:58:45 +02:00
Ferran Pujol Camins
c12cfa428c chromaprint: fix derivation 2020-09-16 10:10:56 +02:00
Ferran Pujol Camins
c6dd555bde chromaprint: add darwin compatibility 2020-09-16 10:10:56 +02:00
Mario Rodas
7dbc32359d
Merge pull request #97633 from marsam/enable-opencv-videoio-darwin
opencv: enable videoio on darwin
2020-09-15 22:57:37 -05:00
Thomas Tuegel
c0825ddbe9
Merge pull request #97672 from ttuegel/mariadb-connector-c-multiple-outputs
mariadb-connector-c: multiple outputs
2020-09-15 05:38:28 -05:00
Sebastian Neubauer
50733da4b0 amdvlk: 2020.Q3.4 -> 2020.Q3.5 2020-09-14 17:41:24 +02:00
Sebastian Neubauer
13beb432fb amdvlk: Add i686-linux platform 2020-09-14 15:04:57 +02:00
Doron Behar
bdbe60a883
Merge pull request #97752 from doronbehar/pkg/qpdf
qpdf: 9.1.1 -> 10.0.1
2020-09-13 19:16:19 +03:00
Daniël de Kok
9be28ee361 libxsmm: 1.15 -> 1.16.1, improve derivation
The following changes are made to the derivation besides the version
bump:

- Move all buildInputs to nativeBuildInputs.
- Switch from Python 2 to Python 3.
- Build a dynamic library by default.
- Use gfortran version corresponding to gcc version.
- Enable parallel building.
2020-09-13 15:33:40 +02:00
Frederik Rietdijk
c7f34f9bad Merge master into staging-next 2020-09-13 08:44:52 +02:00
Vladimír Čunát
e78b52ede7
Merge #95089: glibc: 2.31 -> 2.32 (into staging) 2020-09-13 08:26:14 +02:00
Vladimír Čunát
4cf1247851
Merge branch 'staging-next' into staging 2020-09-13 08:21:17 +02:00
Vladimír Čunát
48d4a1cee9
Merge branch 'master' into staging-next
(adds huge rebuild *and* its revert)
2020-09-13 08:20:18 +02:00
Mario Rodas
de7719a240 exiv2: fix build on darwin 2020-09-13 04:20:00 +00:00
Maximilian Bosch
698461394c
libvirt_5_9_0: fix build w/glibc-2.32 2020-09-12 23:04:50 +02:00
Maximilian Bosch
7cb4052794
ntirpc: fix build w/glibc-2.32 2020-09-12 23:04:49 +02:00
Maximilian Bosch
b20ac1c4c3
libguestfs: fix build w/glibc-2.32 2020-09-12 23:04:49 +02:00
Maximilian Bosch
0079133e42
grpc: fix build w/glibc-2.32 2020-09-12 23:04:49 +02:00
Maximilian Bosch
5a3dd6b2d0
irrlicht: fix build w/glibc-2.32 2020-09-12 23:04:48 +02:00
Maximilian Bosch
24fd601640
libvirt: fix build w/glibc-2.32 2020-09-12 23:04:48 +02:00
Maximilian Bosch
9dbd6a782a
libdap: mark as broken
Requires an sunrpc-lib like `libtirpc` (latest `glibc` dropped support
for it), however it requires symbols like `xdr_uint` that don't exist in
`libtirpc`.
2020-09-12 23:04:47 +02:00
Maximilian Bosch
23e870d828
nvidia-texture-tools: fix build w/glibc-2.32 2020-09-12 23:04:47 +02:00
Maximilian Bosch
5e68d203f3
opencv2: mark as broken
Current release is 4.x and the 2.x-series doesn't seem to be supported
anymore for a while.
2020-09-12 23:04:46 +02:00
Maximilian Bosch
0841c6a1d9
libchop: fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
Maximilian Bosch
4f0b106aee
libtirpc: 1.2.6 -> 1.2.7-rc4 2020-09-12 23:04:45 +02:00
Maximilian Bosch
b13de83972
ace: 6.5.7 -> 6.5.10, fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
Maximilian Bosch
4ba59baf97
cernlib: fix build w/glibc-2.32 2020-09-12 23:04:44 +02:00
Maximilian Bosch
c60a09b498
chipmunk: 7.0.1 -> 7.0.3, fix build w/glibc-2.32 2020-09-12 23:04:44 +02:00
Maximilian Bosch
30286ebcc1
glibc: 2.31 -> 2.32
ChangeLog: https://sourceware.org/pipermail/libc-announce/2020/000029.html

Patches removed:

* `rpcgen-path.patch` is obsolete as the support for SunOS RPC has been
  removed in 2.32[1].

* The vulnerabilities CVE-2020-1752[2] & CVE-2020-10029[3] are fixed in
  `glibc-2.32`[4][5], thus applying those manually isn't necessary anymore.

I also added myself as second maintainer as I'm quite regularly doing
`glibc`-related stuff in `nixpkgs`, so let's make this situation
official.

[1] https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=5500cdba4018ddbda7909bc7f4f9718610b43cf0
[2] https://nvd.nist.gov/vuln/detail/CVE-2020-1752
[3] https://nvd.nist.gov/vuln/detail/CVE-2020-10029
[4] Commit 9333498794cde1d5cca518badf79533a24114b6f (CVE-2020-1752)
[5] Commit ddc650e9b3dc916eab417ce9f79e67337b05035c (CVE-2020-10029)
2020-09-12 23:04:43 +02:00
John Ericson
2e075ba96c
Merge pull request #96906 from kampka/gts
gts: Fix cross compilation
2020-09-12 13:33:20 -04:00
Benjamin Hipple
931c4f2f47
Merge pull request #97698 from obsidiansystems/pytorch-use-passhthru
pytorch: update to use passthru's for checks
2020-09-12 09:46:51 -04:00
Jan Tojnar
1bdad26c20
malcontent: 0.8.0 → 0.9.0
https://gitlab.freedesktop.org/pwithnall/malcontent/-/releases/0.9.0
2020-09-12 15:27:27 +02:00
Jan Tojnar
1510876ee9
enchant: 2.2.10 → 2.2.11
https://github.com/AbiWord/enchant/releases/tag/v2.2.11
2020-09-12 15:08:04 +02:00
Jan Tojnar
f16e6f5f66
libxmlb: 0.2.0 → 0.2.1
https://github.com/hughsie/libxmlb/compare/0.2.0...0.2.1
2020-09-12 15:01:25 +02:00
Jan Tojnar
595e61d837
flatpak: 1.8.1 → 1.8.2
https://github.com/flatpak/flatpak/releases/tag/1.8.2
2020-09-12 15:01:25 +02:00
Michael Weiss
34cd8d44c7
libva: 2.8.0 -> 2.9.0 (#97831) 2020-09-12 14:53:06 +02:00
Thomas Tuegel
9bbe7a06fd
opendbx: set libmysqlclient include path 2020-09-12 06:58:27 -05:00
Thomas Tuegel
3510a5f13c
libdbi-drivers: fix libmysqlclient include path 2020-09-12 06:58:26 -05:00
Thomas Tuegel
b750697c1f
glpk: do not hard code include path for libmysqlclient 2020-09-12 06:58:25 -05:00
Thomas Tuegel
de938ee3f5
gdal: fix path to mysql_config 2020-09-12 06:58:25 -05:00