diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-11-12 08:38:34 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-11-12 08:38:34 +0000 |
commit | 3c460902f7c65baa2a4604b334a0ebc7b509414d (patch) | |
tree | fe2a47bc67d2fd1ad415c83b22a054d3a4091cee /www/squid26 | |
parent | Shorten PKGNAME (diff) |
Update 1.1.beta13 -> 1.1.beta16
Included in this update:
- large objects fix, apparently large objects could get stuck (eg:
netscape, msie downloads etc)
- configurable 1st and 2nd level directory hash sizes
- can have a password in squid.conf for cachemgr.cgi
- POST is now passthrough
- other bugfixes
- other new features and corresponding bugfixes :-)
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=4424
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/Makefile | 8 | ||||
-rw-r--r-- | www/squid26/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 7cd34a9400e3..0119464d6532 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta13 +# Version required: 1.1.beta16 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.4 1996/11/06 17:20:53 peter Exp $ +# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $ # -DISTNAME= squid-1.1.beta13 -PKGNAME= squid-1.1b13 +DISTNAME= squid-1.1.beta16 +PKGNAME= squid-1.1b16 CATEGORIES+= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 5c84dfbf264a..8bc4f63d8aa5 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta13-src.tar.gz) = 2092da09e0403e2634112e72792c6e28 +MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6 |