public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libnfnetlink: Update to version 1.0.2
@ 2022-04-08 18:49 Adolf Belka
  2022-04-09  8:13 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-04-08 18:49 UTC (permalink / raw)
  To: development

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

- Update from 1.0.1 to 1.0.2
- Update of rootfile not required
- Changelog
   Version 1.0.2
	* Warnings with automake-1.12
	* Update header comments to reflect GPLv2+ license
	* Allow building on uclinux
	* Valgrind warnings due to uninitialized padding in netlink messages
	* Hide private library symbols
	* Support builds with newer doxygen versions
	* Failing calls to getsockname() were left unnoticed

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

diff --git a/lfs/libnfnetlink b/lfs/libnfnetlink
index 38f9cdc10..f5a15d5c3 100644
--- a/lfs/libnfnetlink
+++ b/lfs/libnfnetlink
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.1
+VER        = 1.0.2
 
 THISAPP    = libnfnetlink-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 18d6f702afffa1bf2cb6978426f4a1aeab8692a288686c099eb7dfabff23648b4b0f1ac14b4661f16e3d50b6e7d29090d58ce715dac107acb12648e93c5df4f3
+$(DL_FILE)_BLAKE2 = 81c954f6ca2738b321e9319d20741aa15376e88e5f7a0ce1cfa2b02cd104f98d020ab6206bfbc79fc66655f8e40a17bfb65cbce0b1684d9373b809de5a433fc4
 
 install : $(TARGET)
 
-- 
2.35.1


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

* Re: [PATCH] libnfnetlink: Update to version 1.0.2
  2022-04-08 18:49 [PATCH] libnfnetlink: Update to version 1.0.2 Adolf Belka
@ 2022-04-09  8:13 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-09  8:13 UTC (permalink / raw)
  To: development

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

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

> - Update from 1.0.1 to 1.0.2
> - Update of rootfile not required
> - Changelog
>    Version 1.0.2
> 	* Warnings with automake-1.12
> 	* Update header comments to reflect GPLv2+ license
> 	* Allow building on uclinux
> 	* Valgrind warnings due to uninitialized padding in netlink messages
> 	* Hide private library symbols
> 	* Support builds with newer doxygen versions
> 	* Failing calls to getsockname() were left unnoticed
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/libnfnetlink | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/libnfnetlink b/lfs/libnfnetlink
> index 38f9cdc10..f5a15d5c3 100644
> --- a/lfs/libnfnetlink
> +++ b/lfs/libnfnetlink
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 1.0.1
> +VER        = 1.0.2
>  
>  THISAPP    = libnfnetlink-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 18d6f702afffa1bf2cb6978426f4a1aeab8692a288686c099eb7dfabff23648b4b0f1ac14b4661f16e3d50b6e7d29090d58ce715dac107acb12648e93c5df4f3
> +$(DL_FILE)_BLAKE2 = 81c954f6ca2738b321e9319d20741aa15376e88e5f7a0ce1cfa2b02cd104f98d020ab6206bfbc79fc66655f8e40a17bfb65cbce0b1684d9373b809de5a433fc4
>  
>  install : $(TARGET)
>  

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

end of thread, other threads:[~2022-04-09  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 18:49 [PATCH] libnfnetlink: Update to version 1.0.2 Adolf Belka
2022-04-09  8:13 ` 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