18515 Commits

Author SHA1 Message Date
sthen
a352b5da0e update to libldns-1.8.1 2021-12-05 23:51:36 +00:00
kirby
26638ed99e update to owncloudclient-2.9.2 2021-12-05 18:55:21 +00:00
abieber
82aabecc0c Update gomuks to 0.2.4
OK sdk@
2021-12-05 17:56:16 +00:00
robert
f73482d3fa update to 5.0.18; from Mark Patruck 2021-12-04 18:54:43 +00:00
daniel
68d09754c0 minor tweaks for ocaml 4.12
Both mldonkey and the 2.4x series of unison need the same minor tweak so they
can build on ocaml 4.12.

The unison change was ok bket@ (MAINTAINER)
2021-12-04 01:31:33 +00:00
rsadowski
f9c77c10fe Update nextcloudclient to 3.4.0
Form Adriano Barbosa (maintainer), Tesed by Joel Carnat and me
2021-12-02 06:54:02 +00:00
daniel
68420eccff update ocaml to to 4.11.2 and bump all dependant ports
As usual camlp4 and camlp4 need to be updated in sync with ocaml. All
ocaml ports were successfully builds- tested on amd64. coccinelle remains
broken, but was built with the proposed diff floating on ports@

ok chrisz@
2021-12-02 03:59:19 +00:00
solene
d6cd9e58dd Update to lagrange-1.9.1 2021-12-01 18:45:50 +00:00
fcambus
d77c2a0cfe Update dbip to 2021.12. 2021-12-01 14:52:55 +00:00
abieber
a60d91eb6b Update tailscale to 1.18.1
Changes here: https://github.com/tailscale/tailscale/releases
2021-11-30 22:13:25 +00:00
tb
e40966ed39 net/sslsniffer: Fix build with opaque EVP_PKEY; add a few includes
to silence compiler warnings. Regen PLIST.
2021-11-30 22:02:22 +00:00
rsadowski
673f05a6b9 Update kdeconnect-kde to 21.08.3 and switch to x11/kde-applications.
kdeconnect is part of KDE Gear now.

Notable changes:

- Add missing dependencies, spotted by Ingo
- Fix homepage
- Remove py2

OK feinerer@ (maintainer), solene@
2021-11-30 17:19:22 +00:00
tb
53ef95b1f6 net/kea: unbreak build with opaque HMAC_CTX and avoid unneeded
redefinition of EVP_MD API.
2021-11-30 10:36:59 +00:00
sthen
3a1258d8f0 update to kea-2.0.0 2021-11-30 09:18:09 +00:00
sthen
b19b34f86a update to arouteserver-1.12.0 2021-11-30 09:00:58 +00:00
sthen
617091a30d update to arouteserver-1.11.1 2021-11-29 22:06:51 +00:00
sthen
264fce6472 update to exabgp-4.2.16 2021-11-29 22:04:53 +00:00
sthen
38df0e7e1c bump REVISION, non-C++ .so that uses thread-local-storage 2021-11-29 11:36:50 +00:00
kn
7ac8d78eb9 Update/unbreak to termshark 2.3.0
Builds and runs fine with go version go1.17.3 openbsd/amd64.
The pty hack is no longer needed and TERM=xterm just works now.

The pty_openbsd.go hack in do-build is still required.

OK sthen
2021-11-29 11:20:03 +00:00
sthen
0635fe417f oh, there was a newer version than listed on the webpage, update to nrpe-4.0.3 2021-11-29 10:29:15 +00:00
naddy
aef2de2aa1 net/nagios: remove leftover reference to nrpe,no_ssl 2021-11-28 23:08:50 +00:00
sthen
ab3ea4baf6 Bump isc-bind REVISION to force package updates.
The change in base relating to emulated thread-local-storage used by
OpenBSD (r1.2 of gnu/llvm/compiler-rt/lib/builtins/emutls.c) results in
an undefined symbol __emutls_get_address if the old binaries are used.

| $ nm -s libisc-9.16.23.so.old | grep __emutls_get_address
|          U __emutls_get_address
| $ nm -s libisc-9.16.23.so.new | grep __emutls_get_address
| 00081a40 W __emutls_get_address

Other ports may be affected by this too but I have no idea how to find
them, if anyone gets the following at runtime from other packages
then it is likely to be the same issue and those will need bumps too:

undefined symbol '__emutls_get_address'
ld.so: named: lazy binding failed!
2021-11-28 21:10:21 +00:00
sthen
cd3a03d679 fix bad patch, spotted by tb@ 2021-11-28 19:30:39 +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
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
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
op
9623265744 update tdlib to 1.7.9
OK sthen@
2021-11-27 18:02:34 +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
jasper
0fccfda488 update to wireguard-tools-1.0.20210914 2021-11-27 13:05:38 +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
solene
782e8bec83 Update to lagrange-1.9.0 2021-11-27 09:58:04 +00:00
sthen
0d0f666c25 update to libldns-1.8.0 2021-11-27 09:39:50 +00:00
solene
8a0a8c7b8a Update to mautrix-whatsapp-0.2.1
Patch from maintainer Renaud Allard, thanks!
2021-11-26 17:24:46 +00:00
sthen
fb4500bc75 update to py3-portend-3.1.0 2021-11-26 08:16:46 +00:00
sthen
d86551293a use , don't hardcode .orig 2021-11-26 08:08:32 +00:00
sthen
3345922a19 update to unifi-6.5.53 2021-11-26 08:07:37 +00:00
ajacoutot
8e020c17c8 Update to py3-boto3-1.20.13. 2021-11-26 07:57:36 +00:00
ajacoutot
60206a710c Update to py3-botocore-1.23.13. 2021-11-26 07:57:25 +00:00
solene
8e11553122 Update to lagrange-1.8.3 2021-11-25 17:19:19 +00:00
sthen
49db5d5025 icinga2: add missing header to fix non-unity build 2021-11-25 09:05:42 +00:00
sthen
a18823b9ff icinga2: use unity build on all LP64, not just amd64 2021-11-25 08:27:49 +00:00
abieber
4678da6742 Update to synaps 1.47.1
This contains path traversal fix (CVS-2021-41281):
https://github.com/matrix-org/synapse/releases/tag/v1.47.1

OK Renaud Allard (MAINTAINER)
2021-11-24 21:05:23 +00:00
steven
33770172b5 update to 3.0.8.3 2021-11-24 19:23:50 +00:00