Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/apache2/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / www / apache2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.233
Sun Dec 4 00:27:19 2005 UTC (6 years, 2 months ago) by clement
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.232: +1 -1 lines
- retire www/apache2

Revision 1.232: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:28 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +1 -2 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.231: download - view: text, markup, annotated - select for diffs
Tue Oct 25 18:58:53 2005 UTC (6 years, 3 months ago) by fenner
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +2 -1 lines
Use the proper syntax for groups when using ${MASTER_SITE_foo}

Approved by:	MAINTAINER timeout (2 weeks)

Revision 1.230: download - view: text, markup, annotated - select for diffs
Fri Oct 14 13:54:07 2005 UTC (6 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +1 -2 lines
- Update to 2.0.55

Revision 1.229: download - view: text, markup, annotated - select for diffs
Tue Sep 20 08:39:50 2005 UTC (6 years, 4 months ago) by clement
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +2 -4 lines
- Apply openssl 0.9.8 fix by default. OpenSSL 0.9.8 is now the default
  from ports

Reported by:	erwin

Revision 1.228: download - view: text, markup, annotated - select for diffs
Sat Sep 10 14:46:13 2005 UTC (6 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +1 -1 lines
- remove a whitespace

Revision 1.227: download - view: text, markup, annotated - select for diffs
Sat Sep 10 14:26:48 2005 UTC (6 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +4 -0 lines
- Fix build if WITH_OPENSSL_BETA is defined.

PR:		ports/85457
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>

Revision 1.226: download - view: text, markup, annotated - select for diffs
Wed Sep 7 20:31:11 2005 UTC (6 years, 5 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +1 -1 lines
- Fix 	CAN-2005-2700

* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that
renegotiation is performed for a transition from "SSLVerifyClient
optional" to "SSLVerifyClient require".

Revision 1.225: download - view: text, markup, annotated - select for diffs
Thu Aug 25 20:24:52 2005 UTC (6 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +1 -1 lines
- Fix CAN-2005-2491 (integer overflow in pcre)
- Fix memory leak in byterange stuff, which can lead to DoS.
  http://issues.apache.org/bugzilla/show_bug.cgi?id=29962

Obtained from:  Apache SVN repo
Reported by:    simon
Approved by:    portmgr (self)

Revision 1.224: download - view: text, markup, annotated - select for diffs
Mon Aug 1 10:04:18 2005 UTC (6 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +6 -1 lines
- make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is defined

Revision 1.223: download - view: text, markup, annotated - select for diffs
Tue Jul 26 10:10:34 2005 UTC (6 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +1 -1 lines
- Add fix for CAN-2005-2088
From Changelog:
  *) SECURITY: CAN-2005-2088
     core: If a request contains both Transfer-Encoding and Content-Length
     headers, remove the Content-Length, mitigating some HTTP Request
     Splitting/Spoofing attacks.  [Paul Querna, Joe Orton]

- Rename previous patch to CVE ID
- bump PORTREVISION

Security:       CAN-2005-2088
Obtained From: Apache repository

Revision 1.222: download - view: text, markup, annotated - select for diffs
Tue Jul 26 08:25:12 2005 UTC (6 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +1 -0 lines
Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()
Reported by:	thierry

Revision 1.221: download - view: text, markup, annotated - select for diffs
Sun Apr 17 20:38:54 2005 UTC (6 years, 9 months ago) by clement
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +1 -2 lines
- Update to 2.0.54

Revision 1.220: download - view: text, markup, annotated - select for diffs
Tue Mar 15 22:18:54 2005 UTC (6 years, 10 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +1 -0 lines
- Fix memory leak
  *) core_input_filter: Move buckets to a persistent brigade instead of
     creating a new brigade. This stop a memory leak when proxying a
     Streaming Media Server.

Obtained from:  Apache httpd repository

Revision 1.219: download - view: text, markup, annotated - select for diffs
Tue Mar 1 13:36:30 2005 UTC (6 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +5 -0 lines
- promote kqueue to not-so-experiemental status.
  Please use WITH_KQUEUE_SUPPORT instead.

Success story reported by:	pav

Revision 1.218: download - view: text, markup, annotated - select for diffs
Tue Feb 8 15:17:06 2005 UTC (7 years ago) by clement
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +19 -4 lines
- Update to 2.0.53
- Download bz2'd tarball [1]
- Add print-closest-mirrors target.
  It allows you to find the 6 (3 http/3 ftp) closest mirror,
  base on http://www.apache.org/dyn/closer.cgi/httpd/
  make print-closest-mirrors >> /etc/make.conf automatically add
  the six closest mirror to the head of ${MASTER_SITE_APACHE_HTTPD}.

Requested by:	delphij

Revision 1.217: download - view: text, markup, annotated - select for diffs
Tue Jan 11 13:45:05 2005 UTC (7 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +14 -5 lines
o startup script:
- Use apache{2,21}flags variable in apache{2,21}_checkconfig().
  It fixes restart when apache2ssl_enable is set to YES in rc.conf
  and httpd.conf is "old" (i.e. non -DSSL safe) [1]

o Makefile
- split post-install target to add install-startup-script:
  User can now upgrade startup script without reinstalling apache2.
  NOTE: this is NOT package-safe and NOT supported, even if in most of
  cases they're no risk.

Noticed by:     many [1]

Revision 1.216: download - view: text, markup, annotated - select for diffs
Sun Dec 19 19:52:44 2004 UTC (7 years, 1 month ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +1 -1 lines
- Bump PORTREVISION to refect recent changes.
  Since www/mod_python3 needs envvars.d stuff to work.

Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Dec 17 17:52:20 2004 UTC (7 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +5 -4 lines
- Remove useless APR_FROM_PORTS check in post-install
- Add support for modular sbin/envvars
  You can now put your own scripts you want to execute at envvars
  stage in ${PREFIX}/etc/apache2/envvars.d
  Only script ending by *.env are run.

  Example:
	/usr/local/etc/apache2/envvars.d/mod_python3.env

Discussed with:	perky on -apache@

Revision 1.214: download - view: text, markup, annotated - select for diffs
Mon Dec 13 10:18:47 2004 UTC (7 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +1 -1 lines
- s/INSTALLS_SHILB/INSTALLS_SHLIB/

Revision 1.213: download - view: text, markup, annotated - select for diffs
Sun Dec 12 11:48:55 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +5 -2 lines
- Remove installation of unused highperformance*.conf
- Move examples config files to ${EXAMPLESDIR}
- Relax permissions on ${PREFIX}/www instead of ${PREFIX}/www/data

Revision 1.212: download - view: text, markup, annotated - select for diffs
Sat Nov 13 18:23:33 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +3 -5 lines
- minor cleanups.

Revision 1.211: download - view: text, markup, annotated - select for diffs
Wed Nov 10 18:24:44 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +1 -1 lines
- Fix memory consumption DoS, CVE CAN-2004-0942

Reported by:    josef
Obtained from:  Apache CVS

Revision 1.210: download - view: text, markup, annotated - select for diffs
Mon Nov 8 20:50:48 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -0 lines
- ldconfig'ify ${PREFIX}/lib/apache2 at install time.

PR:             ports/73566
Submitted by:   lev

Revision 1.209: download - view: text, markup, annotated - select for diffs
Sun Oct 31 09:22:21 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +2 -2 lines
Makefile was errornously committed. Revert the changes

Revision 1.208: download - view: text, markup, annotated - select for diffs
Sat Oct 30 19:44:41 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +2 -2 lines
- Fix apache2 build, I hope...

Noticed by:  many
Committed from: EuroBSDcon Hotel's bar.
Pointy hat to:	me
Under supervision from: mat, thierry, erwin (former mentor)

Revision 1.207: download - view: text, markup, annotated - select for diffs
Sat Oct 30 15:32:53 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +1 -1 lines
util_ald_cache_purge() fails to relink the cache entries during a cache purge.
So apply the official patch

Revision 1.206: download - view: text, markup, annotated - select for diffs
Sat Oct 16 14:45:40 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +2 -19 lines
- Remove WITH_APR_FROM_PORTS knob
- Add a note to UPDATING, to warn users they won't be able to build apache2
  if they keep apr 0.9.x

Discussed with: Craig Rodrigues (apr maintainer), kuriyama

Revision 1.205: download - view: text, markup, annotated - select for diffs
Sat Oct 16 09:15:52 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +2 -2 lines
- Fix apr detection
  WARNING: apache2 + apr 1.0 is BROKEN
  I'm working on a small compat hack. But don't dream too much.
  apache 2.0.x is not designed to work with apr 1.x.

Forgotten by:	kuriyama

Revision 1.204: download - view: text, markup, annotated - select for diffs
Sat Oct 16 05:03:07 2004 UTC (7 years, 3 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -2 lines
- Chase apr shlib version bump.

Pointy Hat Autumn Collection 2004 to:	kuriyama

Revision 1.203: download - view: text, markup, annotated - select for diffs
Wed Oct 13 14:03:06 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +3 -1 lines
- Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcoded
  www/www).
  It should help to keep consistancy in www-related ports.

Revision 1.202: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:17:38 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +1 -0 lines
- Yet Another Security Fix
  Fix CAN-2004-0885:

  * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a
  correct cipher suite has been negotiated, else deny access.

  * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL
  0.9.7, prevent session resumption during a renegotiation to force the
  client to negotiate a new (and acceptable) cipher suite.

Credits:	Hartmut Keil, Joe Orton

Revision 1.201: download - view: text, markup, annotated - select for diffs
Tue Oct 12 08:27:39 2004 UTC (7 years, 4 months ago) by clement
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +10 -9 lines
- Update to 2.0.52
- Use "PORTDOCS= #" and get rid of docs entry in plist.
- Support for FreeBSD 6 in apr
- Move of cache modules from THREADS to EXPERIMENTAL category and make
  sure we enable THREADS modules (cgid only) when a threaded MPM is
  selected.
- Resurect WITH_EXTRA_MODULES knob
- powerlogo.gif is now hosted by FreeBSD mirrors
- WITH_<category> is definitively no longer supported.
- Add Includes dir when installed via a package [1]

PR:             ports/72309 [1]
Submitted by:   Christian Kratzer <ck at cksoft dot de> [1]

Revision 1.200: download - view: text, markup, annotated - select for diffs
Sun Oct 10 08:17:59 2004 UTC (7 years, 4 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +1 -1 lines
- Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes)

Approved by:	portmgr (krion)

Revision 1.199: download - view: text, markup, annotated - select for diffs
Wed Sep 15 16:54:37 2004 UTC (7 years, 4 months ago) by clement
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +17 -3 lines
Security fixes [1]:
  *) SECURITY: CAN-2004-0786 (cve.mitre.org)
     Fix an input validation issue in apr-util which could be
     triggered by malformed IPv6 literal addresses.  [Joe Orton]

  *) SECURITY: CAN-2004-0747 (cve.mitre.org)
     Fix buffer overflow in expansion of environment variables in
     configuration file parsing.  [Andr<E9> Malo]

  *) SECURITY: CAN-2004-0809 (cve.mitre.org)
     mod_dav_fs: Fix a segfault in the handling of an indirect lock
     refresh.  PR 31183.  [Joe Orton]

- Update documentation (finally!) and fix WITH_<CATEGORY>_MODULES
  for special modules like LDAP or SSL [2]

Noticed by:     nectar [1]
Requested by:   Emile Heitor <imil at home dot imil dot net> [2]
Approved by:    portmgr (marcus)

Revision 1.198: download - view: text, markup, annotated - select for diffs
Thu Aug 19 14:38:36 2004 UTC (7 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +6 -1 lines
- Add support for exception hook:
  * WITH_EXCEPTION_HOOK now exists
  * Automatically add if WITH_DEBUG is set
  * Update still-outdated-documentation
- Remove automatic debuf mode if DEBUG_FLAGS is set

Exception hook is very useful for debugging (upcoming www/mod_backtrace
and www/mod_whatkilledus modules)

Makefile.modules.3rd:
- Fix CONFIGURE_ARGS for dynamic module selection.
  It's now fully usuable for apache13 ports
- Remove an useless WANT_APACHE check
- Move apxs detection at the beginning of the file, to use APXS_PREFIX
  for apache major version detection [1]
  The main advantage of this patch is to provide a nice way to
  have multiple apache versions, without altering ${LOCALBASE}.

Submitted by:    "ports/c0decafe.net" <ports at c0decafe dot net> [1]

Revision 1.197: download - view: text, markup, annotated - select for diffs
Wed Aug 18 19:40:07 2004 UTC (7 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +1 -1 lines
- Backport security fixes in ssl_engine_io.c

* [SECURITY] mod_ssl: Fix potential input filter segfaults in
  SPECULATIVE mode. (rollback handling for AP_MODE_SPECULATIVE)
  "This issue has possible security implications; it's been assigned CVE
  CAN-2004-0751 (cve.mitre.org)."
  http://issues.apache.org/bugzilla/show_bug.cgi?id=30134

* [SECURITY] mod_ssl: Fix potential infinite loop.
  (potential infinite loop in ssl_io_input_getline if connection is
  aborted without inctx->rc being set.)
  http://issues.apache.org/bugzilla/show_bug.cgi?id=27945
  http://issues.apache.org/bugzilla/show_bug.cgi?id=29690

Obtained from:  Apache CVS (httpd-2.0 HEAD)

Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Aug 17 12:41:25 2004 UTC (7 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +13 -5 lines
- Bump PORTREVISION for all previous changes
- Allow access to /home if mod_userdir is loaded
- We don't need apache2libs.sh if apr is installed from ports.
- Add recent changes to UPGRADING

Revision 1.195: download - view: text, markup, annotated - select for diffs
Sat Aug 7 20:25:02 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +0 -1 lines
Remove our config.layout support. FreeBSD layout is in apache2's one
since 2.0.48

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Aug 5 21:46:16 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +9 -5 lines
- Add ldconfig -m to apache2's apr libs (install time and boot time)

Requested by, discussed with: lev

Revision 1.193: download - view: text, markup, annotated - select for diffs
Mon Aug 2 08:40:05 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +2 -0 lines
apache2 NG patch 2/5.
Makefile.modules:
   - Export rewritten modules selection from Makefile.modules
     to Makefile.modules.3rd
   - Remove proxy support by default.

Makefile.modules.3rd:
   - Add support for WANT_APACHE common13/common2 to share
     code/functionalities between apache13 and apache2 server ports.

Rewrite of modules selection:
   - WITH_MODULES and WITHOUT_MODULES are no more conflicting
     WITHOUT_MODULES can be safely used internally to remove conflicting
     modules
   - Selection is based on modules categories to improve flexibility
        - WITH_${category}[_MODULES]
        - WITHOUT_${category}
        - WITH_CUSTOM_${category}
   -  Support apache13, apache2{0,1}
        This is EXPERIMENTAL. I'll test it IRL with www/apache13-ssl,
        and it should be easily usuable in future bsd.apache.mk

Revision 1.192: download - view: text, markup, annotated - select for diffs
Fri Jul 30 17:04:46 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +9 -3 lines
apache2 NG patch 1/5.

o Changes in httpd.conf
  - mod_userdir:
        . set Userdir if mod_userdir is loaded [1]
        . Userdir is denied for users from /etc/ftpusers
  - set more "secure" permissions.
    By default, policy is to deny access to filesystem.
    You HAVE to _ENABLE_ access to your filesystem in httpd.conf.
  - Add an "Includes" directory to ${PREFIX}/etc/apache2/
    to make configuration more flexible
    ${PREFIX}/etc/apache2/*.conf files are now automatically loaded.

o apache.sh
  - be closer to apachectl, apache.sh need envvars [2]
    It should restore subversion behavior.

Partially submitted by:
                kuriyama [1],
                Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2]

Future changes are mostly written, they should be committed during the
week-end.
If you're interrested in changes, feel free contact me.

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jul 13 09:32:44 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +3 -1 lines
- Fix hostname resolution if IPv4 are mapped. [1]
- Add WITHOUT_V4MAPPED knob and explicitly set --disable-v4-mapped
  if WITHOUT_V4MAPPED or WITH_IPV6_V6ONLY

Also submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]

Revision 1.190: download - view: text, markup, annotated - select for diffs
Fri Jul 9 16:41:38 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +3 -1 lines
- Add WITHOUT_IPV6 knob to workaround problem with IP resolution
  when --enable-v4-mapped is used (default).
  Use WITHOUT_IPV6 knob if you have problem with "HostnameLookup On" on
  IPv4-only server(s).
  I hope I can provide a real fix soon.

Revision 1.189: download - view: text, markup, annotated - select for diffs
Fri Jul 2 13:47:40 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +1 -0 lines
- Make configure script define DEFAULT_SCOREBOARD.
- Add NOTICE file to respect Apache 2.0 license

Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Jul 1 18:06:35 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +1 -7 lines
- revert ade's commit, since it breaks the ports due to something
  looking like a reverse patching.

Revision 1.187: download - view: text, markup, annotated - select for diffs
Thu Jul 1 17:06:41 2004 UTC (7 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +6 -1 lines
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)

Revision 1.186: download - view: text, markup, annotated - select for diffs
Thu Jul 1 05:54:56 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +10 -7 lines
- Update to 2.0.50
  Important changes:
  *) SECURITY: CAN-2004-0493 (cve.mitre.org)
     Close a denial of service vulnerability identified by Georgi
     Guninski which could lead to memory exhaustion with certain
     input data.  [Jeff Trawick]
  *) SECURITY: CAN-2004-0488 (cve.mitre.org)
     mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a
     (trusted) client certificate subject DN which exceeds 6K in length.
     [Joe Orton]
  Details can be found here:
        http://www.apache.org/dist/httpd/CHANGES_2.0
- Use autoconf 2.59
- Add add SUEXEC_LOGFILE tunable to set suexec logfile [1]
- Silently ignore removal of libexec/apache2 directory
- Import latest version of apr_reslit.c from apr CVS which
  adds timeout feature to apr_reslist_acquire().
  This is required for future mod_logio-st.
- Add explicit dependency on libiconv (so nowwe support libiconv)
- Move Windows Update fix from MASTER_SITE_LOCAL to ports tree
- add WITH_EXPERIMENTAL_PATCHES knobs:
  These patches are backports from apache CVS HEAD or apr CVS HEAD.
  They have positive impacts on apache responsiveness but can be
instable
  and are NOT currently supported by apache/apr teams.
  * exp-http-ready.patch: add "httpready" support for ACCEPT_FILTER
    (currently apache 2 only support "dataready")
  * exp-apr-kqueue.patch: add support for kqueue in apr_poll().
    This patch greatly improves apache network performance (up to
    18% according to the author, on my test box, between 13% and 21%)
    Test and feedback on -STABLE are welcome ;)
    For more details, please see:
    http://marc.theaimsgroup.com/?t=108650227500001&r=1&w=2

Submitted by:   knu [1]

NOTE:
Please set MASTER_SITE_APACHE_HTTPD to closest mirrors.
you can easily find them from:
http://www.apache.org/dyn/closer.cgi/httpd/
Thanks :

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue Jun 29 08:06:19 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +1 -1 lines
- Security fix.
  CAN-2004-0493 - memory exhaustion denial of service
  http://www.freebsd.org/ports/portaudit/81a8c9c2-c94f-11d8-8898-000d6111a684.html

Noticed by:	eik
Obtained from:	apache CVS

Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Jun 7 14:56:53 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +1 -1 lines
- change limits from user www to daemon class to be in sync with
  apachectl
- fix limits (missing eval)

Revision 1.183: download - view: text, markup, annotated - select for diffs
Sat Jun 5 11:14:17 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +16 -5 lines
-1- make show-options readable from a vt100 ;-)
-2- add WITH_DEBUG knob (supports DEBUG_FLAGS)
-3- convert start script to RCng [1]
    - add possibility to run limits(1) before apache starts
    - apache2.sh reload = apachectl graceful
-4- Add threadpool MPM
-5- Adapt COMMENT to fit MPM.
-6- Bump PORTREVISION

PR:             ports/66955 [1]
Submitted by:   nork [1] (partially)
Requested by:   ume [1]

Revision 1.182: download - view: text, markup, annotated - select for diffs
Wed Jun 2 08:15:58 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +3 -3 lines
- remove quotes from "bogus" IGNORE string

Noticed by:	kris

Revision 1.181: download - view: text, markup, annotated - select for diffs
Sat May 29 22:17:16 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2 -2 lines
- Fix IGNORE s,(,\(,

Revision 1.180: download - view: text, markup, annotated - select for diffs
Sat May 29 22:07:37 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2 lines
- s/BROKEN/IGNORE/

Revision 1.179: download - view: text, markup, annotated - select for diffs
Sat May 29 21:37:38 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +3 -0 lines
- Fix build if WITH_APR_FROM_PORTS is defined.
- Advertise ServerToken i.e.:
Apache/2.0.49 (FreeBSD) Server at satan.cultdeadsheep.org Port 80

Revision 1.178: download - view: text, markup, annotated - select for diffs
Fri May 28 15:27:01 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +1 -0 lines
- Import security fix from Apache CVS...
* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix buffer
overflow in FakeBasicAuth code if client's subject DN exceeds 6K in
length (CVE CAN-2004-0488); switch to using apr-util base64 encoder
functions.
- ... and of course bump PORTREVISION.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488
http://secunia.com/advisories/11534/

Reported by:    Charles-Damien Orbello <tazma@cultdeadsheep.org>

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue May 18 11:58:56 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +0 -2 lines
- import buildconf patch in ports tree.
  It has been living out the tree for historical reason.

Revision 1.176: download - view: text, markup, annotated - select for diffs
Tue May 18 11:35:54 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +2 -2 lines
- use autoconf 2.57
- use libtool 1.5.6

Revision 1.175: download - view: text, markup, annotated - select for diffs
Sat Mar 20 12:27:45 2004 UTC (7 years, 10 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +14 -15 lines
Update to 2.0.49

Full ChangeLogand announcement:
http://www.apache.org/dist/httpd/Announcement2.html

Port changes:
- buildconf patches improvement
- Fix typo [1]

PR:             64297 [1]
Submitted by:   TSUMAI Yasuyuki <ral@ta-ko.jp> [1]

Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Mar 18 20:50:09 2004 UTC (7 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +4 -1 lines
- CONFLICTS extended

Revision 1.173: download - view: text, markup, annotated - select for diffs
Sun Mar 14 07:58:25 2004 UTC (7 years, 10 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2 lines
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:31 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -2 lines
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.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Sat Mar 13 10:37:39 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +1 -0 lines
Fix configure.

Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri Mar 12 02:48:24 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -1 lines
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.

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Mar 8 12:51:54 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +1 -1 lines
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

Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Feb 16 14:07:48 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +4 -0 lines
- 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]

Revision 1.167: download - view: text, markup, annotated - select for diffs
Sun Feb 8 15:40:41 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +4 -2 lines
- Improve apr from ports support.
  Thanks a lot to kuriyama.

Submitted by:   kuriyama

Revision 1.166: download - view: text, markup, annotated - select for diffs
Sun Feb 8 11:53:55 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +6 -3 lines
- 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]

Revision 1.165: download - view: text, markup, annotated - select for diffs
Sun Feb 8 10:01:40 2004 UTC (8 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +1 -1 lines
o Use appropriate comment for WITH_IPV6_V6ONLY knob.
o Fix apu-config command name in WITH_APR_FROM_PORTS condition.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Wed Jan 21 21:21:12 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +2 -0 lines
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)

Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri Jan 16 00:30:22 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +4 -5 lines
- 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)

Revision 1.162: download - view: text, markup, annotated - select for diffs
Tue Jan 13 22:12:11 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +1 -1 lines
- 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)

Revision 1.161: download - view: text, markup, annotated - select for diffs
Sat Jan 10 22:24:51 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +11 -4 lines
- 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]

Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Jan 9 23:11:17 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +16 -10 lines
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)

Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Jan 9 18:56:12 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +10 -0 lines
- 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)

Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Jan 8 17:42:03 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +37 -90 lines
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

PRs:                60444 [1], 61030 [4]
Requested by:       Matthias Andree <matthias.andree@gmx.de> [7]
Suggested by:       kuriyama [2] [5]
Submitted by:       Daniel Tasov <danielt@pilgerer.org> [1],
                    kuriyama [5],
                    motoyuki [3],
                    Scott Michel <scottm@cs.ucla.edu> [4]
Obtained from:      Apache CVS [6]
Reviewed by:        erwin, linimon
Approved by:        erwin (mentor)

Revision 1.157: download - view: text, markup, annotated - select for diffs
Sat Dec 13 14:16:15 2003 UTC (8 years, 2 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +0 -1 lines
Remove duplicated WITH_EXPERIMENTAL comment.

Reviewed by:	maintainer

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sun Nov 9 03:22:49 2003 UTC (8 years, 3 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +25 -41 lines
- 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>

Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu Oct 30 09:37:13 2003 UTC (8 years, 3 months ago) by perky
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +1 -1 lines
Fix build.

PR:		58711
Submitted by:	Yusuke Matsuoka <yusmat@iris.dti.ne.jp>
Approved by:	maintainer

Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Oct 29 22:46:44 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +124 -67 lines
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)

Revision 1.153: download - view: text, markup, annotated - select for diffs
Sat Oct 25 20:47:38 2003 UTC (8 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +1 -1 lines
- fix spelling in CONFLICTS

Revision 1.152: download - view: text, markup, annotated - select for diffs
Sat Oct 18 17:00:18 2003 UTC (8 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +1 -0 lines
Add forgotten file to plist.

PR:		58211
Submitted by:	Dimitry Andric <dimitry@andric.com>
Approved by:	maintainer

Revision 1.151: download - view: text, markup, annotated - select for diffs
Tue Oct 14 15:47:28 2003 UTC (8 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +3 -0 lines
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
Approved by:    kris

Revision 1.150: download - view: text, markup, annotated - select for diffs
Wed Sep 24 08:37:38 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +1 -1 lines
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>

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Aug 15 00:49:30 2003 UTC (8 years, 5 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
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...

Revision 1.148: download - view: text, markup, annotated - select for diffs
Wed Jul 9 15:31:40 2003 UTC (8 years, 7 months ago) by cy
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
Update 2.0.46 --> 2.0.47

Approved by:	MAINTAINER (dominic.marks@btinternet.com)
Notified by:	striker@apache.org on announce@apache.org

Revision 1.147: download - view: text, markup, annotated - select for diffs
Sun Jul 6 11:12:23 2003 UTC (8 years, 7 months ago) by kris
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +1 -1 lines
Set GNU_CONFIGURE instead of HAS_CONFIGURE.

Reviewed by:	maintainer

Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Jul 3 08:09:31 2003 UTC (8 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -1 lines
Hand maintainership to submitter

PR:		54053
Submitted by:	Dominic Marks <dom@cus.org.uk>

Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Jul 2 18:08:49 2003 UTC (8 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Set maintainer to ports@FreeBSD.org

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:35:21 2003 UTC (8 years, 8 months ago) by perky
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +11 -0 lines
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>,

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri Jun 6 01:01:13 2003 UTC (8 years, 8 months ago) by perky
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +1 -1 lines
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>

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sun Jun 1 00:09:42 2003 UTC (8 years, 8 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
[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>

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Apr 16 21:33:58 2003 UTC (8 years, 9 months ago) by perky
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +3 -10 lines
- Utilize MASTER_SITE_APACHE_HTTPD [1]
- Allow to override SUEXEC_SAFEPATH [2]

Submitted by:	naddy [1],
		Eugene M. Kim <ab@astralblue.net> [2]

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Apr 4 02:36:57 2003 UTC (8 years, 10 months ago) by perky
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -1 lines
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

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Feb 25 06:25:35 2003 UTC (8 years, 11 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +1 -0 lines
De-pkg-comment for my ports.

Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:50:50 2003 UTC (9 years ago) by perky
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +0 -6 lines
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>

Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue Jan 21 17:54:18 2003 UTC (9 years ago) by perky
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +6 -3 lines
Update to 2.0.44

New knob IPV6_V6ONLY=yes disables accepting v4 connection via v4-mapped
v6 socket.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Jan 8 11:29:55 2003 UTC (9 years, 1 month ago) by perky
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
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>

Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Nov 15 13:35:56 2002 UTC (9 years, 2 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +1 -0 lines
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]

Revision 1.134: download - view: text, markup, annotated - select for diffs
Sat Oct 12 21:55:47 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -0 lines
Add MASTER_SITE_RINGSERVER to MASTER_SITES.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Sat Oct 5 09:18:45 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -1 lines
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

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Sep 25 16:42:24 2002 UTC (9 years, 4 months ago) by perky
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +1 -2 lines
Update to 2.0.42

Approved by:	will (portmgr)

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Sep 17 07:41:02 2002 UTC (9 years, 4 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -1 lines
Bump PORTREVISION and expat shlib.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Sat Aug 10 00:56:51 2002 UTC (9 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +23 -25 lines
Update to 2.0.40

Revision 1.129: download - view: text, markup, annotated - select for diffs
Sun Aug 4 17:45:43 2002 UTC (9 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +1 -1 lines
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]

Revision 1.128: download - view: text, markup, annotated - select for diffs
Sun Jul 21 02:23:33 2002 UTC (9 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +11 -2 lines
- 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]

Revision 1.127: download - view: text, markup, annotated - select for diffs
Sun Jul 21 02:17:48 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2 lines
Bump portrevision (textproc/expat2 shlib bump).

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Jul 14 03:57:59 2002 UTC (9 years, 7 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +5 -3 lines
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>

Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue Jul 9 11:22:19 2002 UTC (9 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2 lines
- 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)

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Jul 8 07:42:03 2002 UTC (9 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -1 lines
Fix more fatal bugs on htpasswd(1)

Requested by:	"Jon Noack" <noackjr@compgeek.com>
Obtained from:	Apache Group CVS (rev 1.49-1.51)

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Jun 28 00:10:18 2002 UTC (9 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +1 -1 lines
Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasks

PR:		38389
Submitted by:	abatko@cs.mcgill.ca

Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Jun 27 00:22:40 2002 UTC (9 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +4 -12 lines
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)

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:47:23 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +28 -29 lines
- 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

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Jun 20 11:03:08 2002 UTC (9 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -2 lines
* Always use /bin/sh for configure and build.
* Fix EXPAT_PATHS substitution on 4.4.

Submitted by:	maintainer Hye-Shik Chang <perky@fallin.lv>

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Jun 19 08:18:09 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -0 lines
Add USE_REINPLACE where appropriate.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Jun 18 23:02:04 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +30 -32 lines
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN

PR:		ports/39477
Submitted by:	maintainer

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Jun 18 12:33:14 2002 UTC (9 years, 7 months ago) by nectar
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -0 lines
Mark FORBIDDEN until an update is available.
See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sun May 26 13:25:04 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +25 -5 lines
- Better WITH_SUEXEC support
- Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT)

PR:		38552
Submitted by:	maintainer

Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu May 23 00:31:44 2002 UTC (9 years, 8 months ago) by pat
Branches: MAIN
CVS tags: RELEASE_4_6_0
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -1 lines
Fix ports for building with -current without perl

PR:		38359
Submitted by:	maintainer

Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu May 9 03:55:18 2002 UTC (9 years, 9 months ago) by cy
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +4 -12 lines
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>

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Apr 18 20:29:40 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -2 lines
Respect $DESTDIR for all paths

PR:		37211
Submitted by:	maintainer

Revision 1.112: download - view: text, markup, annotated - select for diffs
Thu Apr 11 05:16:07 2002 UTC (9 years, 10 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +8 -4 lines
- 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

Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Apr 8 13:30:01 2002 UTC (9 years, 10 months ago) by roberto
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
Fix typo in the optional WITH_SUEXEC section.

PR:		ports/36872
Submitted by:	Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)

Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Apr 8 06:45:25 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +60 -27 lines
Update to 2.0.35 (first GA release!)

PR:		36834
Submitted by:	maintainer

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sun Apr 7 06:21:53 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
Don't try to fetch the "-beta" file.  `make fetch' returns "Multiple files".

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sat Mar 23 08:31:54 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +26 -24 lines
Update to 2.0.32

PR:		36040
Submitted by:	maintainer

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jan 22 16:01:35 2002 UTC (10 years ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
Fix problem where installation would overwrite existing config files
Bump PORTREVISION

Submitted by:	maintainer

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Dec 13 10:12:38 2001 UTC (10 years, 2 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -1 lines
Fix invalid path problem on building extension module with apxs.

PR:		32638
Submitted by:	maintainer

Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Dec 7 23:12:32 2001 UTC (10 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -1 lines
Suggest a command to delete user instead of actually deleting it

PR:		32536

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat Dec 1 15:34:47 2001 UTC (10 years, 2 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
Fix to define correct $PATCHFILES which is introduced in previous commit.

Submitted by:	Christian Weisgerber <naddy@freebsd.org>

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Dec 1 07:58:09 2001 UTC (10 years, 2 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
PLIST cleanup.

Found by:	bento

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Nov 23 05:03:13 2001 UTC (10 years, 2 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +4 -0 lines
Fix a problem that apache release can't detach from launcher's
terminal

PR:		32208
Submitted by:	maintainer
Pointed out by:	Jos Backus <josb@cncdsl.com>

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Nov 19 22:47:46 2001 UTC (10 years, 2 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +48 -38 lines
Update to 2.0.28

PR:		32043
Submitted by:	maintainer

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Nov 6 21:37:06 2001 UTC (10 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -0 lines
Set LATEST_LINK to apache2 in favor of www/apache13.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Oct 29 20:11:04 2001 UTC (10 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Oops, CVS not change access bits on removing/adding, so use ${SH} trick

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Oct 29 20:05:37 2001 UTC (10 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
Second part to fix missing x-bit on pkg*install

PR:		31599

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Oct 24 16:03:34 2001 UTC (10 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +7 -4 lines
Sync with main Apache

Submitted by:	MAINTAINER

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Apr 17 17:26:54 2001 UTC (10 years, 9 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -1 lines
Fix problems with configure bug that doesn't evaluate variables for
support/*.in.

PR:		26570
Submitted by:	maintainer
Found by:	mharo

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Apr 13 14:48:48 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Add ipv6 to CATEGORIES, since Apache supports IPv6 by default.

Submitted by:	ume

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Apr 13 04:43:47 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +50 -50 lines
Bring in Apache 2.0.16-beta.  Just in time for the release...

PR:		26410
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>
Repocopied by:	asami

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Apr 7 00:41:51 2001 UTC (10 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +17 -16 lines
Apache dist moved to another subdir
Bump PORTREVISION for util.c patch

PR:		26383
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Mar 6 22:51:34 2001 UTC (10 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -5 lines
Upgrade to 1.3.19

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:27:35 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -1 lines
bump portrevision

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:19:19 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +4 -1 lines
Add official fix for RewriteMap bug

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:12 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
Some spaces -> tabs for ports/www.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Jan 30 11:55:00 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -6 lines
Upgrade to 1.3.17

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:32:53 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +5 -5 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:15:11 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -3 lines
Goodbye, YEAR2000.  Hello, 2001.

Approved by:	asami

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Dec 27 22:47:56 2000 UTC (11 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +5 -1 lines
Add official mod_rewrite fix

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Oct 14 07:00:09 2000 UTC (11 years, 3 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -4 lines
Upgrade to 1.3.14

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Oct 11 22:37:56 2000 UTC (11 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -3 lines
Move all modules from static to shared to allow maximal configuration
flexibility.

WARNING: existing configurations should be updated with 'LoadModule' for
previously static modules.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Aug 22 03:41:03 2000 UTC (11 years, 5 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +25 -25 lines
Cosmetic changes to reduce difference between apache13 ports.
(whitespace/tab, re-ordering, same $DISTNAME)

This is preparation for ports/18788 updates.

Approved by:		adam@algroup.co.uk, sumikawa
No response from:	ache (sorry for stepping on your toes)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:36:59 2000 UTC (11 years, 7 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -4 lines
As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Apr 10 19:26:55 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Fix typo

Submitted by: "Gary D. Margiotta" <gary@tbe.net>

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:04:17 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Feb 26 10:35:03 2000 UTC (11 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -6 lines
upgrade to 1.3.12

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Feb 2 21:14:03 2000 UTC (12 years ago) by ache
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -1 lines
Add official cross side scripting security patch

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Jan 24 17:57:57 2000 UTC (12 years ago) by ache
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -3 lines
upgrade to 1.3.11

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Sep 3 16:07:23 1999 UTC (12 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +6 -14 lines
upgrade to 1.3.9

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:42:38 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:30:18 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4 lines
echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Aug 22 19:00:30 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jun 25 21:53:06 1999 UTC (12 years, 7 months ago) by sada
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
www/apache13 rc.d startup script has /usr/local hardcoded.
PR:		ports/12206
Submitted by:	Matt Behrens <matt@zigg.com>

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Mar 25 22:25:43 1999 UTC (12 years, 10 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -5 lines
upgrade to 1.3.6

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Mar 13 17:57:44 1999 UTC (12 years, 11 months ago) by billf
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Fix missing "\"s

Noticed By:	#FreeBSD

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Mar 13 17:11:02 1999 UTC (12 years, 11 months ago) by billf
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +15 -1 lines
Add the Apache mirror sites. For ports with 'mods' attached to them, the MASTER_SITEs
were alternated so the user does not have to get 10 apache MASTER_SITEs when all
they need is one 'mod' MASTER_SITE, which is what would happen if we used a
MASTER_SITE_APACHE or added all of the mirrors in a row.

Approved By:	apache maintainers, asami
Submitted By: 	Brian Feldman <green@unixhelp.org>, billf

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Mar 8 07:28:31 1999 UTC (12 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -2 lines
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Mar 7 18:34:56 1999 UTC (12 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
change master site to http://

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Jan 15 00:26:19 1999 UTC (13 years ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +7 -7 lines
upgrade to 1.3.4

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jan 13 02:47:32 1999 UTC (13 years, 1 month ago) by scrappy
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
More Y2K Statement Links...

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Oct 19 12:48:55 1998 UTC (13 years, 3 months ago) by smace
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -4 lines
Upgrade to 1.3.3
Fix module loading under ELF
PR:		ports/8267 ports/8362

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Sep 24 01:24:04 1998 UTC (13 years, 4 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +4 -2 lines
coment out --with-perl option, currently perl version don't matter

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Sep 24 01:06:18 1998 UTC (13 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +5 -5 lines
upgrade to 1.3.2

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Sep 20 23:55:38 1998 UTC (13 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Remove expensive-optimization -O6 already include it

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jul 23 13:15:57 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +8 -5 lines
Upgrade to 1.3.1

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jun 24 19:54:05 1998 UTC (13 years, 7 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +16 -6 lines
Make performance tuning conditionaly depends on APACHE_PERF_TUNING
variable. Add more optimization there.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jun 18 11:56:17 1998 UTC (13 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Redirect apachectl output to devnull in apache.sh

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jun 18 11:51:03 1998 UTC (13 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Use apachectl to start apache in rc.d/apache.sh

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Jun 13 08:33:41 1998 UTC (13 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2 lines
Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClients
directive installed by default and this needs to avoid unnecessary
recompilation

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jun 9 19:49:59 1998 UTC (13 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -2 lines
Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html
Add --disable-rule=STATUS and -DBUFFERED_LOGS

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jun 7 02:39:22 1998 UTC (13 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -3 lines
Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repository
copy of apache -> apache12 and apache-current -> apache13.

Requested by:	ache

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jun 6 19:09:23 1998 UTC (13 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -4 lines
upgrade to 1.3.0

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jun 5 17:16:01 1998 UTC (13 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -5 lines
upgrade to 1.3b7

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Apr 22 16:28:43 1998 UTC (13 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -3 lines
Fix PLIST

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Apr 22 12:39:33 1998 UTC (13 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1 lines
===>  Building package for apache-1.3b6
Creating package /usr/ports/packages/All/apache-1.3b6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz'
tar: can't add file sbin/dbmmanage : No such file or directory
tar: can't add file sbin/htdigest : No such file or directory
tar: can't add file sbin/htpasswd : No such file or directory
*** Error code 1

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Apr 22 12:38:13 1998 UTC (13 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -5 lines
Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.
Also, don't use "+=" to define variable defined only once.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Apr 21 21:57:36 1998 UTC (13 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +19 -60 lines
Upgrade to 1.3b6, now with loadable modules!

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Mar 12 04:05:01 1998 UTC (13 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Add dist patches set locally since bsd.port.mk can't handle different base
directory per each dist patch

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Feb 25 06:23:55 1998 UTC (13 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -1 lines
Define NO_LATEST_LINK.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Feb 20 11:08:40 1998 UTC (13 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +8 -7 lines
Upgrade to 1.3b5

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jan 7 22:19:03 1998 UTC (14 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -1 lines
Add official patch for //// attack

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Nov 21 21:10:15 1997 UTC (14 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -5 lines
Upgrade to 1.3b3

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Oct 23 16:39:46 1997 UTC (14 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -2 lines
Compile with -funsigned-char instead of (unsigned char) cast
and not replace Apache functions now

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Oct 22 23:51:17 1997 UTC (14 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +51 -5 lines
Upgrade to 1.3b2, now with support files and docs installed

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Aug 25 23:02:41 1997 UTC (14 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -4 lines
Do not replace Apache md5 with FreeBSD one, it cause
support problems and gains almost nothing

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Aug 13 15:09:53 1997 UTC (14 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
Tweak comment

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 12 18:20:00 1997 UTC (14 years, 6 months ago) by peter
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +11 -15 lines
Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the
original apache-current port.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Aug 12 11:49:12 1997 UTC (14 years, 6 months ago) by peter
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -39 lines
The great apache shuffle, part 1.. Revive files and break out SSL..

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jul 8 13:04:09 1997 UTC (14 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4 lines
Upgrade to 1.2.1

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:45:07 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
Update to 1.2.0

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat May 31 20:34:09 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
More fixing of OPTIM replacement

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat May 31 20:26:38 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Fix OPTIM= patching

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat May 31 20:16:01 1997 UTC (14 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -5 lines
Upgrade to 1.2b11

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 2 18:22:03 1997 UTC (14 years, 9 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
Upgrade to 1.2b10

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 14 18:54:26 1997 UTC (14 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +9 -6 lines
Upgrade to 1.2b8

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Feb 26 01:23:10 1997 UTC (14 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
Upgrade to 1.2b7

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 28 05:39:31 1997 UTC (15 years ago) by ache
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Upgrade to 1.2b6

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jan 2 16:39:55 1997 UTC (15 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
Upgrade to 1.2b4

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 25 22:53:22 1996 UTC (15 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -8 lines
Upgrade to 1.2b3
Submitted by: mostly by peter

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Dec 11 21:04:21 1996 UTC (15 years, 2 months ago) by markm
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
Mark the SSL'ed version as BROKEN, until the official patches appear. Also
add myself as maintainer of the SSL version.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Dec 11 19:09:59 1996 UTC (15 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -23 lines
Upgrade to 1.2b2

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:40:33 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 7 01:53:14 1996 UTC (15 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -4 lines
Add information URLs comment

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Nov 7 01:49:46 1996 UTC (15 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +34 -1 lines
Conditionalize all my patches

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 31 17:42:13 1996 UTC (15 years, 3 months ago) by markm
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Uncomment the DEPENDS= line. Sheesh.
Reminded by:	ache

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 26 18:49:52 1996 UTC (15 years, 3 months ago) by markm
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +15 -3 lines
FINALLY - commit the SSL'ed version of this. (ye gods, this has been a while
:-) )

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 11 14:49:21 1996 UTC (15 years, 6 months ago) by markm
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +22 -2 lines
1) Add the ability to build a secure (SSL'ed) server, conditionalised
   on the presence of SECURE_SERVER.

2) Clean up the installation in accordance with BSD religion:
   Now all the configs go in ${PREFIX}/etc/apache and the
   data (documents) stay in ${PREFIX}/www.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jul 12 10:27:53 1996 UTC (15 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -5 lines
Remove unnecessary DISTFILES and EXTRACT_ONLY.

Remove pst's address from MAINTAINER, I don't know if any script
will fail if we have two addresses here so I don't want to risk
breaking something right before the release.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 12 06:41:05 1996 UTC (15 years, 7 months ago) by pst
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
...just changed maintainer to match reality

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 11 11:03:17 1996 UTC (15 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -10 lines
Upgrade to 1.1.1
OK-ed by: gpalmer

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jun 15 17:51:08 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -5 lines
Slight revision:  If startup file already there, leave it alone.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jun 15 16:58:06 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -1 lines
Install an apache.sh startup file in /usr/local/etc/rc.d/

Now that apache_httpd is gone from /etc/sysconfig, this is the canonical
way to make apache start automatically in a new system installation.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 20 07:37:06 1996 UTC (15 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -5 lines
Variable reorderization.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 19 22:21:42 1996 UTC (15 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -8 lines
Use mod_env.c to pass environment to CGI instead of local hack

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 21 08:54:24 1996 UTC (15 years, 9 months ago) by pst
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Update to Apache 1.0.5 (security fix)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 22 21:54:58 1996 UTC (15 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Upgrade to 1.0.3

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 7 03:15:26 1996 UTC (16 years ago) by jfieber
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Upgrade to 1.0.2.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 4 12:56:18 1995 UTC (16 years, 2 months ago) by jfieber
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -2 lines
Fix MASTER_SITES.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 2 23:07:08 1995 UTC (16 years, 2 months ago) by jfieber
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update to 1.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 27 04:10:09 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Change categories to "www".  gn has "net" in there too.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 23 18:47:45 1995 UTC (16 years, 4 months ago) by pst
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -3 lines
Upgrade apache to 0.8.14, completely restructure port, and list myself as
maintainer.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 19 07:03:17 1995 UTC (16 years, 4 months ago) by pst
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Upgrade apache to 0.8.13

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Aug 28 13:28:45 1995 UTC (16 years, 5 months ago) by jkh
Branches: APACHE
CVS tags: apache_0_8_11
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Port of the APACHE web server.
Submitted by:	"Eric L. Hernes" <erich@lodgenet.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 13:28:45 1995 UTC (16 years, 5 months ago) by jkh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options