head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.09.01.15.16.20;	author garga;	state dead;
branches;
next	1.2;

1.2
date	2001.11.07.20.26.37;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.07.08.00.47;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 1.2.6 [1]
- Fix patch files to match new source [1]
- Change logic in Makefile to use the SQUID_UID and SQUID_GID defaults
  that the squid port uses, remove the need to specify the uid/gid,
  but inform the user that the defaults are used. (remove the
  NO_PACKAGE block) [1]
- Rename patches to reflect which files are patched

PR:		ports/85215
Submitted by:	Phil Kernick <philk@@rotfl.com.au>
Reviewed by:	Chris Larsen <darth@@vader.dk> [1]
@
text
@
$FreeBSD: ports/www/squirm/files/patch-ac,v 1.2 2001/11/07 20:26:37 sobomax Exp $

--- config.c.orig	Fri Mar 31 08:08:04 2000
+++ config.c	Wed Nov  7 22:23:27 2001
@@@@ -277,7 +277,7 @@@@
 	    return 0;
 	  }
 
-	  fq_pattern_filename = gen_fq_name(pattern_filename, "etc/");
+	  fq_pattern_filename = gen_fq_name(pattern_filename, "etc/squirm/");
 	  if (fq_pattern_filename == NULL) {
 	    log(LOG_ERROR, "couldn't allocate memory in parse_squirm_conf()\n");
 	    dodo_mode = 1;
@@@@ -304,11 +304,11 @@@@
 	    }
 	    else if (strncasecmp(tmp1,"post", min(strlen("post"), strlen(tmp1))) == 0) {
 	      methods |= POST;
-	      tmp1 += strlen("get");
+	      tmp1 += strlen("post");
 	    }
 	    else if (strncasecmp(tmp1, "head", min(strlen("head"), strlen(tmp1))) == 0) {
-	      methods |= GET;
-	      tmp1 += strlen("get");
+	      methods |= HEAD;
+	      tmp1 += strlen("head");
 	    }
 	    else if (strncasecmp(tmp1, "all", min(strlen("all"), strlen(tmp1))) == 0) {
 	      methods |= ALL;
@


1.2
log
@Make substitution in PUT and HEAD methods work.

Submitted by:	Alexey Khlyamkov <official@@lll.pp.ru>
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Update to 1.23.
@
text
@d1 5
a5 2
--- ../squirm-1.23.orig/config.c	Fri Mar 31 08:08:04 2000
+++ config.c	Wed Jun  7 10:27:39 2000
d15 15
@

