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-RSA Updated to version 0.25.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22bd8f246e90
branches:  trunk
changeset: 537409:22bd8f246e90
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Jan 08 15:01:55 2008 +0000

description:
Updated to version 0.25.

Pkgsrc changes:
  - A C compiler is necessary.
  - Added explicit license identification.
  - Removed patch-ab (fixed upstream).

Changes since version 0.24:
===========================
0.25  Sun May 20 2007 12:56:11
        - Add a LICENSE file.
        - Fix a bug (reported by many) in rsa.t - we were incorrectly counting
          the number of tests in situations where use_sha512_hash was
          not available.

diffstat:

 security/p5-Crypt-OpenSSL-RSA/Makefile         |  12 ++++++++----
 security/p5-Crypt-OpenSSL-RSA/distinfo         |   9 ++++-----
 security/p5-Crypt-OpenSSL-RSA/patches/patch-ab |  16 ----------------
 3 files changed, 12 insertions(+), 25 deletions(-)

diffs (65 lines):

diff -r bbf88e389171 -r 22bd8f246e90 security/p5-Crypt-OpenSSL-RSA/Makefile
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile    Tue Jan 08 14:48:35 2008 +0000
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile    Tue Jan 08 15:01:55 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2007/05/17 16:40:18 heinz Exp $
+# $NetBSD: Makefile,v 1.12 2008/01/08 15:01:55 heinz Exp $
 #
 
-DISTNAME=              Crypt-OpenSSL-RSA-0.24
+DISTNAME=              Crypt-OpenSSL-RSA-0.25
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5ors
 CATEGORIES=            security perl5
@@ -11,11 +11,15 @@
 HOMEPAGE=              http://perl-openssl.sourceforge.net/
 COMMENT=               Perl5 wrapper module for the OpenSSL RSA functions
 
+#LICENSE=              gnu-gpl-v2 # under same terms as Perl
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 DEPENDS+=              p5-Crypt-OpenSSL-Bignum-[0-9]*:../../security/p5-Crypt-OpenSSL-Bignum
 DEPENDS+=              p5-Crypt-OpenSSL-Random-[0-9]*:../../security/p5-Crypt-OpenSSL-Random
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
+USE_LANGUAGES=         c
 
 PERL5_PACKLIST=                auto/Crypt/OpenSSL/RSA/.packlist
 
diff -r bbf88e389171 -r 22bd8f246e90 security/p5-Crypt-OpenSSL-RSA/distinfo
--- a/security/p5-Crypt-OpenSSL-RSA/distinfo    Tue Jan 08 14:48:35 2008 +0000
+++ b/security/p5-Crypt-OpenSSL-RSA/distinfo    Tue Jan 08 15:01:55 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/05/17 16:40:19 heinz Exp $
+$NetBSD: distinfo,v 1.7 2008/01/08 15:01:57 heinz Exp $
 
-SHA1 (Crypt-OpenSSL-RSA-0.24.tar.gz) = d8258622fd50292d0980acd682b6522804a887a5
-RMD160 (Crypt-OpenSSL-RSA-0.24.tar.gz) = 92468e2ae97fce7c1278b25bafd7458e1c32df65
-Size (Crypt-OpenSSL-RSA-0.24.tar.gz) = 11847 bytes
-SHA1 (patch-ab) = c238c982a776a211f896667a60b4723069383abe
+SHA1 (Crypt-OpenSSL-RSA-0.25.tar.gz) = 41597bfc06aa8f816d9d4e4f0dc28405ebe9c407
+RMD160 (Crypt-OpenSSL-RSA-0.25.tar.gz) = c7df8425238fc8d62db217b68ef9441a430dbda1
+Size (Crypt-OpenSSL-RSA-0.25.tar.gz) = 19133 bytes
diff -r bbf88e389171 -r 22bd8f246e90 security/p5-Crypt-OpenSSL-RSA/patches/patch-ab
--- a/security/p5-Crypt-OpenSSL-RSA/patches/patch-ab    Tue Jan 08 14:48:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/05/17 16:40:19 heinz Exp $
-
-  If use_sha512_hash is not available (with OpenSSL <0.9.8), 4*5 tests will
-  not be done.
-
---- t/rsa.t.orig       2006-11-13 01:01:04.000000000 +0100
-+++ t/rsa.t
-@@ -4,7 +4,7 @@ use Test;
- use Crypt::OpenSSL::Random;
- use Crypt::OpenSSL::RSA;
- 
--BEGIN { plan tests => 45 + (UNIVERSAL::can("Crypt::OpenSSL::RSA", "use_sha512_hash") ? 3*6 : 0) }
-+BEGIN { plan tests => 43 + (UNIVERSAL::can("Crypt::OpenSSL::RSA", "use_sha512_hash") ? 4*5 : 0) }
- 
- sub _Test_Encrypt_And_Decrypt
- {



Home | Main Index | Thread Index | Old Index