git: 6a5dfca9f560 - main - security/openvpn: bugfix update to 2.5.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 17:32:01 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5dfca9f56080a45627bb4ba0b02039abd36aa5
commit 6a5dfca9f56080a45627bb4ba0b02039abd36aa5
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-12-15 17:29:40 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-12-15 17:31:52 +0000
security/openvpn: bugfix update to 2.5.5
Bugfixes (FreeBSD-specific):
* improve "make check" to notice if "openvpn --show-cipher" crashes
* improve argv unit tests
* ensure unit tests work with mbedTLS builds without BF-CBC ciphers
* include "--push-remove" in the output of "openvpn --help"
* fix "resolvconf -p" invocation in example "up" script
* fix "common_name" environment for script calls when
"--username-as-common-name" is in effect (Trac #1434)
Documentation:
* move "push-peer-info" documentation from "server options" to "client"
(where it belongs)
* correct "foreign_option_{n}" typo in manpage
* update IRC information in CONTRIBUTING.rst (libera.chat)
* README.down-root: fix plugin module name
---
security/openvpn/Makefile | 4 ++--
security/openvpn/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index ae8ba2f5fe16..c2a7d0ea7321 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -1,8 +1,8 @@
# Created by: Matthias Andree <mandree@FreeBSD.org>
PORTNAME= openvpn
-DISTVERSION= 2.5.4
-PORTREVISION?= 3
+DISTVERSION= 2.5.5
+PORTREVISION?= 0
CATEGORIES= security net net-vpn
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
https://build.openvpn.net/downloads/releases/ \
diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo
index 52de3f3f856e..24944d4bf171 100644
--- a/security/openvpn/distinfo
+++ b/security/openvpn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633456661
-SHA256 (openvpn-2.5.4.tar.xz) = 56c0dcd27ab938c4ad07469c86eb8b7408ef64c3e68f98497db8c03f11792436
-SIZE (openvpn-2.5.4.tar.xz) = 1150604
+TIMESTAMP = 1639588596
+SHA256 (openvpn-2.5.5.tar.xz) = 119bd69fa0210838f6cdaa273696dc738efa200f454dbe11eb6dfb75dfb6003b
+SIZE (openvpn-2.5.5.tar.xz) = 1147184