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 libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=726dc33f42ecf9301c102db3e994a10fcc80f689 The branch, master has been updated via 726dc33f42ecf9301c102db3e994a10fcc80f689 (commit) from edc90f61b81077c24419c0bc3e0a06c4b764a61c (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 726dc33f42ecf9301c102db3e994a10fcc80f689 Author: Simon Josefsson <[email protected]> Date: Thu Aug 9 11:19:15 2012 +0200 Update gnulib files. ----------------------------------------------------------------------- Summary of changes: gl/Makefile.am | 2 +- maint.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gl/Makefile.am b/gl/Makefile.am index 60759d6..e6d8273 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -153,7 +153,7 @@ libgnu_la_SOURCES += gettext.h distclean-local: clean-GNUmakefile clean-GNUmakefile: - test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || : + test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile EXTRA_DIST += $(top_srcdir)/GNUmakefile diff --git a/maint.mk b/maint.mk index bdc4502..a2b0b8d 100644 --- a/maint.mk +++ b/maint.mk @@ -354,7 +354,7 @@ sc_prohibit_strncpy: # perl -pi -e 's/(^|[^.])\b(exit ?)\(0\)/$1$2(EXIT_SUCCESS)/' sc_prohibit_magic_number_exit: @prohibit='(^|[^.])\<(usage|exit|error) ?\(-?[0-9]+[,)]' \ - exclude='error ?\(0,' \ + exclude='error ?\((0,|[^,]*)' \ halt='use EXIT_* values rather than magic number' \ $(_sc_search_regexp) @@ -1222,7 +1222,7 @@ sc_prohibit_path_max_allocation: sc_vulnerable_makefile_CVE-2009-4029: @prohibit='perm -777 -exec chmod a\+rwx|chmod 777 \$$\(distdir\)' \ - in_files=(^\|/)Makefile\\.in$$ \ + in_files='(^|/)Makefile\.in$$' \ halt=$$(printf '%s\n' \ 'the above files are vulnerable; beware of running' \ ' "make dist*" rules, and upgrade to fixed automake' \ @@ -1231,7 +1231,7 @@ sc_vulnerable_makefile_CVE-2009-4029: sc_vulnerable_makefile_CVE-2012-3386: @prohibit='chmod a\+w \$$\(distdir\)' \ - in_files=(^\|/)Makefile\\.in$$ \ + in_files='(^|/)Makefile\.in$$' \ halt=$$(printf '%s\n' \ 'the above files are vulnerable; beware of running' \ ' "make distcheck", and upgrade to fixed automake' \ hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
