apache: update to 2.4.12.
This commit is contained in:
parent
16b4ba43a1
commit
956ce5d3de
1 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.10
|
||||
revision=9
|
||||
version=2.4.12
|
||||
revision=1
|
||||
wrksrc=httpd-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix= --enable-pie --enable-modules=all
|
||||
|
@ -43,8 +43,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://httpd.apache.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||
checksum=176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a
|
||||
checksum=ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4
|
||||
|
||||
build_options="systemd"
|
||||
system_accounts="httpd"
|
||||
httpd_descr="Apache HTTP server"
|
||||
httpd_homedir="/srv/httpd"
|
||||
|
@ -54,11 +55,6 @@ make_dirs="
|
|||
/srv/httpd 0755 root httpd
|
||||
/srv/httpd/cgi-bin 755 root httpd"
|
||||
|
||||
build_options="systemd"
|
||||
if [ "$build_option_systemd" ]; then
|
||||
systemd_services="apache.service on"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
# SSL_CTX_use_certificate_chain() conflicts with libressl-2.1.
|
||||
sed -e 's,SSL_CTX_use_certificate_chain,_SSL_CTX_use_certificate_chain,g' -i modules/ssl/*.[ch]
|
||||
|
|
Loading…
Reference in a new issue