diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-13 03:22:16 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-13 03:22:16 +0000 |
commit | c50da93dbb2be859cad0b091baf5a1ef93a2e433 (patch) | |
tree | 6f01f4cf63eac1853cb935f916fef719ee3d635c | |
parent | daa1efb5022300097edda8fba8da949a51b40b29 (diff) | |
download | FreeBSD-ports-c50da93dbb2be859cad0b091baf5a1ef93a2e433.zip FreeBSD-ports-c50da93dbb2be859cad0b091baf5a1ef93a2e433.tar.gz |
Update warning and FORBIDDEN message. Compromise of PR and feedback.
PR: 24266
Submitted by: Berend de Boer <berend@pobox.com> MAINTAINER
-rw-r--r-- | databases/interbase4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile index 3c62325..3cdba03 100644 --- a/databases/interbase4/Makefile +++ b/databases/interbase4/Makefile @@ -13,7 +13,7 @@ DISTNAME= IB_4.0_FreeBSD MAINTAINER= berend@pobox.com -FORBIDDEN= "Backdoored by Borland" +FORBIDDEN= "Backdoored by Borland, http://www.cert.org/advisories/CA-2001-01.html for more information" ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= @@ -30,6 +30,10 @@ do-fetch: ${ECHO_MSG} "Sorry, this package cannot be fetched automagically."; \ ${ECHO_MSG} "Point your browser to http://iblinux.rios.co.jp/intl/dloadfb/."; \ ${ECHO_MSG} "And put the package in ${DISTDIR}."; \ + ${ECHO_MSG} "IMPORTANT NOTE: a security compromise has been detected for this package."; \ + ${ECHO_MSG} "Don't install this package on a server connected to the Internet or"; \ + ${ECHO_MSG} "in insecure environments."; \ + ${ECHO_MSG} "Read http://www.cert.org/advisories/CA-2001-01.html for more information."; \ exit 1; \ fi |