From: Rainer Jung Date: Wed, 23 Jul 2014 20:02:14 +0000 (+0000) Subject: Note/update some requirements versions. X-Git-Tag: 2.5.0-alpha~3918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92af05ae0825601c3402d66c88db8df364d8dbe3;p=apache Note/update some requirements versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README.cmake b/README.cmake index 1b0589b3af..f2fa318187 100644 --- a/README.cmake +++ b/README.cmake @@ -45,7 +45,7 @@ The following support libraries are mandatory: Apache httpd are installed. + Additional APR settings affect httpd but are not mandatory, such as APR_HAVE_IPV6. -* PCRE +* PCRE (version 6.7 or higher) Certain optional features of APR 2.0-dev (trunk) or APR-Util 1.5.x allow some optional features of httpd to be enabled. For example, diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 298c2547a1..c9779056b9 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -14,7 +14,7 @@ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf, perl, pkgconfig, findutils BuildRequires: zlib-devel, libselinux-devel, libuuid-devel -BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.4.0, pcre-devel >= 5.0 +BuildRequires: apr-devel >= 1.5.0, apr-util-devel >= 1.5.0, pcre-devel >= 6.7 Requires: initscripts >= 8.36, /etc/mime.types Obsoletes: httpd-suexec Requires(pre): /usr/sbin/useradd