Commit Graph

48034 Commits

Author SHA1 Message Date
Yuriy Taraday
be2ceab96f
v8: Mark as broken on Darwin (#172943) 2022-05-13 20:21:39 -04:00
Ben Siraphob
e59bf7d202
Merge pull request #172921 from siraben/cln-fix 2022-05-13 15:59:59 -05:00
Ben Siraphob
38e27b009d
cln: fix build on darwin
See https://github.com/NixOS/nixpkgs/pull/162265#issuecomment-1100467765
2022-05-13 15:42:29 -05:00
Sandro
3af5cd1449
Merge pull request #172789 from squalus/librsvg
librsvg: fix cross compile
2022-05-13 17:29:55 +02:00
Sandro
9448e6f347
Merge pull request #172810 from siriobalmelli-foss/fix/libbtbb
libbtbb: fix Darwin build
2022-05-13 17:28:53 +02:00
Sandro
57b441acfb
Merge pull request #172803 from squalus/boringssl
boringssl: support cross compile
2022-05-13 17:25:17 +02:00
Sandro
d9cf5dc259
Merge pull request #172708 from centromere/boost-1.79
boost179: init at 1.79.0
2022-05-13 16:22:17 +02:00
Sandro
9b0eb325ca
Merge pull request #172745 from SuperSandro2000/protobuf 2022-05-13 15:10:09 +02:00
Artturi
ff2d8c0273
Merge pull request #172186 from Artturin/fixes2
pkgs/tools/wayland: enable strictDeps
2022-05-13 14:47:50 +03:00
Sandro
710dfd7955
libde265: fix CVE-2022-1253 (#172536)
Closes #172496
2022-05-13 12:57:42 +02:00
Thiago Kenji Okada
6772575777
Merge pull request #172828 from LeSuisse/libcutl-zhf
libcutl: fix the build
2022-05-13 11:46:16 +01:00
Thomas Gerbet
46a196d39a libcutl: fix the build
Moved back to C++14 where dynamic exception specifications are deprecated but still present.

Darwin is marked as broken since another issue seems to be present.

ZHF: #172160
2022-05-13 12:14:27 +02:00
Janne Heß
03b42b70b4
Merge pull request #172776 from wkral/opengrm-ngram-update
opengrm-ngram: 1.3.13 -> 1.3.14
2022-05-13 11:57:56 +02:00
Sirio Balmelli
aad3e911ca
libbtbb: fix Darwin build
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2022-05-13 06:53:41 +02:00
squalus
4d32ee26c5 boringssl: support cross compile
set GOARCH to allow codegen programs to run on the buildPlatform
2022-05-12 21:35:40 -07:00
squalus
78cfe899fd librsvg: fix cross compile
- use docutils for buildPlatform
- disable the postFixup step when withIntrospection is disabled
2022-05-12 18:56:24 -07:00
Artturi
ff6e5ed3f3
Merge pull request #172772 from danielfullmer/microsoft_gsl-fetchpatch
microsoft_gsl: use fetchpatch instead of fetchurl
2022-05-13 04:13:25 +03:00
William Kral
916b057e88 opengrm-ngram: 1.3.13 -> 1.3.14 2022-05-12 15:54:54 -07:00
Daniel Fullmer
c7d0078c59 microsoft_gsl: use fetchpatch instead of fetchurl
The hash for this file when using fetchurl changed from
sha256-uouv35crtly8kYhKyvMyZkqwTKt1jXC6dZjw4sQ60v0=
to
sha256-nCPdC5eFDRyyeJzxJnoCvlukWy61OB7DoXD+R8dGlnw=

Lets use fetchpatch instead to potentially avoid this issue in the
future.
2022-05-12 15:03:10 -07:00
Rick van Schijndel
d9f2395af1
Merge pull request #172408 from tpwrules/upgrade-aravis
aravis: 0.6.4 -> 0.8.21, add myself as maintainer
2022-05-12 23:02:03 +02:00
Thiago Kenji Okada
eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Rick van Schijndel
6e45ca94ce
Merge pull request #172280 from Mindavi/fltk/cross
fltk: support cross-compilation
2022-05-12 22:54:09 +02:00
Sandro Jäckel
41e6bc803a
protobuf: drop all unused versions 2022-05-12 21:39:27 +02:00
Naïm Favier
2f341cd427
nuspell: fix wrapper arguments escaping 2022-05-12 20:32:53 +02:00
Naïm Favier
215fcc7256
hunspell: fix wrapper arguments escaping 2022-05-12 20:32:53 +02:00
Thomas Watson
ff9bda440a aravis: 0.6.4 -> 0.8.21, add myself as maintainer 2022-05-12 12:10:57 -05:00
Alex Wied
8d8327c1cc boost179: init at 1.79.0 2022-05-12 10:43:06 -04:00
Someone Serge
c18e8335e8
xgboost: disable TestXGBoostLib when cudaSupport
...because the test suite includes .cu files so it won't run in the
sandbox, isolated from gpu
2022-05-12 13:12:43 +03:00
Someone Serge
13265d3bba
xgboost: remove nvidia_x11 dependency 2022-05-12 13:08:28 +03:00
Theodore Ni
f51dc95265
flatbuffers: remove version 1.12
It has not been updated upstream for over two years, and it is starting
to become time consuming to maintain.
2022-05-12 02:39:31 -05:00
Mario Rodas
1a1cfacaf3 libkqueue: 2.6.0 -> 2.6.1
https://github.com/mheily/libkqueue/releases/tag/v2.6.1
2022-05-12 04:20:00 +00:00
Sandro
2fbc5d5085
Merge pull request #143912 from ShamrockLee/gtkd
gtkd: 3.9.0 -> 3.10.0 and add possibility to use different D compilers
2022-05-11 23:48:16 +02:00
Artturin
44c0f78091 libraries/wlroots: enable strictDeps 2022-05-11 21:21:35 +03:00
Rick van Schijndel
e680b5cf74
Merge pull request #172383 from Mindavi/treewide/remove-broken
Treewide(ish): remove long-time broken pkgs
2022-05-11 19:34:13 +02:00
Rick van Schijndel
0bd5909ea7 openbr: drop
Broken since 2016-05-08
2022-05-11 19:23:06 +02:00
Rick van Schijndel
2b6ad30610 libdap: drop
Broken since 2020-08-15
2022-05-11 19:23:05 +02:00
Rick van Schijndel
442379fa7b
Merge pull request #172331 from Artturin/removeold1
portaudio2014 + libssh2 1.10: remove
2022-05-11 18:34:57 +02:00
Shamrock Lee
945365017a gtkd: remove the dev output to resolve cycle dependency 2022-05-11 15:56:01 +00:00
Shamrock Lee
464db0cb78 gtkd: 3.9.0 -> 3.10.0 2022-05-11 15:55:32 +00:00
Bobby Rong
84e9d941ce
Merge pull request #172533 from SuperSandro2000/libxml2
libxml2: update homepage
2022-05-11 20:47:02 +08:00
Artturi
37e6a4d9ee
Merge pull request #172432 from devhell/bump-libstrophe
libstrophe: 0.11.0 -> 0.12.0
2022-05-11 13:23:55 +03:00
Artturi
a9fda5d8ff
Merge pull request #172514 from LeSuisse/pe-parse-fix-build
pe-parse: fix the build
2022-05-11 13:19:04 +03:00
Artturi
3339da30f8
Merge pull request #172531 from SuperSandro2000/libxslt
libxslt: update homepage
2022-05-11 13:18:05 +03:00
Sandro Jäckel
b4e8a4bbda
libxml2: update homepage 2022-05-11 11:46:58 +02:00
Sandro Jäckel
dc2c00a9af
libxslt: update homepage 2022-05-11 11:44:10 +02:00
Thomas Gerbet
433f7fd233 pe-parse: fix the build
ZHF: #172160
2022-05-11 11:29:21 +02:00
Anderson Torres
ec4e18bfb8
Merge pull request #172276 from AndersonTorres/MISC
Misc
2022-05-11 00:54:24 -03:00
devhell
6ffa5ae0dd libstrophe: 0.11.0 -> 0.12.0 2022-05-11 00:47:33 +01:00
Rémi NICOLE
288c3c6fbc
waylandpp: 0.2.10 -> 1.0.0 (#172097) 2022-05-11 00:55:06 +02:00
Mustafa Çalışkan
f24cf4422d maintainers: change musfay to muscaln 2022-05-10 21:34:19 +03:00