Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2016-04-12 18:58:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-23 
09:56:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2016-04-12 
18:58:08.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Apr 11 04:43:21 UTC 2016 - crrodrig...@opensuse.org
+
+- Update to version 2.4.20 (2.4.19 was never released)
+* Drop httpd-2.4.18-missing-semicolon.patch now upstream
+- Big changelog available, see:
+  http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.
+
+-------------------------------------------------------------------
+Mon Apr  4 11:19:14 UTC 2016 - pgaj...@suse.com
+
+- enable authnz_fcgi module
+
+-------------------------------------------------------------------

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

New:
----
  httpd-2.4.20.tar.bz2

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.j8Quhq/_old  2016-04-12 18:58:10.000000000 +0200
+++ /var/tmp/diff_new_pack.j8Quhq/_new  2016-04-12 18:58:10.000000000 +0200
@@ -51,7 +51,7 @@
 %endif
 
 Name:           apache2
-Version:        2.4.18
+Version:        2.4.20
 Release:        0
 Summary:        The Apache Web Server Version 2.4
 License:        Apache-2.0
@@ -126,8 +126,6 @@
 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
-# reported to ylavic.dev gmail.com
-Patch116:       httpd-2.4.18-missing-semicolon.patch
 BuildRequires:  automake
 BuildRequires:  apache-rpm-macros-control
 BuildRequires:  db-devel
@@ -316,7 +314,6 @@
 %patch111 -p1
 %patch114 -p1
 %patch115 -p1
-%patch116
 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
 # install READMEs
 a=$(basename %{SOURCE22})
@@ -380,6 +377,7 @@
                --with-ldap \
                --enable-ldap \
                --enable-authnz_ldap \
+               --enable-authnz-fcgi \
                --enable-proxy \
                --enable-proxy-connect \
                --enable-proxy-ftp \
@@ -854,6 +852,7 @@
 %{_libdir}/%{name}-prefork/mod_authn_file.so
 %{_libdir}/%{name}-prefork/mod_authn_socache.so
 %{_libdir}/%{name}-prefork/mod_authnz_ldap.so
+%{_libdir}/%{name}-prefork/mod_authnz_fcgi.so
 %{_libdir}/%{name}-prefork/mod_authz_core.so
 %{_libdir}/%{name}-prefork/mod_authz_dbd.so
 %{_libdir}/%{name}-prefork/mod_authz_dbm.so
@@ -977,6 +976,7 @@
 %{_libdir}/%{name}-worker/mod_authn_file.so
 %{_libdir}/%{name}-worker/mod_authn_socache.so
 %{_libdir}/%{name}-worker/mod_authnz_ldap.so
+%{_libdir}/%{name}-worker/mod_authnz_fcgi.so
 %{_libdir}/%{name}-worker/mod_authz_core.so
 %{_libdir}/%{name}-worker/mod_authz_dbd.so
 %{_libdir}/%{name}-worker/mod_authz_dbm.so
@@ -1100,6 +1100,7 @@
 %{_libdir}/%{name}-event/mod_authn_file.so
 %{_libdir}/%{name}-event/mod_authn_socache.so
 %{_libdir}/%{name}-event/mod_authnz_ldap.so
+%{_libdir}/%{name}-event/mod_authnz_fcgi.so
 %{_libdir}/%{name}-event/mod_authz_core.so
 %{_libdir}/%{name}-event/mod_authz_dbd.so
 %{_libdir}/%{name}-event/mod_authz_dbm.so




++++++ httpd-2.4.17-debug-crash.patch ++++++
--- /var/tmp/diff_new_pack.j8Quhq/_old  2016-04-12 18:58:10.000000000 +0200
+++ /var/tmp/diff_new_pack.j8Quhq/_new  2016-04-12 18:58:10.000000000 +0200
@@ -1,9 +1,9 @@
 http://permalink.gmane.org/gmane.comp.apache.cvs/44631
-diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c
-index cd70b7d..94813af 100644
---- a/server/mpm/event/event.c
-+++ b/server/mpm/event/event.c
-@@ -3042,8 +3042,7 @@ static int event_open_logs(apr_pool_t * p, apr_pool_t * 
plog,
+Index: httpd-2.4.20/server/mpm/event/event.c
+===================================================================
+--- httpd-2.4.20.orig/server/mpm/event/event.c
++++ httpd-2.4.20/server/mpm/event/event.c
+@@ -3094,8 +3094,7 @@ static int event_open_logs(apr_pool_t *
  
      all_buckets = apr_pcalloc(pconf, num_buckets * sizeof(*all_buckets));
      for (i = 0; i < num_buckets; i++) {
@@ -13,25 +13,11 @@
              ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
                           (startup ? NULL : s),
                           "could not open pipe-of-death");
-diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c
-index 343e51d..f4c3dbe 100644
---- a/server/mpm/prefork/prefork.c
-+++ b/server/mpm/prefork/prefork.c
-@@ -1326,8 +1326,7 @@ static int prefork_open_logs(apr_pool_t *p, apr_pool_t 
*plog, apr_pool_t *ptemp,
-     all_buckets = apr_pcalloc(pconf, num_buckets *
-                                      sizeof(prefork_child_bucket));
-     for (i = 0; i < num_buckets; i++) {
--        if (!one_process && /* no POD in one_process mode */
--                (rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod))) {
-+        if (rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod)) {
-             ap_log_error(APLOG_MARK, APLOG_CRIT | level_flags, rv,
-                          (startup ? NULL : s),
-                          "could not open pipe-of-death");
-diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c
-index 4a729c0..8a59219 100644
---- a/server/mpm/worker/worker.c
-+++ b/server/mpm/worker/worker.c
-@@ -2051,8 +2051,7 @@ static int worker_open_logs(apr_pool_t *p, apr_pool_t 
*plog, apr_pool_t *ptemp,
+Index: httpd-2.4.20/server/mpm/worker/worker.c
+===================================================================
+--- httpd-2.4.20.orig/server/mpm/worker/worker.c
++++ httpd-2.4.20/server/mpm/worker/worker.c
+@@ -2051,8 +2051,7 @@ static int worker_open_logs(apr_pool_t *
  
      all_buckets = apr_pcalloc(pconf, num_buckets * sizeof(*all_buckets));
      for (i = 0; i < num_buckets; i++) {

++++++ httpd-2.4.18.tar.bz2 -> httpd-2.4.20.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/apache2/httpd-2.4.18.tar.bz2 
/work/SRC/openSUSE:Factory/.apache2.new/httpd-2.4.20.tar.bz2 differ: char 11, 
line 1

++++++ httpd-2.4.9-bnc690734.patch ++++++
--- /var/tmp/diff_new_pack.j8Quhq/_old  2016-04-12 18:58:10.000000000 +0200
+++ /var/tmp/diff_new_pack.j8Quhq/_new  2016-04-12 18:58:10.000000000 +0200
@@ -1,8 +1,8 @@
 Index: server/util_script.c
 ===================================================================
---- server/util_script.c.orig  2015-06-25 09:15:54.539638460 +0200
-+++ server/util_script.c       2015-06-25 09:20:48.554424220 +0200
-@@ -422,11 +422,20 @@
+--- server/util_script.c.orig
++++ server/util_script.c
+@@ -448,11 +448,20 @@ AP_DECLARE(int) ap_scan_script_header_er
      apr_table_t *cookie_table;
      int trace_log = APLOG_R_MODULE_IS_LEVEL(r, module_index, APLOG_TRACE1);
      int first_header = 1;
@@ -24,7 +24,7 @@
  
      /* temporary place to hold headers to merge in later */
      merge = apr_table_make(r->pool, 10);
-@@ -442,7 +451,7 @@
+@@ -468,7 +477,7 @@ AP_DECLARE(int) ap_scan_script_header_er
  
      while (1) {
  
@@ -33,7 +33,7 @@
          if (rv == 0) {
              const char *msg = "Premature end of script headers";
              if (first_header)
-@@ -555,10 +564,13 @@
+@@ -583,10 +592,13 @@ AP_DECLARE(int) ap_scan_script_header_er
          if (!(l = strchr(w, ':'))) {
              if (!buffer) {
                  /* Soak up all the script output - may save an outright kill 
*/
@@ -47,5 +47,5 @@
 +              buffer[MAX_STRING_LEN - 1] = 0;
 +          }
  
+             /* Intentional no APLOGNO */
              ap_log_rerror(SCRIPT_LOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r,
-                           "malformed header from script '%s': Bad header: 
%.30s",


Reply via email to