From owner-cvs-ports@FreeBSD.ORG Tue Aug 14 02:32:12 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D8416A41A; Tue, 14 Aug 2007 02:32:12 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A90BD13C461; Tue, 14 Aug 2007 02:32:12 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2WCdG046824; Tue, 14 Aug 2007 02:32:12 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2WC17046823; Tue, 14 Aug 2007 02:32:12 GMT (envelope-from delphij) Message-Id: <200708140232.l7E2WC17046823@repoman.freebsd.org> From: Xin LI Date: Tue, 14 Aug 2007 02:32:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile distinfo ports/www/squid/files icap-2.6-bootstrap.patch patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c patch-src-cf.data.pre squid.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Aug 2007 02:32:12 -0000 delphij 2007-08-14 02:32:12 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo www/squid/files icap-2.6-bootstrap.patch patch-src-cf.data.pre squid.in Added files: www/squid/files patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c Log: - Update to 2.6.STABLE14 plus three patches (see http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details) - Add two new authentication helpers: DB and squid_kerb_auth - Add the website mirrors to the list of download sites as a last resort in case the distfiles do not make it to the FTP mirrors in time - Update the mirror server list a bit after checking with the official list at http://www.squid-cache.org/Download/mirrors.dyn - Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine - Add a new rc configuration variable "squid_pidfile" that defaults to $PREFIX/squid/logs/squid.pid, use this variable for $pidfile in the rc script and document it in the Squid default/example configuration - Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid sources Submitted by: maintainer PR: ports/115453 (in followup) Revision Changes Path 1.200 +31 -14 ports/www/squid/Makefile 1.155 +12 -3 ports/www/squid/distinfo 1.3 +51 -62 ports/www/squid/files/icap-2.6-bootstrap.patch 1.1 +19 -0 ports/www/squid/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in (new) 1.1 +10 -0 ports/www/squid/files/patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c (new) 1.4 +15 -4 ports/www/squid/files/patch-src-cf.data.pre 1.3 +5 -3 ports/www/squid/files/squid.in