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

CVS log for ports/www/apache2/files/Attic/patch-Makefile.in

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
- Update to 2.0.54

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +19 -21 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.15: 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
CVS tags: RELEASE_4_11_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +15 -5 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.14: 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.13: preferred, colored
Changes since revision 1.13: +33 -7 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.13: 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_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -8 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.12: 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_1_0, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -10 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.11: download - view: text, markup, annotated - select for diffs
Sat Aug 10 00:56:52 2002 UTC (9 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +85 -40 lines
Update to 2.0.40

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +13 -3 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.9: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:47:25 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.8: preferred, colored
Changes since revision 1.8: +10 -10 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.8: download - view: text, markup, annotated - select for diffs
Tue Jun 18 23:02:05 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +27 -50 lines
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN

PR:		ports/39477
Submitted by:	maintainer

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +10 -9 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.6: download - view: text, markup, annotated - select for diffs
Thu Apr 18 20:29:41 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +18 -5 lines
Respect $DESTDIR for all paths

PR:		37211
Submitted by:	maintainer

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

PR:		36834
Submitted by:	maintainer

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

PR:		36040
Submitted by:	maintainer

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +10 -1 lines
Fix problem where installation would overwrite existing config files
Bump PORTREVISION

Submitted by:	maintainer

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

PR:		32043
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 13 04:43:48 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
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

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