summaryrefslogtreecommitdiff
path: root/www/apache24/files/patch-Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.4.20Olli Hauer2016-04-111-2/+2
| | | | | | | | | | | | | | | | | | - use ${OPTION}_IMPLIES and remove some IGNORES - turn on proxy_html and xml2enc as default [1] [1] Often requested by users. The modules are not enabled in the default configuration. Full changelog for apache version 2.4.19/2.4.20: http://www.apache.org/dist/httpd/CHANGES_2.4.20 Note: Apache httpd 2.4.19 was not released. MFH: 2016Q2 Notes: svn path=/head/; revision=413035
* www/apache24: fix CVEs, update 2.4.12 -> 2.4.16Philip M. Gollucci2015-07-151-42/+4
| | | | | | | | | | | | | | | | | - Convet to USES=autoreconf - Sort USES - Remove now empty patch files Security: https://vuxml.freebsd.org/freebsd/a12494c1-2af4-11e5-86ff-14dae9d210b8.html Differential Revision: https://reviews.freebsd.org/D3101 Submitted by: feld Reviewed by: pgollucci (myself) With Hat: apache@ MFH: 2015Q3 Notes: svn path=/head/; revision=392170
* - update to 2.4.12Olli Hauer2015-01-311-12/+49
| | | | | | | | | | | | | | | | | | | | | - change MPM backend from static to dynamic, but keep mpm_prefork for compatiblity with e.g. php modules - install dedicated MPM load file in case httpd was build with modular MPM (modules.d/000_mpm_prefork_fallback.conf) - disable SSLv3 and SSLv2 fallback in sample httpd-ssl-conf - use @sample macro instead EXAMPLESDIR - add some SSLCipherSuite examples for OpenSSL >= 1.0.x - add libressl support [1] - add pkg-install script (to handle new modular MPM build) - build now most all modules, so users using packages don't have to run a custom build for missing modules - fix suexec mode PR: 196139 [1] MFH: 2015Q1 Notes: svn path=/head/; revision=378215
* - stripOlli Hauer2014-07-081-16/+4
| | | | | | | | | | | - remove obsolete apache-*-2.2.* conflict - add modules.d to EXAMPLESDIR - always install DOC (remove Makefile hack) - bump PORREVISION - sort pkg-plist Notes: svn path=/head/; revision=361314
* - support stagingOlli Hauer2013-10-271-22/+26
| | | | | | | - partitial adopt new ${opt}_ notation Notes: svn path=/head/; revision=331790
* - new port www/apache24Olli Hauer2013-03-261-0/+115
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for various modern desktop and server operating systems, such as UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server which provides HTTP services in sync with the current HTTP standards. The 2.x branch of Apache Web Server includes several improvements like threading, use of APR, native IPv6 and SSL support, and many more. WWW: http://httpd.apache.org/ Note: Since apache24 does not enable every module by default in httpd.conf the list of modules to build was preselected to match build param --enable-modules=most MPM selection is now an OPTION also if the MPM is build statically or dynamically. In the later case all modules are build/installed but only the selected MPM has an entry in httpd.conf (see apache issue 53882) Per default the MPM prefork (static) will be build, to get the best compatibility. Custom variants like itk/peruser are not supported at the moment. Port based on my work prototype from the apache@ list and patch from PR 174617 with hat apache@ PR: 174617 Submitted by: <swall@redcom.com> Notes: svn path=/head/; revision=315335