curl: update to 7.29.0.
This commit is contained in:
parent
a6f0d5cf62
commit
3f826eeee6
|
@ -3,15 +3,6 @@
|
|||
replaces="curl-devel<7.20.1"
|
||||
depends="libidn-devel openssl-devel libldap-devel mit-krb5-devel libcurl-${version}_${revision}"
|
||||
short_desc="The multiprotocol file transfer library - development files"
|
||||
long_desc="
|
||||
libcurl is a free and easy-to-use client-side URL transfer library,
|
||||
supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP,
|
||||
LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates,
|
||||
HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,
|
||||
user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4),
|
||||
file transfer resume, http proxy tunneling and more!
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin/curl-config usr/bin
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
#
|
||||
replaces="curl-libs<7.20.1"
|
||||
short_desc="The multiprotocol file transfer library"
|
||||
long_desc="
|
||||
libcurl is a free and easy-to-use client-side URL transfer library,
|
||||
supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP,
|
||||
LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates,
|
||||
HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,
|
||||
user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4),
|
||||
file transfer resume, http proxy tunneling and more!"
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.28.1
|
||||
version=7.29.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ldaps --with-gssapi=/usr
|
||||
|
@ -14,11 +14,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://curl.haxx.se"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
checksum=e569d6deb58a516e6858cd4c348949e0397433e1354666bafde1a52d1ea77367
|
||||
long_desc="
|
||||
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
|
||||
HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
|
||||
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
|
||||
kerberos...), file transfer resume, proxy tunneling and a busload of other
|
||||
useful tricks."
|
||||
checksum=9d78e8bac6fa101679ca82e72a24e55918c5d495d29acb1eff62610929d3832f
|
||||
|
|
Loading…
Reference in New Issue