summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.1/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-04-08 21:22:45 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-04-08 21:22:45 +0000
commitf0b43969f2cf8139589968b9b7c5a83ce8d88c71 (patch)
tree57f6bc488d8ab1cc6b42706b3973610b0bbc30a8 /emulators/linux_base-suse-9.1/Makefile
parentUpdate port to 3.1 (diff)
For i386, update glibc and for the Alpha, mark forbidden due to
remotely exploitable RPC bug (Red Hat advisory RHSA-2003-089 and CERT advisory CA-2003-10). According to <URL:http://www.redhat.com/apps/support/errata/>, "all errata support for Alpha products, Sparc products, and Powertools products have reached end of life." I didn't do proper run-time testing of this, but "make package deinstall" leaves a clean /compat/linux/ behind.
Notes
Notes: svn path=/head/; revision=78624
Diffstat (limited to 'emulators/linux_base-suse-9.1/Makefile')
-rw-r--r--emulators/linux_base-suse-9.1/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index 16b1dc853c2e..4d27b2a58947 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= 2
+PORTREVISION= 3
CATEGORIES= emulators linux
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS
@@ -43,6 +43,10 @@ PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}
PATCHFILES= ${UPDATES}
MAINTAINER= ports@FreeBSD.org
+.if (${MACHINE_ARCH} == "alpha")
+FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\
+ <URL:http://www.cert.org/advisories/CA-2003-10.html>"
+.endif
COMMENT= The base set of packages needed in Linux mode
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
@@ -60,8 +64,8 @@ MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
-UPD_SET1= glibc-common-2.2.4-31.${MACHINE_ARCH}.rpm \
- glibc-2.2.4-31.${MACHINE_ARCH}.rpm
+UPD_SET1= glibc-common-2.2.4-32.${MACHINE_ARCH}.rpm \
+ glibc-2.2.4-32.${MACHINE_ARCH}.rpm
UPD_SET2= zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
UPDATES= ${UPD_SET1} ${UPD_SET2}