Hello community,

here is the log from the commit of package nginx-1.0 for openSUSE:Factory 
checked in at 2012-04-17 07:47:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx-1.0 (Old)
 and      /work/SRC/openSUSE:Factory/.nginx-1.0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx-1.0", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx-1.0/nginx-1.0.changes      2012-03-26 
15:37:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nginx-1.0.new/nginx-1.0.changes 2012-04-17 
07:47:13.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Apr 16 08:42:51 UTC 2012 - [email protected]
+
+- Update to version 1.0.15
+  Changes with nginx 1.0.15                                        12 Apr 2012
+
+    *) Security: specially crafted mp4 file might allow to overwrite memory
+       locations in a worker process if the ngx_http_mp4_module was used,
+       potentially resulting in arbitrary code execution (CVE-2012-2089).
+       Thanks to Matthew Daley.
+
+    *) Bugfix: in the ngx_http_mp4_module. 
+
+-------------------------------------------------------------------

Old:
----
  nginx-1.0.14.tar.gz

New:
----
  nginx-1.0.15.tar.gz
  nginx-1.0.15_docs.patch

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

Other differences:
------------------
++++++ nginx-1.0.spec ++++++
--- /var/tmp/diff_new_pack.i33pRU/_old  2012-04-17 07:47:14.000000000 +0200
+++ /var/tmp/diff_new_pack.i33pRU/_new  2012-04-17 07:47:14.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           nginx-1.0
-Version:        1.0.14
+Version:        1.0.15
 Release:        0
 #
 %define pkg_name nginx
@@ -79,7 +79,7 @@
 %requires_eq    perl
 #
 Url:            http://nginx.net/
-Source:         nginx-1.0.14.tar.gz
+Source:         nginx-%{version}.tar.gz
 Source1:        nginx.init
 Source2:        nginx.logrotate
 # PATCH-FIX-UPSTREAM nginx-0.4.0-no_Werror.patch
@@ -90,6 +90,8 @@
 Patch3:         nginx-0.4.0-perl_vendor_install.patch
 # PATCH-FIX-UPSTREAM nginx-1.0.4_default_config.patch
 Patch4:         nginx-1.0.4_default_config.patch
+# PATCH for fixing docs/html path
+Patch5:         nginx-1.0.15_docs.patch
 Summary:        A HTTP server and IMAP/POP3 proxy server
 %description
 nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor 
Sysoev.
@@ -105,6 +107,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 perl -pi -e 's|\r\n|\n|g' contrib/geo2nginx.pl
 
@@ -112,7 +115,7 @@
 %if 0%{?with_passenger}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/passenger-* passenger
 %endif
-auto/configure                                 \
+configure                                      \
   --prefix=%{ngx_prefix}/                      \
   --sbin-path=%{ngx_sbindir}                   \
   --conf-path=%{ngx_conf_path}                 \

++++++ nginx-1.0.14.tar.gz -> nginx-1.0.15.tar.gz ++++++
++++ 145902 lines of diff (skipped)

++++++ nginx-1.0.15_docs.patch ++++++
--- auto/install
+++ auto/install
@@ -147,7 +147,7 @@
        test -d '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' || \
                mkdir -p '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`'
 
-       test -d '\$(DESTDIR)/srv/www/htdocs' || install -d 
'\$(DESTDIR)/srv/www/' && cp -r docs/html '\$(DESTDIR)/srv/www/htdocs'
+       test -d '\$(DESTDIR)/srv/www/htdocs' || install -d 
'\$(DESTDIR)/srv/www/' && cp -r html '\$(DESTDIR)/srv/www/htdocs'
 END
 
 
--- auto/install.orig
+++ auto/install.orig
@@ -147,7 +147,7 @@
        test -d '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' || \
                mkdir -p '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`'
 
-       test -d '\$(DESTDIR)/srv/www/htdocs' || install -d 
'\$(DESTDIR)/srv/www/' && cp -r docs/html '\$(DESTDIR)/srv/www/htdocs'
+       test -d '\$(DESTDIR)/srv/www/htdocs' || install -d 
'\$(DESTDIR)/srv/www/' && cp -r html '\$(DESTDIR)/srv/www/htdocs'
 END
 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to