New tests fails as pointed out by bket@ on ports@, but since it includes
important fix so sthen suggested we should go ahead and commit right way, i'm going
to look at it and report upstream afterwards.
OK sthen@
various fixes and extra support, a particularly notable change:
"Switch off compression by default
Gzip compression has a number of bugs which need to be ironed out before
we can support it by default. Some of these stem from a misunderstanding
of the HTTP spec, but a lot of them are also due to many web servers not
being compliant with RFC 7231.
With this commit, I am marking GZip compression support as experimental
in GNU Wget pending further investigation and the addition of tests."
This solves CVE-2016-4971.
This introduces a backward-incompatibility for HTTP->FTP redirects and
any script that relies on the old behaviour must use --trust-server-names.
ok shadchin@ sthen@
Please note that the passive to active fallback was removed.
To force active ftp, use --no-passive-ftp.
ok jung@ sthen@ (who noticed that a patch needed to be regen, thx!) jca@
- remove patches for regress tests and the TLSv1.0 only issue, merged
upstream
- libuuid use can now be prevented with CONFIGURE_ARGS
- add a CONFIGURE_ENV hack to avoid depending on python3 at build time
(spotted by dcoppa@)
The Web ARChive code doesn't use uuid functions from libc (yet).
ok dcoppa@
Tested on i386, amd64 and sparc64.
Note: untested on gcc2 architectures, but it's broken anyway since
gperf fails to build there due to an internal compiler error (as
found by sebastia@ on his vax).
OK sthen@
- convert patch-aa to a unified diff
- remove workaround for texinfo install-info bug
- move removal of wget.info* into wget's Makefile just before it gets
re-generated
- ${SH} -> sh
o add an INSTALL script to install /etc/wgetrc if necessary
o remove wgetrc install code from Makefile and packing list
o call install script from Makefile
o patch wget doc Makefile so it does NOT install into /etc automagically
o add DEINSTALL script to remind user to get rid of /etc/wgetrc
THIS PORT IS NOW FROZEN FOR 2.5