From owner-cvs-ports@FreeBSD.ORG Wed Oct 13 09:43:48 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 9D30E16A4CE; Wed, 13 Oct 2004 09:43:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB0E43D4C; Wed, 13 Oct 2004 09:43:48 +0000 (GMT) (envelope-from sergei@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 i9D9hmvh092262; Wed, 13 Oct 2004 09:43:48 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9hmt3092261; Wed, 13 Oct 2004 09:43:48 GMT (envelope-from sergei) Message-Id: <200410130943.i9D9hmt3092261@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 09:43:48 +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 distinfo pkg-install ports/www/squid/files patch-configure squid.sh 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, 13 Oct 2004 09:43:48 -0000 sergei 2004-10-13 09:43:48 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo pkg-install www/squid/files squid.sh Removed files: www/squid/files patch-configure Log: - Update to 2.5-STABLE7; this release fixes a security issue regarding the SNMP module - Remove a patch that is now part of the distribution - Miscellaneuous small fixes: + in squid.sh, make stop_command poll for the squid processes' exit in the rcNG case too; this eliminates the need to do this in restart_command + make the information regarding rcNG'ness in pkg-install easier to read + install unstripped binaries if WITH_SQUID_STACKTRACES is defined PR: ports/72581 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.143 +3 -28 ports/www/squid/Makefile 1.106 +2 -50 ports/www/squid/distinfo 1.2 +0 -11 ports/www/squid/files/patch-configure (dead) 1.10 +15 -11 ports/www/squid/files/squid.sh 1.17 +8 -5 ports/www/squid/pkg-install