diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-25 04:49:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-25 04:49:26 +0000 |
commit | 2f53c5b891e35c4aa13a0ff2d7d6c2ff3d22a7a4 (patch) | |
tree | 5caf6a6ecdc7ba811ea2332eb72d2ea348cbf6be /databases/postgresql73 | |
parent | 63064ec545f2cc2c89abffb3ce294d67b0169490 (diff) | |
download | FreeBSD-ports-2f53c5b891e35c4aa13a0ff2d7d6c2ff3d22a7a4.zip FreeBSD-ports-2f53c5b891e35c4aa13a0ff2d7d6c2ff3d22a7a4.tar.gz |
Forbid because of unconfirmed security bugs:
The following buffer overruns have been identified and
addressed [in 7.2.2]:
* in handling long datetime input
* in repeat()
* in lpad() and rpad() with multibyte
* in SET TIME ZONE and TZ env var
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 4395c5d..2d7c785 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -27,6 +27,8 @@ DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER?= girgen@partitur.se +FORBIDDEN= "buffer overruns acknowledged by authors--see <URL:http://www3.us.postgresql.org/news.html>" + WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql |