]> 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 5a752fd80fd6b520783bb03c69441706ac7c19a2..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,30 +41,44 @@ 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
        package curl
-       
+
        package libcurl
                template LIBS
        end
-       
+
        package libcurl-devel
                template DEVEL
+
+               provides
+                       curl-devel = %{thisver}
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+
+               provides
+                       libcurl-debuginfo = %{thisver}
+               end
        end
 end