Bug 192166 - security/p5-Crypt-GCrypt: adapt for libgcrypt 1.6.x API change
Summary: security/p5-Crypt-GCrypt: adapt for libgcrypt 1.6.x API change
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-27 14:31 UTC by Kurt Jaeger
Modified: 2014-07-30 04:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2014-07-27 14:31:38 UTC
The attached patch allows building the perl module with newer libgcrypt 1.6.x.

It removes some stub code for asymmetric crypto which was not yet supported in
the perl module, anyway.

See PR 191256 for the pending update of libgcrypt.

See also for the patch upstream.
https://rt.cpan.org/Ticket/Display.html?id=97201

Please approve.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-30 04:09:48 UTC
Committed in r363436 with all the changes for 191256