mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/2] libnftnl, nftables: version bumps
@ 2022-06-30  8:34 Alexander Dahl
  2022-06-30  8:34 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.1 -> 1.2.2 Alexander Dahl
  2022-06-30  8:34 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.0.1 -> 1.0.4 Alexander Dahl
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Dahl @ 2022-06-30  8:34 UTC (permalink / raw)
  To: ptxdist

Hei hei,

accumulated updates for nftables and dependent library.

Greets
Alex

Alexander Dahl (2):
  libnftnl: version bump 1.2.1 -> 1.2.2
  nftables: version bump 1.0.1 -> 1.0.4

 rules/libnftnl.make | 4 ++--
 rules/nftables.make | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 85010b0d7eb9d209cdc2dc61e955289556ecac43
-- 
2.30.2




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

* [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.1 -> 1.2.2
  2022-06-30  8:34 [ptxdist] [PATCH 0/2] libnftnl, nftables: version bumps Alexander Dahl
@ 2022-06-30  8:34 ` Alexander Dahl
  2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-06-30  8:34 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.0.1 -> 1.0.4 Alexander Dahl
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl @ 2022-06-30  8:34 UTC (permalink / raw)
  To: ptxdist

Requirement for recent nftables 1.0.4.

Link: https://www.netfilter.org/news.html#2022-06-07
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/libnftnl.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libnftnl.make b/rules/libnftnl.make
index 3bdede24f..f73be53cc 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
 #
 # Paths and names
 #
-LIBNFTNL_VERSION	:= 1.2.1
-LIBNFTNL_MD5		:= 715c32d0f44cd675d20bb1af2b0be4bc
+LIBNFTNL_VERSION	:= 1.2.2
+LIBNFTNL_MD5		:= 6f563bfd0e5b1b7ed433448a211187a6
 LIBNFTNL		:= libnftnl-$(LIBNFTNL_VERSION)
 LIBNFTNL_SUFFIX		:= tar.bz2
 LIBNFTNL_URL		:= http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
-- 
2.30.2




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

* [ptxdist] [PATCH 2/2] nftables: version bump 1.0.1 -> 1.0.4
  2022-06-30  8:34 [ptxdist] [PATCH 0/2] libnftnl, nftables: version bumps Alexander Dahl
  2022-06-30  8:34 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.1 -> 1.2.2 Alexander Dahl
@ 2022-06-30  8:34 ` Alexander Dahl
  2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl @ 2022-06-30  8:34 UTC (permalink / raw)
  To: ptxdist

Supports new options, has bug fixes, optimizations, regression fixes, …

Link: https://www.netfilter.org/news.html#2022-06-07b
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/nftables.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/nftables.make b/rules/nftables.make
index aaf170e37..e92e219d1 100644
--- a/rules/nftables.make
+++ b/rules/nftables.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
 #
 # Paths and names
 #
-NFTABLES_VERSION	:= 1.0.1
-NFTABLES_MD5		:= e3cf7011ee1e8e123c962446262de7cc
+NFTABLES_VERSION	:= 1.0.4
+NFTABLES_MD5		:= dcc3c263e00903037cf86d74477a9519
 NFTABLES		:= nftables-$(NFTABLES_VERSION)
 NFTABLES_SUFFIX		:= tar.bz2
 NFTABLES_URL		:= http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] libnftnl: version bump 1.2.1 -> 1.2.2
  2022-06-30  8:34 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.1 -> 1.2.2 Alexander Dahl
@ 2022-07-29  6:23   ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2022-07-29  6:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 29d65f361a3c15f249f7383923a4b66d69d406b6.

Michael

[sent from post-receive hook]

On Fri, 29 Jul 2022 08:23:15 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Requirement for recent nftables 1.0.4.
> 
> Link: https://www.netfilter.org/news.html#2022-06-07
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20220630083402.13425-2-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libnftnl.make b/rules/libnftnl.make
> index 3bdede24fb72..f73be53cceb1 100644
> --- a/rules/libnftnl.make
> +++ b/rules/libnftnl.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
>  #
>  # Paths and names
>  #
> -LIBNFTNL_VERSION	:= 1.2.1
> -LIBNFTNL_MD5		:= 715c32d0f44cd675d20bb1af2b0be4bc
> +LIBNFTNL_VERSION	:= 1.2.2
> +LIBNFTNL_MD5		:= 6f563bfd0e5b1b7ed433448a211187a6
>  LIBNFTNL		:= libnftnl-$(LIBNFTNL_VERSION)
>  LIBNFTNL_SUFFIX		:= tar.bz2
>  LIBNFTNL_URL		:= http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)



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

* Re: [ptxdist] [APPLIED] nftables: version bump 1.0.1 -> 1.0.4
  2022-06-30  8:34 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.0.1 -> 1.0.4 Alexander Dahl
@ 2022-07-29  6:23   ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2022-07-29  6:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 32ddaa110bf969f09c313d1ae26f65bf58e78cbc.

Michael

[sent from post-receive hook]

On Fri, 29 Jul 2022 08:23:16 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Supports new options, has bug fixes, optimizations, regression fixes, …
> 
> Link: https://www.netfilter.org/news.html#2022-06-07b
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20220630083402.13425-3-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/nftables.make b/rules/nftables.make
> index aaf170e371bd..e92e219d1c56 100644
> --- a/rules/nftables.make
> +++ b/rules/nftables.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
>  #
>  # Paths and names
>  #
> -NFTABLES_VERSION	:= 1.0.1
> -NFTABLES_MD5		:= e3cf7011ee1e8e123c962446262de7cc
> +NFTABLES_VERSION	:= 1.0.4
> +NFTABLES_MD5		:= dcc3c263e00903037cf86d74477a9519
>  NFTABLES		:= nftables-$(NFTABLES_VERSION)
>  NFTABLES_SUFFIX		:= tar.bz2
>  NFTABLES_URL		:= http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)



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

end of thread, other threads:[~2022-07-29  6:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30  8:34 [ptxdist] [PATCH 0/2] libnftnl, nftables: version bumps Alexander Dahl
2022-06-30  8:34 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.1 -> 1.2.2 Alexander Dahl
2022-07-29  6:23   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-06-30  8:34 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.0.1 -> 1.0.4 Alexander Dahl
2022-07-29  6:23   ` [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