Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
Date: Sun, 26 Nov 2017 23:11:39
Message-Id: 1511737810.5fc98ddfcc136ce7c1b5dabf911adcae71bcb13e.soap@gentoo
1 commit: 5fc98ddfcc136ce7c1b5dabf911adcae71bcb13e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:38:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:10:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc98ddf
7
8 net-firewall/iptables: [QA] Consistent whitespace in metadata.xml
9
10 net-firewall/iptables/metadata.xml | 48 +++++++++++++++++++-------------------
11 1 file changed, 24 insertions(+), 24 deletions(-)
12
13 diff --git a/net-firewall/iptables/metadata.xml b/net-firewall/iptables/metadata.xml
14 index 92f454ba7f6..0b5f57f8bf8 100644
15 --- a/net-firewall/iptables/metadata.xml
16 +++ b/net-firewall/iptables/metadata.xml
17 @@ -1,29 +1,29 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 -<maintainer type="project">
22 - <email>base-system@g.o</email>
23 - <name>Gentoo Base System</name>
24 -</maintainer>
25 -<use>
26 - <flag name="conntrack">Build against <pkg>net-libs/libnetfilter_conntrack</pkg> when enables the connlabel matcher</flag>
27 - <flag name="netlink">Build against libnfnetlink which enables the nfnl_osf util</flag>
28 - <flag name="nftables">Support nftables kernel interface</flag>
29 - <flag name="pcap">Build against <pkg>net-libs/libpcap</pkg> which enables the nfbpf_compile util</flag>
30 -</use>
31 -<longdescription>
32 - iptables is the userspace command line program used to set up, maintain, and
33 - inspect the tables of IPv4 packet filter rules in the Linux kernel. It's a
34 - part of packet filtering framework which allows the stateless and stateful
35 - packet filtering, all kinds of network address and port translation, and is a
36 - flexible and extensible infrastructure with multiple layers of API's for 3rd
37 - party extensions. The iptables package also includes ip6tables. ip6tables is
38 - used for configuring the IPv6 packet filter.
39 + <maintainer type="project">
40 + <email>base-system@g.o</email>
41 + <name>Gentoo Base System</name>
42 + </maintainer>
43 + <use>
44 + <flag name="conntrack">Build against <pkg>net-libs/libnetfilter_conntrack</pkg> when enables the connlabel matcher</flag>
45 + <flag name="netlink">Build against libnfnetlink which enables the nfnl_osf util</flag>
46 + <flag name="nftables">Support nftables kernel interface</flag>
47 + <flag name="pcap">Build against <pkg>net-libs/libpcap</pkg> which enables the nfbpf_compile util</flag>
48 + </use>
49 + <longdescription>
50 + iptables is the userspace command line program used to set up, maintain, and
51 + inspect the tables of IPv4 packet filter rules in the Linux kernel. It's a
52 + part of packet filtering framework which allows the stateless and stateful
53 + packet filtering, all kinds of network address and port translation, and is a
54 + flexible and extensible infrastructure with multiple layers of API's for 3rd
55 + party extensions. The iptables package also includes ip6tables. ip6tables is
56 + used for configuring the IPv6 packet filter.
57
58 - Note that some extensions (e.g. imq and l7filter) are not included into
59 - official kernel sources so you have to patch the sources before installation.
60 -</longdescription>
61 -<upstream>
62 - <remote-id type="cpe">cpe:/a:netfilter_core_team:iptables</remote-id>
63 -</upstream>
64 + Note that some extensions (e.g. imq and l7filter) are not included into
65 + official kernel sources so you have to patch the sources before installation.
66 + </longdescription>
67 + <upstream>
68 + <remote-id type="cpe">cpe:/a:netfilter_core_team:iptables</remote-id>
69 + </upstream>
70 </pkgmetadata>