libnetfilter_conntrack: Update to version 1.1.0

Message ID 20241115213640.899223-8-adolf.belka@ipfire.org
State New
Headers
Series libnetfilter_conntrack: Update to version 1.1.0 |

Commit Message

Adolf Belka Nov. 15, 2024, 9:36 p.m. UTC
  - Update from version 1.0.9 to 1.1.0
- Update of rootfile not required
- Changelog
    1.1.0
	- Enhancements for filtering dump and flush commands,
	  see struct nfct_filter_dump and nfct_nlmsg_build_filter().
	- ctnetlink event BPF fixes (endianness issue, IPv6 matching) and
	  enhancements (zone matching).
	- fix for musl compilation.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/libnetfilter_conntrack | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

Michael Tremer Nov. 18, 2024, 8:01 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 15 Nov 2024, at 21:36, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - Update from version 1.0.9 to 1.1.0
> - Update of rootfile not required
> - Changelog
>    1.1.0
> - Enhancements for filtering dump and flush commands,
>  see struct nfct_filter_dump and nfct_nlmsg_build_filter().
> - ctnetlink event BPF fixes (endianness issue, IPv6 matching) and
>  enhancements (zone matching).
> - fix for musl compilation.
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> lfs/libnetfilter_conntrack | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/lfs/libnetfilter_conntrack b/lfs/libnetfilter_conntrack
> index 3141606fe..8d724e4e9 100644
> --- a/lfs/libnetfilter_conntrack
> +++ b/lfs/libnetfilter_conntrack
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
> #                                                                             #
> # This program is free software: you can redistribute it and/or modify        #
> # it under the terms of the GNU General Public License as published by        #
> @@ -24,10 +24,10 @@
> 
> include Config
> 
> -VER        = 1.0.9
> +VER        = 1.1.0
> 
> THISAPP    = libnetfilter_conntrack-$(VER)
> -DL_FILE    = $(THISAPP).tar.bz2
> +DL_FILE    = $(THISAPP).tar.xz
> DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = 701393338a0bf852b97d80a1e4ab078dea741f7181246b3dafcbe8cff287b5b9fae72c1c50867ea71baab83fa842471b2c7054fb4702bf35900a352078de8f3a
> +$(DL_FILE)_BLAKE2 = e1f8342b4edcbd81ab9995c9ac37818006c710f890b85120e5225936163d8ac24b5a487b468cb9f98cf3c86ab3534e1a9fc866b06633c82eb9bd81d0caf2ffa1
> 
> install : $(TARGET)
> 
> -- 
> 2.47.0
>
  

Patch

diff --git a/lfs/libnetfilter_conntrack b/lfs/libnetfilter_conntrack
index 3141606fe..8d724e4e9 100644
--- a/lfs/libnetfilter_conntrack
+++ b/lfs/libnetfilter_conntrack
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,10 +24,10 @@ 
 
 include Config
 
-VER        = 1.0.9
+VER        = 1.1.0
 
 THISAPP    = libnetfilter_conntrack-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 701393338a0bf852b97d80a1e4ab078dea741f7181246b3dafcbe8cff287b5b9fae72c1c50867ea71baab83fa842471b2c7054fb4702bf35900a352078de8f3a
+$(DL_FILE)_BLAKE2 = e1f8342b4edcbd81ab9995c9ac37818006c710f890b85120e5225936163d8ac24b5a487b468cb9f98cf3c86ab3534e1a9fc866b06633c82eb9bd81d0caf2ffa1
 
 install : $(TARGET)