diff options
author | drochner <drochner@pkgsrc.org> | 2014-10-28 10:58:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2014-10-28 10:58:49 +0000 |
commit | d8eead849bf2fafd4b05f3bfe60c52d9c32c53bd (patch) | |
tree | d70270f7913c952ffbcfcd6ab21db9ccbd7d944b | |
parent | 12bea5ab2e4ebebc4b32723dfc9e0adc0ed10016 (diff) | |
download | pkgsrc-d8eead849bf2fafd4b05f3bfe60c52d9c32c53bd.tar.gz |
update to 1.16
changes:
** No longer create local symbolic links by default.
Closes CVE-2014-4877.
** Use libpsl for verifying cookie domains. (not in pkgsrc yet)
** Default progress bar output changed.
** Introduce --show-progress to force display the progress bar.
** Introduce --no-config. The wgetrc files will not be read.
** Introduce --start-pos to allow starting downloads from a
specified position.
** Fix a problem with ISA Server Proxy and keep-alive connections.
-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 f84ebd79539..80614b6383a 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2014/05/29 23:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2014/10/28 10:58:49 drochner Exp $ -DISTNAME= wget-1.15 -PKGREVISION= 2 +DISTNAME= wget-1.16 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.xz diff --git a/net/wget/distinfo b/net/wget/distinfo index ba9e7f16027..6c31ed60dd5 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2014/01/27 20:15:34 wiz Exp $ +$NetBSD: distinfo,v 1.43 2014/10/28 10:58:49 drochner Exp $ -SHA1 (wget-1.15.tar.xz) = e9fb1d25fa04f9c69e74e656a3174dca02700ba1 -RMD160 (wget-1.15.tar.xz) = f318f653bd581751754b40f7674954d542e6e92b -Size (wget-1.15.tar.xz) = 1679908 bytes +SHA1 (wget-1.16.tar.xz) = 08d991acc80726abe57043a278f9da469c454503 +RMD160 (wget-1.16.tar.xz) = 49fce4d9c3c94ec6b3697f47d6000366a2ad8f88 +Size (wget-1.16.tar.xz) = 1697308 bytes SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 |