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

index 267cbb360979b2548c57792356dc69cc35de5d17..d390b7c4dfde403d9daed9a9e8115650514cd2ea 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = libassuan
-version    = 2.4.4
+version    = 2.5.5
 release    = 1
 
 groups     = System/Libraries
-url        = http://www.gnupg.org/
+url        = https://www.gnupg.org/
 license    = LGPLv2+
-summary    = GnuPG IPC library.
+summary    = GnuPG IPC library
 
 description
        The Libassuan package contains an IPC library used by some of the other
@@ -21,21 +21,14 @@ description
        non-persistent servers.
 end
 
-source_dl  = ftp://ftp.gnupg.org/gcrypt/libassuan/
+source_dl  = https://www.gnupg.org/ftp/gcrypt/libassuan/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
-               autoconf
-               automake
-               libgpg-error-devel
-               libtool
+               libgpg-error-devel >= 1.28
                pth-devel
        end
-
-       prepare_cmds
-               autoreconf --install
-       end
 end
 
 packages