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] netatalk: update to 3.1.13 Date: Fri, 05 Aug 2022 09:08:26 +0000 Message-ID: <85371295-d92a-de9e-8b63-6962173fe4f2@ipfire.org> In-Reply-To: <20220805023811.1724688-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3239620644548857478==" List-Id: --===============3239620644548857478== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - this releases fixes the following major security issues: > CVE-2021-31439, CVE-2022-23121, CVE-2022-23122, CVE-2022-23123, > CVE-2022-23124, CVE-2022-23125 and CVE-2022-0194. > - FIX: afpd: make a variable declaration a definition > - UPD: Remove bundled libevent >=20 > Signed-off-by: Jon Murphy > --- > lfs/netatalk | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/netatalk b/lfs/netatalk > index ef75c89fe..7a91fa948 100644 > --- a/lfs/netatalk > +++ b/lfs/netatalk > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # 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 = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D AppleShare file server > =20 > -VER =3D 3.1.12 > +VER =3D 3.1.13 > =20 > THISAPP =3D netatalk-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D netatalk > -PAK_VER =3D 3 > +PAK_VER =3D 4 > =20 > DEPS =3D avahi dbus > =20 > @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 912bb85045952202becc42899f87ada33427ded987de6c7a6b56= c061c1eb6d1a96d95a1700522bfe2119c6db8bbec94eeb4c64c480f59ff7d406542390705efc > +$(DL_FILE)_BLAKE2 =3D 2849e2a5b436f9965e0dd2aedf5078c560c78f45c1c86fbdea39= 228266b8fbcc096a3a62a08bd626b8b700fde4dd65d99f71f04478e129f6ec61c2ed7184780d > =20 > install : $(TARGET) > =20 --===============3239620644548857478==--