packages: pwlib/pwlib-API.patch, pwlib/pwlib.spec - rel 4; fix build with n...

arekm arekm at pld-linux.org
Sat Apr 10 21:57:57 CEST 2010


Author: arekm                        Date: Sat Apr 10 19:57:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4; fix build with new openssl

---- Files affected:
packages/pwlib:
   pwlib-API.patch (1.3 -> 1.4) , pwlib.spec (1.155 -> 1.156) 

---- Diffs:

================================================================
Index: packages/pwlib/pwlib-API.patch
diff -u packages/pwlib/pwlib-API.patch:1.3 packages/pwlib/pwlib-API.patch:1.4
--- packages/pwlib/pwlib-API.patch:1.3	Fri Jan 22 21:18:20 2010
+++ packages/pwlib/pwlib-API.patch	Sat Apr 10 21:57:51 2010
@@ -9,3 +9,14 @@
        PAtomicInteger & operator=(const PAtomicInteger & ref) { value = (int)ref; return *this; }
      protected:
        int value;
+--- pwlib_v1_11_1/src/ptclib/pssl.cxx~	2006-07-23 06:16:14.000000000 +0200
++++ pwlib_v1_11_1/src/ptclib/pssl.cxx	2010-04-10 21:52:54.087982411 +0200
+@@ -906,7 +906,7 @@
+   InitialisationMutex.Signal();
+ 
+   // create the new SSL context
+-  SSL_METHOD * meth = SSLv23_method();
++  SSL_METHOD const * meth = SSLv23_method();
+   context  = SSL_CTX_new(meth);
+   if (context == NULL)
+     PSSLAssert("Error creating context: ");

================================================================
Index: packages/pwlib/pwlib.spec
diff -u packages/pwlib/pwlib.spec:1.155 packages/pwlib/pwlib.spec:1.156
--- packages/pwlib/pwlib.spec:1.155	Sat Apr 10 21:30:51 2010
+++ packages/pwlib/pwlib.spec	Sat Apr 10 21:57:51 2010
@@ -10,7 +10,7 @@
 Summary(pt_BR.UTF-8):	Biblioteca Windows Portavel
 Name:		pwlib
 Version:	1.11.1
-Release:	3
+Release:	4
 Epoch:		0
 License:	MPL 1.0
 Group:		Libraries
@@ -305,6 +305,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.156  2010/04/10 19:57:51  arekm
+- rel 4; fix build with new openssl
+
 Revision 1.155  2010/04/10 19:30:51  arekm
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pwlib/pwlib-API.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pwlib/pwlib.spec?r1=1.155&r2=1.156&f=u



More information about the pld-cvs-commit mailing list