mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
security/openvpn-devel: update to 2020-W30 snapshot
This is from the PR, with the addition of BUILD_DEPENDS+=rst2man:textproc/py-docutils such that the manpage gets built (it doesn't ship with snapshots - which are from Git - any longer). changes: 08469ca1 Remove --client-cert-not-required 2d5facaa Remove --ifconfig-pool-linear 94edc7c5 Require AEAD support in the crypto library ec7d0e8e Drop support for OpenSSL 1.0.1 df85950a travis: Fix make distcheck failure aad16b6c client-connect: Implement deferred connect support for plugin API v2 3658e577 Separate handling of non-deferred return values for client-connect-scripts. 3d2af156 client-connect: Add deferred support to the client-connect v1 plugin handler 290bb269 client-connect: Use inotify for the deferred client-connect status file 529b1ab2 client-connect: Add deferred support to the client-connect script handler 82241468 Remove CAS_PARTIAL state 4cabd28a doc/man: Do not install man *.rst files 4b4b34da Remove --no-iv 19fab1f6 options: don't leak inline'd key material in logfile 83d6da50 Merge Makefile.am's AUTOMAKE_OPTIONS into configure.ac's AM_INIT_AUTOMAKE. dfb40edc client-connect: Add CC_RET_DEFERRED and cope with deferred client-connect ee6830c3 doc/man: Add misssing renegotiation.rst to Makefile.am 8d0b1def doc/man: Documentation for --bind-dev / VRFs on Linux 5c5544d4 doc/man: Update --txqueuelen default setting (Now OS default) ed593e65 doc/man: Adopt compression documentation 850fd5fa doc/man: Mark compression options as deprecated f500c49c doc/man: convert openvpn.8 to split-up .rst files c83b197a Add deferred authentication support to plugin-auth-pam 90ed0fd2 reformat multi_client_generate_tls_keys according to uncrustify 708d1694 client-connect: Move adding inotify watch into its own function 4d500451 client-connect: Change cas_context from int to enum 07a69fd2 client-connect: Refactor client-connect handling to calling a bunch of hooks in a loop 4f29b73b client-connect: Refactor to use return values instead of modifying a passed-in flag 380a142a client-connect: Move multi_client_connect_setenv into early_setup 62a840e2 client-connect: Refactor multi_client_connect_source_ccd 78359a04 Added support for DHCP option 119 (dns search suffix list) for Windows. 0c8c50ca client-connect: Split multi_connection_established into separate functions b15fcceb Handle connecting clients without NCP or OCC without crashing. PR: 248147 Submitted by: Eric F. Crist (maintainer)
This commit is contained in:
parent
0248b27409
commit
75ce1dd92c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542781
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openvpn
|
||||
DISTVERSION= 202028
|
||||
DISTVERSION= 202030
|
||||
CATEGORIES= security net net-vpn
|
||||
MASTER_SITES= https://secure-computing.net/files/openvpn/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -78,7 +78,8 @@ SUB_FILES= pkg-message openvpn-client
|
|||
CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN}
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka
|
||||
BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka \
|
||||
rst2man:textproc/py-docutils
|
||||
LIB_DEPENDS+= liblzo2.so:archivers/lzo2
|
||||
|
||||
LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1594737664
|
||||
SHA256 (openvpn-202028.tar.xz) = f78d2e69ea52b186f871568f146da93e03d1395c8c2cd3bc64baa2dc34e8393e
|
||||
SIZE (openvpn-202028.tar.xz) = 1040500
|
||||
TIMESTAMP = 1595355921
|
||||
SHA256 (openvpn-202030.tar.xz) = 0ef66a09891cc566549c17a6828e09251e1f43ef80b95f6a39458e32e3d52c2f
|
||||
SIZE (openvpn-202030.tar.xz) = 1052292
|
||||
|
|
Loading…
Add table
Reference in a new issue