This patch updates xl2tpd to version 1.3.15.

'portcheck' reports some problems for 1.3.14 version:
* trailing whitespace in pkg/README
* 2 line(s) longer than 80 chars in pkg/README

It's fixed now.

Cheers,
Alex
? xl2tpd-1.3.15.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/xl2tpd/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile	12 Jul 2019 20:48:52 -0000	1.20
+++ Makefile	22 Feb 2020 21:13:42 -0000
@@ -4,7 +4,7 @@ COMMENT=	l2tp client/server
 
 GH_ACCOUNT=	xelerance
 GH_PROJECT=	xl2tpd
-GH_TAGNAME=	v1.3.14
+GH_TAGNAME=	v1.3.15
 
 CATEGORIES=	net
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/xl2tpd/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo	18 Apr 2019 17:30:45 -0000	1.8
+++ distinfo	22 Feb 2020 21:13:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (xl2tpd-1.3.14.tar.gz) = /1oIBv7MWMe5y8YlEXpFIcBUZSKl9ZUf+27r2rmYYQ8=
-SIZE (xl2tpd-1.3.14.tar.gz) = 523992
+SHA256 (xl2tpd-1.3.15.tar.gz) = DRSb+dL32DiAbmo2/XpnbQO/JG0reGnhbJRTMOE7ki4=
+SIZE (xl2tpd-1.3.15.tar.gz) = 524960
Index: pkg/README
===================================================================
RCS file: /cvs/ports/net/xl2tpd/pkg/README,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 README
--- pkg/README	4 Sep 2018 12:46:19 -0000	1.8
+++ pkg/README	22 Feb 2020 21:13:42 -0000
@@ -26,7 +26,7 @@ Control mechanisms
 ==================
 When xl2tpd is started, it does not automatically connect. Instead it is
 controlled by writing simple commands to a fifo (you may be familiar with
-this style from isakmpd), e.g.: 
+this style from isakmpd), e.g.:
 
   echo '[command] [config_name]' > /var/run/xl2tpd/l2tp-control
 
@@ -100,8 +100,10 @@ And confirm that the tunnel does actuall
 
 # ipsecctl -sa
 FLOWS:
-flow esp in proto udp from $server port l2tp to $me peer $server srcid $myhostname dstid $server/32 type use
-flow esp out proto udp from $me to $server port l2tp peer $server srcid $myhostname dstid $server/32 type require
+flow esp in proto udp from $server port l2tp to $me peer $server \
+srcid $myhostname dstid $server/32 type use
+flow esp out proto udp from $me to $server port l2tp peer $server \
+srcid $myhostname dstid $server/32 type require
 
 SAD:
 esp transport from $me to $server spi 0x1037c0f2 auth hmac-sha1 enc aes

Reply via email to