summaryrefslogtreecommitdiff
path: root/emulators/suse_base/Makefile
diff options
context:
space:
mode:
authortaca <taca>2003-05-30 15:33:03 +0000
committertaca <taca>2003-05-30 15:33:03 +0000
commit3b54bc66a3e9c63ba8e0879e287b681788149880 (patch)
treeac3a94edbb7a8a7a70d7e1307401c96a4c9ae408 /emulators/suse_base/Makefile
parente219da014fca33330b082cbebffb480d9605ccd3 (diff)
downloadpkgsrc-3b54bc66a3e9c63ba8e0879e287b681788149880.tar.gz
Update suse_base package to 7.3nb4.
security update of glibc and libz. glibc: Shared libraries (from the C library package) ---------------------------------------------------------------------- File: glibc-2.2.4-78.i386.rpm Version: 2.2.4 Size: 7459 kB Date: Tue 01 Apr 2003 01:31:31 PM CEST Source: glibc-2.2.4-78.src.rpm Security: Yes ---------------------------------------------------------------------- Description: This security update fixes an integer overflow in the RPC xdrmem_getbytes() function of the glibc that may be exploited to execute arbitrary code with the privileges of the user running the RPC application. libz: Data Compression Library ---------------------------------------------------------------------- File: libz-1.1.3-597.i386.rpm Version: 1.1.3 Size: 92 kB Date: Wed 27 Feb 2002 08:19:58 PM CET Source: libz-1.1.3-597.src.rpm Security: Yes ---------------------------------------------------------------------- Description: Security update: prevent double free() in the compression library.
Diffstat (limited to 'emulators/suse_base/Makefile')
-rw-r--r--emulators/suse_base/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile
index a7891ac92c6..1b8f2cc98da 100644
--- a/emulators/suse_base/Makefile
+++ b/emulators/suse_base/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2003/04/27 20:29:17 cjep Exp $
+# $NetBSD: Makefile,v 1.41 2003/05/30 15:33:03 taca Exp $
DISTNAME= suse_base-${SUSE_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} \
${MASTER_SITE_SUSE_UPD:=a1/}
@@ -27,7 +27,9 @@ RPMFILES= aaa_dir.rpm gppshare.rpm ncurses.rpm \
.include "../suse_linux/arch.mk"
.if ${SUSE_ARCH} == "i386"
-RPMFILES+= glibc-2.2.4-77.${SUSE_ARCH}.rpm libz-1.1.3-597.${SUSE_ARCH}.rpm
+RPMFILES+= glibc-2.2.4-78.${SUSE_ARCH}.rpm libz-1.1.3-597.${SUSE_ARCH}.rpm
+.elif ${SUSE_ARCH} == "ppc"
+RPMFILES+= glibc-2.2.4-69.${SUSE_ARCH}.rpm libz-1.1.3-432.${SUSE_ARCH}.rpm
.else
RPMFILES+= glibc.rpm libz.rpm
.endif