17847 Commits

Author SHA1 Message Date
solene
bfe2d69e65 Update to prosody-0.11.9
Fixes vulnerabilities: https://prosody.im/security/advisory_20210512/

Update from maintainer Lucas
2021-05-14 07:45:26 +00:00
jca
58aa302ea8 Rename the mdfind executable to avoid a collision with gworkspace
This SpotLight "feature" is starting to get in the way!

Reported by ajacoutot@
2021-05-14 06:47:26 +00:00
jasper
f6e9938f5d update to folks-0.15.2 2021-05-13 18:47:24 +00:00
bket
b3eb24859f Update to filezilla-3.54.1
Changes: https://filezilla-project.org/versions.php

Bump minor of libfzclient-commonui-private (addition symbol) and major
of libfzclient-private (removal symbols).
2021-05-13 17:05:45 +00:00
bket
e2db36a615 Update to libfilezilla-0.28.0
Changes: https://lib.filezilla-project.org/

Bump major of libfilezilla because of symbol removal.
2021-05-13 17:04:54 +00:00
jca
083f5a97f9 Major update to samba-4.14.4
Latest release.  Many bugs have been fixed, including possibly security
relevant ones.  This long overdue update has been postponed because of
binutils-2.17 ld(1) bugs in version scripts handling.  The issue is not
fixed but at least worked around.

The SHARED_LIBS handling is a bit ugly because of the .cpython-XY tag added
to some libraries names.

Tests by Ian (co-maintainer)
2021-05-12 23:33:24 +00:00
landry
fbda2890a1 net/synapse: update to 1.33.2, from MAINTAINER Renaud Allard
Fixes a denial of service attack (CVE-2021-29471) against Synapse's push
rules implementation.
2021-05-12 17:29:26 +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
kmos
6b96a066bd Update net/py-slixmpp to 1.7.1
ok paco
2021-05-11 15:46:29 +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
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
ajacoutot
f07d88ae0c Fix build with GLib >=2.68 2021-05-09 08:56:20 +00:00
ajacoutot
3f13ae3ae4 Update to glib2-networking-2.68.1. 2021-05-09 08:51:46 +00:00
sthen
38261fe8a5 missed cvs rm; reported by aja@ 2021-05-09 07:48:42 +00:00
sthen
27b777bc92 update to PuTTY-0.75, changes include:
- private key format has been udpated and now uses Argon2
- new algorithms; Curve448 kex, Ed448 pub keys, SHA-2 RSA variants
- pageant permits loading an encrypted private key and only giving the
passphrase later when it's used

https://lists.tartarus.org/pipermail/putty-announce/2021/000031.html
2021-05-08 10:26:22 +00:00
ajacoutot
6fc5943f7b Update to py3-boto3-1.17.69. 2021-05-08 07:27:04 +00:00
ajacoutot
0f9a5bf2ee Update to py3-botocore-1.20.69. 2021-05-08 07:26:52 +00:00
ajacoutot
76efcfef3d Update to py3-boto3-1.17.68. 2021-05-07 17:05:26 +00:00
ajacoutot
817d23d899 Update to py3-botocore-1.20.68. 2021-05-07 17:05:17 +00:00
solene
4d67b11216 Update to lagrange-1.4.0
This adds many new features such as gempub or split view support but also
browsing a gemini capsule contained in a ZIP file

Announce: https://gmi.skyjake.fi/gemlog/2021-05_lagrange-1.4.gmi
2021-05-07 16:41:10 +00:00
tb
6298d55a88 net/barrier: avoid upcoming build failure
Use SSL_get_client_ciphers() instead of reaching inside the SSL_CIPHERS
struct.
2021-05-06 19:13:11 +00:00
rsadowski
b8362b9e64 Bring back argp patch to disable argp detecting
Spotted by and ok tb@ and ok Adriano Barbosa (maintainer)
2021-05-06 12:43:34 +00:00
tb
c98ccfc557 net/pavuk: avoid upcoming build breakage
Dump the session id using SSL_SESSION_get_id() instead of reaching
into the SSL_SESSION struct.
2021-05-05 17:04:18 +00:00
tb
c63d2dab21 net/mosquitto: avoid upcoming build failure
Use OpenSSL 1.1.1 code path that uses SSL_CTX_up_ref() instead of
handrolling it. This way mosquitto will continue to build after
an upcoming libssl bump.
2021-05-04 16:34:03 +00:00
jasper
0b0aaf69b5 update to wireguard-tools-1.0.20210424 2021-05-03 11:16:29 +00:00
stsp
23b8230145 Make nagios start up out of the box again after 'pkg_add nagios'.
Executables were installed mode 774 owned by root:bin. We need to use
mode 775 (o+x), otherwise nagios which runs as user _nagios complains:
  Error: failed to access() /usr/local/bin/nagios: Permission denied
  Error: Spawning workers will be impossible. Aborting.

