[Lunar-commits] <moonbase> wget: version bumped to 1.11.2.

Florin Braescu florin at lunar-linux.org
Thu May 1 08:44:24 CEST 2008


commit 8dc579c71a82aef984f9d4ef0c195050269d6e9f
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu May 1 09:44:24 2008 +0300

    wget: version bumped to 1.11.2.
    
    Changes:
    ** Fixed a problem in authenticating over HTTPS through a proxy.
    (Regression in 1.11 over 1.10.2.)
    ** The combination of -r or -p with -O, which was disallowed in 1.11,
    has been downgraded to a warning in 1.11.2. (-O and -N, which was never
    meaningful, is still an error.)
    ** Further improvements to progress bar displays in non-English locales
    (too many spaces could be inserted, causing the display to scroll).
    ** Successive invocations of Wget on FTP URLS, with --no-remove-listing
    and --continue, was causing Wget to append, rather than replace,
    information in the .listing file, and thereby download the same files
    multiple times. This has been fixed in 1.11.2.
    ** Wget 1.11 no longer allowed ".." to persist at the beginning of URLs,
    for improved conformance with RFC 3986. However, this behavior presents
    problems for some FTP setups, and so they are now preserved again, for
    FTP URLs only.
---
 ftp/wget/DEPENDS |    4 ++--
 ftp/wget/DETAILS |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index f558b22..16970f0 100644
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -1,2 +1,2 @@
-optional_depends  "openssl"  "--with-ssl"  "--without-ssl"  "for https and ftps" &&
-optional_depends "gettext" "--enable-nls" "--disable-nls" "for NLS support"
+optional_depends  "openssl"  "--with-ssl"   "--without-ssl"  "for https and ftps" 
+optional_depends  "gettext"  "--enable-nls" "--disable-nls"  "for NLS support"
diff --git a/ftp/wget/DETAILS b/ftp/wget/DETAILS
index ff972b0..b8aeee4 100644
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,13 +1,13 @@
           MODULE=wget
-         VERSION=1.11.1
+         VERSION=1.11.2
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-      SOURCE_VFY=sha1:49d3c371b0aca8e73a9da78cde3552df4bc1a305
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+      SOURCE_VFY=sha1:92a113d1c42c35c4c04e3adf1aa233b82f5f2855
         WEB_SITE=http://sunsite.dk/wget
          ENTERED=20010922
-         UPDATED=20080325
-           SHORT="wget retreives files from web and ftp sites."
+         UPDATED=20080501
+           SHORT="wget retreives files from web and ftp sites"
 
 cat << EOF
 Wget - Retrieves files from the Web


More information about the Lunar-commits mailing list