mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
security/openvpn-devel: bugfix update to 0033811e
Changes: * 0033811e 2021-06-03 | Fix SIGSEGV (NULL deref) receiving push "echo" [Matthias Andree] * b7fe49c2 2021-05-24 | Do not require CA when peer-fingerprint is used [Selva Nair] * 28240c4a 2021-06-01 | Fix parsing of IV_SSO string [Selva Nair] Approved by: Gert Doering (maintainer, by IRC)
This commit is contained in:
parent
cb4dde7e1f
commit
8c0ab38d7a
2 changed files with 5 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= g20210527
|
DISTVERSION= g20210603
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= security net net-vpn
|
CATEGORIES= security net net-vpn
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2
|
||||||
USES= autoreconf cpe libtool pkgconfig shebangfix tar:xz
|
USES= autoreconf cpe libtool pkgconfig shebangfix tar:xz
|
||||||
IGNORE_SSL= libressl libressl-devel
|
IGNORE_SSL= libressl libressl-devel
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
GL_COMMIT= 890225c1783d0f11b2092495ff902a46d7d0d4cd
|
GL_COMMIT= 0033811e0215af76f469d78912c95a2f59813454
|
||||||
USE_RC_SUBR= openvpn
|
USE_RC_SUBR= openvpn
|
||||||
|
|
||||||
SHEBANG_FILES= sample/sample-scripts/auth-pam.pl sample/sample-scripts/ucn.pl \
|
SHEBANG_FILES= sample/sample-scripts/auth-pam.pl sample/sample-scripts/ucn.pl \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1622278095
|
TIMESTAMP = 1622732649
|
||||||
SHA256 (openvpn-openvpn-890225c1783d0f11b2092495ff902a46d7d0d4cd_GL0.tar.gz) = 0677e95122f96634ad8b8215052f5cd51ccd554bbd70ab53a05f33c157b27554
|
SHA256 (openvpn-openvpn-0033811e0215af76f469d78912c95a2f59813454_GL0.tar.gz) = c9b1760e1024d177dc3de7678c3915355ddccb03238f7397e8361c36af18d1c1
|
||||||
SIZE (openvpn-openvpn-890225c1783d0f11b2092495ff902a46d7d0d4cd_GL0.tar.gz) = 1133002
|
SIZE (openvpn-openvpn-0033811e0215af76f469d78912c95a2f59813454_GL0.tar.gz) = 1133010
|
||||||
|
|
Loading…
Add table
Reference in a new issue