This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=1c206fcba932189c7710a64975fa57bfb54bec5b The branch, branch-1.6 has been updated via 1c206fcba932189c7710a64975fa57bfb54bec5b (commit) from 66c6cd5a7cf7dfc2b776deddcd39b0a47832bc1b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c206fcba932189c7710a64975fa57bfb54bec5b Author: Eric Blake <[email protected]> Date: Mon Feb 16 15:51:18 2009 -0700 Avoid test failure due to different errno. * doc/m4.texinfo (Using frozen files): Ignore stderr, since hardened systems can prevent attempts to read /. * THANKS: Update. Reported by Ronny Peine, in Gentoo bug 259184. Signed-off-by: Eric Blake <[email protected]> (cherry picked from commit 70c9e6eaf767c58eeb88423c0af306edfb592ca7) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ THANKS | 1 + doc/m4.texinfo | 2 ++ 3 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index d46c69b..84fce2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-02-16 Eric Blake <[email protected]> + Avoid test failure due to different errno. + * doc/m4.texinfo (Using frozen files): Ignore stderr, since + hardened systems can prevent attempts to read /. + * THANKS: Update. + Reported by Ronny Peine, in Gentoo bug 259184. + Fix bogus testsuite failure from 2009-02-11. * examples/null.err: Fix typo. * examples/null.m4: Likewise. diff --git a/THANKS b/THANKS index bb8a651..c52f07b 100644 --- a/THANKS +++ b/THANKS @@ -98,6 +98,7 @@ Robert Bernstein [email protected] Robert Bihlmeyer [email protected] Roland H. Pesch [email protected] Roland McGrath [email protected] +Ronny Peine [email protected] Sami Liedes [email protected] Santiago Vila [email protected] Scott Bartram deneb!scottb diff --git a/doc/m4.texinfo b/doc/m4.texinfo index ffb1dd5..10fa4d2 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -7884,8 +7884,10 @@ syscmd([echo 'changequote([,])pushdef([divnum],[hi])dnl' \ @end example @c Detect inability to freeze. +...@c Some systems harden /, and fail with EACCES rather than ENOENT. @comment options: -F /none/such +...@comment xerr: ignore @comment status: 1 @example $ @kbd{m4 -F /none/such} hooks/post-receive -- GNU M4 source repository
