From 7b57415face465e0dba5ac8df49b2579cbf881b5 Mon Sep 17 00:00:00 2001 From: sem Date: Thu, 2 Sep 2004 06:44:14 +0000 Subject: Implement vendor patches for the following issues: - try to prevent crashes of the digest helper (squid bug #1031) - correct parsing of the acl_time directive when multiple time specifications are given (squid bug #1060) - correct "cachemgr config" output for http_header_* directives (squid bug #1056) - recognize the Content-Disposition header to be able to specify http_header_access directives using it (squid bug #961) See for further information. Reimplement the rcNG support. See UPDATING for details. PR: ports/71260 Submitted by: maintainer --- www/squid31/pkg-descr | 8 -------- 1 file changed, 8 deletions(-) (limited to 'www/squid31/pkg-descr') diff --git a/www/squid31/pkg-descr b/www/squid31/pkg-descr index f2674655d01e..46543b891846 100644 --- a/www/squid31/pkg-descr +++ b/www/squid31/pkg-descr @@ -11,13 +11,5 @@ continued development of the cache where Harvest finished. Please see this port's Makefile for a list of compilation options. -*** UPDATE NOTICE *** -Starting from Version 2.5.4_6 the default user:group changed from -nobody:nogroup to squid:squid. You can restore the old behavior -of this port by specifying SQUID_UID=nobody SQUID_GID=nogroup in -your make environment. Helper applications are now installed to -$PREFIX/libexec/squid instead of $PREFIX/libexec, too. - You can find further information on the project's website at - WWW: http://www.squid-cache.org/ -- cgit