Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 13:12:31 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544685 - head/security/openvpn-devel
Message-ID:  <202008111312.07BDCVUp083507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Aug 11 13:12:31 2020
New Revision: 544685
URL: https://svnweb.freebsd.org/changeset/ports/544685

Log:
  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)

Modified:
  head/security/openvpn-devel/Makefile
  head/security/openvpn-devel/distinfo

Modified: head/security/openvpn-devel/Makefile
==============================================================================
--- head/security/openvpn-devel/Makefile	Tue Aug 11 13:07:45 2020	(r544684)
+++ head/security/openvpn-devel/Makefile	Tue Aug 11 13:12:31 2020	(r544685)
@@ -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

Modified: head/security/openvpn-devel/distinfo
==============================================================================
--- head/security/openvpn-devel/distinfo	Tue Aug 11 13:07:45 2020	(r544684)
+++ head/security/openvpn-devel/distinfo	Tue Aug 11 13:12:31 2020	(r544685)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008111312.07BDCVUp083507>