diff options
author | trevor <trevor@FreeBSD.org> | 2003-04-08 21:22:45 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-04-08 21:22:45 +0000 |
commit | aaeb724a58602d569a0e2860448e76a34601cf06 (patch) | |
tree | 2682449f4eef6d737e25653c505d3460bbaea68b /emulators/linux_base | |
parent | 6ee75216802aeaa840c04e030f30d5653b7eef15 (diff) | |
download | FreeBSD-ports-aaeb724a58602d569a0e2860448e76a34601cf06.zip FreeBSD-ports-aaeb724a58602d569a0e2860448e76a34601cf06.tar.gz |
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.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 10 | ||||
-rw-r--r-- | emulators/linux_base/distinfo.i386 | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 16b1dc8..4d27b2a 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/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} diff --git a/emulators/linux_base/distinfo.i386 b/emulators/linux_base/distinfo.i386 index 1119a2d..54b0051 100644 --- a/emulators/linux_base/distinfo.i386 +++ b/emulators/linux_base/distinfo.i386 @@ -24,7 +24,7 @@ MD5 (rpm/sh-utils-2.0-13.i386.rpm) = c0cb76287553e7f43234af45994d7d41 MD5 (rpm/rpm-4.0.2-8.i386.rpm) = 7c19ebfcbb9079ce77b9aa2d33c26ff2 MD5 (rpm/freetype-2.0.1-4.i386.rpm) = d0343a9d5f1d91ec254903ed164251cd MD5 (rpm/XFree86-libs-4.0.3-5.i386.rpm) = 227caaee9e10162b6500e6e9544726b3 -MD5 (rpm/glibc-common-2.2.4-31.i386.rpm) = 7e45b087c1772f1dd45fc42b20b62309 -MD5 (rpm/glibc-2.2.4-31.i386.rpm) = ed5a12d2eba916b92a58d8538216d2fe +MD5 (rpm/glibc-common-2.2.4-32.i386.rpm) = 5f8e424f8f8bea96b8148569fe76f676 +MD5 (rpm/glibc-2.2.4-32.i386.rpm) = 8acd0559a855451e799844642aba68a1 MD5 (rpm/zlib-1.1.3-25.7.i386.rpm) = 1c2a98b53ec5bd716b48d71643705055 MD5 (rpm/libstdc++-2.96-112.7.1.i386.rpm) = 31777243b5a7ede605bbe516aecc1528 |