Subject: CVS commit: pkgsrc/mail/yatsvrs
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 12/21/2001 05:55:13
Module Name:	pkgsrc
Committed By:	taca
Date:		Fri Dec 21 03:55:13 UTC 2001

Modified Files:
	pkgsrc/mail/yatsvrs: Makefile distinfo
	pkgsrc/mail/yatsvrs/patches: patch-aa patch-av patch-bk

Log Message:
Update yatsvrs package to 5.00p6.  Changes from 5.00p5 are bellow.

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).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/yatsvrs/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/yatsvrs/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/yatsvrs/patches/patch-aa \
    pkgsrc/mail/yatsvrs/patches/patch-av pkgsrc/mail/yatsvrs/patches/patch-bk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.