diff options
author | he <he@pkgsrc.org> | 2008-12-19 18:30:52 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-19 18:30:52 +0000 |
commit | a0d88e926ebc7f3cf553dd053489e54cb23caced (patch) | |
tree | 0b8ea0388688bf7a63b4a7f14fdbfb29205076c0 /security | |
parent | 76fcab71246010446ef7cdf9cdedf1336267008c (diff) | |
download | pkgsrc-a0d88e926ebc7f3cf553dd053489e54cb23caced.tar.gz |
Import p5-OpenSSL version 0.09.
Fixes PR#39223.
THIS IS A FUCKING HACK (nichts für die Goldwaage..)
Don't read the man-pages/*.pm's (they are dummy), check t/*
and fix OpenSSL.xs
Don't forget to try -
print OpenSSL::CRL::new_from_file("crl.pem")->info
- it's the only CRL stuff that's supported :)
OpenSSL::HMAC is dummy.
OpenSSL::BN is untested.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-OpenSSL/DESCR | 11 | ||||
-rw-r--r-- | security/p5-OpenSSL/Makefile | 24 | ||||
-rw-r--r-- | security/p5-OpenSSL/distinfo | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/security/p5-OpenSSL/DESCR b/security/p5-OpenSSL/DESCR new file mode 100644 index 00000000000..623a8717313 --- /dev/null +++ b/security/p5-OpenSSL/DESCR @@ -0,0 +1,11 @@ +THIS IS A FUCKING HACK (nichts für die Goldwaage..) + +Don't read the man-pages/*.pm's (they are dummy), check t/* +and fix OpenSSL.xs + +Don't forget to try - +print OpenSSL::CRL::new_from_file("crl.pem")->info +- it's the only CRL stuff that's supported :) + +OpenSSL::HMAC is dummy. +OpenSSL::BN is untested. diff --git a/security/p5-OpenSSL/Makefile b/security/p5-OpenSSL/Makefile new file mode 100644 index 00000000000..3e92588e8fa --- /dev/null +++ b/security/p5-OpenSSL/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 18:30:52 he Exp $ +# + +DISTNAME= OpenSSL-0.09 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5osl +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OE/OESI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/OpenSSL/ +COMMENT= Perl5 wrapper module for the OpenSSL functions + +#LICENSE= gnu-gpl-v2 # under same terms as Perl + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c + +PERL5_PACKLIST= auto/OpenSSL/.packlist + +.include "../../security/openssl/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-OpenSSL/distinfo b/security/p5-OpenSSL/distinfo new file mode 100644 index 00000000000..51893697b02 --- /dev/null +++ b/security/p5-OpenSSL/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/19 18:30:52 he Exp $ + +SHA1 (OpenSSL-0.09.tar.gz) = 6d93d428cdb53f583970ac624318ea0b2605c190 +RMD160 (OpenSSL-0.09.tar.gz) = cab6e9ef7c2cad70c0693a45a51a8703a6fc53e5 +Size (OpenSSL-0.09.tar.gz) = 14890 bytes |