diff options
author | Jim Meyering <meyering@redhat.com> | 2010-01-28 09:38:25 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-28 09:38:31 +0100 |
commit | 5d4952059fa0d68cfc09ca5f72e6b0124633c79b (patch) | |
tree | a8ef2641ad15c6d5d0f9975e2cb059a788863f58 | |
parent | c7ecdb0fcbcdbdd4d7222a2b692b3fd3681a5a47 (diff) | |
download | coreutils-5d4952059fa0d68cfc09ca5f72e6b0124633c79b.tar.xz |
maint: move vulnerable-Makefile.in-check to gnulib
* cfg.mk (sc_vulnerable_makefile_CVE-2009-4029): Move rule to...
* gnulib: Update to latest, to get updated "maint.mk".
-rw-r--r-- | cfg.mk | 13 | ||||
m--------- | gnulib | 0 |
2 files changed, 0 insertions, 13 deletions
@@ -246,19 +246,6 @@ sc_prohibit_sleep: msg='prefer xnanosleep over other sleep interfaces' \ $(_prohibit_regexp) -sc_vulnerable_makefile_CVE-2009-4029: - @files=$$(find $(srcdir) -name Makefile.in); \ - if test -n "$$files"; then \ - grep -E \ - 'perm -777 -exec chmod a\+rwx|chmod 777 \$$\(distdir\)' \ - $$files && \ - { echo '$(ME): the above files are vulnerable; beware of' \ - 'running "make dist*" rules, and upgrade to fixed automake' \ - 'see http://bugzilla.redhat.com/542609 for details' \ - 1>&2; exit 1; } || :; \ - else :; \ - fi - include $(srcdir)/dist-check.mk update-copyright-env = \ diff --git a/gnulib b/gnulib -Subproject 8fc05d032b3f9a9d068613ab5ee297b4e7d5a08 +Subproject 2eb5a8a0ff8348149a9ca985e2ccbfb03bc8de5 |