diff options
author | peter <peter@FreeBSD.org> | 1996-12-04 23:58:30 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-04 23:58:30 +0800 |
commit | b2508e566ab59cbaa36966f88959fe3660eaff4e (patch) | |
tree | 877df3fbbd4b56166e9d0d575ff038c20bfcabad /www/squid27 | |
parent | 914df8abd7e4e7ab999789c740cc95885503af54 (diff) | |
download | freebsd-ports-gnome-b2508e566ab59cbaa36966f88959fe3660eaff4e.tar.gz freebsd-ports-gnome-b2508e566ab59cbaa36966f88959fe3660eaff4e.tar.zst freebsd-ports-gnome-b2508e566ab59cbaa36966f88959fe3660eaff4e.zip |
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
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 8 | ||||
-rw-r--r-- | www/squid27/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid27/Makefile +++ b/www/squid27/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/squid27/distinfo b/www/squid27/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b |