diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-12-16 06:42:15 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-12-16 06:42:15 +0000 |
commit | 38078b6e98923b5f333e5cf6c7f2b9ef5c14069f (patch) | |
tree | 06605401d8245a48d005f039cbff89bb2327e03b /www/squid31 | |
parent | Upgrade to 6.07.02 (diff) |
Update 1.1.0 -> 1.1.1 ; from the Changelog:
- Fixed announcement bug. Announcements were always off unless
a file was specified.
- Fixed wrong number of args to examine_select() debug.
- Fixed null-string content-type
- Don't cache replies with 'Set-Cookie:' headers.
- Fixed bug when client issues IMS, Squid has stale object and
Squid's lastmod time is greater than the client IMS time.
A 304 reply would be appropriate for Squid, but not the client
(diagnosed by Mark Treacy).
- Fixed httpBuildRequestHeader() content length bug which breaks for
really large POST requests (Takahiro Yugawa).
- Fixed 'passthrough_proxy' to pick up port number from list of
neighbors.
- Ensure pid file is world-readable if umask is set otherwise
(Doug Urner).
- Collect statistics on a few more HTTP headers.
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=4982
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 6 | ||||
-rw-r--r-- | www/squid31/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 21e12123e327..bf7b604b200c 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.0 +# Version required: 1.1.1 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.13 1996/12/06 11:17:57 peter Exp $ +# $Id: Makefile,v 1.14 1996/12/07 06:25:26 peter Exp $ # -DISTNAME= squid-1.1.0 +DISTNAME= squid-1.1.1 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 5724e864c0d2..9841bc92e401 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.0-src.tar.gz) = 1af1c4d0e5f954603f3281ba002ad2bd +MD5 (squid-1.1.1-src.tar.gz) = f663418dc93eecbe11091313dd798f6e |