diff options
author | trevor <trevor@FreeBSD.org> | 2003-06-01 08:23:28 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-06-01 08:23:28 +0000 |
commit | dcebf86e1633f79a1b37946f1100f81a4eb58cea (patch) | |
tree | 7244b8f924b18abfe565e21b591f9ebe9ad66183 /emulators/linux_base-rh-9/Makefile | |
parent | d8e81eb74d186148d3409ac8bcfa96efba264348 (diff) | |
download | FreeBSD-ports-dcebf86e1633f79a1b37946f1100f81a4eb58cea.zip FreeBSD-ports-dcebf86e1633f79a1b37946f1100f81a4eb58cea.tar.gz |
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>
Diffstat (limited to 'emulators/linux_base-rh-9/Makefile')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 8b2869a..b11d3e4 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux_base PORTVERSION= 7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS @@ -67,7 +67,7 @@ UPD_SET1= glibc-common-2.2.4-32.1.${MACHINE_ARCH}.rpm \ UPD_SET1= glibc-common-2.2.4-32.${MACHINE_ARCH}.rpm \ glibc-2.2.4-32.${MACHINE_ARCH}.rpm .endif -UPD_SET2= zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm +UPD_SET2= zlib-1.1.4-8.7x.${MACHINE_ARCH}.rpm UPDATES= ${UPD_SET1} ${UPD_SET2} .ifdef USE_LINUX |