Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/daq/
Date: Sun, 29 Oct 2017 14:47:04
Message-Id: 1509288413.f1b86895b642cb2178d26eacd3abeff67368a14c.jstein@gentoo
1 commit: f1b86895b642cb2178d26eacd3abeff67368a14c
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 14:46:53 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 14:46:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b86895
7
8 net-libs/daq: Removed proxied maintainer
9
10 Removed proxied maintainer due to inactivity.
11 Fixed tabs/spaces in metadata.
12
13 Package-Manager: Portage-2.3.13, Repoman-2.3.4
14
15 net-libs/daq/metadata.xml | 40 ++++++++++++++++------------------------
16 1 file changed, 16 insertions(+), 24 deletions(-)
17
18 diff --git a/net-libs/daq/metadata.xml b/net-libs/daq/metadata.xml
19 index 0c66111f540..a114c5f0204 100644
20 --- a/net-libs/daq/metadata.xml
21 +++ b/net-libs/daq/metadata.xml
22 @@ -1,41 +1,33 @@
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>jason.r.wallace@×××××.com</email>
28 - <name>Jason Wallace</name>
29 -</maintainer>
30 -<maintainer type="person">
31 - <email>patrick@g.o</email>
32 - <name>Patrick Lauer</name>
33 -</maintainer>
34 -<maintainer type="project">
35 - <email>proxy-maint@g.o</email>
36 - <name>Proxy Maintainers</name>
37 -</maintainer>
38 -<maintainer type="project">
39 - <email>netmon@g.o</email>
40 - <name>Gentoo network monitoring and analysis project</name>
41 -</maintainer>
42 -<longdescription>Data Acquisition library, for packet I/O with Snort 2.9 and later</longdescription>
43 -<use>
44 - <flag name="afpacket">
45 + <maintainer type="person">
46 + <email>patrick@g.o</email>
47 + <name>Patrick Lauer</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 + <longdescription>Data Acquisition library, for packet I/O with Snort 2.9 and later</longdescription>
54 + <use>
55 + <flag name="afpacket">
56 Build the AFPacket data acquisition module. Functions similar to the PCAP
57 module but with better performance. Snort can run unprivileged when using
58 this module. AFpacket supports both inline and passive modes.
59 </flag>
60 - <flag name="dump">Build the Dump data acquisition module. The dump DAQ
61 + <flag name="dump">Build the Dump data acquisition module. The dump DAQ
62 allows you to test the various inline mode features available in
63 2.9 Snort like injection and normalization.
64 </flag>
65 - <flag name="pcap">Build the PCAP data acquisition module.</flag>
66 - <flag name="nfq">
67 + <flag name="pcap">Build the PCAP data acquisition module.</flag>
68 + <flag name="nfq">
69 Build the NFQ data acquisition module. NFQ is the new way to process iptables
70 packets for inline deployments. Snort can not run unprivileged when using this module.
71 </flag>
72 - <flag name="ipq">
73 + <flag name="ipq">
74 Build the IPQ data acquisition module. IPQ is the old way to process iptables
75 packets for inline deployments. Snort can not run unprivileged when using this module.
76 </flag>
77 -</use>
78 + </use>
79 </pkgmetadata>