diff options
author | simon <simon@FreeBSD.org> | 2005-01-16 19:06:11 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-16 19:06:11 +0000 |
commit | 9f3f9fbcef3cbd50728be7e302a749dd5f4ccd3f (patch) | |
tree | 1376d42c97b5497fd1004b35219f5e10fbfb9ea4 /textproc/unrtf | |
parent | 265d80d025ec479fa917bc8319bca5b7401d3009 (diff) | |
download | FreeBSD-ports-9f3f9fbcef3cbd50728be7e302a749dd5f4ccd3f.zip FreeBSD-ports-9f3f9fbcef3cbd50728be7e302a749dd5f4ccd3f.tar.gz |
- Mark forbidden due to buffer overflow vulnerability which may for
example be explioted when running unrtf automated in scripts.
- Set one month expiration date.
VuXML: http://vuxml.FreeBSD.org/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html
Approved by: erwin (mentor)
Diffstat (limited to 'textproc/unrtf')
-rw-r--r-- | textproc/unrtf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 68d8926..36fdaed 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -14,6 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A converter from RTF to several formats, including HTML and LaTeX +FORBIDDEN= http://vuxml.FreeBSD.org/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=2005-02-16 + USE_REINPLACE= yes ALL_TARGET= unrtf |