From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] samba: Ship with CU169 Date: Thu, 16 Jun 2022 23:31:59 +0200 Message-ID: <20220616213159.2813069-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9208412854309003745==" List-Id: --===============9208412854309003745== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - samba is linked to liblber from openldap. openldap was updated in CU168 but I missed that samba 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 samba PAK_VER so that it will be shipped and ther= efore have the library links updated. Signed-off-by: Adolf Belka --- lfs/samba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/samba b/lfs/samba index 97fe96918..896e7e71e 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D samba -PAK_VER =3D 84 +PAK_VER =3D 85 =20 DEPS =3D avahi cups libtirpc krb5 perl-Parse-Yapp perl-JSON =20 --=20 2.36.1 --===============9208412854309003745==--