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.
This commit is contained in:
parent
eacc1bede1
commit
7cafc2d6d7
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue