Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.48_5 18 Mar 2004 20:50:09 |
dinoex |
- CONFLICTS extended |
2.0.48_5 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
2.0.48_4 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
2.0.48_4 13 Mar 2004 10:37:39 |
clement |
Fix configure. |
2.0.48_4 12 Mar 2004 02:48:25 |
ade |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups. |
2.0.48_4 08 Mar 2004 12:51:54 |
clement |
Fix a mod_ssl denial-of-service.
http://www.vuxml.org/freebsd/492f8896-70fa-11d8-873f-0020ed76ef5a.html
Reported by: nectar
Obtained from: Apache CVS vis nectar |
2.0.48_3 16 Feb 2004 14:07:48 |
clement |
- Add windowsupdate.com mod_proxy fix. [1]
you must define WITH_WINDOWSUPDATEFIX
- Fix typo/reword Makefile.doc [2]
PR: 62610 [1], 62757 [2]
Submitted by: leafy <leafy@leafy.idv.tw> [1],
Linh Pham <question+freebsdpr@closedsrc.org> [2] |
2.0.48_3 08 Feb 2004 15:40:42 |
clement |
- Improve apr from ports support.
Thanks a lot to kuriyama.
Submitted by: kuriyama |
2.0.48_3 08 Feb 2004 11:53:56 |
clement |
- Fix typo in SLAVE_DESIGNED_FOR check [1]
- Make ldap fix optional, since it may break LDAP auth [2]
Please use WITH_LDAPFIX if you need the fix.
- Improve pthreads support
- SIZEify distinfo
Submitted by: mharo [1]
Discussed with: Robin P. Blanchard <robin.blanchard@gactr.uga.edu> [2] |
2.0.48_3 08 Feb 2004 10:01:40 |
kuriyama |
o Use appropriate comment for WITH_IPV6_V6ONLY knob.
o Fix apu-config command name in WITH_APR_FROM_PORTS condition. |
2.0.48_3 21 Jan 2004 21:21:13 |
clement |
Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS.
These options are for people who want to directly link
apache against libkse and libthr.
Usage:
WITH_EXPERIMENTAL_THREADS=YES
Overrides default pthread detection behaviour.
WITH_PTHREAD_LIBS={kse;thr}
Lets you choose your pthread lib.
Don't even try to use "c_r"...
*** These options are unsupported ***
But all gdb backtraces are welcome :-)
AFAIK, apache works well, but mod_php4 (worker MPM) behavior
is quite funny.
All modules which use apr mutexes may crash with KSE.
Since I'm working on it, if you have coredumps, feel free
to send me the backtrace (you must compile libkse, apache
and modules with debugging symbols).
Don't forget to set kern.sugid_coredump to 1.
(using CoreDumpDirectory in httpd.conf can help too) |
2.0.48_3 16 Jan 2004 00:30:22 |
clement |
- Fix compilation for threaded MPM.
This is due to partial revert of apr improvment.
setting LIBS=${PTHREAD_LIBS} conflicts with libtool.
All should be OK now...
If someone can explain me why libtool impose using
-pthread (ltshmain), I'm all ears...
Note:
You CAN NOT override -lc_r (i.e. setting -lkse) at compile time.
I must fix it...
- Move patchset to MASTER_SITE_LOCAL
Noticed by: Martin Nilsson <martin@gneto.com>
Approved by: erwin (mentor) (implicitly) |
2.0.48_3 13 Jan 2004 22:12:11 |
clement |
- Remove thread support in apr. The code prevents apache from running
on > 4.8-STABLE (from september 2003) system because apache2 used
libc_r instead of libc.
Compiling with -lkse (on -CURRENT) was broken too.
- bump PORTREVISION to force users to upgrade.
NOTE: on -STABLE DO NOT DEFINE WITH_THREADS.
(unless you use a threaded MPM)
Thanks to Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
who helped me to track the problem.
Noticed by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
HAYASHI, "Lef" Tatsuya <lef@st.rim.or.jp> [1]
PR: 61317 [1]
Approved by: erwin (mentor) (implicitly) |
2.0.48_2 10 Jan 2004 22:24:52 |
clement |
- Per popular request, add "you can you use make show-modules"-like
message option in pre-everything:: target.
- Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined)
There are too many cases of failure (at leat 3), so I can't force -STABLE
users to use SSL_EXPERIMENT_ENGINE [1]
- Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2]
- Better db42 apr-util detection [3]
- Add fastest mirror to PATCH_SITES
- Add db42 to "make show-options"
Note to users:
Unless you have a *really* good request, no more features will be added.
Please send me with your bug reports:
- uname -a output
- all config.log files
- pkg_info output
- your make command line
Noticed by: apache2-test-ng.sh script [1]
Barry Pederson <bp@barryp.org> [3]
Requested by: jb@perso-web.com [2] |
2.0.48_2 10 Jan 2004 19:34:36 |
clement |
Uncomment db42-related lines, since db42 is in the
ports tree now.
Reminded by: lev
Approved by: erwin (mentor) (implicitly) |
2.0.48_2 10 Jan 2004 10:14:06 |
clement |
s/APACHE_USER/WWWOWN/.
I don't use APACHE_USER, so SUEXEC_CALLER is set to "".
Since apache only produce error at run time, I didn't catch it.
BTW, SUEXEC_CALLER is now correctly set.
Noticed by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Pointy hat to: me
Approved by: erwin (mentor) (implicity) |
2.0.48_2 09 Jan 2004 23:11:17 |
clement |
Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTS
is not defined.
This workaround should avoid weird apache behaviours when apache is
linked against the wrong apr* libraries.
Time to add CONFLICTS_BUILD option to bsd.port.mk ?
Approved by: erwin (mentor) (implicity) |
2.0.48_2 09 Jan 2004 18:56:12 |
clement |
- fix SSL detection problem on stable with base OpenSSL [1]
Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses
-STABLE and base OpenSSL.
This is an *apache* problem. It's not the port.
I strongly encourage users to use OpenSSL from ports.
From httpd-2.0 Status:
* mod_ssl: fix a link failure when the openssl-engine libraries are
present but the engine headers are missing.
- fix a typo in WITH_DBM, should be bdb and not db [1]
I keep db for backward compatibility
- Add WITH_APR_FROM_PORTS to use devel/apr with apache2.
!!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5.
Noticed by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> [1]
Approved by: erwin (mentor) |
2.0.48_2 08 Jan 2004 17:42:04 |
clement |
Apache2 PORTREVISION 2:
- Move docs-related stuff to Makefile.doc
- Better MPM handling (for slave ports)
- Fix HTTP_PORT behaviour
- Make suExec more configurable [1]
- Now config script are regenerated by buildconfig, to improve slave
ports support and minimize apr/apache2 ports conflict [2]
- Fix typo in AUTH_MODULES routine [3] [4]
- apr threaded support [5]
- Fix Segmentation fault with LDAP [6]
- Add db42 support. [7] (just uncomment related lines
if you installed it from shar)
- add SLAVE_DESIGNED_FOR variable for slave ports to
automaticaly mark them as BROKEN, if they are out of sync with
apache2 (Only the first 15 lines of the commit message are shown above ) |
2.0.48_1 13 Dec 2003 14:16:15 |
kuriyama |
Remove duplicated WITH_EXPERIMENTAL comment.
Reviewed by: maintainer |
2.0.48_1 09 Nov 2003 03:22:49 |
naddy |
- fix LDAP deps (typo) [1]
- fix nasty typo in DBM code (missing + in LIB_DEPENDS=)
- remove NO_{ERROR;WWWDATE;CGI;ICONS;WWW} and utilize WITHOUT_WWW and
WITH_CUSTOM_WWW [2]
- HTTP_PORT => WITH_HTTP_PORT and IPV6_ONLY => WITH_IPV6_ONLY [3]
- add support for FreeBSD libc db [4]
- add db41 support [5]
- more typos and a few things...
Notified by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com> [2] [3]
Requested by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> [4]
Submitted by: <swp@uni-altai.ru> [5]
PR: 58739
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
2.0.48 30 Oct 2003 09:37:13 |
perky |
Fix build.
PR: 58711
Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp>
Approved by: maintainer |
2.0.48 29 Oct 2003 22:46:45 |
trevor |
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) |
2.0.47_1 25 Oct 2003 20:47:38 |
dinoex |
- fix spelling in CONFLICTS |
2.0.47_1 18 Oct 2003 17:00:19 |
naddy |
Add forgotten file to plist.
PR: 58211
Submitted by: Dimitry Andric <dimitry@andric.com>
Approved by: maintainer |
2.0.47 14 Oct 2003 15:47:28 |
dinoex |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris |
2.0.47 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
2.0.47 15 Aug 2003 00:49:31 |
kuriyama |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
2.0.47 09 Jul 2003 15:31:40 |
cy |
Update 2.0.46 --> 2.0.47
Approved by: MAINTAINER (dominic.marks@btinternet.com)
Notified by: striker@apache.org on announce@apache.org |
2.0.46 06 Jul 2003 11:12:23 |
kris |
Set GNU_CONFIGURE instead of HAS_CONFIGURE.
Reviewed by: maintainer |
2.0.46 03 Jul 2003 08:09:31 |
erwin |
Hand maintainership to submitter
PR: 54053
Submitted by: Dominic Marks <dom@cus.org.uk> |
2.0.46 02 Jul 2003 18:08:50 |
perky |
Set maintainer to ports@FreeBSD.org |
2.0.46 12 Jun 2003 09:35:21 |
perky |
Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Requested by: Moti Levy <moti@flncs.com>,
Milan Andric <mandric@eecs.berkeley.edu>, |
2.0.46 06 Jun 2003 01:01:13 |
perky |
Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the build
when WRKDIRPREFIX is defined.
PR: 52973
Submitted by: Morten Rodal <morten@rodal.no> |
2.0.46 01 Jun 2003 00:09:42 |
perky |
[SECURITY FIX]
Update to 2.0.46
See vulnerability details at:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
PR: 52768 [1]
Submitted by: Xin Li <delphij@freebsdchina.org> [1],
Miguel Mendez <flynn@energyhq.es.eu.org>,
Trevor Johnson <trevor@FreeBSD.org>,
Mark Gooderum <mark@verniernetworks.com>,
John Walsh <zed@maths.tcd.ie> |
2.0.45 16 Apr 2003 21:33:58 |
perky |
- Utilize MASTER_SITE_APACHE_HTTPD [1]
- Allow to override SUEXEC_SAFEPATH [2]
Submitted by: naddy [1],
Eugene M. Kim <ab@astralblue.net> [2] |
2.0.45 04 Apr 2003 02:38:27 |
perky |
Add missed files on the previous commit. |
2.0.45 04 Apr 2003 02:36:58 |
perky |
Update to 2.0.45. This update fixes a DDOS vulnerability.
PR: 50564 [1]
Submitted by: Cy Schubert <cy@FreeBSD.org>, delphij@hotmail.com [1]
Requested by: many |
2.0.44 25 Feb 2003 06:25:36 |
perky |
De-pkg-comment for my ports. |
2.0.44 31 Jan 2003 11:50:50 |
perky |
Remove buggy SSL warning which isn't working correctly for openssl's
version scheme change.
Submitted by: Jos Backus <jos@catnook.com>,
Tiller Beauchamp <tiller@cs.uoregon.edu> |
2.0.44 21 Jan 2003 17:54:18 |
perky |
Update to 2.0.44
New knob IPV6_V6ONLY=yes disables accepting v4 connection via v4-mapped
v6 socket. |
2.0.43_2 08 Jan 2003 11:29:55 |
perky |
Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-devel
Bumped PORTREVISION accordingly.
PR: ports/39091
Submitted by: Marc Recht <marc@informatik.uni-bremen.de> |
2.0.43_1 15 Nov 2002 13:35:56 |
perky |
o Change installbuilddir to $PREFIX/share/apache2/build to make porting
3rd party modules easy. [1]
o Include <limits.h> before <sys/syslimits.h> to reduce warnings on -CURRENT
PR: 44104 [1]
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1] |
2.0.43 12 Oct 2002 21:55:47 |
knu |
Add MASTER_SITE_RINGSERVER to MASTER_SITES. |
2.0.43 05 Oct 2002 09:18:45 |
kris |
Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.
Mark apache13-ssl FORBIDDEN because the new version does not yet exist.
Partially based on patches submitted by below authors.
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>,
Udo Schweigert <udo.schweigert@siemens.com>,
Lev A. Serebryakov <lev@serebryakov.spb.ru>
PR: ports/43682, ports/43688, ports/43666, ports/43681 |
2.0.42 25 Sep 2002 16:42:24 |
perky |
Update to 2.0.42
Approved by: will (portmgr) |
2.0.40_1 17 Sep 2002 07:41:05 |
kuriyama |
Bump PORTREVISION and expat shlib. |
2.0.40 10 Aug 2002 00:56:52 |
perky |
Update to 2.0.40 |
2.0.39_7 04 Aug 2002 17:45:43 |
perky |
Fixed my stupid MAKE_ENV mistake on NOPORTDOCS=true
PR: 41292 [1]
Submitted by: Clemens Oertel <oertel@uni-tuebingen.de>
Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] |
2.0.39_7 21 Jul 2002 02:23:33 |
perky |
- Add a small hack for worker MPM [1]
(worker MPM with this hack seems to work without visible problems.
and still requires -DFORCE_THREADING_MPM to build for worker MPM.)
- Fix plist for worker MPM
- Comment out fancy modules from default httpd.conf
Tested on: ref5.freebsd.org, several 4-stable machines [1] |
2.0.39_7 21 Jul 2002 02:17:49 |
kuriyama |
Bump portrevision (textproc/expat2 shlib bump). |
2.0.39_6 14 Jul 2002 03:58:00 |
perky |
o Install mod_deflate by default
o Add mod_bucketeer and mod_optional_* modules to WITH_EXPERIMENTAL modules
o Bump port revision
PR: 40529
Submitted by: Lawrence Ho <lawrenceho@fastmail.fm> |
2.0.39_5 11 Jul 2002 12:24:54 |
perky |
Correct envvars path on apachectl(1)
Submitted by: Franco Venturi <fventuri@attbi.com> |
2.0.39_5 09 Jul 2002 11:22:19 |
perky |
- Add a patch for a bug on infinite loop in HTTP_IN
filter that allows DoS attack.
- Bump PORTREVISION
- Change maintainer address
Obtained from: Apache Group CVS (rev 1.150-1.151) |
2.0.39_4 08 Jul 2002 07:42:04 |
perky |
Fix more fatal bugs on htpasswd(1)
Requested by: "Jon Noack" <noackjr@compgeek.com>
Obtained from: Apache Group CVS (rev 1.49-1.51) |
2.0.39_3 28 Jun 2002 00:10:19 |
perky |
Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasks
PR: 38389
Submitted by: abatko@cs.mcgill.ca |
2.0.39_3 27 Jun 2002 00:22:40 |
perky |
o Fix the htpasswd logic bug around -c and -n options
o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2)
o Bump PORTREVISION
Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd)
Obtained from: Apache Project's CVS (htpasswd) |
2.0.39_2 21 Jun 2002 23:47:25 |
pat |
- Sync www/apache13's change (.default -> -dist)
- Change default to WITH_BULDLED_EXPAT
- Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if
WITHOUT_CACHE)
- Some minor style fixes
- Bump PORTREVISION
PR: ports/39635
Submitted by: maintainer |
2.0.39_1 20 Jun 2002 11:03:08 |
naddy |
* Always use /bin/sh for configure and build.
* Fix EXPAT_PATHS substitution on 4.4.
Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv> |
2.0.39_1 19 Jun 2002 08:18:10 |
sobomax |
Add USE_REINPLACE where appropriate. |
2.0.39_1 18 Jun 2002 23:02:06 |
pat |
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN
PR: ports/39477
Submitted by: maintainer |
2.0.36_1 18 Jun 2002 12:33:14 |
nectar |
Mark FORBIDDEN until an update is available.
See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>. |
2.0.36_1 26 May 2002 13:25:05 |
ijliao |
- Better WITH_SUEXEC support
- Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT)
PR: 38552
Submitted by: maintainer |
2.0.36 23 May 2002 00:32:04 |
pat |
Fix ports for building with -current without perl
PR: 38359
Submitted by: maintainer |
2.0.36 09 May 2002 03:55:19 |
cy |
1. Upgrade 2.0.35 --> 2.0.36
2. Port printed message to "pw userdel www" if port removed permanently.
However master.passwd 1.25.2.5 has user www by default, so this is no
longer correct advice. Removed pkg-deinstall to correct this.
PR: 37849 and 36907
Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv> |
2.0.35_1 18 Apr 2002 20:29:41 |
ijliao |
Respect $DESTDIR for all paths
PR: 37211
Submitted by: maintainer |
2.0.35_1 14 Apr 2002 20:37:28 |
pat |
Remove this patch since perl patch in port Makefile is used to
accomplish this.
PR: 37046
Submitted by: Helge Oldach <send-pr@oldach.net>
Approved by: maintainer |
2.0.35 11 Apr 2002 05:16:07 |
ijliao |
- Disable THREADS by default (many ports people reported problems around
threads)
- Bump port revision
- Added two more "POSIX expr" patch target for 5-CURRENT
PR: 36981
Submitted by: maintainer |
2.0.35 11 Apr 2002 03:41:13 |
obrien |
Fix 'expr' usage and allow to compile with GCC 3.1.
Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer) |
2.0.35 08 Apr 2002 13:30:01 |
roberto |
Fix typo in the optional WITH_SUEXEC section.
PR: ports/36872
Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER) |
2.0.35 08 Apr 2002 06:45:34 |
pat |
Update to 2.0.35 (first GA release!)
PR: 36834
Submitted by: maintainer |
2.0.32 07 Apr 2002 06:21:53 |
obrien |
Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files". |
2.0.32 23 Mar 2002 08:31:56 |
pat |
Update to 2.0.32
PR: 36040
Submitted by: maintainer |
22 Jan 2002 16:01:35 |
dwcjr |
Fix problem where installation would overwrite existing config files Bump
PORTREVISION |
13 Dec 2001 10:12:38 |
ijliao |
Fix invalid path problem on building extension module with apxs. |
07 Dec 2001 23:12:32 |
ache |
Suggest a command to delete user instead of actually deleting it |
01 Dec 2001 15:34:47 |
kuriyama |
Fix to define correct $PATCHFILES which is introduced in previous commit. |
01 Dec 2001 07:58:10 |
kuriyama |
PLIST cleanup. |
23 Nov 2001 05:03:13 |
dwcjr |
Fix a problem that apache release can't detach from launcher's terminal |
19 Nov 2001 22:47:47 |
dwcjr |
Update to 2.0.28 |
06 Nov 2001 21:37:07 |
knu |
Set LATEST_LINK to apache2 in favor of www/apache13. |
29 Oct 2001 20:11:04 |
ache |
Oops, CVS not change access bits on removing/adding, so use ${SH} trick |
29 Oct 2001 20:05:38 |
ache |
Second part to fix missing x-bit on pkg*install |
29 Oct 2001 20:04:00 |
ache |
First part to fix missing x-bit on pkg*install |
24 Oct 2001 17:03:38 |
ache |
Sync with main Apache |
17 Apr 2001 18:26:55 |
will |
Fix problems with configure bug that doesn't evaluate variables for
support/*.in. |
13 Apr 2001 15:48:49 |
will |
Add ipv6 to CATEGORIES, since Apache supports IPv6 by default. |
13 Apr 2001 05:43:49 |
will |
Bring in Apache 2.0.16-beta. Just in time for the release... |