]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - curl/curl.nm
curl: Update to version 7.41.0
[people/stevee/ipfire-3.x.git] / curl / curl.nm
index 68a22bfaededffd5bc1ece7237a805afb2791d5a..4bebbfff7dbf5b9d84c425aba899605c66854c1a 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = curl
-version    = 7.23.1
-release    = 2
+version    = 7.41.0
+release    = 1
 
 groups     = Application/Internet
 url        = http://www.curl.haxx.se/
@@ -29,10 +29,9 @@ build
                groff
                libidn-devel
                libssh2-devel
-               libtool
-               nss-devel
+               libtool-devel
+               net-tools
                openldap-devel
-               pkg-config
                zlib-devel
        end
 
@@ -42,20 +41,22 @@ build
                --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt \
                --with-libidn \
                --with-libssh2 \
-               --with-nss \
+               --with-ssl \
                --enable-ldaps \
                --enable-ipv6 \
                --enable-manual \
-               --enable-threaded-resolver \
-               --without-ssl
+               --enable-threaded-resolver
 
        prepare_cmds
                autoreconf -vfi
        end
 
-       test
-               make check
-       end
+       # The testsuite runs services which bind to ports and
+       # sends queries to the internet. This may fail in some
+       # occasions.
+       #test
+       #       make check
+       #end
 end
 
 packages
@@ -67,11 +68,17 @@ packages
 
        package libcurl-devel
                template DEVEL
+
+               provides
+                       curl-devel = %{thisver}
+               end
        end
 
        package %{name}-debuginfo
                template DEBUGINFO
 
-               provides += libcurl-debuginfo
+               provides
+                       libcurl-debuginfo = %{thisver}
+               end
        end
 end