rpms/m2crypto/devel m2crypto-0.13-SSLServer.patch, 1.1, 1.2 m2crypto.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 14 12:02:01 UTC 2005


Author: mitr

Update of /cvs/dist/rpms/m2crypto/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28403

Modified Files:
	m2crypto-0.13-SSLServer.patch m2crypto.spec 
Log Message:
* Tue Jun 14 2005 Miloslav Trmac <mitr at redhat.com> - 0.13-5
- Better fix for #159898, by Dan Williams


m2crypto-0.13-SSLServer.patch:
 SSLServer.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Index: m2crypto-0.13-SSLServer.patch
===================================================================
RCS file: /cvs/dist/rpms/m2crypto/devel/m2crypto-0.13-SSLServer.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- m2crypto-0.13-SSLServer.patch	9 Jun 2005 11:49:32 -0000	1.1
+++ m2crypto-0.13-SSLServer.patch	14 Jun 2005 12:01:59 -0000	1.2
@@ -1,6 +1,13 @@
 --- M2Crypto/SSL/SSLServer.py.orig	2005-06-08 17:09:39.000000000 -0400
-+++ M2Crypto/SSL/SSLServer.py	2005-06-08 17:09:43.000000000 -0400
-@@ -30,9 +30,9 @@
++++ M2Crypto/SSL/SSLServer.py	2005-06-13 13:45:06.000000000 -0400
+@@ -25,14 +25,16 @@
+         self.server_activate()
+ 
+     def handle_request(self):
++        request = None
++        client_address = None
+         try:
+             request, client_address = self.get_request()
              if self.verify_request(request, client_address):
                  self.process_request(request, client_address)
          except SSLError:


Index: m2crypto.spec
===================================================================
RCS file: /cvs/dist/rpms/m2crypto/devel/m2crypto.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- m2crypto.spec	9 Jun 2005 11:49:32 -0000	1.13
+++ m2crypto.spec	14 Jun 2005 12:01:59 -0000	1.14
@@ -5,7 +5,7 @@
 Summary: Support for using OpenSSL in python scripts.
 Name: m2crypto
 Version: 0.13
-Release: 4
+Release: 5
 Source0: http://sandbox.rulemaker.net/ngps/Dist/m2crypto-%{version}.zip
 Source1: http://unc.dl.sourceforge.net/sourceforge/swig/swig-%{swigver}.tar.gz
 Patch0: http://sandbox.rulemaker.net/ngps/Dist/0.13p1.patch
@@ -80,6 +80,9 @@
 %{_libdir}/python%{pythonver}/site-packages/M2Crypto
 
 %changelog
+* Tue Jun 14 2005 Miloslav Trmac <mitr at redhat.com> - 0.13-5
+- Better fix for #159898, by Dan Williams
+
 * Thu Jun  9 2005 Miloslav Trmac <mitr at redhat.com> - 0.13-4
 - Fix invalid handle_error override in SSL.SSLServer (#159898, patch by Dan 
   Williams)




More information about the fedora-cvs-commits mailing list