mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
apache: update to 2.4.20.
This commit is contained in:
parent
518f42ae43
commit
2749c6af8c
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache'
|
# Template file for 'apache'
|
||||||
pkgname=apache
|
pkgname=apache
|
||||||
version=2.4.18
|
version=2.4.20
|
||||||
revision=2
|
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
|
||||||
|
@ -33,7 +33,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://httpd.apache.org/"
|
homepage="http://httpd.apache.org/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||||
checksum=0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c
|
checksum=0e76a375ed3dbac636f50ac39de966ece443751fe4d62392f9a360a19d94d0da
|
||||||
|
|
||||||
system_accounts="httpd"
|
system_accounts="httpd"
|
||||||
httpd_descr="Apache HTTP server"
|
httpd_descr="Apache HTTP server"
|
||||||
|
@ -74,7 +74,6 @@ post_install() {
|
||||||
# * httpd-userdir.conf
|
# * httpd-userdir.conf
|
||||||
# * httpd-default.conf
|
# * httpd-default.conf
|
||||||
#
|
#
|
||||||
|
|
||||||
sed \
|
sed \
|
||||||
-e 's|ServerRoot ""|ServerRoot "/etc/httpd"|' \
|
-e 's|ServerRoot ""|ServerRoot "/etc/httpd"|' \
|
||||||
-e 's|#\(LoadModule include_module /usr/libexec/httpd/mod_include.so\)|\1|' \
|
-e 's|#\(LoadModule include_module /usr/libexec/httpd/mod_include.so\)|\1|' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue