Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2014-07-12 17:14:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_wsgi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi.changes        
2014-05-02 13:54:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi.changes   
2014-07-12 17:14:55.000000000 +0200
@@ -1,0 +2,27 @@
+Thu Jul 10 08:43:08 CEST 2014 - [email protected]
+
+- change URL to new location
+
+-------------------------------------------------------------------
+Wed Jul  9 14:13:29 CEST 2014 - [email protected]
+
+- provide short module name
+
+-------------------------------------------------------------------
+Wed Jul  9 11:34:41 CEST 2014 - [email protected]
+
+- Update to version 4.2.5
+  - remove mod_wsgi-3.4-connsbh.patch - included in upstream version
+  - remove mod_wsgi-setuid-patch.diff - included in upstream version
+  - No longer support the use of mod_python in conjunction with 
+    mod_wsgi
+  - Adding a lot of new configuration option
+  - fix off-by-one error in setgroups (bnc#883229)
+
+-------------------------------------------------------------------
+Sat May 24 13:49:13 UTC 2014 - [email protected]
+
+- fix Local privilege escalation (bnc#878550)
+  CVE-2014-0240
+
+-------------------------------------------------------------------

Old:
----
  mod_wsgi-3.4-connsbh.patch
  mod_wsgi-3.4.tar.gz

New:
----
  mod_wsgi-4.2.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.t7eify/_old  2014-07-12 17:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.t7eify/_new  2014-07-12 17:14:55.000000000 +0200
@@ -49,13 +49,15 @@
 Summary:        Python WSGI adapter module for Apache
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
-Version:        3.4
+Version:        4.2.5
 Release:        0
-Url:            http://code.google.com/p/modwsgi/
-Source:         
http://modwsgi.googlecode.com/files/%{modname}-%{version}.tar.gz
-Patch01:        mod_wsgi-3.4-connsbh.patch
+Url:            https://github.com/GrahamDumpleton/mod_wsgi
+#Source:        
https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}.tar.gz
+Source:         %{modname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+Provides:       %{modname} = %{version}-%{release}
+
 %if 0%{?suse_version}
 BuildRequires:  apache2-devel
 %else
@@ -76,7 +78,6 @@
 
 %prep
 %setup -n %{modname}-%{version}
-%patch01 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -90,8 +91,7 @@
 make %{?_smp_mflags}
 
 %install
-mkdir -p %{buildroot}/%{apache_libexecdir}
-cp -p .libs/%{modname}.so %{buildroot}/%{apache_libexecdir}
+make install DESTDIR=%{buildroot} LIBEXECDIR=%{apache_libexecdir}
 
 %post
 %if 0%{?suse_version}
@@ -111,7 +111,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENCE README
+%doc LICENCE README.rst docs/release-notes
 %dir %{apache_libexecdir}
 %{apache_libexecdir}/%{modname}.so
 

++++++ mod_wsgi-3.4.tar.gz -> mod_wsgi-4.2.5.tar.gz ++++++
++++ 46384 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to