From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] squid: Update to 4.16 Date: Thu, 08 Jul 2021 18:40:19 +0200 Message-ID: <8a431e34-eaac-7ad3-2a6b-0b3e80a0e46e@ipfire.org> In-Reply-To: <20210708134229.2453-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6239625297741421582==" List-Id: --===============6239625297741421582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > For details see: > http://www.squid-cache.org/Versions/v4/changesets/ > > Signed-off-by: Matthias Fischer > --- > lfs/squid | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/squid b/lfs/squid > index 98034651c..d6570b80d 100644 > --- a/lfs/squid > +++ b/lfs/squid > @@ -24,7 +24,7 @@ > > include Config > > -VER = 4.15 > +VER = 4.16 > > THISAPP = squid-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -46,7 +46,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = a593de9dc888dfeca4f1f7db2cd7d3b9 > +$(DL_FILE)_MD5 = d200064f7050969680f628d26b8c704d > > install : $(TARGET) > > --===============6239625297741421582==--