diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-01-17 01:24:59 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-01-17 01:40:43 +0000 |
commit | 874ce689efb62c57af37c11df691d549a54027dc (patch) | |
tree | 22482f22074d6318285fc04ce13fc2a9fa0fdbaf | |
parent | a07b2a9949f31cae273911b6bfece31afd162454 (diff) |
security/openvpn: critical update to 2.6.13
ChangeLog: https://github.com/OpenVPN/openvpn/blob/v2.6.13/Changes.rst#overview-of-changes-in-2613
Notably: Security fixes
improve server-side handling of clients sending usernames or
passwords longer than USER_PASS_LEN - this would not result in a crash,
buffer overflow or other security issues, but the server would then
misparse incoming IV_* variables and produce misleading error messages.
Security: 47bc292a-d472-11ef-aaab-7d43732cb6f5
MFH: 2025Q1
-rw-r--r-- | security/openvpn/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 14813d532361..e48256c0a03b 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= 2.6.12 +DISTVERSION= 2.6.13 PORTREVISION?= 0 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index c56b2132a403..d9ee1ee81458 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721330148 -SHA256 (openvpn-2.6.12.tar.gz) = 1c610fddeb686e34f1367c347e027e418e07523a10f4d8ce4a2c2af2f61a1929 -SIZE (openvpn-2.6.12.tar.gz) = 1912400 +TIMESTAMP = 1737076293 +SHA256 (openvpn-2.6.13.tar.gz) = 1af10b86922bd7c99827cc0f151dfe9684337b8e5ebdb397539172841ac24a6a +SIZE (openvpn-2.6.13.tar.gz) = 1911719 |