diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /devel/autoconf268/files/patch-autoreconf.in | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'devel/autoconf268/files/patch-autoreconf.in')
-rw-r--r-- | devel/autoconf268/files/patch-autoreconf.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/autoconf268/files/patch-autoreconf.in b/devel/autoconf268/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf268/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; |