Commit Graph

35393 Commits

Author SHA1 Message Date
R. RyanTM
9317014be1 opendht: 2.1.1 -> 2.1.3 2020-06-16 10:14:59 -05:00
R. RyanTM
9702e0ce4d libiio: 0.19 -> 0.20 2020-06-16 10:14:27 -05:00
Wael Nasreddine
15a059bba2
Merge pull request #89070 from kalbasit/nixpkgs_add-nanopb
nanopb: init at 0.4.1
2020-06-16 07:22:08 -07:00
R. RyanTM
adff8a2ee9 libqmi: 1.24.12 -> 1.25.900 2020-06-16 13:52:30 +00:00
Matthew Bauer
834272d0d6
Merge pull request #90506 from mroi/patch-libgcc
libgcc: fix Darwin cross compile
2020-06-15 19:36:05 -04:00
Peter Hoeg
6d95cf3de4
Merge pull request #90428 from NixOS/wxgtk_gtk3
wxGTK3: make gtk2 and gtk3 specific variants
2020-06-16 06:31:35 +08:00
Francesco Gazzetta
d3e96b4c3a impy: init at 0.1 2020-06-15 18:43:07 +02:00
R. RyanTM
482a91e122 cimg: 2.9.0 -> 2.9.1 2020-06-15 16:02:21 +00:00
Florian Klink
af3c1000a4
Merge pull request #90343 from flokli/hardware-u2f-remove
hardware/u2f: remove module
2020-06-15 17:53:47 +02:00
Michael Roitzsch
9b13828f79 libgcc: fix Darwin cross compile
late fallout from 1ac5398: the build variables were changed from infix to suffix notation
2020-06-15 17:32:33 +02:00
Frederik Rietdijk
d9e0820393 Merge master into staging-next 2020-06-15 16:48:53 +02:00
Dmitry Kalinkin
d3044f0ec2
Merge pull request #88016 from kini/amarok/lastfm-support
amarok: add last.fm support, bump version
2020-06-15 10:34:38 -04:00
Ryan Mulligan
67a080588c
Merge pull request #90401 from r-ryantm/auto-update/librealsense
librealsense: 2.34.0 -> 2.35.2
2020-06-15 05:59:43 -07:00
Ryan Mulligan
6bdf10afe0
Merge pull request #86975 from r-ryantm/auto-update/libdap
libdap: 3.20.5 -> 3.20.6
2020-06-15 05:56:19 -07:00
Ryan Mulligan
35c1247563
Merge pull request #90440 from r-ryantm/auto-update/trompeloeil
trompeloeil: 37 -> 38
2020-06-15 05:54:05 -07:00
Frederik Rietdijk
384bc1a861 Merge staging-next into staging 2020-06-15 08:29:05 +02:00
Frederik Rietdijk
59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
R. RyanTM
5e36efff54 trompeloeil: 37 -> 38 2020-06-15 05:19:12 +00:00
Peter Hoeg
7439aad737 wxGTK3: make gtk2 and gtk3 specific variants 2020-06-15 11:01:25 +08:00
Keshav Kini
557f56d465 liblastfm: 1.1.0 -> liblastfm-unstable 2019-08-23 2020-06-14 18:38:16 -07:00
John Ericson
fd4dcae884 Merge remote-tracking branch 'upstream/nixpkgs-unstable' into staging 2020-06-14 21:46:35 +00:00
R. RyanTM
e08c199856 librealsense: 2.34.0 -> 2.35.2 2020-06-14 20:47:35 +00:00
Florian Klink
89c3e73dad hardware/u2f: remove module
udev gained native support to handle FIDO security tokens, so we don't
need a module which only added the now obsolete udev rules.

Fixes: https://github.com/NixOS/nixpkgs/issues/76482
2020-06-14 15:13:31 +02:00
Pierre Bourdon
0cb5116faf
gio-sharp: add missing glib dependency 2020-06-14 12:53:38 +02:00
Dmitry Kalinkin
f97f334a6c
Merge pull request #89821 from veprbl/pr/clementine_1_4_0rc1
clementine: 1.3.1 -> 1.4.0rc1, switch to Qt 5, fix build
2020-06-13 19:54:28 -04:00
Dmitry Kalinkin
4361446b99
Merge pull request #89277 from veprbl/uriparser_0_9_4
uriparser: 0.9.3 -> 0.9.4
2020-06-13 19:53:37 -04:00
Dmitry Kalinkin
fa942617bc
Merge pull request #89688 from veprbl/pr/g4py_rework
pythonPackages.geant4: init at 10.6.2
2020-06-13 19:53:17 -04:00
Daiderd Jordan
0697ad33c0
libxslt: fix darwin build
ld: library not found for -lintl
    clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
    make[3]: *** [Makefile:544: libxsltmod.la] Error 1
