1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update from 7.15.1 to 7.15.3

PR:		ports/94727
Submitted by:	vd
Approved by:	secteam (simon)
Security:	http://curl.haxx.se/docs/adv_20060320.html
This commit is contained in:
Vasil Dimov 2006-03-20 12:49:56 +00:00
parent e5596b3858
commit 694b891d03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157731
4 changed files with 5 additions and 16 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= curl
PORTVERSION= 7.15.1
PORTREVISION= 1
PORTVERSION= 7.15.3
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
${MASTER_SITE_SOURCEFORGE} \

View File

@ -1,3 +1,3 @@
MD5 (curl-7.15.1.tar.bz2) = d330d48580bfade58c82d4f295f171f0
SHA256 (curl-7.15.1.tar.bz2) = 8b1ea75a91ef7d1e00086865eba9a4cf8baefcb212ce451a61348e00b8756324
SIZE (curl-7.15.1.tar.bz2) = 1437950
MD5 (curl-7.15.3.tar.bz2) = d71b2ee8febfde2c7dc30a43638ec0d9
SHA256 (curl-7.15.3.tar.bz2) = 77771db616dee02f21b94c409ed423a72fa7f2b2d65c27395137b0f920388440
SIZE (curl-7.15.3.tar.bz2) = 1467043

View File

@ -1,11 +0,0 @@
--- src/main.c.orig Wed Dec 10 15:14:31 2003
+++ src/main.c Wed Dec 10 15:14:48 2003
@@ -3350,7 +3350,7 @@
closed, as is done above here */
if(config->remote_time && outs.filename) {
/* as libcurl if we got a time. Pretty please */
- long filetime;
+ time_t filetime;
curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime);
if(filetime >= 0) {
struct utimbuf times;

View File

@ -83,6 +83,7 @@ libdata/pkgconfig/libcurl.pc
%%PORTDOCS%%%%DOCSDIR%%/examples/simple.c
%%PORTDOCS%%%%DOCSDIR%%/examples/simplepost.c
%%PORTDOCS%%%%DOCSDIR%%/examples/simplessl.c
%%PORTDOCS%%%%DOCSDIR%%/examples/synctime.c
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/libcurl/Makefile
%%PORTDOCS%%%%DOCSDIR%%/libcurl/Makefile.am