bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH] Corrected documentation


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] [PATCH] Corrected documentation
Date: Mon, 16 Mar 2015 16:30:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

"Ander Juaristi Alamos" <address@hidden> writes:

> As per Wget 1.16.3, the default SSL backend is GnuTLS, so the docs are lying.
> The default SSL backend is the one that gets compiled by make if ./configure 
> is run without '--with-ssl'.
>
> diff --git a/ChangeLog b/ChangeLog
> index e69de29..0e6974a 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -0,0 +1,4 @@
> +2015-03-15 Ander Juaristi <address@hidden>
> +
> +    * wget.texi: The default is GnuTLS, not OpenSSL.
> +
> diff --git a/doc/wget.texi b/doc/wget.texi
> index 5a214cf..9a66586 100644
> --- a/doc/wget.texi
> +++ b/doc/wget.texi
> @@ -1642,7 +1642,7 @@
>  
>  @cindex SSL
>  To support encrypted HTTP (HTTPS) downloads, Wget must be compiled
> -with an external SSL library, currently OpenSSL.  If Wget is compiled
> +with an external SSL library. The current default is GnuTLS.  If Wget is 
> compiled
>  without SSL support, none of these options are available.
>  
>  @table @samp

since you are hopefully going to send more patches, I will be picky and
ask you to send the patch formatted using git format-patch or git
send-email.

Please include the ChangeLog content in the commit message itself, we
changed this policy last December, and it turned out to make life easier
when it comes to merge code.

Thanks!
Giuseppe



reply via email to

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