update to 7.26.0 and update DESCR

This commit is contained in:
naddy 2012-07-11 22:15:00 +00:00
parent 52f6e3feb0
commit a4e4debdb1
4 changed files with 14 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.83 2012/03/24 14:33:06 naddy Exp $
# $OpenBSD: Makefile,v 1.84 2012/07/11 22:15:00 naddy Exp $
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
DISTNAME= curl-7.25.0
SHARED_LIBS= curl 22.1 # .6.0
DISTNAME= curl-7.26.0
SHARED_LIBS= curl 23.0 # .6.0
CATEGORIES= net
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/

View File

@ -1,5 +1,2 @@
MD5 (curl-7.25.0.tar.gz) = pWy+J3iwl2n4pboX2PTZKg==
RMD160 (curl-7.25.0.tar.gz) = G2zEkIV6wB3D+UjoBmIv0vIIKlk=
SHA1 (curl-7.25.0.tar.gz) = VxGrCL6WkQta2DVKQzGxf/3Vh20=
SHA256 (curl-7.25.0.tar.gz) = Yi1XGqxPAXaJC9ecxi29IX4+OomX3m3tIpAk/jnOY18=
SIZE (curl-7.25.0.tar.gz) = 3064610
SHA256 (curl-7.26.0.tar.gz) = eczOntuK7hfSCtTXXh+Dp4n4wuceaPRo4b+Kv4kzGT8=
SIZE (curl-7.26.0.tar.gz) = 3073624

View File

@ -1,6 +1,7 @@
cURL is a tool for getting files from FTP, HTTP, HTTPS, Gopher and
DICT servers, with URL syntax support.
cURL supports HTTP POST, HTTP PUT, FTP uploading, HTTP form based
upload, proxies, user+password authentication and a busload of other
useful tricks.
curl is a command line tool for transferring data with URL syntax,
supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS,
POP3, POP3S, RTSP, 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, ...), file transfer resume, proxy tunneling
and a busload of other useful tricks.

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.23 2011/07/05 08:18:11 jasper Exp $
@comment $OpenBSD: PLIST,v 1.24 2012/07/11 22:15:00 naddy Exp $
@bin bin/curl
bin/curl-config
include/curl/
@ -17,6 +17,7 @@ lib/pkgconfig/
lib/pkgconfig/libcurl.pc
@man man/man1/curl-config.1
@man man/man1/curl.1
@man man/man1/mk-ca-bundle.1
@man man/man3/curl_easy_cleanup.3
@man man/man3/curl_easy_duphandle.3
@man man/man3/curl_easy_escape.3