diff options
author | netchild <netchild@FreeBSD.org> | 2003-06-10 09:59:45 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-06-10 09:59:45 +0000 |
commit | 3087f1efd166eab78c558d2de4ae85983dabd622 (patch) | |
tree | 662b04d4649164e25001ec8051450dc1106d25b4 | |
parent | e23c28138526978b48db627143ddc26ac73f4e4a (diff) | |
download | FreeBSD-ports-3087f1efd166eab78c558d2de4ae85983dabd622.zip FreeBSD-ports-3087f1efd166eab78c558d2de4ae85983dabd622.tar.gz |
Mark FORBIDDEN (local buffer overflow, exploit available).
PR: 52395
Submitted by: Lars Thegler <lars@thegler.dk>
-rw-r--r-- | databases/firebird-client/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird-server/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird2-server/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index c6d4c50..9673cdf 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -18,6 +18,8 @@ DISTFILES= bootkit-1.0.2.908.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) +FORBIDDEN= Local Stack Overflow, see http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt + WRKSRC= ${WRKDIR}/firebird-1.0.2.908 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index c2aeec2..387aa12 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -17,6 +17,8 @@ DISTFILES= bootkit-RC2.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) +FORBIDDEN= Local Stack Overflow, see http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt + WRKSRC= ${WRKDIR}/interbase INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index c6d4c50..9673cdf 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -18,6 +18,8 @@ DISTFILES= bootkit-1.0.2.908.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) +FORBIDDEN= Local Stack Overflow, see http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt + WRKSRC= ${WRKDIR}/firebird-1.0.2.908 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index c6d4c50..9673cdf 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/Makefile @@ -18,6 +18,8 @@ DISTFILES= bootkit-1.0.2.908.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) +FORBIDDEN= Local Stack Overflow, see http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt + WRKSRC= ${WRKDIR}/firebird-1.0.2.908 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index c6d4c50..9673cdf 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -18,6 +18,8 @@ DISTFILES= bootkit-1.0.2.908.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) +FORBIDDEN= Local Stack Overflow, see http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt + WRKSRC= ${WRKDIR}/firebird-1.0.2.908 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index c6d4c50..9673cdf 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -18,6 +18,8 @@ DISTFILES= bootkit-1.0.2.908.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) +FORBIDDEN= Local Stack Overflow, see http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt + WRKSRC= ${WRKDIR}/firebird-1.0.2.908 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib |