]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
curl: Update to 7.64.1
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2019 22:21:12 +0000 (23:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2019 22:21:12 +0000 (23:21 +0100)
Also fixes linking issues with the library. Development packages
that libcurl was linking against were not pulled in.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
curl/curl.nm

index b9e5bff9d5ccf24a3aec1faf9a75688c42dfb8e0..da7512e31fc3e3ae69829e24cda967269feda8f7 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = curl
-version    = 7.64.0
+version    = 7.64.1
 release    = 1
 
 groups     = Application/Internet
@@ -24,8 +24,6 @@ source_dl  = https://curl.haxx.se/download/
 
 build
        requires
-               autoconf
-               automake
                groff
                libidn-devel
                libssh2-devel
@@ -48,10 +46,6 @@ build
                --enable-manual \
                --enable-threaded-resolver
 
-       prepare_cmds
-               autoreconf -vfi
-       end
-
        # The testsuite runs services which bind to ports and
        # sends queries to the internet. This may fail in some
        # occasions.
@@ -73,6 +67,13 @@ packages
                provides
                        curl-devel = %{thisver}
                end
+
+               requires
+                       libssh2-devel
+                       openldap-devel
+                       openssl-devel
+                       zlib-devel
+               end
        end
 
        package %{name}-debuginfo