From 956ce5d3deb40bf228c8146f2a313753dc95b55c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 31 Jan 2015 09:33:22 +0100 Subject: [PATCH] apache: update to 2.4.12. --- srcpkgs/apache/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 354472ab76..291d6e85cf 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -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 " 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]