public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libnetfilter_cthelper: Update to version 1.0.1
@ 2022-05-11  8:39 Adolf Belka
  2022-05-30 19:15 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-05-11  8:39 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]

- Update from version 1.0.0 to 1.0.1
- Update of rootfile not required
- Changelog
   1.0.1
	* Allow build on uclinux
	* Use after free in nfct_helper_free()
	* Double free in nfct-helper-add example
	* Invalid argument error in nftc-helper-add
	* Incorrect netlink message building with multiple nfct helper policies

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

diff --git a/lfs/libnetfilter_cthelper b/lfs/libnetfilter_cthelper
index 784f471e3..418a8913c 100644
--- a/lfs/libnetfilter_cthelper
+++ b/lfs/libnetfilter_cthelper
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.0
+VER        = 1.0.1
 
 THISAPP    = libnetfilter_cthelper-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 622a4e27629d97a0ab2b5032e972914f2ab8764ab60ab7090b173ceabfe9648e09452e931dacb822090c5f816b553b8e73b8f8a4ee431db9f6dd092d9d4283ee
+$(DL_FILE)_BLAKE2 = cc5ae85dca896c0b8b1b704e0c5cc201677f48c2765520dc992a1b218d1334e04c592ba48cf06efe32a5089c7ad70fa44cbb2b40f2e8400d7ef9d2976a6425ee
 
 install : $(TARGET)
 
-- 
2.36.0


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

* Re: [PATCH] libnetfilter_cthelper: Update to version 1.0.1
  2022-05-11  8:39 [PATCH] libnetfilter_cthelper: Update to version 1.0.1 Adolf Belka
@ 2022-05-30 19:15 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-05-30 19:15 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from version 1.0.0 to 1.0.1
> - Update of rootfile not required
> - Changelog
>    1.0.1
> 	* Allow build on uclinux
> 	* Use after free in nfct_helper_free()
> 	* Double free in nfct-helper-add example
> 	* Invalid argument error in nftc-helper-add
> 	* Incorrect netlink message building with multiple nfct helper policies
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/libnetfilter_cthelper | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/libnetfilter_cthelper b/lfs/libnetfilter_cthelper
> index 784f471e3..418a8913c 100644
> --- a/lfs/libnetfilter_cthelper
> +++ b/lfs/libnetfilter_cthelper
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 1.0.0
> +VER        = 1.0.1
>  
>  THISAPP    = libnetfilter_cthelper-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 622a4e27629d97a0ab2b5032e972914f2ab8764ab60ab7090b173ceabfe9648e09452e931dacb822090c5f816b553b8e73b8f8a4ee431db9f6dd092d9d4283ee
> +$(DL_FILE)_BLAKE2 = cc5ae85dca896c0b8b1b704e0c5cc201677f48c2765520dc992a1b218d1334e04c592ba48cf06efe32a5089c7ad70fa44cbb2b40f2e8400d7ef9d2976a6425ee
>  
>  install : $(TARGET)
>  

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

end of thread, other threads:[~2022-05-30 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11  8:39 [PATCH] libnetfilter_cthelper: Update to version 1.0.1 Adolf Belka
2022-05-30 19:15 ` Peter Müller

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