diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-12 16:05:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-12 16:05:41 +0000 |
commit | bac237b48bc2059d8fae830ff4d1baf830d9e122 (patch) | |
tree | 9626b46ed90dbc9362f1c5db742960f6bfbdbbd1 /net | |
parent | afc87a3d4351c1bb24a6eb496e7ed2f54a93a02f (diff) | |
download | pkgsrc-bac237b48bc2059d8fae830ff4d1baf830d9e122.tar.gz |
Update to 1.14:
* Changes in Wget 1.14
** Add support for content-on-error. It allows to store the HTTP
payload on 4xx or 5xx errors.
** Add support for WARC files.
** Fix a memory leak problem in the GNU TLS backend.
** Autoreconf works again for distributed tarballs.
** Print some diagnostic messages to stderr not to stdout.
** Report stdout close errors.
** Accept the --report-speed option.
** Enable client certificates when GNU TLS is used.
** Add support for TLS Server Name Indication.
** Accept the arguments --accept-reject and --reject-regex.
** The GNU TLS backend honors correctly the timeout value.
** Add support for RFC 2617 Digest Access Authentication.
Diffstat (limited to 'net')
-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 98cb996a648..e394dd8e0f9 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.110 2012/05/08 18:23:28 adam Exp $ +# $NetBSD: Makefile,v 1.111 2012/08/12 16:05:41 wiz Exp $ -DISTNAME= wget-1.13.4 -PKGREVISION= 2 +DISTNAME= wget-1.14 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.xz diff --git a/net/wget/distinfo b/net/wget/distinfo index 938716a0b38..98c52f25fe9 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2012/05/08 18:23:28 adam Exp $ +$NetBSD: distinfo,v 1.39 2012/08/12 16:05:41 wiz Exp $ -SHA1 (wget-1.13.4.tar.xz) = a55ecf582fa58e8bb50c3952f6786f33f498f42a -RMD160 (wget-1.13.4.tar.xz) = 01dfec4870d9878a323275eb4d69fd744a470fda -Size (wget-1.13.4.tar.xz) = 1453220 bytes +SHA1 (wget-1.14.tar.xz) = cfa0906e6f72c1c902c29b52d140c22ecdcd617e +RMD160 (wget-1.14.tar.xz) = ce1321a70c8d88a4ac9748896eb9a148c413f4c1 +Size (wget-1.14.tar.xz) = 1584060 bytes |