Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-12-23 09:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-09 
19:33:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2015-12-23 
09:56:54.000000000 +0100
@@ -1,0 +2,14 @@
+Mon Dec 14 16:44:55 UTC 2015 - [email protected]
+
+- fix build for SLE_11_SP4:
+  + httpd-2.4.18-missing-semicolon.patch
+
+-------------------------------------------------------------------
+Sat Dec 12 15:57:21 UTC 2015 - [email protected]
+
+- Update to version 2.4.18 
+* drop 2.4.17-protocols.patch in upstream.
+- Change list too long to mention here see: 
+  http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.
+
+-------------------------------------------------------------------

Old:
----
  2.4.17-protocols.patch
  httpd-2.4.17.tar.bz2

New:
----
  httpd-2.4.18-missing-semicolon.patch
  httpd-2.4.18.tar.bz2

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.QTVjJL/_old  2015-12-23 09:56:57.000000000 +0100
+++ /var/tmp/diff_new_pack.QTVjJL/_new  2015-12-23 09:56:57.000000000 +0100
@@ -51,7 +51,7 @@
 %endif
 
 Name:           apache2
-Version:        2.4.17
+Version:        2.4.18
 Release:        0
 Summary:        The Apache Web Server Version 2.4
 License:        Apache-2.0
@@ -124,8 +124,10 @@
 Patch111:       httpd-visibility.patch
 # PATCH-FIX-UPSTREAM [email protected] -- compability for lua 5.2+ 
https://bz.apache.org/bugzilla/show_bug.cgi?id=58188
 Patch114:      httpd-2.4.12-lua-5.2.patch
+# http://svn.apache.org/viewvc?view=revision&revision=1711479
 Patch115:       httpd-2.4.17-debug-crash.patch
-Patch1000:      
https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/2.4.17-protocols.patch
+# reported to ylavic.dev gmail.com
+Patch116:       httpd-2.4.18-missing-semicolon.patch
 BuildRequires:  automake
 BuildRequires:  apache-rpm-macros-control
 BuildRequires:  db-devel
@@ -314,7 +316,7 @@
 %patch111 -p1
 %patch114 -p1
 %patch115 -p1
-%patch1000
+%patch116
 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
 # install READMEs
 a=$(basename %{SOURCE22})




++++++ httpd-2.4.18-missing-semicolon.patch ++++++
Index: modules/ssl/ssl_engine_io.c
===================================================================
--- modules/ssl/ssl_engine_io.c.orig    2015-11-19 20:55:25.000000000 +0100
+++ modules/ssl/ssl_engine_io.c 2015-12-14 17:36:04.787124154 +0100
@@ -217,7 +217,7 @@
      * so limit the performance impact to handshake time.
      */
 #if OPENSSL_VERSION_NUMBER < 0x0009080df
-     need_flush = !SSL_is_init_finished(outctx->filter_ctx->pssl)
+     need_flush = !SSL_is_init_finished(outctx->filter_ctx->pssl);
 #else
      need_flush = SSL_in_connect_init(outctx->filter_ctx->pssl);
 #endif
++++++ httpd-2.4.17.tar.bz2 -> httpd-2.4.18.tar.bz2 ++++++
++++ 20785 lines of diff (skipped)


Reply via email to