diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-08-11 21:12:31 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-08-11 21:12:31 +0800 |
commit | 615fadcde7fb46f804859e0f9604694fa777f205 (patch) | |
tree | 1c3ff0d7be03053cde6ae29188f33b1729d76570 | |
parent | 0fa40cf6bf1cded3bf33e3de12e95a5045ccf21f (diff) | |
download | freebsd-ports-gnome-615fadcde7fb46f804859e0f9604694fa777f205.tar.gz freebsd-ports-gnome-615fadcde7fb46f804859e0f9604694fa777f205.tar.zst freebsd-ports-gnome-615fadcde7fb46f804859e0f9604694fa777f205.zip |
security/openvpn-devel: Update to 2020-W33 snapshot
Update to Week 33 snapshot:
e02616d8 Document comp-lzo no and compress being incompatible
c13d20fa Remove S_OP_NORMAL key state.
4b4f5fe2 Move parsing IV_PROTO to separate function
4edcf571 Skip existing interfaces on opening the first available utun on macOS
42b39e98 Merge check_coarse_timers and check_coarse_timers_dowork
cd88d947 Eliminate check_tls wrapper function
eed645b3 Eliminate check_incoming_control_channel wrapper function
b7aebba2 Eliminate check_fragment function
76ea0859 Rename check_ping_restart_dowork to trigger_ping_timeout_signal
ce7ddaaf Split pf_check_reload check and check timer in process_coarse_timers
feacd01c travis: don't run t_net.sh test
e9639044 Remove a number of check/do_work wrapper calls from coarse_timers
60200b9e Remove buf argument from link_socket_set_outgoing_addr
33773a02 Clean up a number of leftover C89 initialisations in ssl.c
2fdd3329 Minor cleanup in push.c
bf42466d Document different behaviour of dynamic cipher negotiation
2c1d8c33 Rework NCP compability logic and drop BF-CBC support by default
dab34fdd Fix compilation with --disable-lzo and --disable-lz4
992e9cec Log serial number of revoked certificate
71d56aea client-connect: Add documentation for the deferred client connect feature
20b39474 Abort client-connect handler loop after first handler sets 'disable'.
08f3c1ca Fix sequence of events for async plugin v1 handler.
0a7af784 Gently push users towards --data-ciphers in --show-ciphers output
5fde831c Fix stack buffer overruns in NEXTADDR() macro:
342f9b78 Add a note that ncp-ciphers is replaced by data-ciphers
30d19c6e Rename ncp-ciphers to data-ciphers
a3b21a76 Avoid sending push request after receving push reply
7cadbe24 Simplify calling logic of check_connection_established_dowork
1d86fae8 Include utun device number in utun error message
PR: 248600
Submitted by: Eric F. Crist (maintainer)
-rw-r--r-- | security/openvpn-devel/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index 4cd189ec97c7..bffd190c51f4 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 202030 +DISTVERSION= 202033 CATEGORIES= security net net-vpn MASTER_SITES= https://secure-computing.net/files/openvpn/ PKGNAMESUFFIX= -devel diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo index 20d6634c78d1..557fb06a57e3 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595355921 -SHA256 (openvpn-202030.tar.xz) = 0ef66a09891cc566549c17a6828e09251e1f43ef80b95f6a39458e32e3d52c2f -SIZE (openvpn-202030.tar.xz) = 1052292 +TIMESTAMP = 1597145486 +SHA256 (openvpn-202033.tar.xz) = 0759d8f06b1af368bf6551785f90e8deceee1396ae5046fd2a96a7a8fcb88b05 +SIZE (openvpn-202033.tar.xz) = 1057600 |