diff options
Diffstat (limited to '')
-rw-r--r-- | security/openvpn-auth-oauth2/Makefile | 3 | ||||
-rw-r--r-- | security/openvpn-auth-oauth2/distinfo | 10 | ||||
-rw-r--r-- | security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/openvpn-auth-oauth2/Makefile b/security/openvpn-auth-oauth2/Makefile index c342db717442..921a17d7fca6 100644 --- a/security/openvpn-auth-oauth2/Makefile +++ b/security/openvpn-auth-oauth2/Makefile @@ -1,6 +1,7 @@ PORTNAME= openvpn-auth-oauth2 DISTVERSIONPREFIX= v -DISTVERSION= 1.23.0 +DISTVERSION= 1.25.2 +PORTREVISION= 1 CATEGORIES= security net net-vpn MAINTAINER= otis@FreeBSD.org diff --git a/security/openvpn-auth-oauth2/distinfo b/security/openvpn-auth-oauth2/distinfo index c69fcf7f3670..ef958b0b6d12 100644 --- a/security/openvpn-auth-oauth2/distinfo +++ b/security/openvpn-auth-oauth2/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747749448 -SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.0/v1.23.0.mod) = 3cfe3d6fcb9c2dadd04584a4dee41a867c33b720a91127efaaa501fd11726f2b -SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.0/v1.23.0.mod) = 1899 -SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.0/v1.23.0.zip) = 984bf33860740e9d4f3896db38bfea064a2b21553c85c8c0ea98856933c64b71 -SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.0/v1.23.0.zip) = 1850633 +TIMESTAMP = 1754885003 +SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.25.2/v1.25.2.mod) = d0f750c04d64d7442d246f72b825d2f9fc0ed4210e066ea5f6787b9eb877f963 +SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.25.2/v1.25.2.mod) = 1370 +SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.25.2/v1.25.2.zip) = 0ac1f121f8eb6842a65e67e4b2a16a52c6c2f2cc068e79b06a5f90b04cce0a4e +SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.25.2/v1.25.2.zip) = 1875487 diff --git a/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in b/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in index 40015f4a8e4a..aefe798754be 100644 --- a/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in +++ b/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in @@ -32,7 +32,7 @@ eval ": \${${name}_config:=%%ETCDIR%%/openvpn-auth-oauth2.yml}" load_rc_config "${name}" _openvpn_auth_oauth2="%%PREFIX%%/sbin/openvpn-auth-oauth2" -_common_daemon_args=-Sfc +_common_daemon_args="-Sfc -R 5" _piddir=/var/run/openvpn-auth-oauth2 # Set PID file |