diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-12-04 15:58:30 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-12-04 15:58:30 +0000 |
commit | 4851e97c68d16f43d74aabe7ca6ab3b3417fdda4 (patch) | |
tree | 112f15cb6a48335db1371fe9b61bd294b87c9647 /www/squid30 | |
parent | Yesterday, all my deadlines seemed so far away (diff) |
Update 1.1.beta25 -> 1.1.beta26
Among the changes:
- remove patch-aa, it's now in the standard distribution
- checks for libgnumalloc for <= FreeBSD-2.1.x systems to avoid the
nasty libc malloc problems.
- more useful data in the logs
- support for poll() syscall with unlimited number of file descriptors
if present instead of select()'s restrictions.
(Standard FreeBSD doesn't yet have poll()..)
- the usual bug fixes
Notes
Notes:
svn path=/head/; revision=4796
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 8 | ||||
-rw-r--r-- | www/squid30/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b |