diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-12-02 03:24:24 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-12-02 03:24:24 +0000 |
commit | 22f3385a799563e916fb8f1d9481a921956cc64c (patch) | |
tree | f707d2114f3ccf7e1437408d26273361dca5252d /comms/snooper/Makefile | |
parent | a49359d57b0d034be18ecdee3d7a88e0d238f2a2 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=23546
Diffstat (limited to 'comms/snooper/Makefile')
-rw-r--r-- | comms/snooper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index d999840452c5..e7104cc54d7e 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/ |