From: R.E. Wolff Date: Thu, 18 Aug 2016 11:32:10 +0000 (+0200) Subject: Partial reverse of 6bb5b6b3b. X-Git-Tag: v0.88~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4bdc99e84c2c598a777d0e5e5818f4388b52a9;p=thirdparty%2Fmtr.git Partial reverse of 6bb5b6b3b. The bug in automake does not create a vulnerable distirbution. It allows local attackers that are logged in (or running in the background) when a distributer types "make distcheck" to possibly gain root access on the build system. This is NOT creating a vulnerable distribution. The fact that automake has a vulnerability does not warrant build failures on older systems. --- diff --git a/configure.ac b/configure.ac index ea77855..f3d2b6c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([mtr], AC_CONFIG_SRCDIR([mtr.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([ - 1.11.6 + 1.7.9 foreign ])