summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/p5-Crypt-OpenSSL-X509: Update to 1.914Po-Chuan Hsieh2022-05-131-9/+9
| | | | Changes: https://metacpan.org/dist/Crypt-OpenSSL-X509/changes
* security/p5-Crypt-OpenSSL-X509: Update to 1.908Po-Chuan Hsieh2021-05-311-13/+8
| | | | Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509
* Update to 1.902Sunpoet Po-Chuan Hsieh2020-12-191-0/+16
| | | | | | | | | - Convert REINPLACE_CMD to patch file Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509 Notes: svn path=/head/; revision=558636
* Update to 1.807Sunpoet Po-Chuan Hsieh2017-02-281-20/+0
| | | | | | | | | | | | - Use real PORTVERSION - Use = instead of += for MAKE_ARGS - Use USES=ssl - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Notes: svn path=/head/; revision=435034
* security/p5-Crypt-OpenSSL-X509: Fix [-Werror=logical-not-parentheses]John Marino2015-02-221-0/+20
| | | | | | | | | | | | | | | | This bug was first discovered by Fedora 22 team building with gcc5 and they reported it upstream: https://github.com/dsully/perl-crypt-openssl-x509/issues/39 I believe this patch is equivalent but a bit nicer than the fix suggested there. The problem is "not (c < 0)" is desired but "(not c) < 0)" is what the condition evaluates to. The joy of C. Approved by: Just fix it Notes: svn path=/head/; revision=379605
* - Update to 1.8.2 (1.800.2)Sunpoet Po-Chuan Hsieh2011-06-111-11/+0
| | | | | | | | | - Remove outdated OSVERSION check Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Notes: svn path=/head/; revision=275379
* - Update to 1.3Philippe Audeoud2010-08-251-0/+11
- Add patch because it doesn't compile with -Werror PR: ports/149418 Submitted by: Frederic Culot <frederic _AT_ culot.org> Notes: svn path=/head/; revision=259973