From owner-cvs-all@FreeBSD.ORG Sun Jun 1 01:23:29 2003 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 8BB8937B401; Sun, 1 Jun 2003 01:23:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365EE43F3F; Sun, 1 Jun 2003 01:23:29 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h518NT0U009490; Sun, 1 Jun 2003 01:23:29 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h518NS03009489; Sun, 1 Jun 2003 01:23:28 -0700 (PDT) Message-Id: <200306010823.h518NS03009489@repoman.freebsd.org> From: Trevor Johnson Date: Sun, 1 Jun 2003 01:23:28 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 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: Sun, 01 Jun 2003 08:23:30 -0000 trevor 2003/06/01 01:23:28 PDT FreeBSD ports repository Modified files: emulators/linux_base Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 Log: security update: The function gzprintf within zlib, when called with a string longer than Z_PRINTF_BUFZISE (= 4096 bytes), can overflow without giving a warning. zlib-1.1.4 and earlier exhibit this behavior. There are no known exploits of the gzprintf overrun, and only a few programs, including rpm2html and gimp-print, are known to use the gzprintf function. The problem has been fixed by checking the length of the output string within gzprintf. -- Revision Changes Path 1.75 +2 -2 ports/emulators/linux_base/Makefile 1.11 +1 -1 ports/emulators/linux_base/distinfo.alpha 1.9 +1 -1 ports/emulators/linux_base/distinfo.i386 1.11 +3 -3 ports/emulators/linux_base/pkg-plist.alpha 1.12 +3 -3 ports/emulators/linux_base/pkg-plist.i386