svn commit: r511355 - head/security/openvpn-devel/files

Matthias Andree mandree at FreeBSD.org
Fri Sep 6 19:19:01 UTC 2019


Author: mandree
Date: Fri Sep  6 19:19:00 2019
New Revision: 511355
URL: https://svnweb.freebsd.org/changeset/ports/511355

Log:
  Patch sed(1) regexp in self-test script from GNU to POSIX syntax.
  
  PR:		240307
  Submitted by:	kevans@
  Approved by:	ecrist at secure-computing.net (maintainer)

Added:
  head/security/openvpn-devel/files/patch-tests_t__lpback.sh   (contents, props changed)

Added: head/security/openvpn-devel/files/patch-tests_t__lpback.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvpn-devel/files/patch-tests_t__lpback.sh	Fri Sep  6 19:19:00 2019	(r511355)
@@ -0,0 +1,11 @@
+--- tests/t_lpback.sh.orig	2019-09-03 13:22:50 UTC
++++ tests/t_lpback.sh
+@@ -26,7 +26,7 @@ trap "rm -f key.$$ tc-server-key.$$ tc-client-key.$$ l
+ 
+ # Get list of supported ciphers from openvpn --show-ciphers output
+ CIPHERS=$(${top_builddir}/src/openvpn/openvpn --show-ciphers | \
+-            sed -e '/The following/,/^$/d' -e s'/ .*//' -e '/^\s*$/d')
++            sed -e '/The following/,/^$/d' -e s'/ .*//' -e '/^[[:space:]]*$/d')
+ 
+ # SK, 2014-06-04: currently the DES-EDE3-CFB1 implementation of OpenSSL is
+ # broken (see http://rt.openssl.org/Ticket/Display.html?id=2867), so exclude


More information about the svn-ports-all mailing list