summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-06 04:14:18 +0100
committerIsmael Luceno2021-01-06 04:16:48 +0100
commitb406f125ea03041cd2f2970f9cea9310f1d4cdfd (patch)
tree119528c7900fbf158bef8210ac4ee89dcf99e2b2 /net
parentb214653e0e656ef059f2b20cd52f2f27bc5b71e1 (diff)
nftables 0.9.7
Diffstat (limited to 'net')
-rwxr-xr-xnet/nftables/DEPENDS7
-rwxr-xr-xnet/nftables/DETAILS2
-rw-r--r--net/nftables/HISTORY3
3 files changed, 8 insertions, 4 deletions
diff --git a/net/nftables/DEPENDS b/net/nftables/DEPENDS
index 4e3cb28bbc..de7d59633c 100755
--- a/net/nftables/DEPENDS
+++ b/net/nftables/DEPENDS
@@ -1,2 +1,5 @@
-depends libmnl &&
-depends libnftnl
+. "$GRIMOIRE"/FUNCTIONS &&
+vdepends <<EOF
+ libmnl
+ libnftnl >= 1.1.8
+EOF
diff --git a/net/nftables/DETAILS b/net/nftables/DETAILS
index 008b79fd58..60873a46c8 100755
--- a/net/nftables/DETAILS
+++ b/net/nftables/DETAILS
@@ -1,5 +1,5 @@
SPELL=nftables
- VERSION=0.4
+ VERSION=0.9.7
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://www.netfilter.org/projects/${SPELL}/files/${SOURCE}
diff --git a/net/nftables/HISTORY b/net/nftables/HISTORY
index abc6a7e94b..ad52ca8b48 100644
--- a/net/nftables/HISTORY
+++ b/net/nftables/HISTORY
@@ -1,6 +1,7 @@
2021-01-06 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: made kernel check non-fatal
+ * DEPENDS: added version check for libnftnl
+ * DETAILS: updated spell to 0.9.7
2014-12-29 Eric Sandall <sandalle@sourcemage.org>
* Created
-