Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/xca/files: xca-0.6.4-openssl.patch digest-xca-0.6.0 xca-0.5.1-openssl.patch digest-xca-0.5.1-r1 xca-0.5.1-gcc4.patch xca-0.6.0-build.patch xca-0.5.1-db.patch xca-0.5.1-qt.patch xca-0.5.1-build.patch
Date: Tue, 23 Oct 2007 15:49:38
Message-Id: E1IkM0a-0005ND-1J@stork.gentoo.org
1 alonbl 07/10/23 15:49:32
2
3 Added: xca-0.6.4-openssl.patch
4 Removed: digest-xca-0.6.0 xca-0.5.1-openssl.patch
5 digest-xca-0.5.1-r1 xca-0.5.1-gcc4.patch
6 xca-0.6.0-build.patch xca-0.5.1-db.patch
7 xca-0.5.1-qt.patch xca-0.5.1-build.patch
8 Log:
9 Fix bug#196765 thanks for Alexander Skwar for reporting, cleanup
10 (Portage version: 2.1.3.15)
11
12 Revision Changes Path
13 1.1 app-crypt/xca/files/xca-0.6.4-openssl.patch
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/files/xca-0.6.4-openssl.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/files/xca-0.6.4-openssl.patch?rev=1.1&content-type=text/plain
17
18 Index: xca-0.6.4-openssl.patch
19 ===================================================================
20 diff -urNp xca-0.6.4.org/lib/x509rev.cpp xca-0.6.4/lib/x509rev.cpp
21 --- xca-0.6.4.org/lib/x509rev.cpp 2007-08-13 21:55:50.000000000 +0300
22 +++ xca-0.6.4/lib/x509rev.cpp 2007-10-23 17:35:42.000000000 +0200
23 @@ -7,7 +7,12 @@
24
25 #include "x509rev.h"
26
27 -#if OPENSSL_VERSION_NUMBER >= 0x00908000L
28 +#if OPENSSL_VERSION_NUMBER >= 0x0090806fL
29 +#define X509_REVOKED_dup(x5r) (X509_REVOKED *)ASN1_dup( \
30 + (i2d_of_void*)i2d_X509_REVOKED, \
31 + (d2i_of_void*)d2i_X509_REVOKED, \
32 + (char *)x5r)
33 +#elif OPENSSL_VERSION_NUMBER >= 0x00908000L
34 #define X509_REVOKED_dup(x5r) \
35 ASN1_dup_of (X509_REVOKED, i2d_X509_REVOKED, d2i_X509_REVOKED, x5r)
36
37
38
39
40 --
41 gentoo-commits@g.o mailing list