You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2020/07/05 13:20:20 UTC

svn commit: r1879528 - /httpd/httpd/patches/2.4.x/httpd-etag1.patch

Author: minfrin
Date: Sun Jul  5 13:20:20 2020
New Revision: 1879528

URL: http://svn.apache.org/viewvc?rev=1879528&view=rev
Log:
Add MMN bump.

Modified:
    httpd/httpd/patches/2.4.x/httpd-etag1.patch

Modified: httpd/httpd/patches/2.4.x/httpd-etag1.patch
URL: http://svn.apache.org/viewvc/httpd/httpd/patches/2.4.x/httpd-etag1.patch?rev=1879528&r1=1879527&r2=1879528&view=diff
==============================================================================
--- httpd/httpd/patches/2.4.x/httpd-etag1.patch (original)
+++ httpd/httpd/patches/2.4.x/httpd-etag1.patch Sun Jul  5 13:20:20 2020
@@ -22,6 +22,32 @@ Index: CHANGES
    *) mod_proxy_http: flush spooled request body in one go to avoid
       leaking (or long lived) temporary file. PR 64452. [Yann Ylavic]
  
+Index: include/ap_mmn.h
+===================================================================
+--- include/ap_mmn.h	(revision 1879524)
++++ include/ap_mmn.h	(working copy)
+@@ -534,6 +534,12 @@
+  * 20120211.90 (2.4.42-dev) AP_REG_DEFAULT macro in ap_regex.h
+  * 20120211.91 (2.4.42-dev) Add ap_is_chunked() in httpd.h
+  * 20120211.92 (2.4.42-dev) AP_REG_NO_DEFAULT macro in ap_regex.h
++ * 20120211.93 (2.4.44-dev) ETAG_DIGEST in http_core.h. struct etag_rec,
++ *                          ap_make_etag_ex() and ap_set_etag_fd() in
++ *                          http_protocol.h. ap_request_bnotes_t,
++ *                          AP_REQUEST_STRONG_ETAG, AP_REQUEST_GET_BNOTE,
++ *                          AP_REQUEST_SET_BNOTE and AP_REQUEST_IS_STRONG_ETAG
++ *                          in httpd.h.
+  */
+ 
+ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
+@@ -541,7 +547,7 @@
+ #ifndef MODULE_MAGIC_NUMBER_MAJOR
+ #define MODULE_MAGIC_NUMBER_MAJOR 20120211
+ #endif
+-#define MODULE_MAGIC_NUMBER_MINOR 92                  /* 0...n */
++#define MODULE_MAGIC_NUMBER_MINOR 93                  /* 0...n */
+ 
+ /**
+  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a
 Index: include/http_core.h
 ===================================================================
 --- include/http_core.h	(revision 1879524)