From: Rainer Jung Date: Wed, 23 Jul 2014 20:02:14 +0000 (+0000) Subject: Note/update some requirements versions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a920ecfe60945b92f6cc2ff51b888bd228a56cca;p=thirdparty%2Fapache%2Fhttpd.git 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 1b0589b3af4..f2fa3181870 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 298c2547a14..c9779056b95 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