From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libgcrypt: update to 1.8.4 Date: Tue, 05 Mar 2019 09:45:48 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2823887273575877864==" List-Id: --===============2823887273575877864== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Thank you for submitting this patch. Sadly, it does not build. I am getting: checking for gpg-error-config... /usr/bin/gpg-error-config checking for GPG Error - version >=3D 1.25... no configure: error: libgpg-error is needed. See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ . Could you please add libgpg-error-devel >=3D 1.25 as dependency? The package = is already available in 1.27, but the build system should know which one it i= s supposed to use. Best, -Michael > On 4 Mar 2019, at 18:32, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > libgcrypt/libgcrypt.nm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm > index a0488a20c..b1d313777 100644 > --- a/libgcrypt/libgcrypt.nm > +++ b/libgcrypt/libgcrypt.nm > @@ -4,11 +4,11 @@ > ###########################################################################= #### >=20 > name =3D libgcrypt > -version =3D 1.8.1 > +version =3D 1.8.4 > release =3D 1 >=20 > groups =3D System/Libraries > -url =3D http://www.gnupg.org/ > +url =3D https://gnupg.org/software/libgcrypt/index.html > license =3D LGPLv2.1+ > summary =3D A general-purpose cryptography library. >=20 > @@ -18,7 +18,7 @@ description > in GNU Privacy Guard. > end >=20 > -source_dl =3D ftp://ftp.gnupg.org/gcrypt/libgcrypt/ > +source_dl =3D https://gnupg.org/ftp/gcrypt/libgcrypt/ > sources =3D %{thisapp}.tar.bz2 >=20 > build > --=20 > 2.16.4 --===============2823887273575877864==--