Commit Graph

157076 Commits

Author SHA1 Message Date
sthen
e230243490 register conflict with old mrtg 2021-05-12 16:21:43 +00:00
naddy
e3dcd216da devel/cbmc: unbreak parallel build
List the header files generated by bison as targets in Makefile rules
since they are prerequisites in other rules.
2021-05-12 14:44:18 +00:00
patrick
7179983490 Update to the OpenRA 20210321 release. There have been a few changes
that we need to adjust to.  OpenRA update the language version to 7.3,
which seems to not compile with our mono/msbuild combination, hence
downgrade to 7.2 and re-work one part of the code that relies on 7.3
semantics.  OpenRA now depends on nuget, so there's a new distfile that
contains the nuget dependencies. Furthermore, add a workaround for the
dllmap config files.

Committing on behalf of thfr@
Tested by and ok bket@ tobhe@
Tested by patrick@ on arm64
Tested by thfr@
2021-05-12 13:52:49 +00:00
millert
443a01a3dc Update to sudo 1.9.7 2021-05-12 13:02:09 +00:00
tb
9c458d98c4 security/xca: unbreak after libcrypto bump
The last update brought compat implementations for EVP_Digest{Sign,Verify}
which break the build after these functions were added to libcrypto.

ok sthen
2021-05-12 12:34:46 +00:00
jca
c502e37002 Bump the -python subpackage so that it's ahead of -stable 2021-05-12 11:22:35 +00:00
naddy
2aea46b66e devel/electron: fix bump: set REVISION only once 2021-05-12 11:05:12 +00:00
ajacoutot
bc18321f1e Update to glib2-2.68.2. 2021-05-12 06:45:38 +00:00
ajacoutot
47accad92b Update to webkitgtk4-2.32.1. 2021-05-12 06:35:27 +00:00
otto
1f69e99e6f Update to PowerDNS Recursor 4.5.1; reads good sthen@ 2021-05-12 05:49:47 +00:00
otto
39bbb0cb59 Update to dnsdist 1.6.0; reads good sthen@ 2021-05-12 05:49:04 +00:00
cwen
dcc465ba42 gnushogi: remove BROKEN-powerpc, it builds and works fine with clang-11 2021-05-11 20:41:30 +00:00
bcallah
9fee8b48dc Update to diffoscope-174 2021-05-11 20:09:03 +00:00
jasper
5ebc18a408 update to libpeas-1.30.0 2021-05-11 19:56:19 +00:00
jasper
4e8e271382 update to gobject-introspection-1.68.0 2021-05-11 19:56:02 +00:00
bcallah
551040a91e Update to ugrep-3.2.1
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.2.1
2021-05-11 19:48:22 +00:00
kmos
fe81f65519 When building on sparc64 (with base-gcc) the build fails with:
cc1: error: unrecognized command line option "-Wvla"

Switching it to ports-gcc fixes the build for sparc64

ok bcallah@ (maintainer)
2021-05-11 19:48:18 +00:00
tracey
306978556e Update cad/pcb2gcode to v2.4.0. ok sthen@ 2021-05-11 19:09:34 +00:00
patrick
bb5dddc6a1 Update to the latest upstream code for OpenJK. This gives us a change in
the CMakefile to add -fsigned-char for clang as well, which fixes platforms
with unsigned chars like arm64 and ppc.

ok namn@
2021-05-11 18:51:46 +00:00
jca
1dd76df8bc This release of flake8 should work with pyflakes-2.3.1
Loosen version requirement.
Reported by K R daharmasterkor (at) gmail (dot) com, ok sthen@
2021-05-11 17:34:42 +00:00
kmos
6b96a066bd Update net/py-slixmpp to 1.7.1
ok paco
2021-05-11 15:46:29 +00:00
cwen
38b0940493 qtwebkit: unbreak with clang 11 on powerpc
Disable some code assuming that 8 byte __sync_* operators are not
available on that arch and as such trying to redefine builtin functions.

OK jca@, gkoehler@ and rsadowski@ (maintainer)
2021-05-11 15:33:59 +00:00
rsadowski
168a973418 Unbreak kde-dev-scripts (draw_lib_dependencies)
Feedback and OK jca@
2021-05-11 13:20:14 +00:00
bluhm
6808802a98 Fix CVE-2021-3537 in libxml.
OK jca@
2021-05-11 07:39:24 +00:00
robert
96bb8c94d1 update to 90.0.4430.212 2021-05-11 07:23:43 +00:00
ajacoutot
b71643d6bf Disable yelp-build until I understand what's going on with it. 2021-05-11 06:23:39 +00:00
bket
e2c90492c0 Update to ncspot-0.7.0
Changes:
https://github.com/hrkfdn/ncspot/releases/tag/v0.6.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.7.0

