summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.1/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-06-01 08:23:28 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-06-01 08:23:28 +0000
commit885cb8d505f8e975af3cc4f9a2c1383a91cd702e (patch)
treeb1c7202cc39a3474991504d3701f3e03b263b46c /emulators/linux_base-suse-9.1/Makefile
parentUpdate to 1.2.2. (diff)
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>
Notes
Notes: svn path=/head/; revision=81876
Diffstat (limited to 'emulators/linux_base-suse-9.1/Makefile')
-rw-r--r--emulators/linux_base-suse-9.1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index 8b2869a7e5bd..b11d3e448039 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/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