diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /net-libs/daq | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'net-libs/daq')
-rw-r--r-- | net-libs/daq/metadata.xml | 71 |
1 files changed, 35 insertions, 36 deletions
diff --git a/net-libs/daq/metadata.xml b/net-libs/daq/metadata.xml index 877529260333..9ddd5332d8f8 100644 --- a/net-libs/daq/metadata.xml +++ b/net-libs/daq/metadata.xml @@ -1,36 +1,35 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>proxy-maintainers</herd>
-<maintainer>
- <email>jason.r.wallace@gmail.com</email>
- <name>Jason Wallace</name>
-</maintainer>
-<maintainer>
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
-</maintainer>
-<herd>netmon</herd>
-<longdescription>Data Acquisition library, for packet I/O with Snort 2.9 and later</longdescription>
-<use>
- <flag name='afpacket'>
- Build the AFPacket data acquisition module. Functions similar to the PCAP
- module but with better performance. Snort can run unprivileged when using
- this module. AFpacket supports both inline and passive modes.
- </flag>
- <flag name='dump'>Build the Dump data acquisition module. The dump DAQ
- allows you to test the various inline mode features available in
- 2.9 Snort like injection and normalization.
- </flag>
- <flag name='pcap'>Build the PCAP data acquisition module.</flag>
- <flag name='nfq'>
- Build the NFQ data acquisition module. NFQ is the new way to process iptables
- packets for inline deployments. Snort can not run unprivileged when using this module.
- </flag>
- <flag name='ipq'>
- Build the IPQ data acquisition module. IPQ is the old way to process iptables
- packets for inline deployments. Snort can not run unprivileged when using this module.
- </flag>
-</use>
-</pkgmetadata>
-
+<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proxy-maintainers</herd> +<maintainer> + <email>jason.r.wallace@gmail.com</email> + <name>Jason Wallace</name> +</maintainer> +<maintainer> + <email>patrick@gentoo.org</email> + <name>Patrick Lauer</name> +</maintainer> +<herd>netmon</herd> +<longdescription>Data Acquisition library, for packet I/O with Snort 2.9 and later</longdescription> +<use> + <flag name="afpacket"> + Build the AFPacket data acquisition module. Functions similar to the PCAP + module but with better performance. Snort can run unprivileged when using + this module. AFpacket supports both inline and passive modes. + </flag> + <flag name="dump">Build the Dump data acquisition module. The dump DAQ + allows you to test the various inline mode features available in + 2.9 Snort like injection and normalization. + </flag> + <flag name="pcap">Build the PCAP data acquisition module.</flag> + <flag name="nfq"> + Build the NFQ data acquisition module. NFQ is the new way to process iptables + packets for inline deployments. Snort can not run unprivileged when using this module. + </flag> + <flag name="ipq"> + Build the IPQ data acquisition module. IPQ is the old way to process iptables + packets for inline deployments. Snort can not run unprivileged when using this module. + </flag> +</use> +</pkgmetadata> |