Commit graph

35032 commits

Author SHA1 Message Date
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
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
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