diff options
author | nectar <nectar@FreeBSD.org> | 2002-06-10 15:18:06 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-06-10 15:18:06 +0000 |
commit | 8cc0af8bfc7d002f4e3677f5ddebbe877f01a395 (patch) | |
tree | 9f6c1b0087768eb4a7516a4b5e137dd88ddd50c3 /news/nn/Makefile | |
parent | 2060997dedabc349d3073e15b3dae14692566205 (diff) | |
download | FreeBSD-ports-8cc0af8bfc7d002f4e3677f5ddebbe877f01a395.zip FreeBSD-ports-8cc0af8bfc7d002f4e3677f5ddebbe877f01a395.tar.gz |
Fix remotely exploitable format string vulnerability.
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r-- | news/nn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index cb6626e..73cd398 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -6,15 +6,13 @@ # PORTNAME= nn -PORTVERSION= 6.6.2 +PORTVERSION= 6.6.2_1 CATEGORIES= news MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/ EXTRACT_SUFX= .tar.Z MAINTAINER= jooji@nickelkid.com -FORBIDDEN= "Remotely exploitable format string vulnerability." - MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 |