2020-06-13 20:14:52 +02:00
Jesper Geertsen Jonsson
021570aaf0 lmdb: 0.9.24 -> 0.9.25
Change to official repo. The Github read-only mirror is abandoned.
2020-06-13 20:08:09 +02:00
Michael Weiss
6653a35faa
intel-media-driver: 19.4.0r -> 20.1.1 (#90094) 2020-06-13 12:26:45 +02:00
R. RyanTM
fc94ec9baf libmbim: 1.22.0 -> 1.23.900 2020-06-13 11:11:27 +02:00
Frederik Rietdijk
2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Frederik Rietdijk
1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Anders Kaseorg
c8d064eec1 gstreamer: Fix wrapper quoting
The bug was that the inner double quotes in "\$("…")" are not actually
inner like they would be in "$("…")".  We could write "\$(\"…\")", but
using single quotes on the outside makes everything simpler.

Fixes #63751.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-06-13 11:01:38 +02:00
R. RyanTM
0d4fba9168 lcms2: 2.9 -> 2.10 2020-06-13 10:56:18 +02:00
R. RyanTM
f67bc33140 libyaml: 0.2.4 -> 0.2.5 2020-06-13 10:55:20 +02:00
R. RyanTM
858acc3ee5 harfbuzz: 2.6.4 -> 2.6.7 2020-06-13 10:54:40 +02:00
R. RyanTM
4aa1511b70 libnftnl: 1.1.5 -> 1.1.7 2020-06-13 10:54:19 +02:00
Vladimír Čunát
c055851648
mesa: 20.0.7 -> 20.0.8
https://lists.freedesktop.org/archives/mesa-dev/2020-June/224501.html
/cc PR #89105; this is indeed announced to be the last 20.0 version.
2020-06-13 09:58:30 +02:00
Joe Hermaszewski
3e10731b08 ffmpeg-full: add librsvg support 2020-06-12 17:18:38 -07:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Jan Tojnar
3e9434457f
Merge pull request #89408 from jpotier/add-libucl 2020-06-12 16:22:40 +02:00
Jan Tojnar
b27ff41eab
Merge pull request #88911 from r-ryantm/auto-update/libblockdev
libblockdev: 2.23 -> 2.24
2020-06-12 11:35:25 +02:00
Jan Tojnar
3437d3c64f
Merge pull request #90154 from adisbladis/gimp-2_10_20 2020-06-12 11:29:25 +02:00
Jan Tojnar
c474c526a7
Merge pull request #90123 from r-ryantm/auto-update/poppler-glib
poppler: 0.88.0 -> 0.89.0
2020-06-12 11:28:58 +02:00
Frederik Rietdijk
febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Tom Hall
4cc48e5e0f SDL2_mixer: add optional dependency mpg123 2020-06-11 21:57:56 -07:00
adisbladis
5a534325b4
gegl: 0.4.22 -> 0.4.24 2020-06-11 20:45:06 +02:00
adisbladis
badb95586a
babl: 0.1.74 -> 0.1.78 2020-06-11 20:45:06 +02:00
Matthew Bauer
d659f968ba
Merge pull request #88075 from mroi/patch-libmilter
libmilter: fix compilation on Darwin
2020-06-11 10:59:39 -05:00
Jan Tojnar
ee540d4ff7
Merge pull request #89955 from r-ryantm/auto-update/gjs
gjs: 1.64.2 -> 1.64.3
2020-06-11 16:48:44 +02:00
Jan Tojnar
b0da8d03f9
Merge pull request #90036 from r-ryantm/auto-update/libosinfo
libosinfo: 1.7.1 -> 1.8.0
2020-06-11 16:47:48 +02:00
Jan Tojnar
5a416c0049
gdk-pixbuf-xlib: fix pc file
It had incorrect include path and did not propagate dependencies correctly.
2020-06-11 15:51:45 +02:00
Ryan Mulligan
083cabb8c7
Merge pull request #90122 from r-ryantm/auto-update/protozero
protozero: 1.6.8 -> 1.7.0
2020-06-11 06:02:08 -07:00
Frederik Rietdijk
aace708416 Merge staging-next into staging 2020-06-11 09:59:26 +02:00
Ryan Mulligan
f3de6bc15a
Merge pull request #87465 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.0.5 -> 6.0.6
2020-06-10 22:18:47 -07:00
R. RyanTM
3eb3402336 poppler: 0.88.0 -> 0.89.0 2020-06-11 04:12:41 +00:00
R. RyanTM
fad8a8ebb4 protozero: 1.6.8 -> 1.7.0 2020-06-11 04:04:28 +00:00
Michael Weiss
043fb60293
intel-media-driver: 19.4.0r -> 20.1.1 2020-06-10 23:18:57 +02:00
Jan Tojnar
5d39d988dc
gjs: Fix locale detection
The build was complaining:

	meson.build:660: WARNING: Your libc does not have the C.UTF-8 locale and no other
	suitable UTF-8 fallback locale could be found. You can still build GJS, but
	some tests will fail.

The tests do not actually seem to be affected but still.
2020-06-10 23:14:11 +02:00
Jan Tojnar
6635e78fad
gjs: Fix tests
Installed tests require GSettings schemas.

And the build-time tests are now passing.
2020-06-10 22:55:39 +02:00
Florian Klink
24e1a54eff
Merge pull request #89611 from flokli/pipewire-media-session-absolue-path
pipewire: apply patch providing absolute path to pipewire-media-session
2020-06-10 21:03:00 +02:00
Vladimír Čunát
13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
Justin Gerhardt
9930b8fd3d wireshark: Add Bluetooth
Only applies to Linux
2020-06-10 19:53:29 +02:00
Florian Klink
2d544307e5 pipewire: apply patch providing absolute path to pipewire-media-session
So pipewire-daemon is able to locate pipewire-media-session (which it's
executing).

Context: https://github.com/NixOS/nixpkgs/issues/89528#issuecomment-640013433
2020-06-10 18:45:19 +02:00
Vladimír Čunát
a5f5d020c6
Merge branch 'staging-next' 2020-06-10 16:13:48 +02:00
Jan Tojnar
ed43d951af
Merge pull request #90053 from r-ryantm/auto-update/mm-common
mm-common: 1.0.0 -> 1.0.1
2020-06-10 16:00:56 +02:00
R. RyanTM
1e0f101947 mm-common: 1.0.0 -> 1.0.1 2020-06-10 13:13:29 +00:00
Timo Kaufmann
fd8892961f
Merge pull request #79842 from mir06/add-liberfa
liberfa: init at 1.7.0
2020-06-10 15:01:23 +02:00
Florian Klink
9ad9ad86a4
Merge pull request #90039 from flokli/pipewire-0.3.6
pipewire: 0.3.5 -> 0.3.6
2020-06-10 14:41:06 +02:00
Jan Tojnar
f7ea00e346
Merge pull request #90022 from r-ryantm/auto-update/librsvg
librsvg: 2.48.4 -> 2.48.7
2020-06-10 14:06:20 +02:00
Jan Tojnar
6cd7394d03
Merge pull request #90037 from r-ryantm/auto-update/libcloudproviders
libcloudproviders: 0.3.0 -> 0.3.1
2020-06-10 13:48:44 +02:00
Florian Klink
b981b77c2c pipewire: 0.3.5 -> 0.3.6
should fix bad v0 clients, such as google-chrome-stable etc:
014e48c1f1
2020-06-10 12:45:51 +02:00
R. RyanTM
37eba9055b libcloudproviders: 0.3.0 -> 0.3.1 2020-06-10 10:31:35 +00:00
R. RyanTM
207f5f36f1 libosinfo: 1.7.1 -> 1.8.0 2020-06-10 10:10:51 +00:00
Peter Hoeg
d01d1da890
Merge pull request #89952 from r-ryantm/auto-update/freetds
freetds: 1.1.39 -> 1.1.40
2020-06-10 17:45:27 +08:00
Mario Rodas
8b2d735d1a
nss: fix build on darwin 2020-06-10 04:20:00 -05:00
R. RyanTM
759de38807 gdcm: 3.0.5 -> 3.0.6 2020-06-10 16:50:02 -07:00
Armin Leuprecht
5fe5be3d86 liberfa: init at 1.7.0 2020-06-10 07:34:26 +00:00
Vladimír Čunát
a038553c8b
Merge #89901: dbus: 1.12.16 -> 1.12.18 (security)
...into staging.  Fixes CVE-2020-12049 (DoS).
https://lists.freedesktop.org/archives/dbus/2020-June/017870.html
2020-06-10 09:05:30 +02:00
Vladimír Čunát
bed5bc57f6
Merge #89884: gnutls: 3.6.13 -> 3.6.14 (security)
... into staging.  This fixes a very serious issue.
2020-06-10 08:54:32 +02:00
R. RyanTM
02f793bd87 librsvg: 2.48.4 -> 2.48.7 2020-06-10 06:45:14 +00:00
Jan Tojnar
acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jan Tojnar
c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
Jan Tojnar
986ff168c7
Merge pull request #89942 from r-ryantm/auto-update/glib-networking
glib-networking: 2.64.2 -> 2.64.3
2020-06-10 04:09:10 +02:00
Robin Palotai
5ca9a2d15b
leveldb: Add snappy dependency (#89852)
This is practically required. Without this option, snappy compression is not supported, so
1) newly created leveldb stores will take more space than needed
2) existing snappy-compressed stores won't be opened by tools built without the snappy support
2020-06-09 20:07:51 -04:00
R. RyanTM
2df0fef39e gjs: 1.64.2 -> 1.64.3 2020-06-09 17:50:56 +00:00
R. RyanTM
42f3f3cbda freetds: 1.1.39 -> 1.1.40 2020-06-09 17:24:57 +00:00
R. RyanTM
9e29684064 glib-networking: 2.64.2 -> 2.64.3 2020-06-09 16:09:51 +00:00
Ryan Mulligan
7487fcb844
Merge pull request #89892 from r-ryantm/auto-update/armadillo
armadillo: 9.880.1 -> 9.900.1
2020-06-09 06:06:19 -07:00
Jan Tojnar
a9627ecc38
Merge pull request #89887 from r-ryantm/auto-update/amtk
amtk: 5.0.2 -> 5.1.1
2020-06-09 14:57:06 +02:00
zowoq
2c79d7f0c2 ffmpeg-full: inherit src/version from ffmpeg 2020-06-09 14:26:31 +02:00
R. RyanTM
c766192b30 dbus: 1.12.16 -> 1.12.18 2020-06-09 09:17:52 +00:00
R. RyanTM
0e0df31e2a armadillo: 9.880.1 -> 9.900.1 2020-06-09 07:47:18 +00:00
R. RyanTM
005d4b35c5 amtk: 5.0.2 -> 5.1.1 2020-06-09 06:58:24 +00:00
Cole Helbling
1dba117541
gnutls: 3.6.13 -> 3.6.14
Fixes CVE-2020-13777 [1].

