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] samba: Ship with CU169 Date: Fri, 17 Jun 2022 08:46:45 +0000 Message-ID: In-Reply-To: <20220616213159.2813069-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8338175308275817964==" List-Id: --===============8338175308275817964== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - samba is linked to liblber from openldap. openldap was updated in CU168 b= ut > I missed that samba 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 samba PAK_VER so that it will be shipped and th= erefore > have the library links updated. >=20 > Signed-off-by: Adolf Belka > --- > lfs/samba | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 --===============8338175308275817964==--