]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/httpd-2.4.3-release.patch
Initial import
[ihttpd] / SOURCES / httpd-2.4.3-release.patch
1
2 Upstream-HEAD: vendor
3 Upstream-2.0: vendor
4 Upstream-Status: vendor-specific change
5
6 --- httpd-2.4.3/server/core.c.release
7 +++ httpd-2.4.3/server/core.c
8 @@ -3189,7 +3189,7 @@ static void set_banner(apr_pool_t *pconf
9 ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
10 }
11 else {
12 - ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
13 + ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)");
14 }
15
16 /*