head	1.2;
access;
symbols
	old_old_RELEASE_5_3_0:1.1
	old_old_RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.10.13.09.43.48;	author sergei;	state dead;
branches;
next	1.1;

1.1
date	2004.03.17.07.06.46;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.5-STABLE7; this release fixes a security issue regarding
  the SNMP module
- Remove a patch that is now part of the distribution
- Miscellaneuous small fixes:
  + in squid.sh, make stop_command poll for the squid processes' exit in
    the rcNG case too; this eliminates the need to do this in restart_command
  + make the information regarding rcNG'ness in pkg-install easier to read
  + install unstripped binaries if WITH_SQUID_STACKTRACES is defined

PR:		ports/72581
Submitted by:	Thomas-Martin Seck (maintainer)
@
text
@--- configure.orig	Tue Mar  2 11:29:57 2004
+++ configure	Tue Mar  2 11:30:34 2004
@@@@ -2236,6 +2236,8 @@@@
 	    ;;
 	*-solaris-*)
 	    ;;
+	*-freebsd*)
+	    ;;
 	*)
 	    echo "WARNING: ARP ACL support probably won't work on $host."
 	    sleep 10
@


1.1
log
@- update to squid-2.5.STABLE5, including two vendor patches issued so far
- provide more OPTIONS, including (untested) support for pf(4)
- integrate the follow-XFF-patch from devel.squid-cache.org (submitted by
  Michael Ranner), this should improve interaction with dansguardian
- use id 100 for the squid pseudo user instead of choosing the first free
  id greater than 3127, a behaviour introduced with PORTVERSION 2.5.4_6.
  Provide a 'changeuser' target to make migration from a high id to id 100
  possible (requested by Kris Kennaway)
- don't let the port CONFLICT with itself (criticized by Oliver Eikemeier)
- provide rcNG support in squid.sh only on systems with /etc/rc.subr

PR:		ports/64061
Submitted by:	Thomas-Martin Seck (maintainer)
@
text
@@

