[70722] trunk/dports/perl/p5-crypt-openssl-x509

jmr at macports.org jmr at macports.org
Wed Aug 18 19:35:07 PDT 2010


Revision: 70722
          http://trac.macports.org/changeset/70722
Author:   jmr at macports.org
Date:     2010-08-18 19:35:07 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
add patchfile

Added Paths:
-----------
    trunk/dports/perl/p5-crypt-openssl-x509/files/
    trunk/dports/perl/p5-crypt-openssl-x509/files/X509.xs.diff

Added: trunk/dports/perl/p5-crypt-openssl-x509/files/X509.xs.diff
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-x509/files/X509.xs.diff	                        (rev 0)
+++ trunk/dports/perl/p5-crypt-openssl-x509/files/X509.xs.diff	2010-08-19 02:35:07 UTC (rev 70722)
@@ -0,0 +1,20 @@
+--- X509.xs.orig	2010-07-02 09:06:45.000000000 +1000
++++ X509.xs	2010-08-19 12:25:05.000000000 +1000
+@@ -169,7 +169,7 @@ static HV* hv_exts(X509* x509, int no_na
+   X509_EXTENSION *ext;
+   int i, c, r;
+   size_t len = 128;
+-  char* key;
++  char* key = NULL;
+   SV* rv;
+ 
+   HV* RETVAL = newHV();
+@@ -818,7 +818,7 @@ basicC(ext, value)
+   PREINIT:
+   BASIC_CONSTRAINTS *bs;
+   const X509V3_EXT_METHOD *method;
+-  int ret;
++  int ret = 0;
+ 
+   CODE:
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100818/9d566c85/attachment.html>


More information about the macports-changes mailing list