Date: Sun, 1 Jun 2003 01:23:28 -0700 (PDT) From: Trevor Johnson <trevor@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 Message-ID: <200306010823.h518NS03009489@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. --<URL:http://rhn.redhat.com/errata/RHSA-2003-079.html> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306010823.h518NS03009489>