rpms/perl-Crypt-OpenSSL-PKCS10/devel perl-Crypt-OpenSSL-PKCS10-openssl.patch, NONE, 1.1 perl-Crypt-OpenSSL-PKCS10.spec, 1.9, 1.10

Tomáš Mráz tmraz at fedoraproject.org
Tue Aug 25 19:12:10 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-PKCS10/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9560

Modified Files:
	perl-Crypt-OpenSSL-PKCS10.spec 
Added Files:
	perl-Crypt-OpenSSL-PKCS10-openssl.patch 
Log Message:
* Tue Aug 25 2009 Tomas Mraz <tmraz at redhat.com> - 0.06-13
- rebuilt with new openssl


perl-Crypt-OpenSSL-PKCS10-openssl.patch:
 PKCS10.xs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE perl-Crypt-OpenSSL-PKCS10-openssl.patch ---
diff -up Crypt-OpenSSL-PKCS10-0.06/PKCS10.xs.openssl Crypt-OpenSSL-PKCS10-0.06/PKCS10.xs
--- Crypt-OpenSSL-PKCS10-0.06/PKCS10.xs.openssl	2006-02-24 22:15:56.000000000 +0100
+++ Crypt-OpenSSL-PKCS10-0.06/PKCS10.xs	2009-08-25 21:09:05.000000000 +0200
@@ -32,7 +32,7 @@ typedef struct
   if (New(0, p_var, p_size, p_type) == NULL) \
     { PACKAGE_CROAK("unable to alloc buffer"); }
 
-int add_ext(STACK_OF(X509_REQUEST) *sk, int nid, char *value);
+int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value);
 X509_NAME *parse_name(char *str, long chtype, int multirdn); 
 
 /*
@@ -181,7 +181,7 @@ static void callback(int p, int n, void 
  * because we wont reference any other sections.
  */
 
-int add_ext(STACK_OF(X509_REQUEST) *sk, int nid, char *value)
+int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value)
 	{
 	X509_EXTENSION *ex;
 	ex = X509V3_EXT_conf_nid(NULL, NULL, nid, value);


Index: perl-Crypt-OpenSSL-PKCS10.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-PKCS10/devel/perl-Crypt-OpenSSL-PKCS10.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Crypt-OpenSSL-PKCS10.spec	21 Aug 2009 15:18:07 -0000	1.9
+++ perl-Crypt-OpenSSL-PKCS10.spec	25 Aug 2009 19:12:10 -0000	1.10
@@ -11,6 +11,7 @@ BuildRequires:  openssl openssl-devel
 BuildRequires:  perl(Test::More) perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Crypt::OpenSSL::RSA)
 Patch0: 	perl-Crypt-OpenSSL-PKCS10-build-paths.patch
+Patch1:         perl-Crypt-OpenSSL-PKCS10-openssl.patch
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -23,6 +24,7 @@ chmod -c a-x Changes
 chmod -c a-x *.xs
 
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -56,7 +58,7 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
-* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.06-13
+* Tue Aug 25 2009 Tomas Mraz <tmraz at redhat.com> - 0.06-13
 - rebuilt with new openssl
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-12




More information about the fedora-extras-commits mailing list