Created attachment 163531 [details] shar archive with a new port Utility for parsing PKCS#10 certificate signing requests to perl data structure. - This port is needed as a new dependency for existing port security/p5-openxpki starting with ver 1.2 - "portlint -ACN" says "looks fine". - Tested with poudriere 3.1.9 (log attached) at 11.0-amd64 with perl-5.20.3
Created attachment 163532 [details] log from poudriere at 11.0-amd64 and perl-5.20
Take.
Created attachment 163793 [details] shar archive for version 1.3 Shar archive for security/p5-Crypt-PKCS10 ver.1.3
Created attachment 163794 [details] log from poudriere at 11.0-amd64 and perl-5.20 Poudriere log for security/p5-Crypt-PKCS10 ver.1.3
A commit references this bug: Author: miwi Date: Tue Dec 15 14:33:34 UTC 2015 New revision: 403776 URL: https://svnweb.freebsd.org/changeset/ports/403776 Log: A small command line utility for parsing PKCS#10 certificate signing requests to perl data structure and provides accessor methods to supported elements. It is based on the generic ASN.1 module by Graham Barr and on the x509decode example by Norbert Klasen. It is also based upon the works of Duncan Segrests Crypt-X509-CRL module. The module parses common fields and extensions. Some fields might be missing. WWW: http://search.cpan.org/dist/Crypt-PKCS10/ PR: 204814 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: mat (mentor) Differential Revision: D4574 Changes: head/security/Makefile head/security/p5-Crypt-PKCS10/ head/security/p5-Crypt-PKCS10/Makefile head/security/p5-Crypt-PKCS10/distinfo head/security/p5-Crypt-PKCS10/pkg-descr head/security/p5-Crypt-PKCS10/pkg-plist