Update wget to 1.11.1.
* Changes in Wget 1.11.1. ** Interrupted downloads no longer result in renaming the file (regression in 1.11 over 1.10.2). ** Progress bar now displays correctly in non-English locales (and a related assertion failure was fixed). ** Wget no longer issues a GET request over HTTP for files it should know it's not going to download (regression in 1.11 over 1.10.2). ** Added option --auth-no-challenge, to support broken pre-1.11 authentication-before-server-challenge, which turns out to still be useful for some limited cases. ** Documentation of accept/reject lists in the manual's "Types of Files" section now explains various aspects of their behavior that may be surprising, and notes that they may change in the future. ** Documentation of --no-parents now explains how a trailing slash, or lack thereof, in the specified URL, will affect behavior.
This commit is contained in:
parent
618fb4c67a
commit
d27ba0548e
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.96 2008/02/04 12:58:19 obache Exp $
|
# $NetBSD: Makefile,v 1.97 2008/04/08 11:36:04 obache Exp $
|
||||||
|
|
||||||
DISTNAME= wget-1.11
|
DISTNAME= wget-1.11.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
|
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.30 2008/02/04 12:58:20 obache Exp $
|
$NetBSD: distinfo,v 1.31 2008/04/08 11:36:04 obache Exp $
|
||||||
|
|
||||||
SHA1 (wget-1.11.tar.gz) = 63a449a7ad0db0b72a7ff9dc9536d8af859fde40
|
SHA1 (wget-1.11.1.tar.gz) = 49d3c371b0aca8e73a9da78cde3552df4bc1a305
|
||||||
RMD160 (wget-1.11.tar.gz) = 2d0216e84a8aa124f7e624a61e7095ee8008b8d8
|
RMD160 (wget-1.11.1.tar.gz) = baf2401bbd39301206bae697a27c667879871e6f
|
||||||
Size (wget-1.11.tar.gz) = 1444738 bytes
|
Size (wget-1.11.1.tar.gz) = 1458701 bytes
|
||||||
|
|
Loading…
Reference in a new issue