From owner-cvs-all@FreeBSD.ORG Tue Dec 20 16:01:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FDC116A41F; Tue, 20 Dec 2005 16:01:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5357F43D5E; Tue, 20 Dec 2005 16:01:15 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBKG1F8L007214; Tue, 20 Dec 2005 16:01:15 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBKG1FWr007213; Tue, 20 Dec 2005 16:01:15 GMT (envelope-from garga) Message-Id: <200512201601.jBKG1FWr007213@repoman.freebsd.org> From: Renato Botelho Date: Tue, 20 Dec 2005 16:01:15 +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.5-bootstrap.patch icap-2.5-core.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 16:01:16 -0000 garga 2005-12-20 16:01:15 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Added files: www/squid/files icap-2.5-bootstrap.patch icap-2.5-core.patch Log: - Integrate vendor patch to fix a problem with the SMB helper when --enable-ntlm-fail-open was specified as an additional configuration option (squid bug #1022). The port does not enable this option by default; document it, while at it. - Add SHA256 checksum for the squid tarball - Integrate ICAP client support based upon the icap project's CVS repository, turned off by default. To activate it, build the port with WITH_SQUID_ICAP defined or rerun 'make config'. - Bump PORTREVISION PR: ports/90688 Submitted by: maintainer Revision Changes Path 1.179 +12 -0 ports/www/squid/Makefile 1.142 +4 -0 ports/www/squid/distinfo 1.1 +422 -0 ports/www/squid/files/icap-2.5-bootstrap.patch (new) 1.1 +7059 -0 ports/www/squid/files/icap-2.5-core.patch (new)