Changes: https://lists.gnupg.org/pipermail/gnutls-help/2020-June/004648.html

[1] https://nvd.nist.gov/vuln/detail/CVE-2020-13777
2020-06-08 23:14:05 -07:00
Euan Kemp
cb0f158176 unixODBCDrivers: fix sqlite driver to link with sqlite3
Without this change, it doesn't actually link to libsqlite3.so
correctly, and so the output driver has unresolved symbols.
2020-06-08 22:02:30 -07:00
Matthew Bauer
5f11c0ad81
Merge pull request #70024 from NixOS/nix-static
nix: allow static compilation
2020-06-08 17:55:40 -05:00
Matthew Bauer
a9924d7ab8 libexecinfo: fix building statically 2020-06-08 17:47:51 -05:00
Matthew Bauer
6231dc774d
Merge pull request #88692 from Aver1y/libusb-pkgsMusl
libusb1: Fix for pkgsMusl
2020-06-08 17:38:42 -05:00
R. RyanTM
3ee1dcce2c aws-checksums: 0.1.5 -> 0.1.7 2020-06-08 11:38:32 -07:00
Dmitry Kalinkin
9146684bbb liblastfm: switch to Qt 5 2020-06-08 13:17:46 -04:00
Ryan Mulligan
aab5808292
Merge pull request #89648 from r-ryantm/auto-update/nco
nco: 4.9.2 -> 4.9.3
2020-06-08 07:18:02 -07:00
Frederik Rietdijk
8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk
dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
1000101
277bbb8efe formatting: fix missing leading whitespace 2020-06-08 09:37:17 +02:00
R. RyanTM
5f7d9d0985
poco: 1.9.4 -> 1.10.1 (#80665) 2020-06-08 09:10:06 +02:00
1000101
c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Carles Pagès
1059cdab38
Merge pull request #88519 from karolchmist/sdl2-add-optional-dont-disable-static
SDL2: Add withStatic option
2020-06-07 20:22:31 +02:00
worldofpeace
131028cd50
Merge pull request #89613 from flokli/pipewire_0_2_version
pipewire_0_2: move from 2.nix to 0.2.nix
2020-06-07 14:19:54 -04:00
Maximilian Bosch
3fec30cb95
dlib: 19.19 -> 19.20
https://github.com/davisking/dlib/releases/tag/v19.20
2020-06-07 17:09:35 +02:00
EEva (JPotier)
a739d310c1 libucl: init at 0.8.1 2020-06-07 14:01:26 +03:00
Vladimír Čunát
b10932369e
Merge #89029: sqlite: 3.31.1 -> 3.32.2 (security)
https://www.sqlite.org/cves.html#status_of_recent_sqlite_cves
2020-06-07 10:04:00 +02:00
Vladimír Čunát
601a99f031
sqlite-analyzer: 3.32.1 -> 3.32.2
It needs to be synced with sqlite itself.
2020-06-07 10:01:57 +02:00
Vladimír Čunát
04b1ed0440
Merge #89105: mesa: 20.0.2 -> 20.0.7 (into staging) 2020-06-07 09:56:38 +02:00
Frederik Rietdijk
d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Frederik Rietdijk
6b8223e634 Merge master into staging-next 2020-06-07 09:25:12 +02:00
Jörg Thalheim
0998dc4912
Merge pull request #89705 from Mic92/openfst 2020-06-07 00:58:16 +01:00
Jörg Thalheim
cd8b4f67e5
openfst: 1.7.6 -> 1.7.7 2020-06-06 23:54:24 +01:00
Ada Avery
4612927ad2 libraspberrypi: 2019-10-22 -> 2020-5-28 2020-06-06 13:09:23 -07:00
Ryan Mulligan
8c09d1bb93
Merge pull request #89658 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.8 -> 1.0.9
2020-06-06 12:16:30 -07:00
Dmitry Kalinkin
6fa6decded pythonPackages.geant4: init at 10.6.2
Starting geant4 10.6.2 g4py can not be built separately
http://geant4-data.web.cern.ch/geant4-data/ReleaseNotes/Patch4.10.6-2.txt

Also, it appears that g4py itself is now deprecated, it was moved
to environments/g4py/tests/g4pytest in the source distribution.  The only
remaining imported module is Geant4, hence python package name
`pythonPackages.geant4`, the capitalization matches the one of the non-python
attribute.
2020-06-06 14:53:54 -04:00
Florian Klink
cca875494f
Merge pull request #89669 from r-ryantm/auto-update/pkger
pkger: 0.16.0 -> 0.17.0
2020-06-06 20:35:38 +02:00
Dmitry Kalinkin
c1728ad3c7
Merge pull request #89550 from prusnak/drop-libjpeg-drop
libjpeg_drop: remove
2020-06-06 14:10:58 -04:00
Benjamin Hipple
6bac5006c5 pkger: add meta link to changelog 2020-06-06 12:58:24 -04:00
R. RyanTM
a353657b27 qtstyleplugin-kvantum-qt4: 0.15.2 -> 0.15.3 2020-06-06 16:58:15 +00:00
Gabriel Ebner
6ef54ad98d
Merge pull request #89631 from r-ryantm/auto-update/libheif
libheif: 1.6.2 -> 1.7.0
2020-06-06 18:57:33 +02:00
Lluís Batlle i Rossell
e53ea47241 libtoxcore: 0.2.10 -> 0.2.12 2020-06-06 18:46:33 +02:00
R. RyanTM
ea1ebe8c36 pkger: 0.16.0 -> 0.17.0 2020-06-06 15:58:14 +00:00
R. RyanTM
c843ed5364 openxr-loader: 1.0.8 -> 1.0.9 2020-06-06 14:42:51 +00:00
Mario Rodas
ccb04ccabf
Merge pull request #89604 from r-ryantm/auto-update/faudio
faudio: 20.05 -> 20.06
2020-06-06 08:41:23 -05:00
R. RyanTM
95db1128e8 nco: 4.9.2 -> 4.9.3 2020-06-06 13:33:59 +00:00
Jörg Thalheim
d52f4ea0ef
openfst: enable more features 2020-06-06 13:10:50 +01:00
R. RyanTM
a81bb16ff0 libheif: 1.6.2 -> 1.7.0 2020-06-06 11:25:42 +00:00
Florian Klink
a382d06ffd pipewire_0_2: move from 2.nix to 0.2.nix
This wrongly suggests there's a 2.x version.
2020-06-06 11:03:13 +02:00
R. RyanTM
3a3d358744 faudio: 20.05 -> 20.06 2020-06-06 06:13:06 +00:00
OmnipotentEntity
bf7644a4d1
geant4: 10.6.1 -> 10.6.2 (#89181) 2020-06-05 20:44:38 -04:00
Jonathan Ringer
5f140a61f2
sqlite: 3.32.1 -> 3.32.2 2020-06-05 14:44:22 -07:00
Wael Nasreddine
c0810058be
nanopb: add tests via passthru.tests 2020-06-05 13:33:30 -07:00
Wael Nasreddine
47361447f8
nanopb: init at 0.4.1 2020-06-05 13:33:21 -07:00
Pavol Rusnak
88f5f970b4
libjpeg_drop: remove
The drop patches have been upstreamed to libjpeg 9d
2020-06-05 21:56:56 +02:00
Frederik Rietdijk
1c68570ab2 Merge staging-next into staging 2020-06-05 19:42:16 +02:00
Frederik Rietdijk
43f71029cc Merge master into staging-next 2020-06-05 19:40:53 +02:00
Rémi NICOLE
f16f0c2fac
xdg-desktop-portal-wlr: init at 0.1.0 (#83485)
* xdg-desktop-portal-wlr: init at 2020-03-13

* xdg-desktop-portal-wlr: 2020-03-13 -> 0.1.0

Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-06-05 12:51:34 +00:00
ajs124
be7c11c439
nss: 3.52 -> 3.52.1
Needed to compile firefox 77.  Taken from PR #89438.
2020-06-05 06:24:06 +02:00
Martin Milata
d1dcd310dd jbig2dec: 0.17 -> 0.18
Fixes https://nvd.nist.gov/vuln/detail/CVE-2020-12268

autoreconfHook was added because the build was failing on missing
install-sh.
2020-06-04 18:27:53 +02:00
Justin Humm
e761cfe50a libexif: 0.6.21 -> 0.6.22
Also:
- build from git
- enable cross compilation
2020-06-04 18:23:15 +02:00
R. RyanTM
55258867b9 pcre2: 10.34 -> 10.35 2020-06-04 18:21:17 +02:00
zowoq
683004d092 libgpgerror: 1.36 -> 1.38
https://github.com/gpg/libgpg-error/blob/libgpg-error-1.38/NEWS
2020-06-04 18:18:11 +02:00
Benjamin Hipple
62ee86086c libssh2: fix broken patch hash
Patches from direct URLs on github are not stable (comment headers change w/
server settings), hence why we usually use `fetchpatch`. In lieu of that, vendor
the unstable patch.
2020-06-04 18:16:52 +02:00
Frederik Rietdijk
af2dd0c798 Revert "Revert "Merge pull request #78910 from serokell/libarchive-zstd""
The PR was accidentally merged into master instead of staging and thus reverted. Now, in staging, we can re-revert it.

This reverts commit 4df2f78ec7.
2020-06-04 15:30:36 +02:00
Frederik Rietdijk
b76c308ecd Merge staging-next into staging 2020-06-04 15:28:16 +02:00
Frederik Rietdijk
08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Lassulus
a15262665a
Merge pull request #88466 from puzzlewolf/gazebo_remove
gazebo: remove
2020-06-04 12:47:42 +02:00
Benjamin Hipple
fcb717f0df
Merge pull request #89168 from magnetophon/rubberband
rubberband: 1.8.1 -> 1.8.2
2020-06-04 00:08:30 -04:00
Michael Raskin
4f9053c605
Merge pull request #89285 from rmcgibbo/tachyon
tachyon: install header files
2020-06-03 22:44:35 +00:00
Doron Behar
cf657dc584 libgme: Don't reference gcc-unwrapped 2020-06-03 20:34:24 +03:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Bart Brouns
6d651f2bb6 rubberband: 1.8.1 -> 1.8.2 2020-06-03 10:10:34 +02:00
OPNA2608
1a41ae8148 intel-media-sdk: fix malformed enableParallelBuilding
enableParallelBuilding is already implied true by using cmake
2020-06-03 10:01:47 +02:00
Benjamin Hipple
4af635feff
Merge pull request #87866 from danieldk/validate-pkgconfig-hook
validatePkgConfig: init
2020-06-02 23:27:27 -04:00
Niklas Hambüchen
51fd4ebc6a
Merge pull request #88842 from r-ryantm/auto-update/openh264
openh264: 2.1.0 -> 2.1.1
2020-06-03 02:16:16 +02:00
Jan Tojnar
83489ca043
Merge pull request #87943 from pbogdan/accountsservice-upstream-55 2020-06-02 21:58:18 +02:00
R. RyanTM
cb374f9065 libinstpatch: 1.1.4 -> 1.1.5 2020-06-02 12:48:51 -07:00
R. RyanTM
0446bf0c7c lightstep-tracer-cpp: 0.12.0 -> 0.13.0 2020-06-02 12:46:42 -07:00
zimbatm
9f15e95ff2
Merge pull request #89308 from LnL7/remove-sri-hashes
Remove sri hashes
2020-06-02 16:24:01 +02:00
Lassulus
09da70f1f4
Merge pull request #87816 from helsinki-systems/precice2
precice: 2020-01-20 -> 2.0.2
2020-06-02 12:10:32 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Robert T. McGibbon
557a4df3eb tachyon: install header files 2020-06-01 00:29:20 -04:00
Dmitry Kalinkin
91b828f22b
uriparser: 0.9.3 -> 0.9.4 2020-05-31 19:45:26 -04:00
Florian Klink
5cad739409
Merge pull request #89223 from midchildan/cleanup/intel-media-sdk
intel-media-sdk: remove samples
2020-05-31 22:20:36 +02:00
Daniël de Kok
127cdd0cab mkl: use validatePkgConfig hook 2020-05-31 20:45:07 +02:00
midchildan
4983263166
intel-media-sdk: enable unit tests 2020-06-01 02:12:34 +09:00
Ryan Mulligan
03147cf7ae
Merge pull request #89243 from andersk/libversion-LD_LIBRARY_PATH
libversion: Fix unsafe concatenation of $LD_LIBRARY_PATH
2020-05-31 06:41:39 -07:00
Vladimír Čunát
0ef57f516a
sqlite-analyzer: 3.31.1 -> 3.32.1
It needs to be synced with sqlite itself.
2020-05-31 11:15:42 +02:00
Anders Kaseorg
665dfc26ed libversion: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  This particular
case probably has no security relevance, but we should avoid this
unsafe pattern anyway in case it gets copied.  See #76804.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-05-31 01:42:09 -07:00
Vladimír Čunát
3f08d642fe
glibc: patch CVE-2020-1752
/cc roundup #88306; the issue seems quite serious to me.

I also made two other patches non-conditional, as we rebuild
all platforms anyway.
2020-05-31 09:11:45 +02:00
R. RyanTM
b3206bb487 vamp-plugin-sdk: 2.9 -> 2.10 2020-05-31 00:01:55 -04:00
puzzlewolf
f9622e3011 ignition-math: remove 2020-05-30 18:38:37 +02:00
puzzlewolf
a410beaa7f ignition-transport: remove 2020-05-30 18:38:37 +02:00
puzzlewolf
c906c45fec gazebo, sdformat: remove 2020-05-30 18:38:28 +02:00
midchildan
22ff785205
intel-media-sdk: remove samples
fix #88939
2020-05-31 01:25:01 +09:00
R. RyanTM
71fd66ef17 catch2: 2.12.1 -> 2.12.2 2020-05-30 15:41:07 +02:00
Matthew Bauer
c2039e1901
mesa: make more things optional (#87438)
osmesa & gallium-nine are not needed for all systems. So this adds a
flag to disable them if you don’t want them.
2020-05-29 22:29:32 -05:00
Matthew Bauer
01377fc6ef
Merge pull request #87435 from matthewbauer/strip-more-in-cross
treewide: strip more things in cross
2020-05-29 22:28:04 -05:00
Frederik Rietdijk
4df2f78ec7 Revert "Merge pull request #78910 from serokell/libarchive-zstd"
Should go to staging instead.

This reverts commit f8d9f59abe, reversing
changes made to b27a19d5bf.
2020-05-29 21:03:02 +02:00
Frederik Rietdijk
f8d9f59abe
Merge pull request #78910 from serokell/libarchive-zstd
libarchive: link to zstd (split zstd output)
2020-05-29 20:51:16 +02:00
Michael Weiss
a668f6a58a libva: Switch from GNU Autotools to Meson 2020-05-29 20:48:15 +02:00
Michael Weiss
9ab24ec76b libva-utils: refactor
Note: This doesn't affect the result.
2020-05-29 20:48:15 +02:00
Frederik Rietdijk
36d9eeb9c7 Merge staging-next into staging 2020-05-29 17:06:01 +02:00
Vladimír Čunát
afa9962538
Merge #78910: libarchive: link to zstd (into staging)
Also split outputs and don't provide static lib by default.
2020-05-29 15:37:55 +02:00
Mario Rodas
d9f9fcfd16
Merge pull request #89146 from marsam/init-libfyaml
libfyaml: init at 0.5.7
2020-05-29 04:35:45 -05:00
zowoq
8609b214fa oniguruma: switch to autotools 2020-05-29 13:14:19 +10:00
Jonathan Ringer
80c9f3072b sqlite: 3.32.0 -> 3.32.1 2020-05-28 20:00:37 -07:00
Frederik Rietdijk
03de4c02fb Merge staging-next into staging 2020-05-28 22:05:36 +02:00
Orivej Desh
df9ac8b4a0
fmt: 6.2.0 -> 6.2.1, fix cmake config (#89114) 2020-05-28 16:31:13 +00:00
Mario Rodas
ffcfd9d498
Merge pull request #89077 from r-ryantm/auto-update/hyperscan
hyperscan: 5.2.1 -> 5.3.0
2020-05-28 09:12:55 -05:00
Mario Rodas
0c836fa1af
Merge pull request #88040 from zowoq/oniguruma
oniguruma: 6.9.4 -> 6.9.5_rev1
2020-05-28 09:09:36 -05:00
Ryan Mulligan
ce4c8e7fa5
Merge pull request #89053 from r-ryantm/auto-update/xmlrpc-c
xmlrpc_c: 1.39.12 -> 1.51.06
2020-05-28 06:35:50 -07:00
Michael Weiss
2bde87923e
mesa: 20.0.2 -> 20.0.7 2020-05-28 13:57:31 +02:00
Thomas Tuegel
99d2567515
Merge pull request #86317 from xbreak/qt5-pkg-config
qt5: Add missing include path to pkg-config files
2020-05-28 05:46:52 -05:00
Mario Rodas
501e613507
libfyaml: init at 0.5.7 2020-05-28 04:20:00 -05:00
Yuriy Chernyshov
331ce6981b
Update spdlog to 1.6.0 2020-05-28 10:57:51 +03:00
Mario Rodas
e433b62a8a
Merge pull request #89069 from r-ryantm/auto-update/cpputest
cpputest: 3.8 -> 4.0
2020-05-27 23:51:17 -05:00
R. RyanTM
235e1eee8d hyperscan: 5.2.1 -> 5.3.0 2020-05-28 04:28:03 +00:00
Jan Tojnar
3b9e9c5ff0
Merge pull request #88573 from r-ryantm/auto-update/libuv
libuv: 1.37.0 -> 1.38.0
2020-05-28 05:25:19 +02:00
Jan Tojnar
93f0c2fce7
Merge pull request #88448 from r-ryantm/auto-update/libarchive
libarchive: 3.4.2 -> 3.4.3
2020-05-28 05:23:18 +02:00
Jan Tojnar
452a1a5fb5
Merge pull request #88513 from r-ryantm/auto-update/freetype
freetype: 2.10.1 -> 2.10.2
2020-05-28 04:33:53 +02:00
Jan Tojnar
6384b1875a
Merge pull request #88540 from r-ryantm/auto-update/iso-codes
isocodes: 4.4 -> 4.5.0
2020-05-28 04:29:01 +02:00
R. RyanTM
5739fd1336 cpputest: 3.8 -> 4.0 2020-05-28 01:49:29 +00:00
Ryan Mulligan
a9cdd3ee60
Merge pull request #87464 from r-ryantm/auto-update/quazip
libsForQt5.quazip: 0.8.1 -> 0.9
2020-05-27 17:57:13 -07:00
R. RyanTM
e4dd587f78 libmypaint: 1.6.0 -> 1.6.1 2020-05-27 14:36:12 -07:00
R. RyanTM
8d8165b15e rdkafka: 1.4.0 -> 1.4.2 2020-05-27 14:34:07 -07:00
R. RyanTM
4fdefd52dc xmlrpc_c: 1.39.12 -> 1.51.06 2020-05-27 21:25:11 +00:00
R. RyanTM
cf9480ccdf xercesc: 3.2.2 -> 3.2.3 2020-05-27 14:16:48 -07:00
John Ericson
cc1af0751f
Merge pull request #89036 from Ericson2314/fix-mesa-wayland-cross
mesa wayland: Fix/simplify cross
2020-05-27 16:45:05 -04:00
R. RyanTM
ea903c7655 librsync: 2.3.0 -> 2.3.1 2020-05-27 13:33:24 -07:00
R. RyanTM
bf03aa3d6e libfilezilla: 0.21.0 -> 0.22.0 2020-05-27 12:12:04 -07:00
R. RyanTM
a31a269cb9 mimalloc: 1.6.1 -> 1.6.3 2020-05-27 12:10:28 -07:00
Simonas Kazlauskas
62e6d73a09 mesa: Fix cross build 2020-05-27 17:59:56 +00:00
John Ericson
f005272623 wayland: Simplify cross build
Now that we have a pkg-config wrapper, we can get build-time deps via
pkg-config.
2020-05-27 17:27:24 +00:00
R. RyanTM
f42b3aca77 simgear: 2019.1.1 -> 2020.1.1 2020-05-27 10:19:50 -07:00
José Romildo Malaquias
eb0c405670
Merge pull request #88983 from romildo/upd.gsettings-qt
gsettings-qt: 0.1.20170824 -> 0.2
2020-05-27 13:38:42 -03:00
Chris Ostrouchov
bea173fb51 duckdb: init at 0.1.7 2020-05-27 09:24:47 -07:00
Matthew Bauer
673827fd31
Merge pull request #88984 from matthewbauer/gfortran-no-pkgsTargetTarget
openmpi: use pkgsHostTarget for gfortran
2020-05-27 10:11:42 -05:00
R. RyanTM
c5f7bda79f sqlite: 3.31.1 -> 3.32.0 2020-05-27 15:03:33 +00:00
Frederik Rietdijk
362d88c2b1 Merge staging-next into staging 2020-05-27 15:27:28 +02:00
Jörg Thalheim
660854a266
Merge pull request #88916 from zowoq/patches 2020-05-27 06:54:01 +01:00
Mario Rodas
6050c0bf45
Merge pull request #88561 from zowoq/ffmpeg
ffmpeg{_4,-full}: 4.2.2 -> 4.2.3, ffmpeg_2_8: 2.8.15 -> 2.8.16
2020-05-26 23:29:43 -05:00
Benjamin Hipple
f04a5af0cc
Merge pull request #82180 from bcdarwin/bppcore
bppsuite: init at 2.4.1
2020-05-26 21:07:25 -04:00
Matthew Bauer
c60144d4c0 openmpi: use pkgsHostTarget for gfortran
This is very confusing. “stdenv” is created from the parent stage so
pkgsTargetTarget.stdenv.cc is a compiler that runs /on/ host platform
and creates binaries for target platform. gfortran on the other hand
is not special cased like stdenv, so the equivalent to
pkgsTargetTarget.stdenv.cc is pkgsHostTarget.gfortran.

I’ve rewritten this to be a little less confusing, “pkgsHostTarget” is
equivalent to “pkgs” so it is unneeded. All that is left is
“pkgsTargetTarget.stdenv” which is equivalent to
“targetPackages.stdenv”.

Fixes #88951

/cc @markuskowa @ericson2314
2020-05-26 16:44:50 -05:00
José Romildo Malaquias
dbc9decefb gsettings-qt: add update script 2020-05-26 18:15:24 -03:00
José Romildo Malaquias
01fc61f585 gsettings-qt: 0.1.20170824 -> 0.2
- Update to version 0.2
- Upstream moved to gitlab (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951019).
2020-05-26 17:34:11 -03:00
Dmitry Kalinkin
5035c65a60
Merge pull request #88476 from veprbl/pr/rivet3
rivet: 2.7.2 -> 3.1.1
2020-05-26 15:52:08 -04:00
Ruud van Asseldonk
fd3f22f35d libressl_3_1: 3.1.1 -> 3.1.2 2020-05-26 19:23:00 +02:00
Ruud van Asseldonk
79865f4d88 libressl_2_9: remove, not maintained anymore
Stable LibreSSL releases are supported one year after their OpenBSD
release. OpenBSD 6.5 with the 2.9 branch was released on 2019-05-01.
2020-05-26 19:22:13 +02:00
Ruud van Asseldonk
5a287e7102 libressl_3_1: init at 3.1.1 2020-05-26 19:22:13 +02:00
zowoq
6fa13a7e2f cernlib: use patch file extension 2020-05-26 14:51:07 +10:00
Benjamin Hipple
d3082a31cd
Merge pull request #87544 from bcdarwin/vtk-8
vtk: 7.1.1 -> 8.2.0
2020-05-26 00:24:28 -04:00
Ben Darwin
7f656f3ef6 bpp-popgen: init at 2.4.1 2020-05-25 21:12:17 -04:00
Ben Darwin
a53b27829c bpp-phyl: init at 2.4.1 2020-05-25 21:10:59 -04:00
Ben Darwin
8d712ccc16 bpp-seq: init at 2.4.1 2020-05-25 21:09:52 -04:00
Ben Darwin
adc7b4c979 bpp-core: init at 2.4.1 2020-05-25 21:08:31 -04:00
R. RyanTM
7c011da39b libblockdev: 2.23 -> 2.24 2020-05-26 00:32:49 +00:00
Jan Tojnar
48647c79a1
Merge pull request #88827 from r-ryantm/auto-update/libbytesize 2020-05-25 14:44:23 +02:00
Jan Tojnar
0f4b31a121
Merge pull request #88569 from r-ryantm/auto-update/lilv 2020-05-25 14:41:39 +02:00
Jan Tojnar
38acc397c8
Merge pull request #88086 from jtojnar/gdk-pixbuf-xlib-drop 2020-05-25 13:51:19 +02:00
Jan Tojnar
a8ac389d5b
Merge pull request #88560 from r-ryantm/auto-update/jansson 2020-05-25 13:40:39 +02:00
Jan Tojnar
b0a313e5a9
Merge pull request #87493 from r-ryantm/auto-update/serd 2020-05-25 13:29:36 +02:00
Jan Tojnar
a634c548f7
Merge pull request #88579 from r-ryantm/auto-update/libqmi 2020-05-25 12:47:42 +02:00