From owner-cvs-all@FreeBSD.ORG Thu Jun 10 15:40:45 2004 Return-Path: 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 4CD4D16A4D0; Thu, 10 Jun 2004 15:40:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4781C43D2D; Thu, 10 Jun 2004 15:40:45 +0000 (GMT) (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 i5AFejg2012346; Thu, 10 Jun 2004 15:40:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5AFejgR012345; Thu, 10 Jun 2004 15:40:45 GMT (envelope-from krion) Message-Id: <200406101540.i5AFejgR012345@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 10 Jun 2004 15:40:44 +0000 (UTC) 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 pkg-installpf_from_ports.patch.in squid.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 10 Jun 2004 15:40:45 -0000 krion 2004-06-10 15:40:44 UTC FreeBSD ports repository Modified files: www/squid Makefile pkg-install www/squid/files patch-helpers-ntlm_auth-SMB-libntlmssp.c squid.sh Added files: www/squid/files pf_from_ports.patch.in Log: - Support systems where pf(4) must be installed from ports (see ports/67724, submitted by Michal F. Hanula) - Change ": foo=${foo:=bar}" into "foo=${foo:-bar}" to make the shell scripts easier to read and understand - Correct credits for the recently published NTLM auth vulnerability and fix a nearby braino, too - Bump PORTREVISION PR: ports/67797 Submitted by: maintainer Revision Changes Path 1.126 +15 -7 ports/www/squid/Makefile 1.2 +2 -2 ports/www/squid/files/patch-helpers-ntlm_auth-SMB-libntlmssp.c 1.1 +20 -0 ports/www/squid/files/pf_from_ports.patch.in (new) 1.6 +4 -4 ports/www/squid/files/squid.sh 1.15 +3 -3 ports/www/squid/pkg-install