r77034 - in /branches/upstream/libcrypt-openssl-rsa-perl/current: Changes MANIFEST META.json META.yml Makefile.PL RSA.pm

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Jul 4 05:37:14 UTC 2011


Author: carnil
Date: Mon Jul  4 05:37:11 2011
New Revision: 77034

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77034
Log:
[svn-upgrade] new version libcrypt-openssl-rsa-perl (0.27)

Added:
    branches/upstream/libcrypt-openssl-rsa-perl/current/META.json
Modified:
    branches/upstream/libcrypt-openssl-rsa-perl/current/Changes
    branches/upstream/libcrypt-openssl-rsa-perl/current/MANIFEST
    branches/upstream/libcrypt-openssl-rsa-perl/current/META.yml
    branches/upstream/libcrypt-openssl-rsa-perl/current/Makefile.PL
    branches/upstream/libcrypt-openssl-rsa-perl/current/RSA.pm

Modified: branches/upstream/libcrypt-openssl-rsa-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-rsa-perl/current/Changes?rev=77034&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-rsa-perl/current/Changes (original)
+++ branches/upstream/libcrypt-openssl-rsa-perl/current/Changes Mon Jul  4 05:37:11 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension Crypt::OpenSSL::RSA.
+
+0.27  Wed Jun 29 2011 - Todd Rinaldo (TODDR)
+        - RT 65947 - Fix RSA.pm break with perl 5.14+
 
 0.26  Sun Nov 22 2009 11:01:13
         - Change subclassing test to generate a 512 bit key in order to work 

Modified: branches/upstream/libcrypt-openssl-rsa-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-rsa-perl/current/MANIFEST?rev=77034&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-rsa-perl/current/MANIFEST (original)
+++ branches/upstream/libcrypt-openssl-rsa-perl/current/MANIFEST Mon Jul  4 05:37:11 2011
@@ -9,3 +9,5 @@
 t/rsa.t
 t/bignum.t
 t/format.t
+META.yml                                 Module YAML meta-data (added by MakeMaker)
+META.json                                Module JSON meta-data (added by MakeMaker)

Added: branches/upstream/libcrypt-openssl-rsa-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-rsa-perl/current/META.json?rev=77034&op=file
==============================================================================
--- branches/upstream/libcrypt-openssl-rsa-perl/current/META.json (added)
+++ branches/upstream/libcrypt-openssl-rsa-perl/current/META.json Mon Jul  4 05:37:11 2011
@@ -1,0 +1,52 @@
+{
+   "abstract" : "RSA encoding and decoding, using the openSSL libraries",
+   "author" : [
+      "Ian Robertson <iroberts at cpan.org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.571, CPAN::Meta::Converter version 2.110930",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Crypt-OpenSSL-RSA",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0,
+            "Test" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "runtime" : {
+         "recommends" : {
+            "Crypt::OpenSSL::Bignum" : 0
+         },
+         "requires" : {
+            "Crypt::OpenSSL::Random" : 0,
+            "Test" : 0
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "homepage" : "http://wiki.github.com/toddr/Crypt-OpenSSL-RSA",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ]
+   },
+   "version" : "0.27"
+}

Modified: branches/upstream/libcrypt-openssl-rsa-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-rsa-perl/current/META.yml?rev=77034&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-rsa-perl/current/META.yml (original)
+++ branches/upstream/libcrypt-openssl-rsa-perl/current/META.yml Mon Jul  4 05:37:11 2011
@@ -1,13 +1,29 @@
---- #YAML:1.0
-name:                Crypt-OpenSSL-RSA
-version:             0.26
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Crypt::OpenSSL::Random:        0
+---
+abstract: 'RSA encoding and decoding, using the openSSL libraries'
+author:
+  - 'Ian Robertson <iroberts at cpan.org>'
+build_requires:
+  ExtUtils::MakeMaker: 0
+  Test: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.571, CPAN::Meta::Converter version 2.110930'
+license: perl
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Crypt-OpenSSL-RSA
+no_index:
+  directory:
+    - t
+    - inc
+recommends:
+  Crypt::OpenSSL::Bignum: 0
+requires:
+  Crypt::OpenSSL::Random: 0
+  Test: 0
+resources:
+  homepage: http://wiki.github.com/toddr/Crypt-OpenSSL-RSA
+  license: http://dev.perl.org/licenses/
+version: 0.27

Modified: branches/upstream/libcrypt-openssl-rsa-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-rsa-perl/current/Makefile.PL?rev=77034&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-rsa-perl/current/Makefile.PL (original)
+++ branches/upstream/libcrypt-openssl-rsa-perl/current/Makefile.PL Mon Jul  4 05:37:11 2011
@@ -9,11 +9,38 @@
 WriteMakefile(
     'NAME'	=> 'Crypt::OpenSSL::RSA',
     'DISTNAME' => 'Crypt-OpenSSL-RSA',
+     AUTHOR  => 'Ian Robertson <iroberts at cpan.org>',
     'VERSION_FROM' => 'RSA.pm', # finds $VERSION
+    'ABSTRACT_FROM' => 'RSA.pm',
+    'PL_FILES' => {},
+    ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'        => 'perl', ) : ()),
+    'PREREQ_PM' => {
+        'Crypt::OpenSSL::Random' => 0,
+        'Test' => 0,
+    },
     'OBJECT' => 'RSA.o',
     'LIBS'	=> ['-lssl -lcrypto'],   # e.g., '-lm'
-    'PREREQ_PM' => { 'Crypt::OpenSSL::Random' => 0 },
     'DEFINE'	=> '-DPERL5 -DOPENSSL_NO_KRB5',
     # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5
     'INC'	=> $include,     # e.g., '-I/usr/include/other'
+
+    'dist'  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+    'clean' => { FILES => 'Crypt-OpenSSL-RSA-*' },
+    'META_MERGE' => {
+        recommends => {
+            'Crypt::OpenSSL::Bignum' => 0,
+        },
+        build_requires => {
+            'Test' => 0,  # For testing
+        },
+        resources => {
+            'license' => 'http://dev.perl.org/licenses/',
+            'homepage' => 'http://wiki.github.com/toddr/Crypt-OpenSSL-RSA',
+#            bugtracker => 'http://code.google.com/p/Crypt-OpenSSL-RSA/issues/list',
+            'repository' => 'http=>//github.com/toddr/Crypt-OpenSSL-RSA',
+#            MailingList => 'http://groups.google.com/group/Crypt-OpenSSL-RSA',
+        }
+    }
 );
+
+#Nice = Crypt::OpenSSL::Bignum

Modified: branches/upstream/libcrypt-openssl-rsa-perl/current/RSA.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-rsa-perl/current/RSA.pm?rev=77034&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-rsa-perl/current/RSA.pm (original)
+++ branches/upstream/libcrypt-openssl-rsa-perl/current/RSA.pm Mon Jul  4 05:37:11 2011
@@ -6,11 +6,11 @@
 use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
 
 require DynaLoader;
-require AutoLoader;
+use AutoLoader 'AUTOLOAD';
 
 @ISA = qw(DynaLoader);
 
-$VERSION = '0.26';
+$VERSION = '0.27';
 
 bootstrap Crypt::OpenSSL::RSA $VERSION;
 




More information about the Pkg-perl-cvs-commits mailing list