]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libgpg-error: Update to 1.46
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 14:01:49 +0000 (14:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 14:01:49 +0000 (14:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libgpg-error/libgpg-error.nm

index 4d2b48ca15e955b91692125db20769da0d5da5cf..6ca53b5aa0bf717a64fa8d7066bff179c30e4411 100644 (file)
@@ -4,26 +4,27 @@
 ###############################################################################
 
 name       = libgpg-error
-version    = 1.27
+version    = 1.46
 release    = 1
 
 groups     = System/Libraries
-url        = http://www.gnupg.org/
+url        = https://www.gnupg.org/
 license    = LGPLv2+
 summary    = Library for error values used by GnuPG components.
 
 description
-       This is a library that defines common error values for all GnuPG \
-       components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, \
+       This is a library that defines common error values for all GnuPG
+       components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
        pinentry, SmartCard Daemon and possibly more in the future.
 end
 
-source_dl  = ftp://ftp.gnupg.org/gcrypt/libgpg-error/
+source_dl  = https://www.gnupg.org/ftp/gcrypt/libgpg-error/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
                gcc-c++
+               readline-devel
        end
 end