Commit graph

34966 commits

Author SHA1 Message Date
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
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
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
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
Jörg Thalheim d52f4ea0ef
openfst: enable more features 2020-06-06 13:10:50 +01: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
Pavol Rusnak 88f5f970b4
libjpeg_drop: remove
The drop patches have been upstreamed to libjpeg 9d
2020-06-05 21:56:56 +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
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
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
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
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
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
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
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
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