summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/curl/Makefile4
-rw-r--r--www/curl/distinfo8
-rw-r--r--www/curl/patches/patch-ab8
3 files changed, 10 insertions, 10 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 8c277a6bef7..6e988f73f03 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2003/04/10 09:13:51 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2003/05/20 11:54:12 wiz Exp $
-DISTNAME= curl-7.10.4
+DISTNAME= curl-7.10.5
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff --git a/www/curl/distinfo b/www/curl/distinfo
index b302e9b1a31..61e646b1c2a 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2003/04/10 09:13:52 wiz Exp $
+$NetBSD: distinfo,v 1.20 2003/05/20 11:54:12 wiz Exp $
-SHA1 (curl-7.10.4.tar.gz) = 59f920ae96ca800683dd68a3b2a3de2d989e17de
-Size (curl-7.10.4.tar.gz) = 1066195 bytes
-SHA1 (patch-ab) = 753cc61d644b33a96af3025c444701231bacb323
+SHA1 (curl-7.10.5.tar.gz) = 91bf5f16460e996be68de68f3c2029a827abafb9
+Size (curl-7.10.5.tar.gz) = 1175053 bytes
+SHA1 (patch-ab) = 546ba14671dd577950bc139cae4a5cb86aa417e5
diff --git a/www/curl/patches/patch-ab b/www/curl/patches/patch-ab
index 1928dd56735..8d72b51c951 100644
--- a/www/curl/patches/patch-ab
+++ b/www/curl/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2003/02/09 08:46:36 shell Exp $
+$NetBSD: patch-ab,v 1.5 2003/05/20 11:54:13 wiz Exp $
---- lib/ftp.c.orig Sun Feb 9 16:35:53 2003
+--- lib/ftp.c.orig Wed May 14 08:31:00 2003
+++ lib/ftp.c
-@@ -1998,12 +1998,13 @@ CURLcode ftp_perform(struct connectdata
+@@ -2050,12 +2050,13 @@ CURLcode ftp_perform(struct connectdata
#ifdef HAVE_STRFTIME
if(data->set.get_filetime && (data->info.filetime>=0) ) {
@@ -17,4 +17,4 @@ $NetBSD: patch-ab,v 1.4 2003/02/09 08:46:36 shell Exp $
+ tm = localtime(&filetime);
#endif
/* format: "Tue, 15 Nov 1994 12:45:26 GMT" */
- strftime(buf, BUFSIZE-1, "Last-Modified: %a, %d %b %Y %H:%M:%S %Z\r\n",
+ strftime(buf, BUFSIZE-1, "Last-Modified: %a, %d %b %Y %H:%M:%S GMT\r\n",