mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/openvpn: bugfix update to 2.5.4
adds openvpn-examples(5) manual page Changelog: https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst#overview-of-changes-in-254
This commit is contained in:
parent
50717cefdd
commit
cf4dd6bbfe
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Matthias Andree <mandree@FreeBSD.org>
|
# Created by: Matthias Andree <mandree@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= openvpn
|
PORTNAME= openvpn
|
||||||
DISTVERSION= 2.5.3
|
DISTVERSION= 2.5.4
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 0
|
||||||
CATEGORIES= security net net-vpn
|
CATEGORIES= security net net-vpn
|
||||||
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
|
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
|
||||||
|
@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --enable-strict
|
||||||
# set PLUGIN_LIBDIR so that unqualified plugin paths are found:
|
# set PLUGIN_LIBDIR so that unqualified plugin paths are found:
|
||||||
CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins"
|
CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins"
|
||||||
|
|
||||||
CONFLICTS_INSTALL?= openvpn-2.[!5].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]* openvpn-mbedtls-[0-9]*
|
CONFLICTS_INSTALL?= openvpn-2.[!5].* openvpn-devel-[0-9]* openvpn-mbedtls-[0-9]*
|
||||||
|
|
||||||
SUB_FILES= pkg-message openvpn-client
|
SUB_FILES= pkg-message openvpn-client
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1624052196
|
TIMESTAMP = 1633456661
|
||||||
SHA256 (openvpn-2.5.3.tar.xz) = fb6a9943c603a1951ca13e9267653f8dd650c02f84bccd2b9d20f06a4c9c9a7e
|
SHA256 (openvpn-2.5.4.tar.xz) = 56c0dcd27ab938c4ad07469c86eb8b7408ef64c3e68f98497db8c03f11792436
|
||||||
SIZE (openvpn-2.5.3.tar.xz) = 1149004
|
SIZE (openvpn-2.5.4.tar.xz) = 1150604
|
||||||
|
|
|
@ -4,6 +4,7 @@ lib/openvpn/plugins/openvpn-plugin-auth-pam.so
|
||||||
lib/openvpn/plugins/openvpn-plugin-down-root.so
|
lib/openvpn/plugins/openvpn-plugin-down-root.so
|
||||||
libexec/openvpn-client.down
|
libexec/openvpn-client.down
|
||||||
libexec/openvpn-client.up
|
libexec/openvpn-client.up
|
||||||
|
man/man5/openvpn-examples.5.gz
|
||||||
man/man8/openvpn.8.gz
|
man/man8/openvpn.8.gz
|
||||||
sbin/openvpn
|
sbin/openvpn
|
||||||
sbin/openvpn-client
|
sbin/openvpn-client
|
||||||
|
|
Loading…
Add table
Reference in a new issue