pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-OpenSSL-AES Import p5-Crypt-OpenSSL-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/648ca3938278
branches: trunk
changeset: 546222:648ca3938278
user: obache <obache%pkgsrc.org@localhost>
date: Sun Aug 24 09:09:38 2008 +0000
description:
Import p5-Crypt-OpenSSL-AES-0.02 as security/p5-Crypt-OpenSSL-AES.
Based on PR 39222 by Jens Rehsack.
This module implements a wrapper around OpenSSL. Specifically, it wraps the
methods related to the US Government's Advanced Encryption Standard (the
Rijndael algorithm).
This module is compatible with Crypt::CBC (and likely other modules that
utilize a block cipher to make a stream cipher).
This module is an alternative to the implementation provided by Crypt::Rijndael
which implements AES itself. In contrast, this module is simply a wrapper
around the OpenSSL library.
The Crypt::Rijndael implementation seems to produce inaccurate results on
64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture
specific problems, allowing the OpenSSL maintainers to overcome such issues.
diffstat:
security/p5-Crypt-OpenSSL-AES/DESCR | 11 +++++++++++
security/p5-Crypt-OpenSSL-AES/Makefile | 24 ++++++++++++++++++++++++
security/p5-Crypt-OpenSSL-AES/distinfo | 5 +++++
3 files changed, 40 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 0e411df848d0 -r 648ca3938278 security/p5-Crypt-OpenSSL-AES/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-AES/DESCR Sun Aug 24 09:09:38 2008 +0000
@@ -0,0 +1,11 @@
+This module implements a wrapper around OpenSSL. Specifically, it wraps the
+methods related to the US Government's Advanced Encryption Standard (the
+Rijndael algorithm).
+This module is compatible with Crypt::CBC (and likely other modules that
+utilize a block cipher to make a stream cipher).
+This module is an alternative to the implementation provided by Crypt::Rijndael
+which implements AES itself. In contrast, this module is simply a wrapper
+around the OpenSSL library.
+The Crypt::Rijndael implementation seems to produce inaccurate results on
+64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture
+specific problems, allowing the OpenSSL maintainers to overcome such issues.
diff -r 0e411df848d0 -r 648ca3938278 security/p5-Crypt-OpenSSL-AES/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-AES/Makefile Sun Aug 24 09:09:38 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/24 09:09:38 obache Exp $
+#
+
+DISTNAME= Crypt-OpenSSL-AES-0.02
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ose
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Crypt-OpenSSL-AES/
+COMMENT= Perl5 wrapper module for the OpenSSL AES functions
+
+#LICENSE= gnu-gpl-v2 # under same terms as Perl
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
+
+PERL5_PACKLIST= auto/Crypt/OpenSSL/AES/.packlist
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0e411df848d0 -r 648ca3938278 security/p5-Crypt-OpenSSL-AES/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-AES/distinfo Sun Aug 24 09:09:38 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/24 09:09:38 obache Exp $
+
+SHA1 (Crypt-OpenSSL-AES-0.02.tar.gz) = 978a81dcde6c66203da0ac5aeb7d3a22c8114df4
+RMD160 (Crypt-OpenSSL-AES-0.02.tar.gz) = de73f4a6c39f81c60eeee5a1e66426382ad5adac
+Size (Crypt-OpenSSL-AES-0.02.tar.gz) = 12487 bytes
Home |
Main Index |
Thread Index |
Old Index