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 1 Oct 2020 20:03:33 -0000
@@ -4,11 +4,13 @@ COMMENT= l2tp client/server
GH_ACCOUNT= xelerance
GH_PROJECT= xl2tpd
-GH_TAGNAME= v1.3.14
+GH_TAGNAME= v1.3.15
CATEGORIES= net
-HOMEPAGE= http://www.xelerance.com/services/software/xl2tpd/
+HOMEPAGE= https://github.com/xelerance/xl2tpd
+
+MAINTAINER= Alexander Naumov <alexander_naumov@opensuse.org>
# GPLv2
PERMIT_PACKAGE= Yes
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 1 Oct 2020 20:03:33 -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 1 Oct 2020 20:03:33 -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
This patch updates xl2tpd to version 1.3.15.
What was done:
- make makesum
- make test
- /usr/ports/infrastructure/bin/portcheck
- make port-lib-depends-check
- make update-plist
'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.
Package was built/tested/installed on x86_64 and aarch64 (SoftIron 1000)
machines.
Like before
$ echo c l2tp > /var/run/xl2tpd/l2tp-control
lets communicate with peer npppd(8) via l2tp (7001/udp).
There is no maintainer for xl2tpd.
I can take responsibilities for this port.
Cheers,
Alex
No comments:
Post a Comment