summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2014-07-23 20:02:14 +0000
committerRainer Jung <rjung@apache.org>2014-07-23 20:02:14 +0000
commit92af05ae0825601c3402d66c88db8df364d8dbe3 (patch)
treee5eaad28fcc63183f0c1475766079f78389b82ec
parent7630dd53b3e581948f8c3d49599c1d56d12aaffa (diff)
downloadhttpd-92af05ae0825601c3402d66c88db8df364d8dbe3.tar.gz
Note/update some requirements versions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612938 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README.cmake2
-rw-r--r--build/rpm/httpd.spec.in2
2 files changed, 2 insertions, 2 deletions
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