aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-12-15 17:29:40 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-12-15 17:31:52 +0000
commit6a5dfca9f56080a45627bb4ba0b02039abd36aa5 (patch)
tree8aaaa91d74760c1f64da7c39241973b1dfc96be3 /security/openvpn/Makefile
parent568a1800851b36c500b716ef0f8bfd291b25d311 (diff)
downloadports-6a5dfca9f56080a45627bb4ba0b02039abd36aa5.tar.gz
ports-6a5dfca9f56080a45627bb4ba0b02039abd36aa5.zip
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
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r--security/openvpn/Makefile4
1 files changed, 2 insertions, 2 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/ \