]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: move vulnerable-Makefile.in-check to gnulib
authorJim Meyering <meyering@redhat.com>
Thu, 28 Jan 2010 08:38:25 +0000 (09:38 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 28 Jan 2010 08:38:31 +0000 (09:38 +0100)
* cfg.mk (sc_vulnerable_makefile_CVE-2009-4029): Move rule to...
* gnulib: Update to latest, to get updated "maint.mk".

cfg.mk
gnulib

diff --git a/cfg.mk b/cfg.mk
index 6fc10ee2a25dc7f063b9567ac1f106e1f168ac59..b5a21c3fcba0e585fde8df3fa4b48f40ce285ce7 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -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
index 8fc05d032b3f9a9d068613ab5ee297b4e7d5a08a..2eb5a8a0ff8348149a9ca985e2ccbfb03bc8de53 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 8fc05d032b3f9a9d068613ab5ee297b4e7d5a08a
+Subproject commit 2eb5a8a0ff8348149a9ca985e2ccbfb03bc8de53