On 10/13/23 16:46, Michael Olbrich wrote:
> On Wed, Oct 11, 2023 at 08:05:28PM +0200, Christian Melki wrote:
>> Minor fixes and enhancements.
>> https://lwn.net/Articles/947199/
> 
> Fails with:
> 
> checking for libnftnl >= 1.2.6... no
> *** Error: no suitable libnftnl found. ***
>     Please install the 'libnftnl' package
>     Or consider --disable-nftables to skip
>     iptables-compat over nftables support.
> 
> Not sure what happens here.
> 
> Michael
>

I don't use the compat mode for selecting nftnl, so missed that one.
It looks like a trival bump from the iptables perspective though and the
changes look simple.
Please see my libnftnl submission.

Christian

>>
>> Signed-off-by: Christian Melki <christian.me...@t2data.com>
>> ---
>>  rules/iptables.make | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/rules/iptables.make b/rules/iptables.make
>> index c32320254..1444d6d10 100644
>> --- a/rules/iptables.make
>> +++ b/rules/iptables.make
>> @@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables
>>  #
>>  # Paths and names
>>  #
>> -IPTABLES_VERSION    := 1.8.9
>> -IPTABLES_MD5                := ffa00f68d63e723c21b8a091c5c0271b
>> +IPTABLES_VERSION    := 1.8.10
>> +IPTABLES_MD5                := 5eaa3bb424dd3a13c98c0cb026314029
>>  IPTABLES            := iptables-$(IPTABLES_VERSION)
>>  IPTABLES_SUFFIX             := tar.xz
>>  IPTABLES_URL                := 
>> http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
>> -- 
>> 2.34.1
>>
>>
>>
> 


Reply via email to