diff options
author | peter <peter@FreeBSD.org> | 1997-02-20 17:17:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-20 17:17:36 +0000 |
commit | abc43a54c3bd46a84407a99f72bf2759918a201a (patch) | |
tree | 129e3f3d09b6f55c6de5b4e3fa6fb4d62c6ea06f /www/squid26 | |
parent | 3cd79c9984873bba66b952ffc7d54bd7ac74fd3d (diff) | |
download | FreeBSD-ports-abc43a54c3bd46a84407a99f72bf2759918a201a.zip FreeBSD-ports-abc43a54c3bd46a84407a99f72bf2759918a201a.tar.gz |
Include patch distributed on the web page to tie up some problems:
- POST didn't work if there were null characters (strncpy vs. memcpy)
- defensive measures to try and stop "HELP! IP cache overflowing"
- warn when forced to do blocking gethostbyxxxx() calls
- fix some coredumps and other problems
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/Makefile | 5 | ||||
-rw-r--r-- | www/squid26/distinfo | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 5775f61..4299f49 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.20 1997/01/29 07:53:58 peter Exp $ +# $Id: Makefile,v 1.21 1997/02/08 16:19:15 peter Exp $ # DISTNAME= squid-1.1.6 @@ -15,6 +15,9 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz +PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.6/ +PATCHFILES+= fixes.patch + MAINTAINER= peter@freebsd.org DIST_SUBDIR= squid diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 9e3265f..30ed28c 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1 +1,2 @@ MD5 (squid/squid-1.1.6-src.tar.gz) = 99a5d163781c116a97b5e01ce2a6c72e +MD5 (squid/fixes.patch) = fe52d4b2c2e510c592fc414f2687d470 |