Hello community,

here is the log from the commit of package apache2 for openSUSE:12.2 checked in 
at 2012-07-12 10:37:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/apache2 (Old)
 and      /work/SRC/openSUSE:12.2/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2", Maintainer is "dr...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/apache2/apache2.changes     2012-06-25 
15:15:17.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.apache2.new/apache2.changes        2012-07-12 
10:37:22.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jul  6 11:58:03 UTC 2012 - meiss...@suse.com
+
+- modified apache2.2-mpm-itk-20090414-00.patch to fix
+  itk running as root. bnc#681176 / CVE-2011-1176
+
+-------------------------------------------------------------------
+Fri Jul  6 09:42:00 UTC 2012 - meiss...@suse.com
+
+- remove the insecure LD_LIBRARY_PATH line. bnc#757710
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ apache2.2-mpm-itk-20090414-00.patch ++++++
--- /var/tmp/diff_new_pack.udors4/_old  2012-07-12 10:37:23.000000000 +0200
+++ /var/tmp/diff_new_pack.udors4/_new  2012-07-12 10:37:23.000000000 +0200
@@ -1716,7 +1716,7 @@
 +static void *itk_merge_dir_config(apr_pool_t *p, void *parent_ptr, void 
*child_ptr)
 +{
 +    itk_per_dir_conf *c = (itk_per_dir_conf *)
-+        apr_pcalloc(p, sizeof(itk_per_dir_conf));
++        itk_create_dir_config(p, NULL);
 +    itk_per_dir_conf *parent = (itk_per_dir_conf *) parent_ptr;
 +    itk_per_dir_conf *child = (itk_per_dir_conf *) child_ptr;
 +



++++++ httpd-2.0.54-envvars.dif ++++++
--- /var/tmp/diff_new_pack.udors4/_old  2012-07-12 10:37:23.000000000 +0200
+++ /var/tmp/diff_new_pack.udors4/_new  2012-07-12 10:37:23.000000000 +0200
@@ -1,10 +1,10 @@
 diff -uNr httpd-2.0.54.orig/support/envvars-std.in 
httpd-2.0.54/support/envvars-std.in
 --- httpd-2.0.54.orig/support/envvars-std.in   2005-02-04 21:21:18.000000000 
+0100
 +++ httpd-2.0.54/support/envvars-std.in        2005-10-07 13:56:49.223546288 
+0200
-@@ -19,6 +19,7 @@
+@@ -19,6 +19,6 @@
  # This file is generated from envvars-std.in
  #
- @SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
+-@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
 +@SHLIBPATH_VAR@="@exp_libdir@${@SHLIBPATH_VAR@+:$@SHLIBPATH_VAR@}"
  export @SHLIBPATH_VAR@
  #


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to