non port: www/apache24/Makefile.modules |
SVNWeb
|
Number of commits found XX: 12 |
Sat, 24 Mar 2018
|
[ 18:26 joneum ] 
465461 www/apache24/Makefile
465461 www/apache24/Makefile.modules
465461 www/apache24/Makefile.options
465461 www/apache24/Makefile.options.desc
465461 www/apache24/distinfo
465461 www/apache24/files/patch-configure.in
465461 www/apache24/files/patch-modules_md_md__crypt.c
465461 www/apache24/files/patch-modules_ssl_ssl__private.h
465461 www/apache24/pkg-plist
www/apache24: Update to 2.4.33
- Add new uwsgi and md modules
- Fix LibreSSL 2.7.x builds
- Remove conflicts for non-existent ports
- There are no slave-ports
- Coalesce .if WITH_DEBUG blocks
- Use OPTIONS where possible
- Remove dead code
- Actually enable/disable modules in ALL_MODULES loop
- Add suexec warning
- Move Makefile.options to Makefile (too small)
PR: 226647
With hat: apache
Approved by: brnrd (apache)
MFH: MFH2018Q1
Security: f38187e7-2f6e-11e8-8f07-b499baebfeaf
|
Sun, 11 Mar 2018
|
[ 14:23 brnrd ] 
464175 CHANGES
464175 Mk/Uses/apache.mk
464175 Mk/Uses/php.mk
464175 Mk/bsd.apache.mk
464175 Mk/bsd.port.mk
464175 Mk/bsd.sanity.mk
464175 lang/php56/Makefile
464175 lang/php70/Makefile
464175 lang/php71/Makefile
464175 lang/php72/Makefile
(Only the first 10 of 18 ports in this commit are shown above. )
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
- Chase required changes in ports (version checks)
- Chase required changes in PHP ports (include bsd.apache.mk)
- exp-run by antoine, brnrd, joneum
PR: 223691 (exp-run)
Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by: joneum (hat apache)
Approved by: portmgr
With hat: apache
|
Mon, 23 Oct 2017
|
[ 18:49 brnrd ] 
452732 www/apache24/Makefile
452732 www/apache24/Makefile.modules
452732 www/apache24/Makefile.options.desc
452732 www/apache24/distinfo
452732 www/apache24/files/patch-CVE-2017-9798
452732 www/apache24/files/patch-configure.in
452732 www/apache24/files/patch-modules_ssl_mod__ssl.c
452732 www/apache24/files/patch-modules_ssl_ssl__engine__init.c
452732 www/apache24/files/patch-modules_ssl_ssl__engine__io.c
452732 www/apache24/files/patch-modules_ssl_ssl__engine__kernel.c
(Only the first 10 of 15 ports in this commit are shown above. )
www/apache24: Update to 2.4.29
- Remove patch for CVE-2017-9798 (included upstream)
- Remove mod_ssl LibreSSL patches (included upstream)
- Fix SSL stapling patch for LibreSSL
- mod_http2 no longer experimental
PR: 222814
With hat: apache
|
Sat, 17 Sep 2016
|
[ 19:35 ohauer ] 
422343 www/apache24/Makefile.modules
- mod_proxy_http2 requires mod_proxy_balancer
No PORTREVISION bump
defaults: PROXY_BALANCER=on PROXY_HTTP2=off
PR: 210868
Submitted by: M. Macha
|
Mon, 11 Apr 2016
|
[ 14:46 ohauer ] 
413035 www/apache24/Makefile
413035 www/apache24/Makefile.modules
413035 www/apache24/Makefile.options
413035 www/apache24/distinfo
413035 www/apache24/files/patch-Makefile.in
413035 www/apache24/files/patch-modules_ssl_ssl__engine__io.c
413035 www/apache24/pkg-plist
- update to 2.4.20
- 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
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] 
394508 CHANGES
394508 Mk/bsd.database.mk
394508 Mk/bsd.options.mk
394508 Mk/bsd.port.mk
394508 Mk/bsd.sanity.mk
394508 Tools/scripts/README
394508 Tools/scripts/check-latest-link
394508 UPDATING
394508 audio/amarok-kde4/Makefile
394508 audio/jack/Makefile
(Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Sat, 31 Jan 2015
|
[ 15:22 ohauer ] 
378215 www/apache24/Makefile
378215 www/apache24/Makefile.modules
378215 www/apache24/Makefile.options
378215 www/apache24/Makefile.options.desc
378215 www/apache24/distinfo
378215 www/apache24/files/patch-Makefile.in
378215 www/apache24/files/patch-acinclude.m4
378215 www/apache24/files/patch-config.layout
378215 www/apache24/files/patch-configure.in
378215 www/apache24/files/patch-docs__conf__extra__httpd-autoindex.conf.in
(Only the first 10 of 29 ports in this commit are shown above. )
- update to 2.4.12
- 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
|
Mon, 22 Sep 2014
|
[ 18:50 ohauer ] 
368986 www/apache22/Makefile
368986 www/apache22/Makefile.modules
368986 www/apache22/pkg-plist
368986 www/apache24/Makefile
368986 www/apache24/Makefile.modules
368986 www/apache24/pkg-plist
apache24
- remove check if apr is build with threads
- bump PORTREVISION
- adopt new pkg-plist @dir
@with hat apache@
|
Sat, 21 Jun 2014
|
[ 13:54 ohauer ] 
358701 www/apache24/Makefile
358701 www/apache24/Makefile.modules
- fix build with lua51 / lua52
- strip trailing white space
- no PORTREVISION bump (LUA is not a default OPTION)
Lua build issue reported on apache@ and lua@
by Peter Olsson and Jason Hellenthal
|
Sun, 27 Oct 2013
|
[ 17:54 ohauer ] 
331790 www/apache24/Makefile
331790 www/apache24/Makefile.modules
331790 www/apache24/files/patch-Makefile.in
331790 www/apache24/files/patch-docs__conf__httpd.conf.in
331790 www/apache24/files/patch-support__Makefile.in
331790 www/apache24/pkg-message
331790 www/apache24/pkg-plist
- support staging
- partitial adopt new ${opt}_ notation
|
Sat, 6 Jul 2013
|
[ 08:56 ohauer ] 
322370 www/apache24/Makefile
322370 www/apache24/Makefile.modules
322370 www/apache24/files/patch-support__apachectl.in
- enable NSS crypto driver
- use service(8) in apachectl where it makes sence
- bump PORTREVISION
|
Tue, 26 Mar 2013
|
[ 21:35 ohauer ] 
315335 www/Makefile
315335 www/apache24
315335 www/apache24/Makefile
315335 www/apache24/Makefile.modules
315335 www/apache24/Makefile.options
315335 www/apache24/Makefile.options.desc
315335 www/apache24/distinfo
315335 www/apache24/files
315335 www/apache24/files/apache24.in
315335 www/apache24/files/htcacheclean.in
(Only the first 10 of 27 ports in this commit are shown above. )
- new port www/apache24
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 (Only the first 15 lines of the commit message are shown above )
|
Number of commits found XX: 12 |