mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
apache: update to 2.4.38.
This commit is contained in:
parent
eb39e2d5ea
commit
7777979380
1 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache'
|
# Template file for 'apache'
|
||||||
pkgname=apache
|
pkgname=apache
|
||||||
version=2.4.37
|
version=2.4.38
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="httpd-${version}"
|
wrksrc="httpd-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
||||||
|
@ -23,21 +23,21 @@ configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
||||||
--with-z=${XBPS_CROSS_BASE}/usr
|
--with-z=${XBPS_CROSS_BASE}/usr
|
||||||
--with-apr=${XBPS_CROSS_BASE}/usr/bin/apr-1-config
|
--with-apr=${XBPS_CROSS_BASE}/usr/bin/apr-1-config
|
||||||
--with-apr-util=${XBPS_CROSS_BASE}/usr/bin/apu-1-config"
|
--with-apr-util=${XBPS_CROSS_BASE}/usr/bin/apu-1-config"
|
||||||
hostmakedepends="pkg-config perl apr-util-devel"
|
|
||||||
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
|
|
||||||
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/${pkgname}/extra/*.conf
|
/etc/${pkgname}/extra/*.conf
|
||||||
/etc/${pkgname}/httpd.conf
|
/etc/${pkgname}/httpd.conf
|
||||||
/etc/${pkgname}/magic
|
/etc/${pkgname}/magic
|
||||||
/etc/${pkgname}/mime.types"
|
/etc/${pkgname}/mime.types"
|
||||||
short_desc="The Number One HTTP Server On The Internet"
|
hostmakedepends="pkg-config perl apr-util-devel"
|
||||||
|
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
|
||||||
|
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
|
||||||
|
short_desc="Apache http server"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
homepage="http://httpd.apache.org/"
|
homepage="http://httpd.apache.org/"
|
||||||
changelog="http://www.apache.org/dist/httpd/CHANGES_2.4"
|
changelog="http://www.apache.org/dist/httpd/CHANGES_2.4"
|
||||||
license="Apache-2.0"
|
|
||||||
distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||||
checksum=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726
|
checksum=7dc65857a994c98370dc4334b260101a7a04be60e6e74a5c57a6dee1bc8f394a
|
||||||
|
|
||||||
system_accounts="_${pkgname}"
|
system_accounts="_${pkgname}"
|
||||||
_apache_homedir="/srv/www/$pkgname"
|
_apache_homedir="/srv/www/$pkgname"
|
||||||
|
|
Loading…
Add table
Reference in a new issue