Subject: CVS commit: pkgsrc/devel/gtexinfo
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 02/11/2006 01:04:20
Module Name:	pkgsrc
Committed By:	joerg
Date:		Sat Feb 11 01:04:20 UTC 2006

Modified Files:
	pkgsrc/devel/gtexinfo: distinfo
	pkgsrc/devel/gtexinfo/patches: patch-al

Log Message:
Improve the security fix. maketempname is called from two contextes:
(a) to generate a new tempory file name -> O_EXCL logic applies here
(b) to regenerate the name of an older temporary file for removal
  -> don't create or even open the file here, just remove it.

Discussed with salo@.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/devel/gtexinfo/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/gtexinfo/patches/patch-al

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