summaryrefslogtreecommitdiffstats
path: root/ftp/curl/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2008-11-13 18:17:56 +0300
committerVlad Glagolev2008-11-13 18:17:56 +0300
commit67117c16ab2eb45e77be01151ea2d3fcb8e7f112 (patch)
tree14f50b6155ef8685755d6f884117368c557c4c88 /ftp/curl/DETAILS
parent815b5015005237beb9eb8ada0f93f74cc42faebb (diff)
curl: => 7.19.2; switched to upstream gpg key
Diffstat (limited to 'ftp/curl/DETAILS')
-rwxr-xr-xftp/curl/DETAILS24
1 files changed, 13 insertions, 11 deletions
diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 88e4606d2a..252f8e948e 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,23 +1,25 @@
SPELL=curl
- VERSION=7.19.1
+ VERSION=7.19.2
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://curl.haxx.se/download/$SOURCE
SOURCE_URL[1]=ftp://ftp.sunet.se/pub/www/utilities/$SPELL/$SOURCE
SOURCE_URL[2]=ftp://ftp.rge.com/pub/networking/$SPELL/$SOURCE
- SOURCE_HASH=sha512:369617f9e7fc07e6330b6a44544c76953a3d9e3477bfbfe1ab0a11f86819d9974ba88431efac88cbc6bca3028cc25d144a3c0551be4fea37b7cc73464c1e5d69
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_GPG=curl.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://curl.haxx.se/
ENTERED=20010922
LICENSE[0]=MIT
KEYWORDS="ftp"
- SHORT="Tool for transferring files using URL syntax."
+ SHORT="tool for transferring files using URL syntax"
cat << EOF
-curl and libcurl is a tool for transferring files using URL syntax.
-It supports HTTP, HTTPS, FTP, FTPS, DICT, TELNET, LDAP, FILE, and
-GOPHER, as well as HTTP-post, HTTP-put, cookies, FTP upload, resumed
-transfers, passwords, portnumbers, SSL certificates, Kerberos, and
-proxies. It is powered by libcurl, the client-side URL transfer
-library. Program libcurl with C/C++ or by using the APIs available
-for Dylan, Java, Perl, PHP, Python, Rexx, Ruby, and Tcl.
+curl and libcurl is a tool for transferring files using URL syntax. It supports
+HTTP, HTTPS, FTP, FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as well as
+HTTP-post, HTTP-put, cookies, FTP upload, resumed transfers, passwords,
+portnumbers, SSL certificates, Kerberos, and proxies. It is powered by libcurl,
+the client-side URL transfer library. Program libcurl with C/C++ or by using
+the APIs available for Dylan, Java, Perl, PHP, Python, Rexx, Ruby, and Tcl.
EOF