diff options
author | kris <kris@FreeBSD.org> | 2001-03-11 15:44:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-11 15:44:41 +0800 |
commit | bc5311688ba19fd284b956812860572857a6cf96 (patch) | |
tree | f3b6ceb6db7b45570bb24c7f421ebab283c55198 | |
parent | 8690c9325f71a495208050d81629c232b798e525 (diff) | |
download | freebsd-ports-gnome-bc5311688ba19fd284b956812860572857a6cf96.tar.gz freebsd-ports-gnome-bc5311688ba19fd284b956812860572857a6cf96.tar.zst freebsd-ports-gnome-bc5311688ba19fd284b956812860572857a6cf96.zip |
Revert previous commit and reinstate maintainer: the FreeBSD version of
interbase is not distributed by Borland, and there does not appear to be
a patch available for the vulnerability.
-rw-r--r-- | databases/interbase4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile index 9cc221ea5724..3cdba03bcac7 100644 --- a/databases/interbase4/Makefile +++ b/databases/interbase4/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases MASTER_SITES= # manual fetch DISTNAME= IB_4.0_FreeBSD -MAINTAINER= ports@FreeBSD.org +MAINTAINER= berend@pobox.com FORBIDDEN= "Backdoored by Borland, http://www.cert.org/advisories/CA-2001-01.html for more information" ONLY_FOR_ARCHS= i386 |