r72305 - in /branches/upstream/libcrypt-openssl-x509-perl/current: Changes META.yml README X509.pm X509.xs

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Apr 6 03:46:55 UTC 2011


Author: carnil
Date: Wed Apr  6 03:45:29 2011
New Revision: 72305

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

Modified:
    branches/upstream/libcrypt-openssl-x509-perl/current/Changes
    branches/upstream/libcrypt-openssl-x509-perl/current/META.yml
    branches/upstream/libcrypt-openssl-x509-perl/current/README
    branches/upstream/libcrypt-openssl-x509-perl/current/X509.pm
    branches/upstream/libcrypt-openssl-x509-perl/current/X509.xs

Modified: branches/upstream/libcrypt-openssl-x509-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-x509-perl/current/Changes?rev=72305&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-x509-perl/current/Changes (original)
+++ branches/upstream/libcrypt-openssl-x509-perl/current/Changes Wed Apr  6 03:45:29 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension Crypt::OpenSSL::X509.
+
+1.7.1  Tue Apr  5 20:07:48 PDT 2011
+	- Fix compile issue on i386, etc.
 
 1.7    Tue Mar 29 19:58:08 PDT 2011
 	- Updates from David O'Callaghan to add pubkey, encoding & CRL functions.

Modified: branches/upstream/libcrypt-openssl-x509-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-x509-perl/current/META.yml?rev=72305&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-x509-perl/current/META.yml (original)
+++ branches/upstream/libcrypt-openssl-x509-perl/current/META.yml Wed Apr  6 03:45:29 2011
@@ -23,4 +23,4 @@
   bugtracker: https://github.com/dsully/perl-crypt-openssl-x509/issues
   homepage: https://github.com/dsully/perl-crypt-openssl-x509
   license: http://dev.perl.org/licenses/
-version: 1.7
+version: 1.7.1

Modified: branches/upstream/libcrypt-openssl-x509-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-x509-perl/current/README?rev=72305&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-x509-perl/current/README (original)
+++ branches/upstream/libcrypt-openssl-x509-perl/current/README Wed Apr  6 03:45:29 2011
@@ -1,4 +1,4 @@
-Crypt/OpenSSL/X509 version 1.7
+Crypt/OpenSSL/X509 version 1.7.1
 ===============================
 
 The README is used to introduce the module and provide instructions on

Modified: branches/upstream/libcrypt-openssl-x509-perl/current/X509.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-x509-perl/current/X509.pm?rev=72305&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-x509-perl/current/X509.pm (original)
+++ branches/upstream/libcrypt-openssl-x509-perl/current/X509.pm Wed Apr  6 03:45:29 2011
@@ -5,7 +5,7 @@
 use Exporter;
 use base qw(Exporter);
 
-$VERSION = '1.7';
+$VERSION = '1.7.1';
 
 @EXPORT_OK = qw(
   FORMAT_UNDEF FORMAT_ASN1 FORMAT_TEXT FORMAT_PEM FORMAT_NETSCAPE

Modified: branches/upstream/libcrypt-openssl-x509-perl/current/X509.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-openssl-x509-perl/current/X509.xs?rev=72305&op=diff
==============================================================================
--- branches/upstream/libcrypt-openssl-x509-perl/current/X509.xs (original)
+++ branches/upstream/libcrypt-openssl-x509-perl/current/X509.xs Wed Apr  6 03:45:29 2011
@@ -1312,7 +1312,7 @@
   }
 
   if (!bio) {
-    croak("%s: Failed to create BIO", class);
+    croak("%s: Failed to create BIO", SvPV_nolen(class));
   }
 
   if (format == FORMAT_ASN1) {




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