[moksha] Support ssl websockets on the client.

Ralph Bean ralph at fedoraproject.org
Thu Jul 19 04:05:57 UTC 2012


commit 07c48b0e60085dc5104dcf49a3ebf09869a2680f
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Jul 19 00:05:24 2012 -0400

    Support ssl websockets on the client.

 .gitignore  |    1 +
 moksha.spec |    8 +++++++-
 sources     |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b7e671..7081939 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /moksha-0.8.5.tar.gz
 /moksha-0.8.6.tar.gz
 /moksha-0.8.8.tar.gz
+/moksha-Support-ssl-websockets-on-the-client-wss.patch
diff --git a/moksha.spec b/moksha.spec
index d0e6df4..1377055 100644
--- a/moksha.spec
+++ b/moksha.spec
@@ -3,12 +3,14 @@
 
 Name:           moksha
 Version:        0.8.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A platform for creating real-time web applications
 Group:          Applications/Internet
 License:        ASL 2.0
 URL:            https://fedorahosted.org/moksha
 Source0:        http://pypi.python.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
+# This will be fixed in 0.8.9
+Patch0:         moksha-Support-ssl-websockets-on-the-client-wss.patch
 
 # The upstream source used to be here:
 #Source0:        https://fedorahosted.org/releases/m/o/%{name}/%{name}-%{version}.tar.bz2
@@ -144,6 +146,7 @@ This package contains an Apache mod_wsgi configuration for Moksha.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %if %{?rhel}%{!?rhel:0} >= 6
 
@@ -266,6 +269,9 @@ fi
 %doc docs/_build/html
 
 %changelog
+* Thu Jul 19 2012 Ralph Bean <rbean at redhat.com> - 0.8.8-2
+- Patch for ssl-enabled websocket client.
+
 * Tue Jul 17 2012 Ralph Bean <rbean at redhat.com> - 0.8.8-1
 - Security fix for websockets.
 - Bugfix for txzmq subscription.
diff --git a/sources b/sources
index af58d53..b3c71a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f9166401eca0f4cc4fd2b3c2d2e8878  moksha-0.8.8.tar.gz
+33f50ef9c32bb554ed7036d82b68d0fe  moksha-Support-ssl-websockets-on-the-client-wss.patch


More information about the scm-commits mailing list