[erlang-mochiweb] Ver. 2.4.2

Peter Lemenkov peter at fedoraproject.org
Sat Mar 2 15:09:44 UTC 2013


commit 9aa10c0509645ca59712ccea7d4a75765aba30b0
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Sat Mar 2 19:09:38 2013 +0400

    Ver. 2.4.2
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore                                         |    1 +
 ...ochiweb-acceptor-blocked-in-ssl-handshake.patch |    4 ++--
 erlang-mochiweb.spec                               |    9 ++++++---
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f005d3..fb32707 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ erlang-mochiweb-1.3.tar.gz
 /mochi-mochiweb-1.4.1-0-g80571b9.tar.gz
 /mochi-mochiweb-v2.4.0-0-gb02ea50.tar.gz
 /mochi-mochiweb-v2.4.1-0-gc8516e3.tar.gz
+/mochi-mochiweb-v2.4.2-0-gedb954a.tar.gz
diff --git a/erlang-mochiweb-0001-Fix-Mochiweb-acceptor-blocked-in-ssl-handshake.patch b/erlang-mochiweb-0001-Fix-Mochiweb-acceptor-blocked-in-ssl-handshake.patch
index 99934d2..6e71651 100644
--- a/erlang-mochiweb-0001-Fix-Mochiweb-acceptor-blocked-in-ssl-handshake.patch
+++ b/erlang-mochiweb-0001-Fix-Mochiweb-acceptor-blocked-in-ssl-handshake.patch
@@ -1,4 +1,4 @@
-From 1ee2c6c88cf2d586480c4ccab974d04ef6bcd7fc Mon Sep 17 00:00:00 2001
+From 0317512ee588b63c57306ae76dd4352ed24f33f0 Mon Sep 17 00:00:00 2001
 From: Wei Cao <cyg.cao at gmail.com>
 Date: Thu, 16 Aug 2012 10:53:07 +0800
 Subject: [PATCH 1/1] Fix Mochiweb acceptor blocked in ssl handshake
@@ -78,5 +78,5 @@ index 76b018c..ad27204 100644
      ssl:recv(Socket, Length, Timeout);
  recv(Socket, Length, Timeout) ->
 -- 
-1.8.1
+1.8.1.4
 
diff --git a/erlang-mochiweb.spec b/erlang-mochiweb.spec
index 2bc5e87..858921f 100644
--- a/erlang-mochiweb.spec
+++ b/erlang-mochiweb.spec
@@ -1,12 +1,12 @@
 %global realname mochiweb
 %global upstream mochi
 %global debug_package %{nil}
-%global git_tag c8516e3
+%global git_tag edb954a
 %global patchnumber 0
 
 
 Name:		erlang-%{realname}
-Version:	2.4.1
+Version:	2.4.2
 Release:	1%{?dist}
 Summary:	An Erlang library for building lightweight HTTP servers
 Group:		Development/Libraries
@@ -14,7 +14,7 @@ License:	MIT
 URL:		http://github.com/mochi/mochiweb
 # wget --content-disposition https://github.com/mochi/mochiweb/tarball/v2.4.1
 Source0:	%{upstream}-%{realname}-v%{version}-%{patchnumber}-g%{git_tag}.tar.gz
-# used in CouchDB, see https://github.com/mochi/mochiweb/issues/70
+# Used in CouchDB, see https://github.com/mochi/mochiweb/issues/70
 Patch1:		erlang-mochiweb-0001-Fix-Mochiweb-acceptor-blocked-in-ssl-handshake.patch
 BuildRequires:	erlang-rebar
 BuildRequires:	erlang-xmerl
@@ -103,6 +103,9 @@ rebar eunit -v
 
 
 %changelog
+* Sat Mar 02 2013 Peter Lemenkov <lemenkov at gmail.com> - 2.4.2-1
+- Ver. 2.4.2
+
 * Thu Jan 31 2013 Peter Lemenkov <lemenkov at gmail.com> - 2.4.1-1
 - Ver. 2.4.1
 
diff --git a/sources b/sources
index cb92147..4d5fe56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e23db4b893463fff0c245498706df27  mochi-mochiweb-v2.4.1-0-gc8516e3.tar.gz
+31b2e01df2f538dc567d9c6bdf025e62  mochi-mochiweb-v2.4.2-0-gedb954a.tar.gz


More information about the scm-commits mailing list