From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] rng-tools: Update to version 2.16 Date: Tue, 09 May 2023 08:38:36 +0100 Message-ID: <478C96DB-47B3-4759-A602-38FF9BCE0DB3@ipfire.org> In-Reply-To: <20230508113439.2241-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0072868097278186681==" List-Id: --===============0072868097278186681== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Adolf, > On 8 May 2023, at 12:34, Adolf Belka wrote: >=20 > - Update from version 2.14 to 2.16 > - Update of rootfile not required > - Version 2.16 required libcap to be available, which it is, but it could n= ot be found by > rng-tools. This is because rng-tools is using pkg-config and the required= libcap.pc file > was not stored in the standard directory location for .pc files. Therefor= e a patch for > libcap is bundled together with this update to fix this. >=20 > Tested-by: Adolf Belka > Signed-off-by: Adolf Belka > --- > lfs/rng-tools | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/rng-tools b/lfs/rng-tools > index 6a85a8482..8c9c338cf 100644 > --- a/lfs/rng-tools > +++ b/lfs/rng-tools > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 6.14 > +VER =3D 6.16 > SUMMARY =3D This is a random number generator daemon >=20 > THISAPP =3D rng-tools-$(VER) > @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D rng-tools > -PAK_VER =3D 1 > +PAK_VER =3D 2 >=20 > DEPS =3D >=20 > @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 177065f9ea68b68459d034d38278f866a0c9d5c499578fabcc29= ceb387b49667393f23dcae9f13ff401599846e872dbada73f5e319a99dfa4605cdb77ee3e896 > +$(DL_FILE)_BLAKE2 =3D ab1a84c9a298e71ea5cdc1e91004ac069199a0128ee9701b1b3e= 24b6c705c63a642ab3db260a2c6c910c185e8fc75d5775caa3b7c370f102c75fac496e9bca17 >=20 > install : $(TARGET) >=20 > @@ -81,8 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) > cd $(DIR_APP) && ./autogen.sh > - cd $(DIR_APP) && ./configure \ > - --prefix=3D/usr \ > + cd $(DIR_APP) && echo libcap_LIBS && ./configure \ > + --prefix=3D/usr \ > --without-pkcs11 \ > --without-rtlsdr What is the echo for? > cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) > --=20 > 2.40.1 >=20 --===============0072868097278186681==--