packages: partimage/partimage.spec, partimage/openssl.patch (NEW) - added o...

sls sls at pld-linux.org
Thu Apr 15 23:20:04 CEST 2010


Author: sls                          Date: Thu Apr 15 21:20:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added openssl.patch

---- Files affected:
packages/partimage:
   partimage.spec (1.63 -> 1.64) , openssl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/partimage/partimage.spec
diff -u packages/partimage/partimage.spec:1.63 packages/partimage/partimage.spec:1.64
--- packages/partimage/partimage.spec:1.63	Thu Apr 15 09:16:51 2010
+++ packages/partimage/partimage.spec	Thu Apr 15 23:19:58 2010
@@ -15,6 +15,7 @@
 Source4:	%{name}d-ssl.cnf
 Patch0:		%{name}-fix_debug.patch
 Patch1:		%{name}-descr.patch
+Patch2:		openssl.patch
 URL:		http://www.partimage.org/
 BuildRequires:	automake
 BuildRequires:	bzip2-devel
@@ -104,6 +105,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -202,6 +204,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2010/04/15 21:19:58  sls
+- added openssl.patch
+
 Revision 1.63  2010/04/15 07:16:51  arekm
 - release 2
 

================================================================
Index: packages/partimage/openssl.patch
diff -u /dev/null packages/partimage/openssl.patch:1.1
--- /dev/null	Thu Apr 15 23:20:04 2010
+++ packages/partimage/openssl.patch	Thu Apr 15 23:19:58 2010
@@ -0,0 +1,22 @@
+--- partimage-0.6.8/src/client/netclient.h.orig	2010-04-14 23:09:04.205217015 +0200
++++ partimage-0.6.8/src/client/netclient.h	2010-04-14 23:09:12.318548298 +0200
+@@ -35,7 +35,7 @@ private:
+ #ifdef HAVE_SSL
+   SSL_CTX * ctx;
+   X509 * server_cert;
+-  SSL_METHOD * meth;
++  const SSL_METHOD * meth;
+ #endif
+   bool m_bUseSSL;
+   bool m_bMustLogin;
+--- partimage-0.6.8/src/server/netserver.h.orig	2010-04-14 23:14:09.311851072 +0200
++++ partimage-0.6.8/src/server/netserver.h	2010-04-14 23:14:15.971852561 +0200
+@@ -41,7 +41,7 @@ private:
+ #ifdef HAVE_SSL
+   SSL_CTX * ctx;
+   X509 * client_cert;
+-  SSL_METHOD * meth; 
++  const SSL_METHOD * meth; 
+   int err;
+ #endif
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/partimage/partimage.spec?r1=1.63&r2=1.64&f=u



More information about the pld-cvs-commit mailing list