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 >= 1.25... no configure: error: libgpg-error is needed. See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .
Could you please add libgpg-error-devel >= 1.25 as dependency? The package is already available in 1.27, but the build system should know which one it is supposed to use.
Best, -Michael
On 4 Mar 2019, at 18:32, Peter Müller peter.mueller@ipfire.org wrote:
Signed-off-by: Peter Müller peter.mueller@ipfire.org
libgcrypt/libgcrypt.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
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 @@ ###############################################################################
name = libgcrypt -version = 1.8.1 +version = 1.8.4 release = 1
groups = System/Libraries -url = http://www.gnupg.org/ +url = https://gnupg.org/software/libgcrypt/index.html license = LGPLv2.1+ summary = A general-purpose cryptography library.
@@ -18,7 +18,7 @@ description in GNU Privacy Guard. end
-source_dl = ftp://ftp.gnupg.org/gcrypt/libgcrypt/ +source_dl = https://gnupg.org/ftp/gcrypt/libgcrypt/ sources = %{thisapp}.tar.bz2
build
2.16.4