[Python-apps-commits] r11624 - in packages/mercurial/trunk/debian/patches (1 file)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Fri Dec 19 21:41:43 UTC 2014


    Date: Friday, December 19, 2014 @ 21:41:42
  Author: vicho
Revision: 11624

Refresh patches

Modified:
  packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies

Modified: packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies
===================================================================
--- packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies	2014-12-19 21:41:38 UTC (rev 11623)
+++ packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies	2014-12-19 21:41:42 UTC (rev 11624)
@@ -150,7 +150,7 @@
          commandline.__init__(self, ui, 'svn')
 --- a/mercurial/hgweb/server.py
 +++ b/mercurial/hgweb/server.py
-@@ -207,7 +207,8 @@ class _httprequesthandleropenssl(_httpre
+@@ -208,7 +208,8 @@ class _httprequesthandleropenssl(_httpre
              import OpenSSL
              OpenSSL.SSL.Context
          except ImportError:
@@ -160,7 +160,7 @@
          ctx = OpenSSL.SSL.Context(OpenSSL.SSL.TLSv1_METHOD)
          ctx.use_privatekey_file(ssl_cert)
          ctx.use_certificate_file(ssl_cert)
-@@ -248,7 +249,8 @@ class _httprequesthandlerssl(_httpreques
+@@ -249,7 +250,8 @@ class _httprequesthandlerssl(_httpreques
              import ssl
              ssl.wrap_socket
          except ImportError:




More information about the Python-apps-commits mailing list