From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] fping: update to 4.0 Date: Mon, 18 Jun 2018 14:13:48 +0100 Message-ID: In-Reply-To: <1529324980-4715-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2817110979028479532==" List-Id: --===============2817110979028479532== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Merged. On Mon, 2018-06-18 at 14:29 +0200, Erik Kapfer wrote: > Signed-off-by: Erik Kapfer > --- > lfs/fping | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/fping b/lfs/fping > index 11939b6..e3767f9 100644 > --- a/lfs/fping > +++ b/lfs/fping > @@ -1,7 +1,7 @@ > ##########################################################################= ### > ## > # = =20 > # > # IPFire.org - A linux based > firewall # > -# Copyright (C) 2015 IPFire Team = =20 > # > +# Copyright (C) 2018 IPFire Team = =20 > # > # = =20 > # > # 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 3.10 > +VER =3D 4.0 > =20 > THISAPP =3D fping-$(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 fping > -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 6a0ddecb671df1d580d20c0dd1095773 > +$(DL_FILE)_MD5 =3D c21a80d7519fa0ad2411bf6799873eb0 > =20 > install : $(TARGET) > =20 > @@ -77,8 +77,12 @@ $(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) && ./configure --prefix=3D/usr > + cd $(DIR_APP) && ./configure \ > + --prefix=3D/usr \ > + --disable-ipv6 > + > cd $(DIR_APP) && make $(MAKETUNING) > cd $(DIR_APP) && make install > + > @rm -rf $(DIR_APP) > @$(POSTBUILD) --===============2817110979028479532==--