mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/2] nftables/libnftnl: version bumps
@ 2024-12-12  9:46 Alexander Dahl
  2024-12-12  9:46 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.7 -> 1.2.8 Alexander Dahl
  2024-12-12  9:46 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.0 -> 1.1.1 Alexander Dahl
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Dahl @ 2024-12-12  9:46 UTC (permalink / raw)
  To: ptxdist

Hello,

nftables and accompanying library libnftnl version bumps.  Mostly fixes.

Greets
Alex

Alexander Dahl (2):
  libnftnl: version bump 1.2.7 -> 1.2.8
  nftables: version bump 1.1.0 -> 1.1.1

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


base-commit: 5bce7bd2012d3582d97fe579d6c5cefedf37f46a
-- 
2.39.5




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

* [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.7 -> 1.2.8
  2024-12-12  9:46 [ptxdist] [PATCH 0/2] nftables/libnftnl: version bumps Alexander Dahl
@ 2024-12-12  9:46 ` Alexander Dahl
  2025-01-10  7:44   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-12-12  9:46 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.0 -> 1.1.1 Alexander Dahl
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl @ 2024-12-12  9:46 UTC (permalink / raw)
  To: ptxdist

Few fixes only.

Link: https://lists.netfilter.org/pipermail/netfilter-announce/2024/000261.html
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 6fa991b47..7dbaf7639 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
 #
 # Paths and names
 #
-LIBNFTNL_VERSION	:= 1.2.7
-LIBNFTNL_MD5		:= 87556a67002a46288469684e8c0df7ce
+LIBNFTNL_VERSION	:= 1.2.8
+LIBNFTNL_MD5		:= b0517646bbf47a8cf6ce67aeaeb201c4
 LIBNFTNL		:= libnftnl-$(LIBNFTNL_VERSION)
 LIBNFTNL_SUFFIX		:= tar.xz
 LIBNFTNL_URL		:= http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
-- 
2.39.5




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

* [ptxdist] [PATCH 2/2] nftables: version bump 1.1.0 -> 1.1.1
  2024-12-12  9:46 [ptxdist] [PATCH 0/2] nftables/libnftnl: version bumps Alexander Dahl
  2024-12-12  9:46 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.7 -> 1.2.8 Alexander Dahl
@ 2024-12-12  9:46 ` Alexander Dahl
  2025-01-10  7:45   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl @ 2024-12-12  9:46 UTC (permalink / raw)
  To: ptxdist

Mostly fixes.

Link: https://lists.netfilter.org/pipermail/netfilter-announce/2024/000262.html
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 8703e8dac..d1b0adb3b 100644
--- a/rules/nftables.make
+++ b/rules/nftables.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
 #
 # Paths and names
 #
-NFTABLES_VERSION	:= 1.1.0
-NFTABLES_MD5		:= 3082f7c9ad4b8dd1c9fb260ad82d1472
+NFTABLES_VERSION	:= 1.1.1
+NFTABLES_MD5		:= f0a71bcd8c112be7594851b39d4a45c3
 NFTABLES		:= nftables-$(NFTABLES_VERSION)
 NFTABLES_SUFFIX		:= tar.xz
 NFTABLES_URL		:= http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
-- 
2.39.5




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

* Re: [ptxdist] [APPLIED] libnftnl: version bump 1.2.7 -> 1.2.8
  2024-12-12  9:46 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.7 -> 1.2.8 Alexander Dahl
@ 2025-01-10  7:44   ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2025-01-10  7:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 54f75c54f7caf50ba8972fa66eff4f1bdf031591.

Michael

[sent from post-receive hook]

On Fri, 10 Jan 2025 08:44:59 +0100, Alexander Dahl <ada@thorsis.com> wrote:
> Few fixes only.
> 
> Link: https://lists.netfilter.org/pipermail/netfilter-announce/2024/000261.html
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20241212094617.1102446-2-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libnftnl.make b/rules/libnftnl.make
> index 6fa991b4742a..7dbaf763932d 100644
> --- a/rules/libnftnl.make
> +++ b/rules/libnftnl.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
>  #
>  # Paths and names
>  #
> -LIBNFTNL_VERSION	:= 1.2.7
> -LIBNFTNL_MD5		:= 87556a67002a46288469684e8c0df7ce
> +LIBNFTNL_VERSION	:= 1.2.8
> +LIBNFTNL_MD5		:= b0517646bbf47a8cf6ce67aeaeb201c4
>  LIBNFTNL		:= libnftnl-$(LIBNFTNL_VERSION)
>  LIBNFTNL_SUFFIX		:= tar.xz
>  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.1.0 -> 1.1.1
  2024-12-12  9:46 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.0 -> 1.1.1 Alexander Dahl
@ 2025-01-10  7:45   ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2025-01-10  7:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 15534f0beb2cf3817ac2a1c756f10146e888d488.

Michael

[sent from post-receive hook]

On Fri, 10 Jan 2025 08:45:00 +0100, Alexander Dahl <ada@thorsis.com> wrote:
> Mostly fixes.
> 
> Link: https://lists.netfilter.org/pipermail/netfilter-announce/2024/000262.html
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20241212094617.1102446-3-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/nftables.make b/rules/nftables.make
> index 8703e8dac2d3..d1b0adb3baa3 100644
> --- a/rules/nftables.make
> +++ b/rules/nftables.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
>  #
>  # Paths and names
>  #
> -NFTABLES_VERSION	:= 1.1.0
> -NFTABLES_MD5		:= 3082f7c9ad4b8dd1c9fb260ad82d1472
> +NFTABLES_VERSION	:= 1.1.1
> +NFTABLES_MD5		:= f0a71bcd8c112be7594851b39d4a45c3
>  NFTABLES		:= nftables-$(NFTABLES_VERSION)
>  NFTABLES_SUFFIX		:= tar.xz
>  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:[~2025-01-10  7:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-12  9:46 [ptxdist] [PATCH 0/2] nftables/libnftnl: version bumps Alexander Dahl
2024-12-12  9:46 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.7 -> 1.2.8 Alexander Dahl
2025-01-10  7:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-12-12  9:46 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.0 -> 1.1.1 Alexander Dahl
2025-01-10  7:45   ` [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