From owner-cvs-ports@FreeBSD.ORG Wed Jun 2 11:10:07 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA46616A4CE; Wed, 2 Jun 2004 11:10:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E312143D62; Wed, 2 Jun 2004 11:10:07 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i52IA2fR024409; Wed, 2 Jun 2004 11:10:02 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i52IA27p024408; Wed, 2 Jun 2004 11:10:02 -0700 (PDT) (envelope-from krion) Message-Id: <200406021810.i52IA27p024408@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 2 Jun 2004 11:10:02 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 18:10:08 -0000 krion 2004/06/02 11:10:02 PDT FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: - correct report of available cache memory for cache sizes >2GB in cache.log (squid bug #570) - correct the least-load store directory selection algorithm for the cache directories using the "ufs" storage scheme (squid bug #676) - correct the type of the cacheCurrentUnlinkRequests SNMP variable (squid bug #946) - include client IP addresses in debug output (squid bug #948) - correct the HTML doctype for autogenerated FTP directory listings (squid bug #969) - if no resolv.conf is present the dns_servers variable now defaults to 127.0.0.1 (squid bug #991) - update the documentation of the MSNT basic authentication helper (squid bug #717) PR: ports/67495 Submitted by: maintainer Revision Changes Path 1.124 +9 -2 ports/www/squid/Makefile 1.89 +14 -0 ports/www/squid/distinfo