diff options
author | peter <peter@FreeBSD.org> | 1996-11-12 08:38:34 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-11-12 08:38:34 +0000 |
commit | 06d06a626dcd7b6ec2b8b94cf5d5d1f012526e18 (patch) | |
tree | 12027a9bb1f95834ce1f345ad2f08a7613f20153 /www/squid/Makefile | |
parent | 0373769c31a2cbc76ad2b43b3ad16118a0552313 (diff) | |
download | FreeBSD-ports-06d06a626dcd7b6ec2b8b94cf5d5d1f012526e18.zip FreeBSD-ports-06d06a626dcd7b6ec2b8b94cf5d5d1f012526e18.tar.gz |
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:
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 7cd34a9..0119464 100644 --- a/www/squid/Makefile +++ b/www/squid/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/ \ |