diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 20:15:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 20:15:34 +0000 |
commit | bda0d34ab9f6e7f3c8d3c030ef4908e5e7af3eec (patch) | |
tree | d860ef24a720034e8287b7cfd976849992235d8e /net/wget | |
parent | 21024137601fae912a2869cb20639aa014d1dde9 (diff) | |
download | pkgsrc-bda0d34ab9f6e7f3c8d3c030ef4908e5e7af3eec.tar.gz |
Update to 1.15:
* Changes in Wget 1.15
** Add support for --method.
** Add support for file names longer than MAX_FILE.
** Support FTP listing for the FTP Server on Windows Server 2008 R2.
** Fix a regression when -c and --content-disposition are used together.
** Support shorthand URLs in an input file.
** Fix -c with servers that don't specify a content-length.
** Add support for MD5-SESS
** Do not fail on non fatal GNU TLS alerts during handshake.
** Add support for --https-only. When used wget will follow only
HTTPS links in recursive mode.
** Support Perfect-Forward Secrecy in --secure-protocol.
** Fix a problem with some IRI links that are not followed when contained in a
HTML document.
** Support some FTP servers that return an empty list with "LIST -a".
** Specify Host with the HTTP CONNECT method.
** Use the correct HTTP method on a redirection.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 5 | ||||
-rw-r--r-- | net/wget/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index e94fbfa2957..0da8bbe45f8 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.116 2013/05/31 12:41:44 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2014/01/27 20:15:34 wiz Exp $ -DISTNAME= wget-1.14 -PKGREVISION= 3 +DISTNAME= wget-1.15 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.xz diff --git a/net/wget/distinfo b/net/wget/distinfo index 7332e526f8d..ba9e7f16027 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2013/06/01 07:22:51 wiz Exp $ +$NetBSD: distinfo,v 1.42 2014/01/27 20:15:34 wiz Exp $ -SHA1 (wget-1.14.tar.xz) = cfa0906e6f72c1c902c29b52d140c22ecdcd617e -RMD160 (wget-1.14.tar.xz) = ce1321a70c8d88a4ac9748896eb9a148c413f4c1 -Size (wget-1.14.tar.xz) = 1584060 bytes +SHA1 (wget-1.15.tar.xz) = e9fb1d25fa04f9c69e74e656a3174dca02700ba1 +RMD160 (wget-1.15.tar.xz) = f318f653bd581751754b40f7674954d542e6e92b +Size (wget-1.15.tar.xz) = 1679908 bytes SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 |