From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] netatalk: Ship with CU169 - Fixes bug #12878 Date: Thu, 16 Jun 2022 23:16:36 +0200 Message-ID: <20220616211636.2812067-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4000991844065218812==" List-Id: --===============4000991844065218812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - netatalk is linked to liblber from openldap. openldap was updated in CU168 = 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 o= penldap rootfile it is clear that an sobump occurred. - This patch increments the netatalk PAK_VER so that it will be shipped and t= herefore have the library links updated. Fixes: Bug #12878 Signed-off-by: Adolf Belka --- lfs/netatalk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --=20 2.36.1 --===============4000991844065218812==--