diff options
author | abs <abs> | 2000-10-20 11:02:59 +0000 |
---|---|---|
committer | abs <abs> | 2000-10-20 11:02:59 +0000 |
commit | 8c114c2e2766eabc41b00ecb2d8d5f400c559817 (patch) | |
tree | 6b4a62d7c27870223a8b3c525ef58b27d8ad314f /net/ntop/Makefile | |
parent | f5683c31b53a014fccaf6588fdbaf6bb51c13f44 (diff) | |
download | pkgsrc-8c114c2e2766eabc41b00ecb2d8d5f400c559817.tar.gz |
Update to 1.1nb1 - avoid possible format string crash with -i '...%s...'.
No known security issues as not installed set{u,g}id
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index fa5baa6201c..2df6d02c2a2 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2000/09/19 20:00:03 agc Exp $ +# $NetBSD: Makefile,v 1.13 2000/10/20 11:02:59 abs Exp $ -DISTNAME= ntop-1.1 +DISTNAME= ntop-1.1nb1 CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ EXTRACT_SUFX= -src.tar.gz |