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

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.69
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.68: +0 -0 lines
- retire www/apache2

Revision 1.68: 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.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
- Update to 2.0.55

Revision 1.67: 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
CVS tags: RELEASE_6_0_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
- Update to 2.0.54

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Feb 8 15:17:06 2005 UTC (7 years ago) by clement
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 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.65: 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
CVS tags: RELEASE_4_11_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 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.64: 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
CVS tags: RELEASE_5_3_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -4 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.63: 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.62: preferred, colored
Changes since revision 1.62: +0 -2 lines
- import buildconf patch in ports tree.
  It has been living out the tree for historical reason.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Mar 20 12:27:46 2004 UTC (7 years, 10 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +6 -8 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.61: 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.60: preferred, colored
Changes since revision 1.60: +2 -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.60: 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.59: preferred, colored
Changes since revision 1.59: +4 -0 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.59: 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.58: preferred, colored
Changes since revision 1.58: +2 -0 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.58: download - view: text, markup, annotated - select for diffs
Wed Oct 29 22:46:45 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 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.57: 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
CVS tags: RELEASE_4_9_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +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.56: 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.55: preferred, colored
Changes since revision 1.55: +1 -1 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.55: 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.54: preferred, colored
Changes since revision 1.54: +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.54: download - view: text, markup, annotated - select for diffs
Tue Jan 21 17:54:18 2003 UTC (9 years ago) by perky
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Update to 2.0.44

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

Revision 1.53: 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_5_0_0, RELEASE_4_7_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +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.52: 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.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Update to 2.0.42

Approved by:	will (portmgr)

Revision 1.51: 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.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Update to 2.0.40

Revision 1.50: 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
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN

PR:		ports/39477
Submitted by:	maintainer

Revision 1.49: 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
CVS tags: RELEASE_4_6_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 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.48: download - view: text, markup, annotated - select for diffs
Mon Apr 8 06:45:26 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Update to 2.0.35 (first GA release!)

PR:		36834
Submitted by:	maintainer

Revision 1.47: 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.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Update to 2.0.32

PR:		36040
Submitted by:	maintainer

Revision 1.46: 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
CVS tags: RELEASE_4_5_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -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.45: 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.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Update to 2.0.28

PR:		32043
Submitted by:	maintainer

Revision 1.44: 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
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 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.43: 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.42: preferred, colored
Changes since revision 1.42: +1 -2 lines
Upgrade to 1.3.19

Revision 1.42: 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.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Add official fix for RewriteMap bug

Revision 1.41: 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.40: preferred, colored
Changes since revision 1.40: +1 -2 lines
Upgrade to 1.3.17

Revision 1.40: 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.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Add official mod_rewrite fix

Revision 1.39: 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.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Upgrade to 1.3.14

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Feb 26 10:35:11 2000 UTC (11 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
upgrade to 1.3.12

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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 24 17:58:26 2000 UTC (12 years ago) by ache
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
upgrade to 1.3.11

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 3 16:07:34 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.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
upgrade to 1.3.9

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

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

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Sep 24 01:06:25 1998 UTC (13 years, 4 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
upgrade to 1.3.2

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jul 23 13:16:04 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Upgrade to 1.3.1

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jun 6 19:09:33 1998 UTC (13 years, 8 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
upgrade to 1.3.0

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

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

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 20 11:08:56 1998 UTC (13 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
Upgrade to 1.3b5

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

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

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

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

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

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

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

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

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Feb 26 06:00:51 1997 UTC (14 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update checksum for my dir.patch

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 26 01:23:18 1997 UTC (14 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Upgrade to 1.2b7

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

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

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 11 19:10:06 1996 UTC (15 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
Upgrade to 1.2b2

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

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

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

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

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

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

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 23 18:47:50 1995 UTC (16 years, 4 months ago) by pst
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 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:19 1995 UTC (16 years, 4 months ago) by pst
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 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