Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (538cbcfd92a2dea19ff15e89dc97005ba52e8977)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (538cbcfd92a2dea19ff15e89dc97005ba52e8977)
  • Date: Fri, 12 Aug 2011 09:31:16 +0900

Ladislav Hagara (scm AT sourcemage.org) wrote [11.08.12 07:22]:
> GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:
>
> ftp/wget/DEPENDS | 2 +-
> ftp/wget/HISTORY | 3 +++
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> New commits:
> commit 538cbcfd92a2dea19ff15e89dc97005ba52e8977
> Author: Ladislav Hagara <hgr AT vabo.cz>
> Commit: Ladislav Hagara <hgr AT vabo.cz>
>
> wget: --with-ssl -> --with-ssl=openssl
>
> Seems gnutls is default now, wget spell needs update.
> With next version update.
>
> $ wget --version
> +digest +https -ipv6 +iri +large-file +nls -ntlm +opie +ssl/openssl
>
> $ wget --version
> +digest +https -ipv6 +iri +large-file +nls -ntlm +opie +ssl/gnutls
>
> diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
> index 076d02f..88eeb81 100755
> --- a/ftp/wget/DEPENDS
> +++ b/ftp/wget/DEPENDS
> @@ -17,7 +17,7 @@ optional_depends "texinfo" \
> "to build info files" &&
>
> optional_depends "openssl" \
> - "--with-ssl" \
> + "--with-ssl=openssl" \
> "--without-ssl" \
> "for https and ftps" &&
>
> diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
> index a91d79e..ce1e8c1 100644
> --- a/ftp/wget/HISTORY
> +++ b/ftp/wget/HISTORY
> @@ -1,3 +1,6 @@
> +2011-08-11 Ladislav Hagara <hgr AT vabo.cz>
> + * DEPENDS: --with-ssl -> --with-ssl=openssl
> +
> 2011-08-09 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: 1.13
> * wget.gpg: added key C03363F4

If wget can use different SSL engines, and you can select which one to
use, shouldn't this be an option to the end-user? I.e., have a CONFIGURE
query to let the user decide gnutls or openssl, and then set --with-ssl=
accordingly.

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgp91IRSloS3k.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page