non port: www/apache22/Makefile.options |
SVNWeb
|
Number of commits found XX: 13 |
Tue, 4 Sep 2012
|
[ 21:17 ohauer ] 
303674 www/apache22/Makefile
303674 www/apache22/Makefile.doc
303674 www/apache22/Makefile.modules
303674 www/apache22/Makefile.options
303674 www/apache22/files/extra-patch-server__config.c
303674 www/apache22/files/patch-server__config.c
- Simplify options with the removal of the last APR only related parameter [1]
- disallow IPv6 sockets to handle IPv4 requests per default. [2]
- move extra-patch-server__config.c
-> patch-server__config.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=53823
- bump PORTREVISION
[1] Credits to Hajimu UMEMOTO (ume@) for finding the last APR related parameter
[2] http://httpd.apache.org/docs/2.2/bind.html
with hat apache@
|
Sun, 2 Sep 2012
|
[ 14:31 ohauer ] 
303550 Mk/bsd.apache.mk
303550 devel/apr1/Makefile
303550 devel/apr1/distinfo
303550 devel/apr1/files/patch-apr_hints.m4
303550 devel/apr1/files/patch-apr_ldap_rebind.c
303550 devel/apr1/pkg-plist
303550 www/apache22-event-mpm/Makefile
303550 www/apache22-itk-mpm/Makefile
303550 www/apache22-peruser-mpm/Makefile
303550 www/apache22-worker-mpm/Makefile
(Only the first 10 of 18 ports in this commit are shown above. )
devel/apr1 [1]
- update APR to 1.4.6
- update APR-util to 1.4.1
- remove PKGNAMESUFFIX'es
www/apache-(event|itk|peruser|worker)-mpm
- adopt new Makefile header, adjust
PKGNAMESUFFIX in apache22 masterport
PKGNAME match now LATEST_LINK
www/apache22 [2]-[6]
- rewrite for options NG
- PORTNAME s|apache|apache22|
- remove APR APR-util specific otions,
will be checked now with help of apr/u-1-config (Only the first 15 lines of the commit message are shown above )
|
Thu, 23 Aug 2012
|
[ 04:49 ohauer ]
302979 Mk/bsd.apache.mk
302979 www/apache22/Makefile
302979 www/apache22/Makefile.doc
302979 www/apache22/Makefile.modules
302979 www/apache22/Makefile.options
302979 www/apache22/pkg-plist
- rewite apache port
- remove all apr/apu related parts (leftovers from bundled apr)
- remove invalid parts from Makefile.doc
- move MODULES to Makefile.options
- remove apache20 parts
- remove category handling
with hat apache@
|
Sun, 22 Jul 2012
|
[ 21:13 ohauer ]
301353 www/apache22-event-mpm/Makefile
301353 www/apache22-itk-mpm/Makefile
301353 www/apache22-peruser-mpm/Makefile
301353 www/apache22-worker-mpm/Makefile
301353 www/apache22/Makefile
301353 www/apache22/Makefile.modules
301353 www/apache22/Makefile.options
apache22
- centralise OPTIONS in Makefile.options
- s/Enable// in OPTIONS
- rewrite Makefile.modules (last defined SLAVE_PORT_MPM port use now WITH_MPM
var)
- no REVISION bump, nothing changed in the logic / functionality
apache22-peruser-mpm
- use WITH_MPM instead SLAVE_PORT_MPM
|
Wed, 8 Feb 2012
|
[ 04:35 pgollucci ]
1.296 www/apache22/Makefile
1.9 www/apache22/Makefile.options
1.2 www/apache22/files/patch-modules__proxy__mod_proxy_connect.c
1.7 www/apache22/pkg-install
- Convert to USERS/GROUPS [1]
- Resync proxy connect patch [2]
- Bump PORTREVISION since the proxy patch is unconditionally applied
which means we can remove that OPTION too
PR: ports/164698 [1], ports/164711 [2]
Submitted by: jgh@ [1], freebsd@nagilum.org [2]
With Hat: apache@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Thu, 31 Mar 2011
|
[ 17:00 ohauer ]
1.286 www/apache22/Makefile
1.15 www/apache22/Makefile.doc
1.38 www/apache22/Makefile.modules
1.8 www/apache22/Makefile.options
1.2 www/apache22/files/mpm-itk-20090414-00
1.1 www/apache22/files/mpm-itk-20110321-01
1.1 www/apache22/files/mpm-itk-perdir-regex
1.100 www/apache22/pkg-plist
- update Apache 2 ITK MPM patch to version 20110321-01 [1]
- add additional patch for mpm-itk [2]
- add mod_substitute to apache22 [3]
- add some documentation into the mpm-itk* patches
- bump portrevision
Changes:
[1] apache2.2-mpm-itk 2.2.17-01, released 2011-03-21:
* Fixed CVE-2011-1176: If NiceValue was set, the default with no
AssignUserID was to run as root:root instead of the default Apache user
and group, due to the configuration merger having an incorrect default
configuration.
* Rebase against Apache 2.2.17.
* Fix an issue where users can sometimes get spurious 403s on persistent
connections, if the .htaccess files are not world readable. (Only the first 15 lines of the commit message are shown above )
|
Thu, 20 May 2010
|
[ 21:43 pgollucci ]
1.23 Mk/bsd.apache.mk
1.276 www/apache22/Makefile
1.37 www/apache22/Makefile.modules
1.7 www/apache22/Makefile.options
1.99 www/apache22/pkg-plist
- Enable,build, and install mod_reqtimeout.so which mitigates solaris attacks.
- Default on, so bump PORTREVISION
Reuested by: Jonas Eckerman <jonas@fsdb.org> (via apache@)
With Hat: apache@
|
Fri, 14 May 2010
|
[ 05:05 pgollucci ]
1.6 www/apache22/Makefile.options
- blasted whitespace
|
[ 05:03 pgollucci ]
1.268 www/apache22/Makefile
1.5 www/apache22/Makefile.options
1.1 www/apache22/files/patch-suexec_rsrclimit
By default suexec doesn't enforces different resource limitations configured in
login.conf(5). This is probably because resource limitations are handled
differently on various different platforms.
This modifies suexec behaviour to set resource limits for CGI's
from /etc/login.conf before execing the customers CGI script.
Doesn't affect default package, so no PORTREVISION bumps.
I will follow up at dev@httpd.apache.org to see about adding this
with #ifdefs.
PR: ports/136091
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
With Hat: apache@
|
Thu, 10 Dec 2009
|
[ 08:09 pgollucci ]
1.245 www/apache22/Makefile
1.34 www/apache22/Makefile.modules
1.4 www/apache22/Makefile.options
1.93 www/apache22/pkg-plist
- OPTIONS+= PROXY_SCGI
PR: ports/140137
Submitted by: olli hauer <ohauer@gmx.de>
|
Fri, 12 Jun 2009
|
[ 00:33 pgollucci ]
1.814 UPDATING
1.236 www/apache22/Makefile
1.31 www/apache22/Makefile.modules
1.3 www/apache22/Makefile.options
1.1 www/apache22/files/apache22.in
1.9 www/apache22/files/apache22.sh.in
1.1 www/apache22/files/htcacheclean.in
1.2 www/apache22/files/htcacheclean.sh.in
1.1 www/apache22/files/opt-patch-modules:proxy:mod_proxy_connect.c
1.1 www/apache22/files/patch-server__core.c
(Only the first 10 of 11 ports in this commit are shown above. )
- 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.
|
Wed, 19 Sep 2007
|
[ 21:05 clement ]
1.211 www/apache22/Makefile
1.23 www/apache22/Makefile.modules
1.2 www/apache22/Makefile.options
1.21 www/apache22/files/patch-Makefile.in
1.84 www/apache22/pkg-plist
- remove duplicate entry of mod_charset_lite [1]
- add PCRE_FROM_PORTS to OPTIONS
- use @dirrmtry for include/apache22
- workaround plist issues when upgrading, but it's not as safe as I
would expect, it requires more work.
Spotted by: bland@ [1]
|
Tue, 18 Sep 2007
|
[ 20:03 clement ]
1.543 UPDATING
1.210 www/apache22/Makefile
1.1 www/apache22/Makefile.options
1.5 www/apache22/files/apache22.sh.in
- Add experimental support of OPTIONS.
From UPDATING:
By popular request, OPTIONS support has been added. When actived
(default), these knobs are ignored:
* WITH_<CATEGORY>_MODULES
* WITHOUT_<CATEGORY>_MODULES
* WITH_CUSTOM_<CATEGORY>
* WITH_MODULES
* WITHOUT_MODULES
* WITH_STATIC_MODULES
However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS.
- move envvars support to the beginning of apache22_checkconfig() to be
sure we're using envvars during configtest [1]
PR: ports/116329 [1]
Submitted by: Ruud Althuizen <ruud@il.fontys.nl> [1]
|
Number of commits found XX: 13 |