Date: Fri, 12 Jun 2009 00:33:30 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports UPDATING ports/www/apache22 Makefile Makefile.modules Makefile.options ports/www/apache22/files apache22.in apache22.sh.in htcacheclean.in htcacheclean.sh.in opt-patch-modules:proxy:mod_proxy_connect.c patch-server__core.c patch-server__mpm__prefork__prefork.c Message-ID: <200906120033.n5C0XU6M061048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2009-06-12 00:33:30 UTC
FreeBSD ports repository
Modified files:
. UPDATING
www/apache22 Makefile Makefile.modules
Makefile.options
Added files:
www/apache22/files apache22.in htcacheclean.in
opt-patch-modules:proxy:mod_proxy_connect.c
patch-server__core.c
patch-server__mpm__prefork__prefork.c
Removed files:
www/apache22/files apache22.sh.in htcacheclean.sh.in
Log:
- Drop .sh suffices on rc.d scripts, add note to UPDATING
- Commit the final part of the bdb patch improving the value passed
to --with-berkely-db [1]
- Silence the blasted warnings about accf [2]
(Will send this upstream)
- Address httpd issue 42829* - graceful restart with multiple listeners
using prefork MPM can result in hung processes [3]
- Address httpd issue 29744+ - CONNECT does not work over existing
SSL connection [4]
- Drop .sh suffices on rc.d scripts, add note to UPDATING [5]
- Bump PORTREVISION
PRs: ports/110651 [1], ports/132528 [2], ports/134457 [3]
ports/135478
Submitted by: "Timur I. Bakeyev" <timur@gnu.org> [1]
bz@ [2]
Alexander <freebsd@nagilum.org> [4]
myself (pgollucci@) [5]
Requested by: apache@ (several) [3]
Tested by: P6 TB (running live > 5 days)
RideCharge TB (running live > 3 days)
Apache Software Foundation (ASF) TB (running live > 1 day)
Sponosored by: RideCharge Inc.
Revision Changes Path
1.814 +11 -1 ports/UPDATING
1.236 +7 -3 ports/www/apache22/Makefile
1.31 +2 -2 ports/www/apache22/Makefile.modules
1.3 +1 -0 ports/www/apache22/Makefile.options
1.1 +197 -0 ports/www/apache22/files/apache22.in (new)
1.9 +0 -197 ports/www/apache22/files/apache22.sh.in (dead)
1.1 +64 -0 ports/www/apache22/files/htcacheclean.in (new)
1.2 +0 -64 ports/www/apache22/files/htcacheclean.sh.in (dead)
1.1 +335 -0 ports/www/apache22/files/opt-patch-modules:proxy:mod_proxy_connect.c (new)
1.1 +36 -0 ports/www/apache22/files/patch-server__core.c (new)
1.1 +42 -0 ports/www/apache22/files/patch-server__mpm__prefork__prefork.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906120033.n5C0XU6M061048>
