Commit Graph

161843 Commits

Author SHA1 Message Date
sthen
cd3a03d679 fix bad patch, spotted by tb@ 2021-11-28 19:30:39 +00:00
tb
2e9338736a devel/ccrtp: fix build with opaque HMAC_CTX. 2021-11-28 19:18:38 +00:00
kn
aeea911e11 Tests need GNU seq(1) now, update comments 2021-11-28 17:37:30 +00:00
kn
e5dcaab25e Update to patchelf 0.14.1
Requires C++17 now, WRKDIST should be stable across updates now.
2021-11-28 17:34:03 +00:00
tb
51158705d6 games/pokerth: prevent build breakage due to opaque EVP_CIPHER_CTX. 2021-11-28 17:27:49 +00:00
tb
7ef24f56c5 net/ekg: prepare for upcoming libcrypto bump (opaque EVP_MD_CTX). 2021-11-28 17:23:07 +00:00
tb
4baecac317 net/h323plus: prepare for upcoming libcrypto bump. Use OpenSSL 1.1
codepaths to cope with DH, EVP_CIPHER_CTX and EVP_MD_CTX becoming
opaque.

ok aja (maintainer)
2021-11-28 17:05:24 +00:00
tracey
4d6f051793 Fix xtensa-esp32-elf-binutils build. Pointed out by aja@ 2021-11-28 14:53:44 +00:00
sthen
c60d5c9a6f zh-c2t: remove 'register' keywords, avoid "error: address of register variable
requested" with clang 13. no change to program output when feeding it a test file.
2021-11-28 13:43:25 +00:00
sthen
5d8b1bc79e normalise patches 2021-11-28 13:38:21 +00:00
ajacoutot
edba61079f And these ones... 2021-11-28 13:31:14 +00:00
ajacoutot
afa7ce499f cvs didn't add this patch; noticed by tb@ 2021-11-28 13:30:47 +00:00
sthen
189fd23f58 use correct GH_TAGNAME, use GH_DISTFILE 2021-11-28 12:45:46 +00:00
sthen
902c8dc7eb update to sfeed-1.1, rolling sfeed_curses into the main distribution
from Hiltjo Posthuma
2021-11-28 12:41:28 +00:00
sthen
6f9e401d54 Update to NRPE 4.0.2, based on a diff from trondd
This has slightly less ancient TLS support (allowing us to get rid of
use of openssl to build) but is not compatible with older versions.

The warning remains; if you are still using this it is recommended that
you don't:

WARNING: NRPE is deprecated upstream and no longer receives bug fixes or
new features. For some of the checks on remote servers that you might
otherwise make using NRPE, you may like to consider "manubolon-snmp" and
an SNMP daemon instead.
2021-11-28 12:05:28 +00:00
ajacoutot
c3e88058be Unbreak with the PTLib 2.10.9 willamowius fork.
While here, tighten dependencies, fix configuration file and enable DEBUG_PACKAGES.
2021-11-28 11:42:25 +00:00
ajacoutot
5dd5920764 Unbreak with the PTLib 2.10.9 willamowius fork.
While here, fix a typo that was preventing creating DEBUG_PACKAGES.
2021-11-28 11:41:31 +00:00
ajacoutot
51268a00d0 Downgrade version and use the maintained fork of PTLib 2.10.9 in
github.com/willamowius/ptlib as advised by the gnugk project.
Set up CONFIGURE_ARGS as documented at
https://www.gnugk.org/gnugk-manual-14.html

This also has the nice side effect to unbreak with OpenSSL 1.1.1 where DH and
BIO are opaque (req. by tb@).
2021-11-28 11:40:23 +00:00
sthen
e2df2949d2 unbreak opendnssec following ldns update, ok tb@ pvk@
opendnssec assumes that all ldns >=1.7 have Ed25519/Ed448 but this isn't
correct. In ldns >= 1.8 the constants related to Ed25519/Ed448 are _not_
available unless those features are available, so builds trying to use
them will fail (previously this was a runtime failure).

opendnssec's autoconf script sets USE_ED25519/USE_ED448 (hardcoded to 1)
but doesn't actually use them in code. Change the code to use them, and
hardcode to 0 for now. Should check LDNS_BUILD_CONFIG_USE_ED25519 and
LDNS_BUILD_CONFIG_USE_ED448 on 1.8+.
2021-11-28 10:37:04 +00:00
namn
06a11e4edc update graphics/libcaca 0.99.beta20.
Changelog:
https://github.com/cacalabs/libcaca/releases/tag/v0.99.beta20

There are some CVE fixes listed there (e.g., buffer overflow, illegal
WRITE access, illegal READ access). Here is one:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3410
https://github.com/cacalabs/libcaca/issues/52

