[Webkit-unassigned] [Bug 163125] [GTK] Use libgcrypt instead of GnuTLS for CryptoDigest and SubtleCrypto HMAC implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 10:13:13 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163125

--- Comment #12 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Comment on attachment 290961
  --> https://bugs.webkit.org/attachment.cgi?id=290961
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=290961&action=review

> Tools/gtk/install-dependencies:109
>          libfaad-dev \
> +        libgcrypt11-dev \
>          $(aptIfElse libgeoclue-2-dev libgeoclue-dev) \

On Debian/Ubuntu libgcrypt11-dev is a transitional dummy package to ease the migration from the old libgcrypt11-dev to libgcrypt20-dev. So I would use here:
$(aptIfElse libgcrypt20-dev libgcrypt11-dev) \

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161010/90398885/attachment-0001.html>


More information about the webkit-unassigned mailing list