head	1.5;
access;
symbols
	old_RELEASE_5_3_0:1.1
	old_RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2008.04.05.00.01.19;	author beech;	state dead;
branches;
next	1.4;

1.4
date	2008.03.29.23.15.51;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.13.17.58.51;	author beech;	state Exp;
branches;
next	1.2;

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.5
log
@- Update to 3.0.STABLE4
- Remove two patches that are no longer needed

PR:		ports/122382
Submitted by:	Thomas-Martin Seck <tmseck@@web.de> (maintainer)
@
text
@Patch for Squid bug #2203:

LDFLAGS gets unset when --with-filedescriptors=n is added to
SQUID_CONFIGURE_ARGS.

--- configure.orig	2008-03-26 21:16:54.000000000 +0100
+++ configure	2008-03-26 21:18:40.000000000 +0100
@@@@ -43819,12 +43819,12 @@@@
 
 { echo "$as_me:$LINENO: checking Maximum number of filedescriptors we can open" >&5
 echo $ECHO_N "checking Maximum number of filedescriptors we can open... $ECHO_C" >&6; }
+TLDFLAGS="$LDFLAGS"
 if test -n "$squid_filedescriptors_num" ; then
   SQUID_MAXFD=$squid_filedescriptors_num
   { echo "$as_me:$LINENO: result: $SQUID_MAXFD (user-forced)" >&5
 echo "${ECHO_T}$SQUID_MAXFD (user-forced)" >&6; }
 else
-  TLDFLAGS="$LDFLAGS"
   case $host in
   i386-unknown-freebsd*)
       if echo "$LDFLAGS" | grep -q pthread; then
@


1.4
log
@- Include a (temporary) vendor patch for Squid bug #2206
	("no proxy-Authenticate header in 407 response") from Squid bugzilla
- Correct the patch for Squid bug #2203 to use the fix prefered by the
	Squid developers (see this bug's bugzilla entry)
- Bump PORTREVISION

PR:		122133
Submitted by:	Thomas-Martin Seck <tmseck@@web.de> (maintainer)
@
text
@@


1.3
log
@- Update to 3.0.STABLE2
- Add a patch for Squid bug #2203: compilation of authentication helper
  applications that required additional libraries from $LOCALBASE broke when
  --with-maxfd=N was set via SQUID_CONFIGURE_ARGS

PR:		ports/121649
Submitted by:	Thomas-Martin Seck <tmseck@@web.de> (maintainer)
@
text
@d6 3
a8 8
--- configure.orig	Fri Dec 14 01:25:27 2007
+++ configure	Thu Jan 24 19:56:32 2008
@@@@ -43934,6 +43934,7 @@@@
   esac
   { echo "$as_me:$LINENO: result: $SQUID_MAXFD" >&5
 echo "${ECHO_T}$SQUID_MAXFD" >&6; }
+  LDFLAGS="$TLDFLAGS"
 fi
d10 12
a21 9
 cat >>confdefs.h <<_ACEOF
@@@@ -43947,7 +43948,6 @@@@
     echo "         on how to increase your filedescriptor limit"
     sleep 10
 fi
-LDFLAGS="$TLDFLAGS"
 
 if test `expr $SQUID_MAXFD % 64` != 0; then
     echo "WARNING: $SQUID_MAXFD is not an multiple of 64. This may cause issues"
@


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
@d1 23
a23 11
--- 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
@@

