From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] mtr: update to 0.93 Date: Thu, 26 Sep 2019 15:38:37 +0100 Message-ID: In-Reply-To: <9eafc67f-de6b-1da4-1ea0-e4e7a934f22d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8709177700818641446==" List-Id: --===============8709177700818641446== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 Sep 2019, at 20:05, peter.mueller(a)ipfire.org wrote: >=20 > Signed-off-by: Peter M=C3=BCller > --- > lfs/mtr | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/mtr b/lfs/mtr > index 4e951a0f4..da856f417 100644 > --- a/lfs/mtr > +++ b/lfs/mtr > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2019 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.92 > +VER =3D 0.93 >=20 > THISAPP =3D mtr-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D mtr > -PAK_VER =3D 3 > +PAK_VER =3D 4 >=20 > DEPS =3D "" >=20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 3b3788f71641eb3eaba517ac2138e76d > +$(DL_FILE)_MD5 =3D f68c397310ec2275736e2e19727c22c0 >=20 > install : $(TARGET) >=20 > @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) > + cd $(DIR_APP) && ./bootstrap.sh > cd $(DIR_APP) && ./configure --prefix=3D/usr > cd $(DIR_APP) && make $(MAKETUNING) > cd $(DIR_APP) && make install > --=20 > 2.16.4 --===============8709177700818641446==--