summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-05-31 06:06:45 +0300
committerGöktürk Yüksek <gokturk@gentoo.org>2016-06-12 00:27:56 -0400
commit3e987cd82291b3375f2b8d6c2a66d7bbbf74fbe6 (patch)
tree7dd018bc4c9472db96ecb9f70fcaaba51d1445cd /net-firewall/fwknop/metadata.xml
parentnet-firewall/fwknop: bump initscript copyright years after shebang update (diff)
downloadgentoo-3e987cd82291b3375f2b8d6c2a66d7bbbf74fbe6.tar.gz
gentoo-3e987cd82291b3375f2b8d6c2a66d7bbbf74fbe6.tar.bz2
gentoo-3e987cd82291b3375f2b8d6c2a66d7bbbf74fbe6.zip
net-firewall/fwknop: revbump to 2.6.8-r2
Changes: - EAPI=6; - HTTPS in HOMEPAGE; - update LICENSE; - require server USE for gdbm USE as it only affects server builds; - move kernel config check to pkg_postinst as it's purely informational; - respect PREFIX in build system; - avoid ${S} overuse; - install utility scripts with extras USE; - various cleanups here and there. Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-firewall/fwknop/metadata.xml')
-rw-r--r--net-firewall/fwknop/metadata.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/fwknop/metadata.xml b/net-firewall/fwknop/metadata.xml
index fac989c8b97c..46d8d3708515 100644
--- a/net-firewall/fwknop/metadata.xml
+++ b/net-firewall/fwknop/metadata.xml
@@ -11,9 +11,9 @@
</maintainer>
<use>
<flag name="client">Build fwknop client</flag>
- <flag name="extras">Install example AppArmor policy for fwknopd server</flag>
+ <flag name="extras">Install utility scripts and AppArmor policy for fwknopd</flag>
<flag name="firewalld">Use <pkg>net-firewall/firewalld</pkg> as the default server backend</flag>
- <flag name="gdbm">Replace file-based digest-cache with gdbm one</flag>
+ <flag name="gdbm">Use <pkg>sys-libs/gdbm</pkg> to store fwknopd digest cache</flag>
<flag name="gpg">Enable GPG support via <pkg>app-crypt/gpgme</pkg></flag>
<flag name="iptables">Use <pkg>net-firewall/iptables</pkg> as the default server backend</flag>
<flag name="server">Build fwknopd server</flag>