diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-25 04:49:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-25 04:49:26 +0000 |
commit | 8a19a039072dd742dbba0cc3d475b27f85cf7fb7 (patch) | |
tree | 5c1e5277ec75cb0dff649a19062007f3b5b7fe72 /databases/postgresql7 | |
parent | Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to (diff) |
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
Notes
Notes:
svn path=/head/; revision=64973
Diffstat (limited to 'databases/postgresql7')
-rw-r--r-- | databases/postgresql7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index 4395c5dd3b9c..2d7c785e6d9f 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/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 |