X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=httpd-2.0.48-corelimit.patch;h=c3007fe71202bd6024dd64568d122ab770c924b9;hp=1496b4ba64eb2fb4bf4eaa51f46a900d95cc7cf4;hb=HEAD;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69 diff --git a/httpd-2.0.48-corelimit.patch b/httpd-2.0.48-corelimit.patch index 1496b4b..c3007fe 100644 --- a/httpd-2.0.48-corelimit.patch +++ b/httpd-2.0.48-corelimit.patch @@ -4,10 +4,10 @@ is configured. --- httpd-2.0.48/server/core.c.corelimit +++ httpd-2.0.48/server/core.c -@@ -4233,6 +4233,25 @@ - - ap_set_version(pconf); +@@ -4424,6 +4424,25 @@ ap_setup_make_content_type(pconf); + ap_setup_auth_internal(ptemp); + ap_setup_ssl_optional_fns(pconf); + +#ifdef RLIMIT_CORE + if (ap_coredumpdir_configured) { @@ -27,6 +27,7 @@ is configured. + } +#endif + - return OK; - } - + if (!sys_privileges) { + ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO(00136) + "Server MUST relinquish startup privileges before " +