From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libnfnetlink: Update to version 1.0.2 Date: Sat, 09 Apr 2022 08:13:45 +0000 Message-ID: <40639121-a8b0-9bc7-e250-b89375c27365@ipfire.org> In-Reply-To: <20220408184903.2830408-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7828025260993856828==" List-Id: --===============7828025260993856828== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 >=20 > Signed-off-by: Adolf Belka > --- > lfs/libnfnetlink | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/libnfnetlink b/lfs/libnfnetlink > index 38f9cdc10..f5a15d5c3 100644 > --- a/lfs/libnfnetlink > +++ b/lfs/libnfnetlink > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.0.1 > +VER =3D 1.0.2 > =20 > THISAPP =3D libnfnetlink-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 18d6f702afffa1bf2cb6978426f4a1aeab8692a288686c099eb7= dfabff23648b4b0f1ac14b4661f16e3d50b6e7d29090d58ce715dac107acb12648e93c5df4f3 > +$(DL_FILE)_BLAKE2 =3D 81c954f6ca2738b321e9319d20741aa15376e88e5f7a0ce1cfa2= b02cd104f98d020ab6206bfbc79fc66655f8e40a17bfb65cbce0b1684d9373b809de5a433fc4 > =20 > install : $(TARGET) > =20 --===============7828025260993856828==--