|
@@ -11,7 +11,7 @@
|
|
|
Name: %{pkgname}
|
|
|
Summary: Apache HTTP Server
|
|
|
Version: 2.4.54
|
|
|
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
|
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: servers
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -96,7 +96,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: db4-devel, expat-devel, xmlto
|
|
|
BuildRequires: findutils, perl, openldap-devel, zlib-devel
|
|
|
BuildRequires: apr-devel, apr-util-devel
|
|
|
-BuildRequires: pcre-devel, sqlite3-devel
|
|
|
+BuildRequires: pcre2-devel, sqlite3-devel
|
|
|
BuildRequires: lua-devel, libxml2-devel
|
|
|
BuildRequires: libnghttp2-devel
|
|
|
BuildRequires: brotli-devel
|
|
@@ -244,7 +244,6 @@ export HTTPD_LIBS="-lsystemd"
|
|
|
--with-installbuilddir=%{_libdir}/apache2/build \
|
|
|
--enable-layout=Vine \
|
|
|
--with-program-name=apache2 \
|
|
|
- --with-ldap \
|
|
|
--enable-ldap --enable-authnz-ldap \
|
|
|
--enable-mods-shared=all \
|
|
|
--enable-cache=shared \
|
|
@@ -265,7 +264,7 @@ export HTTPD_LIBS="-lsystemd"
|
|
|
--with-suexec-uidmin=500 --with-suexec-gidmin=500 \
|
|
|
--with-brotli \
|
|
|
--enable-pie \
|
|
|
- --with-pcre \
|
|
|
+ --with-pcre2 \
|
|
|
--enable-ssl --with-ssl \
|
|
|
--enable-deflate \
|
|
|
--enable-proxy --enable-proxy-connect \
|
|
@@ -644,6 +643,9 @@ EOF
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Nov 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.54-2
|
|
|
+- rebuilt with openldap-2.6.3.
|
|
|
+
|
|
|
* Sat Jun 18 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.54-1
|
|
|
- new upstream release.
|
|
|
- updated Patch19 and 22-23.
|