]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Partial reverse of 6bb5b6b3b.
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Thu, 18 Aug 2016 11:32:10 +0000 (13:32 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Thu, 18 Aug 2016 11:32:10 +0000 (13:32 +0200)
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.

configure.ac

index ea7785546ad140ba9ade8824c2fc833025e2c1bd..f3d2b6c32c157def549f87dcf464032729ebcecc 100644 (file)
@@ -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
 ])