diff options
-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 |