Bug 192166

Summary: security/p5-Crypt-GCrypt: adapt for libgcrypt 1.6.x API change
Product: Ports & Packages Reporter: Kurt Jaeger <pi>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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