diff options
author | roam <roam@FreeBSD.org> | 2001-02-23 23:30:03 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-02-23 23:30:03 +0800 |
commit | e3aa9fe55d37b1efcbbdf9a419c74ce7dcb3d72c (patch) | |
tree | 61dc910a5f076ea38530848756979e79a642e511 /ftp | |
parent | 7b747cd68b6a3b21dbf2cb80dd32d8aac8e4fd36 (diff) | |
download | freebsd-ports-gnome-e3aa9fe55d37b1efcbbdf9a419c74ce7dcb3d72c.tar.gz freebsd-ports-gnome-e3aa9fe55d37b1efcbbdf9a419c74ce7dcb3d72c.tar.zst freebsd-ports-gnome-e3aa9fe55d37b1efcbbdf9a419c74ce7dcb3d72c.zip |
Update to 7.6.1. Besides a couple of bugfixes (most notably to
the HTTP PUT resume), this version has a couple of new features, too -
including IPv6 support, submitted by Jun-ichiro "itojun" Hagino.
(Yes, this is itojun@FreeBSD.org :)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 5f83dbf29564..d70735055e4c 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.6 +PORTVERSION= 7.6.1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 70b9174d805d..ff6603c82819 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1 +1 @@ -MD5 (curl-7.6.tar.bz2) = 9d782733d0ab533d75423edb7a502831 +MD5 (curl-7.6.1.tar.bz2) = ba4016a552841a4ab287223dbd3ced03 |