diff options
author | taca <taca@pkgsrc.org> | 2001-12-21 03:55:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-12-21 03:55:13 +0000 |
commit | 2f5c7e19e3731d7e2ce4b2f102fd6a0b00b006a4 (patch) | |
tree | b9d013361d5333f067afe0d2b2438843d5c91f06 /mail/yatsvrs/Makefile | |
parent | 8051917eb9854c98350890a8cb111b4300b78ed4 (diff) | |
download | pkgsrc-2f5c7e19e3731d7e2ce4b2f102fd6a0b00b006a4.tar.gz |
Update yatsvrs package to 5.00p6. Changes from 5.00p5 are below.
Fix security hole bug for KILL/KILL9 function.
Under specific condition, kill(2) would be called with its first
arguement (pid) 0 or 1. It would cause killing parent process,
inetd(8).
The bug was fixed as bellow.
* Avoid using atoi(3).
* More strict error checking with sscanf(3).
Diffstat (limited to 'mail/yatsvrs/Makefile')
-rw-r--r-- | mail/yatsvrs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/yatsvrs/Makefile b/mail/yatsvrs/Makefile index b0e1a1a03df..064883d841d 100644 --- a/mail/yatsvrs/Makefile +++ b/mail/yatsvrs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/12/19 04:11:08 taca Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/21 03:55:13 taca Exp $ # -DISTNAME= yatsvrs-5.00p4 +DISTNAME= yatsvrs-5.00p6 PKGNAME= ${DISTNAME:S/p/./} CATEGORIES= mail MASTER_SITES= ftp://ftp.jepro.co.jp/pub/jepro/yatsvr/ |