From 9dc4549f01c12040a19c4dea6d7c42e9d4f2b683 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: May 29 2014 13:14:31 +0000 Subject: Update to 3.5 to fix CVE-2014-0240 (#1101863) --- diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 4eae679..cef5fff 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -13,8 +13,8 @@ Name: mod_wsgi -Version: 3.4 -Release: 14%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries License: ASL 2.0 @@ -134,6 +134,9 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi.conf %endif %changelog +* Thu May 29 2014 Luke Macken - 3.5-1 +- Update to 3.5 to fix CVE-2014-0240 (#1101863) + * Wed May 28 2014 Joe Orton - 3.4-14 - rebuild for Python 3.4