Subject: CVS commit: pkgsrc/devel/id-utils
To: None <pkgsrc-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: pkgsrc-changes
Date: 06/21/2002 15:26:33
Module Name:	pkgsrc
Committed By:	lukem
Date:		Fri Jun 21 12:26:33 UTC 2002

Modified Files:
	pkgsrc/devel/id-utils: Makefile distinfo
	pkgsrc/devel/id-utils/patches: patch-ak

Log Message:
+ In assert_writeable(), don't depend upon dirname(3) not modifying the
  argument; POSIX allows this, even though the replacement lib/dirname.c
  (from glibc?) returns a strndup-ed strings *except* for the "." case.
  [mmm, possible memory leaks].  Instead, just implement most of guts of
  lib/dirname.c directly in assert_writeable(), always copy string, and
  always free it.  This fixes ``mkid -f /some/path/to/id''
+ Crank PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/devel/id-utils/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/id-utils/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/id-utils/patches/patch-ak

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