summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.3-release.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-05 18:48:49 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-05 18:48:49 +0200
commit3aad8e0ac5256cafbdaeaa17653e700ba8ead0a9 (patch)
tree56a2c98235930abcc0d94f1261b6d2ee2b15f55b /httpd-2.4.3-release.patch
parenta28d244176270bc2881b6d48f9c41d3cb73108e4 (diff)
httpd: sync with rawhide
Diffstat (limited to 'httpd-2.4.3-release.patch')
-rw-r--r--httpd-2.4.3-release.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/httpd-2.4.3-release.patch b/httpd-2.4.3-release.patch
deleted file mode 100644
index 0b2fb77..0000000
--- a/httpd-2.4.3-release.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Upstream-HEAD: vendor
-Upstream-2.0: vendor
-Upstream-Status: vendor-specific change
-
---- httpd-2.4.3/server/core.c.release
-+++ httpd-2.4.3/server/core.c
-@@ -3189,7 +3189,7 @@ static void set_banner(apr_pool_t *pconf
- ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
- }
- else {
-- ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
-+ ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)");
- }
-
- /*