Commit 0c33c2e3 authored by vincowl's avatar vincowl Committed by GitHub

nftables and libnftnl missing compatibility field (#4374)

parent 8d21ed0c
......@@ -3,7 +3,8 @@ require 'package'
class Libnftnl < Package
description 'libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem.'
homepage 'https://netfilter.org/projects/libnftnl/'
version '1.1.7'
compatibility 'all'
version '1.1.7-1'
source_url 'https://netfilter.org/projects/libnftnl/files/libnftnl-1.1.7.tar.bz2'
source_sha256 '20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f'
......
......@@ -3,7 +3,8 @@ require 'package'
class Nftables < Package
description 'nftables replaces the popular {ip,ip6,arp,eb}tables.'
homepage 'https://netfilter.org/projects/nftables/'
version '0.9.6'
compatibility 'all'
version '0.9.6-1'
source_url 'https://netfilter.org/projects/nftables/files/nftables-0.9.6.tar.bz2'
source_sha256 '68d6fdfe8ab02303e6b1f13968a4022da5b0120110eaee3233d806857937b66e'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment