diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-07 07:06:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-07 07:06:57 +0000 |
commit | 1b247c2bf9018c77563962ce8ddcd2c40b493c4d (patch) | |
tree | 77720ef4fa8feda6ec0e8acd3ea9fbfd4f64337e /net-mgmt/icmpmonitor/Makefile | |
parent | 59209ceb234e2013c8070cd3ef9fa7ee0a4b733a (diff) |
Fix a potentially exploitable format string vulnerability and bump
PORTREVISION
Notes
Notes:
svn path=/head/; revision=60750
Diffstat (limited to 'net-mgmt/icmpmonitor/Makefile')
-rw-r--r-- | net-mgmt/icmpmonitor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile index be42b8e60a33..a3917d77da36 100644 --- a/net-mgmt/icmpmonitor/Makefile +++ b/net-mgmt/icmpmonitor/Makefile @@ -7,6 +7,7 @@ PORTNAME= icmpmonitor PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= icmpmonitor |