]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- updated to 2.4.43
authorMarcin Krol <hawk@tld-linux.org>
Sat, 4 Apr 2020 16:00:23 +0000 (18:00 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 4 Apr 2020 16:00:23 +0000 (18:00 +0200)
apache-apxs.patch
apache-layout.patch
apache.spec

index 9cabf9c93c9efbae14b3b43165ac08839c9806b3..309ee24e982302d6f9a383b4450ed40122b288bf 100644 (file)
@@ -28,7 +28,7 @@
 @@ -479,8 +480,8 @@
          $t =~ s|\.[^./\\]+$|\.so|;
          if ($opt_i) {
-           push(@cmds, "$installbuilddir/instdso.sh SH_LIBTOOL='" .
+           push(@cmds, $destdir . "$installbuilddir/instdso.sh SH_LIBTOOL='" .
 -                 "$libtool' $f $CFG_LIBEXECDIR");
 -          push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
 +                 "$libtool' $f $CFG_DESTDIR$CFG_LIBEXECDIR");
index f211aff5f02e701992f30cac8c2dd1d898c66476..7f242cb797f6683303a9e31d6de61050b859a1d1 100644 (file)
@@ -1,10 +1,9 @@
---- httpd-2.4.3/config.layout.orig     2012-04-17 16:01:41.000000000 +0200
-+++ httpd-2.4.3/config.layout  2012-08-23 13:01:27.879147377 +0200
-@@ -370,3 +370,29 @@
-     logfiledir:      ${localstatedir}/log/httpd
-     proxycachedir:   ${localstatedir}/cache/httpd
+--- httpd-2.4.43/config.layout.orig    2020-04-04 17:17:22.695000000 +0200
++++ httpd-2.4.43/config.layout 2020-04-04 17:19:28.210000000 +0200
+@@ -419,3 +419,27 @@
+     proxycachedir:   ${localstatedir}/cache/apache2
  </Layout>
-+
 +# TLD layout
 +<Layout TLD>
 +    prefix:        /usr
@@ -29,4 +28,3 @@
 +    proxycachedir: /var/cache/httpd
 +    installbuilddir: ${libexecdir}/build
 +</Layout>
-+
index 811b3dc3cf314a72343e45d112397198e74594fc..bd72a3461281295ed8439a6fd0a1b75d88df50ba 100644 (file)
@@ -35,12 +35,12 @@ Summary(pt_BR.UTF-8):       Servidor HTTPD para prover serviços WWW
 Summary(ru.UTF-8):     Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
-Version:       2.4.41
-Release:       2
+Version:       2.4.43
+Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
-# Source0-md5: dfc674f8f454e3bc2d4ccd73ad3b5f1e
+# Source0-md5: 791c986b1e70fe61eb44060aacc89a64
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
@@ -98,6 +98,7 @@ BuildRequires:        apr-util-devel >= %{apr_util_ver}
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 %{?with_distcache:BuildRequires:       distcache-devel}
+BuildRequires: jansson-devel >= 0.6.0
 BuildRequires: libbrotli-devel >= 0.6.0
 BuildRequires: libtool >= 2:1.5
 BuildRequires: libxml2-devel >= 2
@@ -2722,6 +2723,7 @@ CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
 install -d build; cd build
 ../%configure \
        --enable-layout=TLD \
+       --disable-systemd \
        --disable-v4-mapped \
        --enable-exception-hook \
        --enable-modules=all \
@@ -2764,6 +2766,7 @@ install -d build; cd build
        --enable-log-forensic \
        --enable-logio \
        --enable-lua \
+       --enable-md \
        --enable-mime-magic \
        --enable-mpms-shared=all \
 %ifarch %{ix86}