Sun Aug 12 16:05:41 2012 UTC ()
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.


(wiz)
diff -r1.110 -r1.111 pkgsrc/net/wget/Makefile
diff -r1.38 -r1.39 pkgsrc/net/wget/distinfo

cvs diff -r1.110 -r1.111 pkgsrc/net/wget/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wget/Makefile 2012/05/08 18:23:28 1.110
+++ pkgsrc/net/wget/Makefile 2012/08/12 16:05:41 1.111
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.110 2012/05/08 18:23:28 adam Exp $ 1# $NetBSD: Makefile,v 1.111 2012/08/12 16:05:41 wiz Exp $
2 2
3DISTNAME= wget-1.13.4 3DISTNAME= wget-1.14
4PKGREVISION= 2 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GNU:=wget/} 5MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnu.org/software/wget/wget.html 9HOMEPAGE= http://www.gnu.org/software/wget/wget.html
11COMMENT= Retrieve files from the 'net via HTTP and FTP 10COMMENT= Retrieve files from the 'net via HTTP and FTP
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_TOOLS+= perl pod2man 15USE_TOOLS+= perl pod2man
17 16

cvs diff -r1.38 -r1.39 pkgsrc/net/wget/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wget/distinfo 2012/05/08 18:23:28 1.38
+++ pkgsrc/net/wget/distinfo 2012/08/12 16:05:41 1.39
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.38 2012/05/08 18:23:28 adam Exp $ 1$NetBSD: distinfo,v 1.39 2012/08/12 16:05:41 wiz Exp $
2 2
3SHA1 (wget-1.13.4.tar.xz) = a55ecf582fa58e8bb50c3952f6786f33f498f42a 3SHA1 (wget-1.14.tar.xz) = cfa0906e6f72c1c902c29b52d140c22ecdcd617e
4RMD160 (wget-1.13.4.tar.xz) = 01dfec4870d9878a323275eb4d69fd744a470fda 4RMD160 (wget-1.14.tar.xz) = ce1321a70c8d88a4ac9748896eb9a148c413f4c1
5Size (wget-1.13.4.tar.xz) = 1453220 bytes 5Size (wget-1.14.tar.xz) = 1584060 bytes