Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/
Date: Sun, 28 Feb 2016 19:05:11
Message-Id: 1456672773.9a77690226b863f97c66fc6b823aa04f8278fe39.monsieurp@gentoo
1 commit: 9a77690226b863f97c66fc6b823aa04f8278fe39
2 Author: Thomas D <whissi <AT> whissi <DOT> de>
3 AuthorDate: Sun Feb 28 15:19:33 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 15:19:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a776902
7
8 net-firewall/shorewall: metadata.xml updated
9
10 - longdescription added
11 - upstream information added
12
13 Package-Manager: portage-2.2.27
14
15 net-firewall/shorewall/metadata.xml | 55 ++++++++++++++++++++++++-------------
16 1 file changed, 36 insertions(+), 19 deletions(-)
17
18 diff --git a/net-firewall/shorewall/metadata.xml b/net-firewall/shorewall/metadata.xml
19 index d1391a3..8ba5a0c 100644
20 --- a/net-firewall/shorewall/metadata.xml
21 +++ b/net-firewall/shorewall/metadata.xml
22 @@ -1,23 +1,40 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 - <maintainer type="person">
27 - <email>whissi@××××××.de</email>
28 - <name>Thomas D. (Whissi)</name>
29 - </maintainer>
30 - <maintainer type="project">
31 - <email>netmon@g.o</email>
32 - <name>Gentoo network monitoring and analysis project</name>
33 - </maintainer>
34 - <maintainer type="project">
35 - <email>proxy-maint@g.o</email>
36 - <name>Proxy Maintainers</name>
37 - </maintainer>
38 - <use>
39 - <flag name="init">Adds the capability to place the firewall in a safe state prior to bringing up the network interfaces</flag>
40 - <flag name="ipv4">Installs everything needed to create a full IPv4 firewall</flag>
41 - <flag name="ipv6">Adds the capability to create a full IPv6 firewall (requires <pkg>net-firewall/shorewall[ipv4]</pkg>)</flag>
42 - <flag name="lite4">Installs everything needed to just *run* an IPv4 compiled firewall script created with <pkg>net-firewall/shorewall[ipv4]</pkg></flag>
43 - <flag name="lite6">Installs everything needed to just *run* an IPv6 compiled firewall script created with <pkg>net-firewall/shorewall[ipv6]</pkg></flag>
44 - </use>
45 + <maintainer type="person">
46 + <email>whissi@××××××.de</email>
47 + <name>Thomas D. (Whissi)</name>
48 + </maintainer>
49 + <maintainer type="project">
50 + <email>netmon@g.o</email>
51 + <name>Gentoo network monitoring and analysis project</name>
52 + </maintainer>
53 + <maintainer type="project">
54 + <email>proxy-maint@g.o</email>
55 + <name>Proxy Maintainers</name>
56 + </maintainer>
57 + <longdescription lang="en">
58 + The Shoreline Firewall, more commonly known as "Shorewall", is high-level tool for configuring Netfilter.
59 + You describe your firewall/gateway requirements using entries in a set of configuration files.
60 + Shorewall reads those configuration files and with the help of the iptables, iptables-restore, ip and
61 + tc utilities, Shorewall configures Netfilter and the Linux networking subsystem to match your requirements.
62 + Shorewall can be used on a dedicated firewall system, a multi-function gateway/router/server or on a
63 + standalone GNU/Linux system. Shorewall does not use Netfilter's ipchains compatibility mode and can thus
64 + take advantage of Netfilter's connection state tracking capabilities.
65 +
66 + Shorewall is not a daemon. Once Shorewall has configured the Linux networking subsystem, its job is complete and
67 + there is no "Shorewall process" left running in your system. The /usr/sbin/shorewall program can be used at
68 + any time to monitor the Netfilter firewall.
69 + </longdescription>
70 + <upstream>
71 + <doc lang="en">http://shorewall.net/Documentation_Index.html</doc>
72 + <remote-id type="sourceforge">shorewall</remote-id>
73 + </upstream>
74 + <use>
75 + <flag name="init">Adds the capability to place the firewall in a safe state prior to bringing up the network interfaces</flag>
76 + <flag name="ipv4">Installs everything needed to create a full IPv4 firewall</flag>
77 + <flag name="ipv6">Adds the capability to create a full IPv6 firewall (requires <pkg>net-firewall/shorewall[ipv4]</pkg>)</flag>
78 + <flag name="lite4">Installs everything needed to just *run* an IPv4 compiled firewall script created with <pkg>net-firewall/shorewall[ipv4]</pkg></flag>
79 + <flag name="lite6">Installs everything needed to just *run* an IPv6 compiled firewall script created with <pkg>net-firewall/shorewall[ipv6]</pkg></flag>
80 + </use>
81 </pkgmetadata>