mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
security/openvpn-devel: Update 2.7_rc2 => 2.7_rc3
Relevant changes for FreeBSD users: - more type conversion related warnings have been fixed - --multihome behaviour regarding egress interface selection has been changed. See Changes.rst and manpage for details. - cleanup dead code in event handling code (leftover of the multisocket patch set) - add new feature, --tls-crypt-v2-max-age n. See Changes.rst and manpage for details. - improve documentation to point out the pitfalls of case-insensitive filesystems and --client-config-dir - split default gateway query logic in two: - for --redirect-gateway functionality, query for the gateway towards the actual IP address of the VPN server connecting to - for the "net_gateway" special destination for --route, and the corresponding environment variable, always query for 0.0.0.0 / :: (this will only make a difference in certain scenarios using a local proxy, or on a system with multiple interfaces, not using the "default route" for the VPN connection - see github#890) - upgrade embedded pkcs11-helper vcpkg + pkcs11-uri patch to 1.31 - CMake / autoconf cleanup wrt unused checks, outdated old-Linux checks, Windows oddities - DCO (primarily Linux): improve handling of bulk notifications from kernel (do not lose notifications, do not crash) (github#900) PR: 291414 Sponsored by: Subcarpathian BSD User Group
This commit is contained in:
committed by
Matthias Andree
parent
c427538313
commit
5b59499b63
@@ -1,5 +1,5 @@
|
||||
PORTNAME= openvpn
|
||||
DISTVERSION= g20251117
|
||||
DISTVERSION= g20251128
|
||||
PORTREVISION= 0 # leave in even if 0 to avoid accidental PORTEPOCH bumps
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security net net-vpn
|
||||
@@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2
|
||||
USES= autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz
|
||||
IGNORE_SSL= libressl libressl-devel
|
||||
USE_GITLAB= yes
|
||||
GL_TAGNAME= d6ee27b4ff31e4469d699f3bfd7b9998ab167230
|
||||
GL_TAGNAME= 31ef3d66c20e62cd6cc87a6b9f9c9987b889335c
|
||||
USE_RC_SUBR= openvpn
|
||||
|
||||
SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1763394774
|
||||
SHA256 (openvpn-openvpn-d6ee27b4ff31e4469d699f3bfd7b9998ab167230_GL0.tar.gz) = 8f57323446853027ed6140521b8485aff100d5858877083059dfaed64ff92edb
|
||||
SIZE (openvpn-openvpn-d6ee27b4ff31e4469d699f3bfd7b9998ab167230_GL0.tar.gz) = 1347484
|
||||
TIMESTAMP = 1764356557
|
||||
SHA256 (openvpn-openvpn-31ef3d66c20e62cd6cc87a6b9f9c9987b889335c_GL0.tar.gz) = cb4f8d9b30628955a5cbf34e362167152bea49f8c181732a6260f96172ae2e76
|
||||
SIZE (openvpn-openvpn-31ef3d66c20e62cd6cc87a6b9f9c9987b889335c_GL0.tar.gz) = 1348842
|
||||
|
||||
Reference in New Issue
Block a user