bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] GNU wget 1.16 released


From: Michael Felt
Subject: Re: [Bug-wget] GNU wget 1.16 released
Date: Fri, 31 Oct 2014 13:06:36 +0100

The build and packaging completed successfully. "make check" has some
issues - see attachments for deeper details.

Primary is the change needed in tests/Makefile (I am not smart enough to
make changes in automake files, sorry)

As wget had compiled and packaged/installed correctly I was able to
identify that libintl.a and libpthread.a were not being linked.
After changing tests/Makefile from:
unit-tests$(EXEEXT): $(unit_tests_OBJECTS) $(unit_tests_DEPENDENCIES)
$(EXTRA_unit_tests_DEPENDENCIES)
        @rm -f unit-tests$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(unit_tests_OBJECTS) $(unit_tests_LDADD)
$(LIBS)

to
unit-tests$(EXEEXT): $(unit_tests_OBJECTS) $(unit_tests_DEPENDENCIES)
$(EXTRA_unit_tests_DEPENDENCIES)
        @rm -f unit-tests$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(unit_tests_OBJECTS) $(unit_tests_LDADD)
$(LIBS) $(LIBINTL)

Looking forward to a fruitful discussion.

p.s. I am not (yet) subscribed to this list, so initially, please make sure
I am on cc: - thanks.
Michael

On Mon, Oct 27, 2014 at 11:09 AM, Giuseppe Scrivano <address@hidden>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I am pleased to announce the new version of GNU wget.
>
> It is available for download here:
>
> ftp://ftp.gnu.org/gnu/wget/wget-1.16.tar.gz
> ftp://ftp.gnu.org/gnu/wget/wget-1.16.tar.xz
>
> and the GPG detached signatures using the key E163E1EA:
>
> ftp://ftp.gnu.org/gnu/wget/wget-1.16.tar.gz.sig
> ftp://ftp.gnu.org/gnu/wget/wget-1.16.tar.xz.sig
>
> To reduce load on the main server, you can use this redirector service
> which automatically redirects you to a mirror:
>
> http://ftpmirror.gnu.org/wget/wget-1.16.tar.gz
> http://ftpmirror.gnu.org/wget/wget-1.16.tar.xz
>
> * Noteworthy changes in Wget 1.16
>
> ** No longer create local symbolic links by default.  Closes CVE-2014-4877.
>
> ** Use libpsl for verifying cookie domains.
>
> ** Default progress bar output changed.
>
> ** Introduce --show-progress to force display the progress bar.
>
> ** Introduce --no-config.  The wgetrc files will not be read.
>
> ** Introduce --start-pos to allow starting downloads from a specified
> position.
>
> ** Fix a problem with ISA Server Proxy and keep-alive connections.
>
> Many thanks to anyone who contributed to this release!
>
> Please report any problem you may experience to the address@hidden
> mailing list.
>
> Have fun!
> Giuseppe
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> Comment: Processed by Mailcrypt 3.5.9 <http://mailcrypt.sourceforge.net/>
>
> iQIcBAEBAgAGBQJUThmrAAoJECY9bfLhY+Hqtz8P/RkO9GP8g8wiQqeaGVbJ6oNi
> N4AnG/W1E0OfTDSFNG8Bd4sqA6a32gInIPkz/gFsl4l52MRABcFKXm64yLPB9Xmj
> vtuZKmca6nAlfwb5SYmapVfeXKTXIcotBGuOEWruM69dD5C2kdAzO7Epv1Rtf5Cy
> I89HHib4sEpQ2Mnwijx5OtwTdzBNTzF0S2lAIOQGztCqcViMLxJAIJ3+JCd1LNZ6
> V0rte70zrIH0eYeZsxRcL61uGef7XB5kVjZcyE1J6/QJDkWdVWTFeGikOUI+wCFA
> pTiddTZpcRuoVzwKlvqRCloXAQ1bPDFE5Sw+8+0E3dkhKXkGuswaXMyCV1Z5Xjy3
> opXYQ827B2D3znGnPWpHFokJO16rE6p8jwkPC+CKOThY38lCl0l++rcmLqKFg+PA
> HTP0DwKB1tWU/n8c2EkwFiCWQaxqU3lt4Hpn+H9NsWOTdeG7cfM/1+cjLxCOoP7X
> hRzFOVkR7Ket7ytF0MGjFLwBlCqzjo7yt7+2R2E2zqme78svsZLyNdgyYHwOJjbW
> oKIQHp3DY3TjdKt4uRRb49NZqT9VwsF6snpqRFveNGJGyRshs1RWSlKG9P7TIULw
> 65b8ZzH7F6c/SuMk11GMBML+8BWRsK7IY6251ZMOFTXjfLy5ZhCb85uFaZvMf9ud
> OHxpd6zFvXsp3M8mYd6i
> =RUfr
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> GNU Announcement mailing list <address@hidden>
> https://lists.gnu.org/mailman/listinfo/info-gnu
>

Attachment: makeCheckReport.text
Description: Text document

Attachment: test-suite.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]