From 24f5281099b90e68d4858062bec7a36ab6a9be59 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 6 Apr 2024 14:03:17 +0000 Subject: automatic import of httpd --- backport-httpd-2.4.25-selinux.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backport-httpd-2.4.25-selinux.patch b/backport-httpd-2.4.25-selinux.patch index dd6ed1d..c6add21 100644 --- a/backport-httpd-2.4.25-selinux.patch +++ b/backport-httpd-2.4.25-selinux.patch @@ -2,7 +2,7 @@ diff --git a/configure.in b/configure.in index c5896c1..96cd4a6 100644 --- a/configure.in +++ b/configure.in -@@ -530,11 +530,6 @@ +@@ -530,6 +530,11 @@ dnl confirm that a void pointer is large enough to store a long integer APACHE_CHECK_VOID_PTR_LEN @@ -29,9 +29,9 @@ index 4da7209..515047b 100644 /* LimitRequestBody handling */ #define AP_LIMIT_REQ_BODY_UNSET ((apr_off_t) -1) #define AP_DEFAULT_LIMIT_REQ_BODY ((apr_off_t) 1<<30) /* 1GB */ -@@ -5126,6 +5130,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte - } - #endif +@@ -5095,6 +5099,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte + + mpm_common_pre_config(pconf); +#ifdef HAVE_SELINUX + { -- cgit v1.2.3