Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/
Date: Sun, 25 Jul 2021 03:58:54
Message-Id: 1627185523.68096270c9b14b9c9cf487c145e8da8c9e6c9e38.sam@gentoo
1 commit: 68096270c9b14b9c9cf487c145e8da8c9e6c9e38
2 Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
3 AuthorDate: Fri Jul 23 07:13:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 03:58:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68096270
7
8 net-dialup/xl2tpd: Adopt it.
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
12 Closes: https://github.com/gentoo/gentoo/pull/21753
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-dialup/xl2tpd/metadata.xml | 9 ++++++++-
16 1 file changed, 8 insertions(+), 1 deletion(-)
17
18 diff --git a/net-dialup/xl2tpd/metadata.xml b/net-dialup/xl2tpd/metadata.xml
19 index bab6c029617..f45f6b9445d 100644
20 --- a/net-dialup/xl2tpd/metadata.xml
21 +++ b/net-dialup/xl2tpd/metadata.xml
22 @@ -1,7 +1,14 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 - <!-- maintainer-needed -->
27 + <maintainer type="person" proxied="yes">
28 + <email>jaco@××××××.za</email>
29 + <name>Jaco Kroon</name>
30 + </maintainer>
31 + <maintainer type="project" proxied="proxy">
32 + <email>proxy-maint@g.o</email>
33 + <name>Proxy Maintainers</name>
34 + </maintainer>
35 <longdescription>xl2tpd is a fork of l2tpd Layer 2 Tunneling Protocol (L2TP) daemon that can be used to transfer frames of OSI layer 2 protocols through an IP tunnel. While it provides authentication via CHAP or PAP it does not provide encryption itself and should therefore be externally secured (via IPSEC).</longdescription>
36 <use>
37 <flag name="kernel">Enable kernel interface for PPPoL2TP</flag>