diff options
author | itojun <itojun@FreeBSD.org> | 1999-12-02 03:24:24 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1999-12-02 03:24:24 +0000 |
commit | 592d77a34790f43e260d7b97a6c02df332637713 (patch) | |
tree | 80b09f7011bb71cb8fed7f2a45c389eb73679e9b /comms/snooper | |
parent | cb4846702755019a715f3328abfc0f747958eb4f (diff) | |
download | FreeBSD-ports-592d77a34790f43e260d7b97a6c02df332637713.zip FreeBSD-ports-592d77a34790f43e260d7b97a6c02df332637713.tar.gz |
use lateset version. prior versions contain uucp{un,}lock() which uses
sprintf() in insecure manner (may subject to buffer overflow, like xmindpath
in magicpoint).
If you really care, I can mark them BROKEN until they are confirmed to be safe.
Diffstat (limited to 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 6 | ||||
-rw-r--r-- | comms/snooper/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index d999840..e7104cc 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: snooper -# Version required: 980813 +# Version required: 19991202 # Date created: 4 May 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # # $FreeBSD$ # -DISTNAME= snooper.980813 -PKGNAME= snooper-980813 +DISTNAME= snooper-19991202 +PKGNAME= snooper-19991202 CATEGORIES= comms MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo index 14ecc09..afb88f7 100644 --- a/comms/snooper/distinfo +++ b/comms/snooper/distinfo @@ -1 +1 @@ -MD5 (snooper.980813.tar.gz) = 8501ad80b0ef80b066f8942268d9073a +MD5 (snooper-19991202.tar.gz) = a735dc4a3c685493e0e3d77ddfa2c6db |