coreutils
[Top][All Lists]
Advanced

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

[PATCH 3/7] build: require Automake >= 1.11.6


From: Stefano Lattarini
Subject: [PATCH 3/7] build: require Automake >= 1.11.6
Date: Thu, 30 Aug 2012 14:13:09 +0200

Now that we use AM_TESTS_ENVIRONMENT, we should require at least
Automake >= 1.11.2; but since all the Automake version until 1.11.5
are vulnerable to CVE-2012-3386:

  <https://lists.gnu.org/archive/html/automake/2012-07/msg00023.html>

it's even better to require 1.11.6.

* configure.ac (AM_INIT_AUTOMAKE): Bump version requirement to 1.11.6.
* bootstrap.conf ($buildreq): Likewise.
---
 bootstrap.conf | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index eab6606..b5c0857 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -309,7 +309,7 @@ gnulib_tool_option_extras="--tests-base=gnulib-tests 
--with-tests --symlink\
 # Build prerequisites
 buildreq="\
 autoconf   2.64
-automake   1.11.1
+automake   1.11.6
 autopoint  -
 bison      -
 gettext    0.17
diff --git a/configure.ac b/configure.ac
index ce8ebc9..11c84f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_SRCDIR([src/ls.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
 
-AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11.6 no-dist-gzip dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds
-- 
1.7.12




reply via email to

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