Solution discussed and found together with sthen and tb.
ok sthen@ tb@
2021-05-02 19:30:58 +00:00
ajacoutot
478b147d84 Bump to be ahead of stable. 2021-05-02 17:57:18 +00:00
rsadowski
7b1633b504 Update nextcloudclient to 3.2.1
Update diff from maintainer, shared lib tweaks from me. OK landry
2021-05-02 14:59:45 +00:00
rsadowski
1ef03cb599 Update bitcoin to 0.21.1 2021-05-02 04:43:34 +00:00
fcambus
4be6917381 Update dbip to 2021-05. 2021-05-01 14:03:25 +00:00
fcambus
7759feb4f7 Update libmaxminddb to 1.6.0. 2021-05-01 13:56:47 +00:00
ajacoutot
365068a3cd Update to py3-boto3-1.17.62. 2021-05-01 06:27:54 +00:00
ajacoutot
ddff36cc7a Update to py3-botocore-1.20.62. 2021-05-01 06:27:38 +00:00
ajacoutot
c42d4df99b Update to py3-boto3-1.17.61. 2021-04-30 07:06:06 +00:00
ajacoutot
3c3f7c94dd Update to py3-botocore-1.20.61. 2021-04-30 07:05:55 +00:00
tb
34b1e9e4f5 Clean up purple plugin for SSL:
- no need to disable SSLv2 and SSLv3
- no need to initialize the libraries explicitly anymore
- remove incomplete uninit code
- use TLS_method() instead of SSLv23_client_method()

from Brad
2021-04-29 18:27:02 +00:00
sthen
eba113a83d update to bind-9.16.15 for fixes for these 3 CVEs; if you are running
this please test and report back if you see problems; in the run-up
to OpenBSD 6.9 we dropped back to 9.16.10 due to problems in interim
releases


CVE-2021-25214: A broken inbound incremental zone update (IXFR)
can cause named to terminate unexpectedly
https://kb.isc.org/docs/cve-2021-25214

CVE-2021-25215: An assertion check can fail while answering queries for
DNAME records that require the DNAME to be processed to resolve itself
https://kb.isc.org/docs/cve-2021-25215

CVE-2021-25216: A second vulnerability in BIND's GSSAPI security policy
negotiation can be targeted by a buffer overflow attack
https://kb.isc.org/docs/cve-2021-25216
2021-04-29 09:28:31 +00:00
sthen
be2fddb0a3 remove patch that is redundant with newer DBD::Sybase 2021-04-28 19:41:49 +00:00
ajacoutot
7b84df7593 Update to py3-boto3-1.17.59. 2021-04-28 06:03:34 +00:00
ajacoutot
660e8c3e1e Update to py3-botocore-1.20.59. 2021-04-28 06:03:22 +00:00
sthen
bc057ecdd8 update to bgpq4-0.0.7 2021-04-27 06:25:43 +00:00
rsadowski
8cc2821b9c Update KDE applications (KDE Gear) to 21.04.0
..and yet another renaming. KDE Applications is now KDE Gear.

- https://kde.org/announcements/gear/21.04/
- https://kde.org/info/releases-21.04.0/

Nothing really exciting form ports side, ksystemlog can now display dmesg(1).
2021-04-27 05:26:55 +00:00
solene
bac7801519 Update to lagrange-1.3.4 2021-04-26 16:18:18 +00:00
kirby
0e78ce2a9d add SF MASTER_SITES and switch to HTTPS 2021-04-26 09:22:47 +00:00
danj
fb99ccff3d Update to haproxy-2.3.10 2021-04-26 00:09:42 +00:00
jca
105f26ccda Add missing dep on py-tdb at build time
When missing, samba builds pytdb support using its bundled copy of tdb,
and installs it in WRKINST, as shown by update-plist.  samba runs fine
with the py-tdb package registered in its RUN_DEPENDS, but this is not
what was intended.  Consistently use libtdb and py-tdb from databases/tdb.
2021-04-25 12:09:46 +00:00
naddy
e72253e7cc net/curl: update to 7.76.1 2021-04-24 15:17:34 +00:00