CVS log for ports/www/apache21/Attic/Makefile.modules
Up to [FreeBSD] / ports / www / apache21
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11
Tue Dec 11 21:03:05 2007 UTC (4 years, 2 months ago) by clement
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
- As scheduled, retire apache 2.1.x Its support in bsd.apache.mk will be kept few monthes more
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Sep 13 12:29:32 2006 UTC (5 years, 4 months ago) by mr
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -1 lines
Add support for setting WITH_BERKELEYDB to db44
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 15 18:58:37 2006 UTC (6 years ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -14 lines
Cleanups and fixes - remove useless options (and fix thread stuff) [1] - move print-closest-mirror to bsd.apache.mk - move threads configure options out of Makefile.modules - Fix stupid logic to disable v4mapped address [2] - and more... Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1] ume[2] PR: ports/91813 [1]
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 7 20:54:42 2005 UTC (6 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
- Add forgotten mod_filter Spotted by: Cheese Lottery <cheeselottery@gmail.com>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Oct 30 20:39:04 2005 UTC (6 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
- Update to 2.1.8 Not all new cool stuff is supported but it will be when 2.2.0 comes out.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 24 08:48:57 2005 UTC (6 years, 11 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
- Fix event MPM build [1] - Add a small UPDATING entry. You have to rebuild all your apache modules. Reported by: clement's apache tinderbox [1]
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 17 20:30:08 2005 UTC (7 years ago) by clement
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -1 lines
- Add support for databases/db43 in apache2[1] and apache21. - rename files/patch-srclib:apr-utils:build:dbm.m4 to files/patch-srclib:apr-util:build:dbm.m4 Based on PR: ports/76152 [1] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 13 18:48:02 2004 UTC (7 years, 1 month ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -6 lines
- Move standard configuration files to ${EXAMPLESDIR} to not get
dist config files installed in ${PREFIX}/etc/apache21
- Add support for Event MPM and add backport from apr to support
APR_POLLSET_THREADSAFE (needed by Event MPM and forgotten @ release
time) [1]
- misc cleanups
- Bump PORTREVISION to reflect all cool changes which occured today ;)
Obtained from: apr svn repository
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 11 18:06:04 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +64 -172 lines
- Add apache 2.1.2 This is a development version, awaiting for 2.2
Revision 1.2
Wed Mar 17 08:41:58 2004 UTC (7 years, 10 months ago) by clement
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +1 -1 lines
- Move apache21 to Attic. Will be back soon ;-) Suggested by: kris
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 29 22:46:45 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Update to 2.0.48, which has corrections for two security bugs: - CAN-2003-0789: information leak in mod_cgid <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789> - CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542> Use a DIST_SUBDIR. Use the DOCSDIR macro. Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS, NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES, WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB, WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES, WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and WITH_STATIC_SUPPORT PR: 58654 Submitted by: Clement Laforet (maintainer)
