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: Ship with CU169 - Fixes bug #12878 Date: Fri, 17 Jun 2022 08:46:37 +0000 Message-ID: In-Reply-To: <20220616211636.2812067-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2113329115174543718==" List-Id: --===============2113329115174543718== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you for taking care of this. Reviewed-by: Peter M=C3=BCller > - netatalk is linked to liblber from openldap. openldap was updated in CU16= 8 but > I missed that netatalk had a dependency to one of its libraries. > - find-dependencies was not run on openldap liblber although looking at the= openldap > rootfile it is clear that an sobump occurred. > - This patch increments the netatalk PAK_VER so that it will be shipped and= therefore > have the library links updated. >=20 > Fixes: Bug #12878 > Signed-off-by: Adolf Belka > --- > lfs/netatalk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lfs/netatalk b/lfs/netatalk > index 61ba193a5..9e8ce454b 100644 > --- a/lfs/netatalk > +++ b/lfs/netatalk > @@ -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 2 > +PAK_VER =3D 3 > =20 > DEPS =3D avahi dbus krb5 > =20 --===============2113329115174543718==--