[arch-commits] Commit in apache/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Apr 1 22:31:13 UTC 2018


    Date: Sunday, April 1, 2018 @ 22:31:12
  Author: anatolik
Revision: 320838

FS#58005: apache now provides mod_proxy_uwsgi module

Enable other new modules mod_brotli, mod_proxy_http2 and mod_md

Modified:
  apache/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 18:24:45 UTC (rev 320837)
+++ PKGBUILD	2018-04-01 22:31:12 UTC (rev 320838)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.33
-pkgrel=1
+pkgrel=2
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -19,11 +19,15 @@
     etc/httpd/conf/{mime.types,magic}
     etc/logrotate.d/httpd
 )
+provides=('mod_proxy_uwsgi')
 depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
-makedepends=('libxml2' 'lua')
+makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
 optdepends=(
     'lua: for mod_lua module'
     'libxml2: for mod_proxy_html, mod_xml2enc modules'
+    'curl: for mod_md module'
+    'jansson: for mod_md module'
+    'brotli: for mod_brotli module'
     'lynx: apachectl status'
 )
 source=(
@@ -81,6 +85,7 @@
       --enable-proxy-http --enable-proxy-ftp \
       --enable-dbd --enable-imagemap --enable-ident --enable-cern-meta \
       --enable-lua --enable-xml2enc --enable-http2 \
+      --enable-proxy-http2 --enable-md --enable-brotli \
       --with-apr=/usr/bin/apr-1-config \
       --with-apr-util=/usr/bin/apu-1-config \
       --with-pcre=/usr



More information about the arch-commits mailing list