mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10
@ 2023-10-11 18:05 Christian Melki
  2023-10-13 14:46 ` Michael Olbrich
  2023-10-20  7:43 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-10-11 18:05 UTC (permalink / raw)
  To: ptxdist

Minor fixes and enhancements.
https://lwn.net/Articles/947199/

Signed-off-by: Christian Melki <christian.melki@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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10
  2023-10-11 18:05 [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10 Christian Melki
@ 2023-10-13 14:46 ` Michael Olbrich
  2023-10-13 17:18   ` Christian Melki
  2023-10-20  7:43 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2023-10-13 14:46 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

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

> 
> Signed-off-by: Christian Melki <christian.melki@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
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10
  2023-10-13 14:46 ` Michael Olbrich
@ 2023-10-13 17:18   ` Christian Melki
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Melki @ 2023-10-13 17:18 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist

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.melki@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
>>
>>
>>
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] iptables: Version bump. 1.8.9 -> 1.8.10
  2023-10-11 18:05 [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10 Christian Melki
  2023-10-13 14:46 ` Michael Olbrich
@ 2023-10-20  7:43 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-10-20  7:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 93114b79fe62c815efee75047c42c0a3cff8c2c4.

Michael

[sent from post-receive hook]

On Fri, 20 Oct 2023 09:43:40 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor fixes and enhancements.
> https://lwn.net/Articles/947199/
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231011180528.1779596-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/iptables.make b/rules/iptables.make
> index c32320254c34..1444d6d10f2c 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)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-20  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 18:05 [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10 Christian Melki
2023-10-13 14:46 ` Michael Olbrich
2023-10-13 17:18   ` Christian Melki
2023-10-20  7:43 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox