Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-11-08 14:35:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-11-06 
00:09:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2015-11-08 
14:35:31.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Nov  5 16:52:45 UTC 2015 - crrodrig...@opensuse.org
+
+- 2.4.17-protocols.patch from upstream http2 module:
+* master conn_rec* addition to conn_rec
+* improved ALPN and Upgrade handling
+* allowing requests for servers whose TLS configuration is compatible
+  to the SNI server ones
+* disabling TLS renegotiation for slave connections
+
+-------------------------------------------------------------------
+Wed Nov  4 06:29:27 UTC 2015 - pgaj...@suse.com
+
+- LogLevel directive into correct config file, thanks Michael Calmer 
+  for the fix [bsc#953329]
+
+-------------------------------------------------------------------

New:
----
  2.4.17-protocols.patch

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.CoTFYR/_old  2015-11-08 14:35:33.000000000 +0100
+++ /var/tmp/diff_new_pack.CoTFYR/_new  2015-11-08 14:35:33.000000000 +0100
@@ -122,6 +122,7 @@
 Patch111:       httpd-visibility.patch
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- compability for lua 5.2+ 
https://bz.apache.org/bugzilla/show_bug.cgi?id=58188
 Patch114:      httpd-2.4.12-lua-5.2.patch
+Patch1000:      
https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/2.4.17-protocols.patch
 BuildRequires:  automake
 BuildRequires:  db-devel
 BuildRequires:  ed
@@ -307,6 +308,7 @@
 %endif
 %patch111 -p1
 %patch114 -p1
+%patch1000
 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
 # install READMEs
 a=$(basename %{SOURCE22})

++++++ 2.4.17-protocols.patch ++++++
++++ 819 lines (skipped)




++++++ start_apache2 ++++++
--- /var/tmp/diff_new_pack.CoTFYR/_old  2015-11-08 14:35:34.000000000 +0100
+++ /var/tmp/diff_new_pack.CoTFYR/_new  2015-11-08 14:35:34.000000000 +0100
@@ -125,7 +125,7 @@
 fi
 # APACHE_LOGLEVEL -> global.conf
 if [ -n "$APACHE_LOGLEVEL" ]; then
-    echo "LogLevel $APACHE_LOGLEVEL" >> global.conf
+    echo "LogLevel $APACHE_LOGLEVEL" >> ${sysconfd_dir}/global.conf
 fi
 # APACHE_USE_CANONICAL_NAME -> global.conf
 if [ -n "$APACHE_USE_CANONICAL_NAME" ]; then


Reply via email to