diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-12 08:54:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-12 08:54:21 +0000 |
commit | bad8c35e967444bd58ff820ae207bc02f13c86c9 (patch) | |
tree | 422122908ba4647efce2055840dbfb7b13f8ad4a /net | |
parent | 2b8f264491a3b850ab89be7fd3215791779bd550 (diff) | |
download | pkgsrc-bad8c35e967444bd58ff820ae207bc02f13c86c9.tar.gz |
Update to 1.16.1:
* Changes in Wget 1.16.1
** Add --enable-assert configure option.
** Use pkg-config to check for libraries presence.
** Do not limit --secure-protocol=auto|pfs to TLSv1.0.
** Add --secure-protocol=TLSv1_1|TLSv1_2 .
** Full C89 source code compliance.
** Select and use the most secure authentication scheme with HTTP connections.
** Fix issues with turkish locales.
** Handle 504 Gateway Timeout.
** New option --crl-file to load Certificate Revocation Lists.
** Add valgrind support to tests suite.
** Fix an off-by-one problem in the progress bar (introduced in 1.16).
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 4 | ||||
-rw-r--r-- | net/wget/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 80614b6383a..26363a69500 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2014/10/28 10:58:49 drochner Exp $ +# $NetBSD: Makefile,v 1.121 2014/12/12 08:54:21 wiz Exp $ -DISTNAME= wget-1.16 +DISTNAME= wget-1.16.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.xz diff --git a/net/wget/distinfo b/net/wget/distinfo index 6c31ed60dd5..98a4f37cd70 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2014/10/28 10:58:49 drochner Exp $ +$NetBSD: distinfo,v 1.44 2014/12/12 08:54:21 wiz Exp $ -SHA1 (wget-1.16.tar.xz) = 08d991acc80726abe57043a278f9da469c454503 -RMD160 (wget-1.16.tar.xz) = 49fce4d9c3c94ec6b3697f47d6000366a2ad8f88 -Size (wget-1.16.tar.xz) = 1697308 bytes +SHA1 (wget-1.16.1.tar.xz) = 21cd7eee08ab5e5a14fccde22a7aec55b5fcd6fc +RMD160 (wget-1.16.1.tar.xz) = d662889b0e4c48109bd02e3c0e6338aa2e780f08 +Size (wget-1.16.1.tar.xz) = 1760120 bytes SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 |