This update:
- Moves MASTER_SITES to github
  (http://caca.zoy.org/browser/libcaca/trunk/README)
- Defines V and PKGNAME substitution
- Bumps major because of removed symbols. libcaca is moving away from
  using libcucul.
- Disable building ruby subdirectory in Makefile.in patch to be
  consistent with --disable-ruby.
- Remove -g -O2 and bash-ism =~ in patch-configure. bash-ism throws
  an error otherwise. Reorder comments while here.

Feedback, tests and OK thfr@
2021-11-28 10:32:40 +00:00
op
1c7cb3a469 fix slightly incorrect license, pounce is actually GPLv3+
OK sthen@
2021-11-28 09:52:53 +00:00
op
940bebd3c9 + litterbox pounce 2021-11-28 08:22:37 +00:00
op
fc20906d9c Import litterbox-1.8
litterbox is a TLS-only IRC logger.  It logs events from IRC in a
SQLite database, indexing messages for full-text search.  It is
intended for use with the IRC bouncer pounce, but can also be used
independently as a logging bot.

OK sthen@
2021-11-28 08:20:51 +00:00
op
1055664e0c Import pounce-3.0
pounce is a multi-client, TLS-only IRC bouncer.  It maintains a
persistent connection to an IRC server, acting as a proxy and buffer for
a number of clients.  When a client connects, any messages received
since it last disconnected will be relayed to it.  Unlike some other
bouncers, pounce uses a single buffer for all IRC messages, which acts
as a queue from which each client reads messages independently.

OK kn@ and sthen@
2021-11-28 08:19:09 +00:00
jsg
0f68b708d0 update to quakespasm 0.94.2
adds support for the latest update of the 2021 quake rerelease
from Tom Murphy ok thfr@
2021-11-28 03:57:17 +00:00
tb
281fabca83 Update py3-fastecdsa to 2.2.3 2021-11-27 23:25:38 +00:00
sthen
33f476a489 oops, committed too much in previous, revert for now 2021-11-27 22:50:22 +00:00
sthen
03965847e8 more TDEPs 2021-11-27 22:45:05 +00:00
thfr
a6a6219b78 +hlsteam 2021-11-27 18:36:18 +00:00
thfr
cce2b6fd02 import games/hlsteam; ok solene@
DESCR:
Simple Haxe wrapper of Steam API for Hashlink.

Features:

Achievements & Leaderboards
Cloud
Workshop / UGC (User Generated Content)
Matchmaking / Networking
Steam Controller Support
Stats
2021-11-27 18:35:30 +00:00
tb
18220a11c1 mail/sendmail: avoid upcoming build breakage with opaque DH. Force using
the code path using DH_set0_pqg().

ok ajacoutot (maintainer)
2021-11-27 18:26:16 +00:00
op
9623265744 update tdlib to 1.7.9
OK sthen@
2021-11-27 18:02:34 +00:00
jca
e52e7f5c2e Fix disabling assembler / enabling C_LOOP on unsupported archs
This used to work but the flag name has changed in the past.  riscv64 is
the only affected arch since its native support is limited to LLInt (and
that one fails to link on OpenBSD).

ok ajacoutot@ (maintainer)
2021-11-27 17:48:27 +00:00
semarie
f173566872 sysutils/upobsd removal
currently unmaintained, and repository is archived and read-only

instead of waiting that things break or people to be unhappy that it
doesn't work as well they want, remove it from ports

ok sthen@
2021-11-27 16:56:18 +00:00
semarie
260bfd0eab bsd.port.mk: use .elif instead of imbricated .if
While here, remove 2 empty tabs on line to appease emacs.

ok sthen@
2021-11-27 16:46:13 +00:00
kn
a47543ab6d Do configure
The configure script defines OPENSSL_BIN to "/usr/bin/openssl" on
OpenBSD;  the default is "openssl".

Practically no difference on systems with just one openssl(1) in PATH,
but correct and configure might gain stuff in the future.
2021-11-27 15:25:14 +00:00
tb
d08af4dfe9 databases/mongodb: backport a patch from mongdb 3.4 to make it compile
with OpenSSL 1.1 where EVP_MD_CTX is opaque.
2021-11-27 14:17:02 +00:00
jasper
518e732b51 update to evince-41.3 2021-11-27 13:33:49 +00:00
jasper
0fccfda488 update to wireguard-tools-1.0.20210914 2021-11-27 13:05:38 +00:00
ajacoutot
453b2847a1 Fix leak. 2021-11-27 13:02:09 +00:00
ajacoutot
c2380ed003 Update to awscli-1.22.14. 2021-11-27 10:05:34 +00:00
ajacoutot
405b63b325 Update to py3-boto3-1.20.14. 2021-11-27 10:05:20 +00:00
ajacoutot
d96e3062d0 Update to py3-botocore-1.23.14. 2021-11-27 10:05:09 +00:00
ajacoutot
ec86370d5e Update to harfbuzz-3.1.2. 2021-11-27 10:00:48 +00:00
solene
782e8bec83 Update to lagrange-1.9.0 2021-11-27 09:58:04 +00:00
ajacoutot
e4168dec2d Update to govc-0.27.2. 2021-11-27 09:47:15 +00:00
sthen
0d0f666c25 update to libldns-1.8.0 2021-11-27 09:39:50 +00:00
sthen
3babb3d9ce update to py3-lz4-3.1.10 2021-11-27 08:51:23 +00:00
sthen
af5b4a848b update to py3-odbc-4.0.32 2021-11-27 08:50:28 +00:00
inoguchi
ea52992cb4 BUILD_DEPENDS tweak in inputmethods/libkkc
dropped three lines from BUILD_DEPENDS since those are automatically added
by CONFIGURE_STYLE=autoreconf.

comments from sthen@ and ok tb@
2021-11-27 01:54:20 +00:00