From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] dnsdist: Upgrade to 1.7.0 Date: Tue, 18 Jan 2022 13:41:03 +0100 Message-ID: In-Reply-To: <20220118123455.4088425-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5811270911611773286==" List-Id: --===============5811270911611773286== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Adolf Belka On 18/01/2022 13:34, Michael Tremer wrote: > Signed-off-by: Michael Tremer > --- > lfs/dnsdist | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/dnsdist b/lfs/dnsdist > index 8aaca9524..a0d8a20b1 100644 > --- a/lfs/dnsdist > +++ b/lfs/dnsdist > @@ -24,7 +24,7 @@ > > include Config > > -VER = 1.6.1 > +VER = 1.7.0 > > THISAPP = dnsdist-$(VER) > DL_FILE = $(THISAPP).tar.bz2 > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = dnsdist > -PAK_VER = 10 > +PAK_VER = 11 > > SUP_ARCH = x86_64 aarch64 > > @@ -48,7 +48,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = fc314583a33d1256fecb41dac64a77e3 > +$(DL_FILE)_MD5 = 51cca04895eb04278ba01491a5f24984 > > install : $(TARGET) > --===============5811270911611773286==--