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

CVS log for ports/www/cgiwrap/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 13 03:23:17 2009 UTC (3 years ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -4 lines
- Update to 4.1

PR:		ports/130277
Submitted by:	Eric W. Bates <ericx@vineyard.net>
Security:	bc6a7e79-e111-11dd-afcd-00e0815b8da8

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Nov 20 11:06:24 2008 UTC (3 years, 2 months ago) by koitsu
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Maintainer moved to ports@FreeBSD.org.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun May 11 11:51:32 2008 UTC (3 years, 9 months ago) by koitsu
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Fix for WITH_USE_REDIRECT_URL; previously did not work.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Mar 26 16:25:20 2008 UTC (3 years, 10 months ago) by koitsu
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
* Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)
* Add some redundancy fetch locations to MASTER_SITE_LOCAL.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:47:11 2007 UTC (4 years, 5 months ago) by koitsu
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +9 -1 lines
Add WITH_USE_SCRIPT_URL and WITH_USE_REDIRECT_URL knobs, allowing for
the SCRIPT_NAME environment variable to be built based on $SCRIPT_URL
or $REDIRECT_URL.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 15 22:58:58 2007 UTC (4 years, 5 months ago) by koitsu
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -4 lines
Fix for "make install"; logic in cgiwrap's autoconf file for --with-cgiwrapd
and --without-cgiwrapd is broken (always assumes cgiwrapd will be used).
Will submit fix upstream.

Reviewed by:	philip
Approved by:	philip

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Aug 15 16:37:47 2007 UTC (4 years, 5 months ago) by koitsu
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Updating cgiwrap from 3.9 to 4.0.  Tested on RELENG_6.

Reviewed by:	philip
Approved by:	philip

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 5 17:09:34 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +11 -12 lines
Move LOG_FILE code to after bsd.port.pre.mk

PR:		ports/85687
Submitted by:	maintainer

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 8 22:35:06 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +81 -68 lines
- Convert to OPTIONS
- Add NPH and DEBUG knobs
- Rename some tunables
- Remove EMAIL knob

PR:		ports/83144
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 1 13:42:54 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +72 -53 lines
- Rename knonbs for more POLA compliant.
- Utilize PORTDOCS macro.
- Fix pkg-message for the package.
- Minor formating and typographic changes.

PR:		ports/71188
Submitted by:	maintainer

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 17 05:29:01 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +76 -33 lines
* Uses WWWOWN and WWWGRP.
* Changes tweaks to CGIWRAP_ALLOWFILE and CGIWRAP_DENYFILE.
* Add optional ability to build without some features.
* Adds CGIWRAP_DEBUG, which adds support for the cgiwrapd/nph-cgiwrapd binaries.
* Proper/secure permissions on the binaries.
* Another cosmetic changes.

* Pass maintainership to submitter.

PR:		ports/70106
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Mar 2 22:42:24 2004 UTC (7 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -5 lines
- Update to 3.9
- Use DOCSDIR in pkg-plist to silence portlint

PR:		ports/63656
Submitted by:	Josh Elsasser <jre@vineyard.net> (maintainer)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 12 01:35:35 2003 UTC (8 years, 8 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Update to 3.8

PR:		53224
Submitted by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 21 14:01:14 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
De-pkg-comment.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 8 18:58:23 2002 UTC (9 years, 6 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -1 lines
Install cgiwrapd/nph-cgiwrapd as a separate binary and removes suid
and execute permissions for security reasons

PR:		41454
Submitted by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 4 21:37:09 2002 UTC (9 years, 6 months ago) by petef
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -1 lines
- enable access control files by default
- pass maintainership on to submitter

PR:		40256
Submitted by:	Josh Elsasser <jre@vineyard.net>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 20 21:40:54 2001 UTC (10 years, 2 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -6 lines
- update to 3.7.1
- change default apache httpd user to www
- use DOCSDIR

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 22 23:07:03 2001 UTC (10 years, 5 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Change my email address to petef@FreeBSD.org for the ports I maintain.

Reviewed by:	ade

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 26 12:28:24 2001 UTC (10 years, 6 months ago) by markp
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 3.7 (fixing a security problem).

PR:		29168
Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 10 15:40:48 2001 UTC (10 years, 8 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -19 lines
- update to version 3.6.4
- take over as maintainer from ports@
- better comment
- install scripts to ${PREFIX}/www/cgi-bin opposed to share/apache

PR: 27967
Submitted by: Pete Fritchman <petef@databits.net>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 23 05:50:49 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
forget to mention pr # and submitter

PR:		27552
Submitted by:	dwcjr@inethouston.net

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 23 05:49:00 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
delete cgiwrap doc dir
add PORTDOCS handling
add missing MAINTAINER

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 21 16:14:39 2001 UTC (10 years, 9 months ago) by fenner
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3 lines
MAINTAINER doesn't use FreeBSD any more.

Submitted by:	"Brent J. Nordquist" <brent@nordist.net>

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:04:45 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 8 14:28:17 1999 UTC (12 years, 6 months ago) by andreas
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
apache's cgi-dir now resides in ${PREFIX}/share/apache

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 18 02:53:40 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to version 3.6.3

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 17 00:38:16 1998 UTC (13 years, 5 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to version 3.6.2.

PR:		7571
Submitted by:	maintainer

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Aug 10 00:16:36 1998 UTC (13 years, 6 months ago) by steve
Branches: BJN
CVS tags: v3_6_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of cgiwrap version 3.6.1.
Make certain that CGI scripts run with the user's permissions.

PR:		7448
Submitted by:	Brent J. Nordquist <bjn@visi.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 10 00:16:36 1998 UTC (13 years, 6 months ago) by steve
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