curl: update to 7.21.4.

This commit is contained in:
Juan RP 2011-02-20 00:47:22 +01:00
parent e683c257db
commit 01fc7901a4
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,6 @@ long_desc="
user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4),
file transfer resume, http proxy tunneling and more!" file transfer resume, http proxy tunneling and more!"
revision=1
replaces="curl-libs<7.20.1" replaces="curl-libs<7.20.1"
Add_dependency run glibc Add_dependency run glibc

View file

@ -1,12 +1,12 @@
# Template build file for 'curl'. # Template build file for 'curl'.
pkgname=curl pkgname=curl
version=7.21.0 version=7.21.4
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2" distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-ldaps --with-gssapi=/usr --with-ca-path=/etc/ssl/certs" configure_args="--enable-ldaps --with-gssapi=/usr --with-ca-path=/etc/ssl/certs"
short_desc="Client that groks URLs" short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fe95b4c414951b28987df9c31baea83013cca757124bac4e59869c8806d487ba checksum=d5337445462cbb4810ff73f14de4b259f825b218654f890dc6451a51aa694de1
long_desc=" long_desc="
Curl is a command line tool for transferring files with URL syntax, supporting Curl is a command line tool for transferring files with URL syntax, supporting
FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports