Re: [Bug-wget] [PATCH] utils: rename base64_{encode,decode}

2016-12-15 Thread Eli Zaretskii
> From: Rahul Bedarkar > Date: Thu, 15 Dec 2016 12:57:16 +0530 > > In case of static build, all symbols are visible. Since GnuTLS is static > library, which is just archive of object files, linking happens at > caller end i.e. wget, linker don't know what to

Re: [Bug-wget] [PATCH] utils: rename base64_{encode,decode}

2016-12-15 Thread Tim Ruehsen
On Thursday, December 15, 2016 12:57:16 PM CET Rahul Bedarkar wrote: > Hi Tim, > > On Wednesday 14 December 2016 08:31 PM, Tim Ruehsen wrote: > > Thanks, pushed as 'trivial patch', so no FSF Copyright Assignment needed. > > > > BTW, GnuTLS normally only exports gnutls_* stuff. > > You must have

[Bug-wget] [PATCH] new option --convert-specified-links

2016-12-15 Thread Thaddeus H. Black
Summary: a patch is attached to let the user choose which links to convert. I. PATCH Please find attached an experimental but functional patch to implement a new option, --convert-specified-links. The patch addresses an old, heretofore unresolved bug report [1]. It adds about 230 lines of