Subject: CVS commit: pkgsrc/security/putty
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 04/13/2005 16:45:46
Module Name:	pkgsrc
Committed By:	rillig
Date:		Wed Apr 13 16:45:46 UTC 2005

Modified Files:
	pkgsrc/security/putty: Makefile distinfo
	pkgsrc/security/putty/patches: patch-aa patch-ac patch-ad patch-ae
	    patch-af patch-ag patch-ah patch-ai patch-aj patch-ak

Log Message:
Fixed the patched to use the <ctype.h> functions correctly, that is:
isalpha((unsigned char)*s) instead of isalpha((int)*s). Also replaced
WRKSRC with BUILD_DIRS, which is more appropriate. Approved by jlam.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/putty/Makefile \
    pkgsrc/security/putty/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/putty/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/security/putty/patches/patch-ac \
    pkgsrc/security/putty/patches/patch-ad \
    pkgsrc/security/putty/patches/patch-ae \
    pkgsrc/security/putty/patches/patch-af \
    pkgsrc/security/putty/patches/patch-ag \
    pkgsrc/security/putty/patches/patch-ah \
    pkgsrc/security/putty/patches/patch-ai \
    pkgsrc/security/putty/patches/patch-aj \
    pkgsrc/security/putty/patches/patch-ak

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