From 14361142ceac75b442d8fd1b15f65bd1d656b720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Wed, 15 Jun 2022 15:28:08 +0200 Subject: [PATCH] Related: #2079939 - httpd rebase to 2.4.53 - there is possible regression in PCRE 2 and in httpd 2.4.53 it was automatically switched to use PCRE 1 as default. Therefore I'm forcing httpd to build with PCRE 1 --- httpd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/httpd.spec b/httpd.spec index a9bda57..ffaad30 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.53 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc @@ -372,7 +372,7 @@ export LYNX_PATH=/usr/bin/links --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-brotli \ --enable-pie \ - --with-pcre \ + --with-pcre=/usr/bin/pcre-config \ --enable-mods-shared=all \ --enable-ssl --with-ssl --disable-distcache \ --enable-proxy --enable-proxy-fdpass \ @@ -838,7 +838,7 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog -* Wed Jun 01 2022 Luboš Uhliarik - 2.4.53-2 +* Wed Jun 01 2022 Luboš Uhliarik - 2.4.53-3 - Resolves: #2065677 - httpd minimisation for ubi-micro - minimize httpd dependencies (new httpd-core package) - mod_systemd and mod_brotli are now packaged in the main httpd package