From Henrik Friedrichsen <henrik AT diff DOT cc> (maintainer)
2021-05-11 04:30:58 +00:00
daniel
a5da984f02 update to release 3.9 2021-05-11 01:55:14 +00:00
danj
7180b7eb7a Drop maintainership 2021-05-11 00:23:37 +00:00
danj
1c3ad39a98 Update to redis-6.2.3
ok tb
2021-05-11 00:17:52 +00:00
kmos
989413843b xkbcommon won't build with base-gcc, switch COMPILER line
appropriately. Fixes build on sparc64

ok jasper@ (maintainer)
2021-05-10 19:32:49 +00:00
tb
2f658b5368 net/zabbix: do not take pre-1.1.1 code path with LibreSSL
All these symbosl are available from LibreSSL itself. This fixes
a build breakage after the latest libcrypto/libssl bump.
2021-05-10 17:34:19 +00:00
tb
f2d01f1e85 net/znc: fix build after SSL_SESSION became opaque
znc provides its own version SSL_SESSION_get0_cipher() for LibreSSL.
This no longer compiles with an opaque SSL_SESSION struct.  The
function was added to libssl and will be available from LibreSSL 3.4.0.

discussed with Aisha Tammy (maintainer)
2021-05-10 17:31:31 +00:00
tb
f0520373a6 security/py-cryptography: fix build after EVP_Digest{Sign,Verify} addition 2021-05-10 17:27:45 +00:00
tb
09c248f3a4 lang/pypy: fix build after libressl changes
SSL_CTX became opaque, so libssl now provides SSL_CTX_get_ssl_method(3)
and unbreak build after addition of EVP_Digest{Sign,Verify}(3) to
libcrypto.

ok edd (previous version)
2021-05-10 17:26:04 +00:00
tb
8cbe12966a databases/pgbouncer: fix build after SSL_CTX became opaque
SSL_CTX_get0_param() is available from libssl, so no need to redefine it.
2021-05-10 17:22:23 +00:00
jturner
5ad37b4747 Update kcgi to 0.12.5 2021-05-10 15:58:39 +00:00
jasper
0eb3f47563 mark these as broken on powerpc64. while there, fix the COMMENT for electron.
ok robert@
2021-05-10 15:26:10 +00:00
tb
8a13d1abf3 databases/mongodb: fix upcoming build failure
Backport OpenSSL 1.1 API codepath to the old embedded version of asio.
This will avoid a build failure when SSL_CTX will become opaque

looks good to jsing
2021-05-10 15:10:11 +00:00
tb
c1bbcfa9d9 devel/boost: fix upcoming build failure in dependent ports
Use accessors instead of reaching into SSL_CTX. The requisite
accessors have been available since LibreSSL 2.7.2 and are thus
present in all supported versions.

positive feedback from brad, looks good to jsing
2021-05-10 15:08:50 +00:00
tb
c376717119 www/nginx-lua: fix upcoming build breakage
SSL_SESSION will become opaque, so use SSL_SESSION_get_id() instead
of reaching inside the struct.

no response from maintainer
2021-05-10 15:06:06 +00:00
tb
782111a164 x11/qt4: fix upcoming build breakage
SSL_CIPHER and SSL_CTX will become opaque in libssl. Add the two accessors
SSL_CTX_get_cert_store() and SSL_CIPHER_get_bits() to the qsslsocket
symbol wrangling and use them inside the code similar to what was done
in wkhtmltopdf. This adds two symbols to QtNetwork, so bump its minor and
those of the two remaining dependent libraries.

no response from maintainer
2021-05-10 15:02:29 +00:00
tb
78fe134f94 net/freeradius: Fix upcoming build breakage
SSL_SESSION and SSL3_STATE will become opaque in libssl. Use accessors
instead of reaching inside these structs.

looks good to jsing
2021-05-10 14:53:33 +00:00
otto
1cf5feba9f Update to dnsdist 1.5.2 2021-05-10 12:58:45 +00:00
landry
a53c20a6d7 devel/proj: update to 8.0.1.
See https://lists.osgeo.org/pipermail/proj/2021-May/010244.html
2021-05-10 08:21:18 +00:00
semarie
1dc79cc224 update lang/zig to 0.8.0-dev.2168+2d1196773 2021-05-10 04:44:19 +00:00
ajacoutot
5a439caf83 Revert, the issue was with yelp-tools itself. 2021-05-09 22:18:05 +00:00
ajacoutot
57b1f9c3f1 Fix python3 shebang.
reported by naddy@
2021-05-09 22:17:39 +00:00
kmos
e5be64363f Fix pdfarranger by updating to 1.7.1 which has a workaround for:
"pikepdf < 2.7.0 does not support libqpdf >= 10.2.0 well enough"

https://github.com/pdfarranger/pdfarranger/issues/427

ok sthen
2021-05-09 22:15:23 +00:00
ajacoutot
e797aaa8ea Missing BDEP on x11/gnome/yelp-tools.
Spotted by by naddy@
2021-05-09 17:35:59 +00:00