[python26-m2crypto/el5/master: 30/78] - Add proxy support for https using CONNECT (original patch by James Bowes <jbowes at redhat.com>)

gholms gholms at fedoraproject.org
Wed Feb 23 00:27:46 UTC 2011


commit 73cd69160954b3efebdbba5ac0be7b4b0e27cc38
Author: Miloslav Trmac <mitr at fedoraproject.org>
Date:   Fri Oct 20 17:26:48 2006 +0000

    - Add proxy support for https using CONNECT (original patch by James Bowes
        <jbowes at redhat.com>) Resolves: #210963

 m2crypto.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/m2crypto.spec b/m2crypto.spec
index ba1d528..2ecae53 100644
--- a/m2crypto.spec
+++ b/m2crypto.spec
@@ -6,6 +6,7 @@ Version: 0.16
 Release: 5%{?dist}
 Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
 Patch0: m2crypto-0.16-m2urllib2.patch
+Patch1: m2crypto-0.16-proxy-connect.patch
 License: BSDish
 Group: System Environment/Libraries
 URL: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
@@ -20,6 +21,7 @@ This package allows you to call OpenSSL functions from python scripts.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0 -b .proxy-connect
 
 # Red Hat opensslconf.h #includes an architecture-specific file, but SWIG
 # doesn't follow the #include.
@@ -71,7 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Fri Oct 20 2006 Miloslav Trmac <mitr at redhat.com> - 0.16-5
 - Backport the urllib2 wrapper (code by James Bowes <jbowes at redhat.com>)
-- Resolves: #210956
+  Resolves: #210956
+- Add proxy support for https using CONNECT (original patch by James Bowes
+  <jbowes at redhat.com>)
+  Resolves: #210963
 
 * Tue Sep 26 2006 Miloslav Trmac <mitr at redhat.com> - 0.16-4
 - Drop Obsoletes: openssl-python, openssl-python was last shipped in RHL 7.1


More information about the scm-commits mailing list