Opened 9 years ago

Closed 9 years ago

#6202 closed enhancement (fixed)

wget-1.16.3

Reported by: bdubbs@… Owned by: Pierre Labastie
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Pierre Labastie)

Change History (12)

comment:1 by Pierre Labastie, 9 years ago

Summary: wget1.16.2wget-1.16.3

comment:2 by Pierre Labastie, 9 years ago

* Noteworthy changes in Wget 1.16.2

** Native uuid generation on Windows.

** Fix build on Solaris.

** Allow progress bar on stderr when -o is used.

** Accept 5-digit port numbers in FTP EPSV responses.

** Support older versions of flex.

** Updated translations.

We suggest packagers to start using libpsl[1] which is supported by wget
since version 1.16 to check the public suffix list[2].

Giuseppe

1) https://github.com/rockdaboot/libpsl 2) https://publicsuffix.org

This release addresses a regression introduced with Wget 1.16.2 that
made wget prints some messages even when --quiet was specified.  Now
--quiet is quiet again.

comment:3 by Pierre Labastie, 9 years ago

Description: modified (diff)

comment:4 by Pierre Labastie, 9 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:5 by Pierre Labastie, 9 years ago

I may be missing something, but I do not see where Dante (which is mentionned as an optional dep) can be used: no configure switch for socks, no reference to the Dante libraries in configure, no difference in the resulting DESTDIR when buildind with or without Dante installed. So, I will remove that, unless somebody speaks out. Maybe it is used only on Windows...

comment:6 by bdubbs@…, 9 years ago

Must be something left over from an old version. When I do a case insensitive grep for dante in the source, I get nothing.

Sometimes a good place to check is configure.ac. In this case, no hint of dante.

comment:7 by Pierre Labastie, 9 years ago

One more thing: When valgrind is used for tests, the tests using SSL fail if openssl is used (some memory leak in libcrypto), while they do not fail if gnutls is used. Should we move to recommend gnutls rather than openssl? That also removes one switch from the configure instructions...

comment:8 by bdubbs@…, 9 years ago

I've been hearing some not-so-good things about the openssl code base lately. It would be reasonable to prefer gnutls.

in reply to:  7 ; comment:9 by Pierre Labastie, 9 years ago

Replying to pierre.labastie:

One more thing: When valgrind is used for tests, the tests using SSL fail if openssl is used (some memory leak in libcrypto), while they do not fail if gnutls is used. Should we move to recommend gnutls rather than openssl? That also removes one switch from the configure instructions...

Not true anymore with 1.16.3... Let's keep using openssl.

in reply to:  9 comment:10 by Pierre Labastie, 9 years ago

Replying to pierre.labastie:

Replying to pierre.labastie:

One more thing: When valgrind is used for tests, the tests using SSL fail if openssl is used (some memory leak in libcrypto), while they do not fail if gnutls is used. Should we move to recommend gnutls rather than openssl? That also removes one switch from the configure instructions...

Not true anymore with 1.16.3... Let's keep using openssl.

I should sleep more: I had forgotten the --enable-valgrind-tests switch! Still true with 1.16.3.

in reply to:  8 comment:11 by Pierre Labastie, 9 years ago

Replying to bdubbs@…:

I've been hearing some not-so-good things about the openssl code base lately. It would be reasonable to prefer gnutls.

OK thanks for the info.

comment:12 by Pierre Labastie, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r15634

Note: See TracTickets for help on using tickets.