[PATCH] maint: move vulnerable-Makefile.in-check to gnulib (original) (raw)

[Top][All Lists]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


From: Jim Meyering
Subject: [PATCH] maint: move vulnerable-Makefile.in-check to gnulib
Date: Thu, 28 Jan 2010 10:02:08 +0100

FYI,

From 5d4952059fa0d68cfc09ca5f72e6b0124633c79b Mon Sep 17 00:00:00 2001 From: Jim Meyering <address@hidden> Date: Thu, 28 Jan 2010 09:38:25 +0100 Subject: [PATCH] maint: move vulnerable-Makefile.in-check to gnulib


cfg.mk | 13 ------------- gnulib | 2 +- 2 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/cfg.mk b/cfg.mk index 6fc10ee..b5a21c3 100644 --- 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

1.7.0.rc0.158.g8f946



[Prev in Thread] Current Thread [Next in Thread]