From owner-cvs-all Sat Mar 10 23:21:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57A1E37B718; Sat, 10 Mar 2001 23:21:53 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2B7Lr360521; Sat, 10 Mar 2001 23:21:53 -0800 (PST) (envelope-from kris) Message-Id: <200103110721.f2B7Lr360521@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 10 Mar 2001 23:21:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/icecast pkg-install Makefile ports/audio/icecast/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/03/10 23:21:53 PST Modified files: audio/icecast Makefile Added files: audio/icecast pkg-install audio/icecast/files patch-aa Log: Fix most of the format string abuses including those which are known to cause a security vulnerabilities. Not fixed are a number of more subtle cases which may or may not allow security violations (I don't have time to conduct a thorough audit now), and which are difficult/impossible to fix anyway without something like fmtcheck(). Document this in pkg-install and remove FORBIDDEN tag. Revision Changes Path 1.15 +7 -2 ports/audio/icecast/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message