# HG changeset patch # User Samuel Trassare # Date 1349113060 0 # Node ID 8c593515546ff55a764a305251812a1d99e09975 # Parent c9cba57ac6c185f06212c70e0b94a7aae09ebce1 up curl (7.27.0) diff -r c9cba57ac6c1 -r 8c593515546f burp/receipt --- a/burp/receipt Mon Oct 01 17:19:01 2012 +0000 +++ b/burp/receipt Mon Oct 01 17:37:40 2012 +0000 @@ -3,7 +3,7 @@ PACKAGE="burp" VERSION="1.3.10" CATEGORY="utilities" -SHORT_DESC="KISS Bakcup and Restore Program" +SHORT_DESC="KISS BackUp and Restore Program" MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://burp.grke.net/" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r c9cba57ac6c1 -r 8c593515546f curl-dev/receipt --- a/curl-dev/receipt Mon Oct 01 17:19:01 2012 +0000 +++ b/curl-dev/receipt Mon Oct 01 17:37:40 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="curl-dev" -VERSION="7.25.0" +VERSION="7.27.0" CATEGORY="development" SHORT_DESC="Tool and libs for transferring files with URL syntax." MAINTAINER="pankso@slitaz.org" diff -r c9cba57ac6c1 -r 8c593515546f curl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/curl/description.txt Mon Oct 01 17:37:40 2012 +0000 @@ -0,0 +1,7 @@ +curl is a command line tool for transferring data with URL syntax, supporting +DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, +POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL +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. diff -r c9cba57ac6c1 -r 8c593515546f curl/receipt --- a/curl/receipt Mon Oct 01 17:19:01 2012 +0000 +++ b/curl/receipt Mon Oct 01 17:37:40 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="curl" -VERSION="7.25.0" +VERSION="7.27.0" CATEGORY="network" SHORT_DESC="Tool and libs for transferring files with URL syntax." MAINTAINER="pankso@slitaz.org"