pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wget Update to 1.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb5a90dbc0e5
branches:  trunk
changeset: 629796:eb5a90dbc0e5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 27 20:15:34 2014 +0000

description:
Update to 1.15:

* Changes in Wget 1.15

** Add support for --method.

** Add support for file names longer than MAX_FILE.

** Support FTP listing for the FTP Server on Windows Server 2008 R2.

** Fix a regression when -c and --content-disposition are used together.

** Support shorthand URLs in an input file.

** Fix -c with servers that don't specify a content-length.

** Add support for MD5-SESS

** Do not fail on non fatal GNU TLS alerts during handshake.

** Add support for --https-only.  When used wget will follow only
   HTTPS links in recursive mode.

** Support Perfect-Forward Secrecy in --secure-protocol.

** Fix a problem with some IRI links that are not followed when contained in a
   HTML document.

** Support some FTP servers that return an empty list with "LIST -a".

** Specify Host with the HTTP CONNECT method.

** Use the correct HTTP method on a redirection.

diffstat:

 net/wget/Makefile |  5 ++---
 net/wget/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r be0f9a556af4 -r eb5a90dbc0e5 net/wget/Makefile
--- a/net/wget/Makefile Mon Jan 27 20:14:15 2014 +0000
+++ b/net/wget/Makefile Mon Jan 27 20:15:34 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2013/05/31 12:41:44 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2014/01/27 20:15:34 wiz Exp $
 
-DISTNAME=      wget-1.14
-PKGREVISION=   3
+DISTNAME=      wget-1.15
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.xz
diff -r be0f9a556af4 -r eb5a90dbc0e5 net/wget/distinfo
--- a/net/wget/distinfo Mon Jan 27 20:14:15 2014 +0000
+++ b/net/wget/distinfo Mon Jan 27 20:15:34 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2013/06/01 07:22:51 wiz Exp $
+$NetBSD: distinfo,v 1.42 2014/01/27 20:15:34 wiz Exp $
 
-SHA1 (wget-1.14.tar.xz) = cfa0906e6f72c1c902c29b52d140c22ecdcd617e
-RMD160 (wget-1.14.tar.xz) = ce1321a70c8d88a4ac9748896eb9a148c413f4c1
-Size (wget-1.14.tar.xz) = 1584060 bytes
+SHA1 (wget-1.15.tar.xz) = e9fb1d25fa04f9c69e74e656a3174dca02700ba1
+RMD160 (wget-1.15.tar.xz) = f318f653bd581751754b40f7674954d542e6e92b
+Size (wget-1.15.tar.xz) = 1679908 bytes
 SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8



Home | Main Index | Thread Index | Old Index