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] haproxy: Update to version 2.6.0 Date: Sat, 09 Jul 2022 09:03:59 +0000 Message-ID: In-Reply-To: <20220708205431.2972636-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4753156288821377923==" List-Id: --===============4753156288821377923== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update to version 2.6.0 from 2.5.5 > - Update of rootfile not required > - Changelog is too large to include here (approx 1700 lines). For details s= ee the ChangeLog > file in the source tarball >=20 > Signed-off-by: Adolf Belka > --- > lfs/haproxy | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/haproxy b/lfs/haproxy > index 7fa3b024e..ac17aeee7 100644 > --- a/lfs/haproxy > +++ b/lfs/haproxy > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D The Reliable, High Performance TCP/HTTP Load Balancer > =20 > -VER =3D 2.5.5 > +VER =3D 2.6.0 > =20 > # From: https://www.haproxy.org/download/2.4/src/haproxy-2.4.15.tar.gz > =20 > @@ -36,7 +36,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D haproxy > -PAK_VER =3D 21 > +PAK_VER =3D 22 > =20 > DEPS =3D > =20 > @@ -54,7 +54,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 0680925026edf56f4369c71092c39f4ff3956a8cf04320326623= b3031f719d62077acdca457a6cfd82f6bcbf510920113a0328a2d8cd4a208c3d9e49e1d431b5 > +$(DL_FILE)_BLAKE2 =3D 70124b3aef55a5a7c827450e57f6d46a17c1c508e5278a8101f0= 6494097534cb1f30e0f33c3dc38072ae56268d10cc50df3b8d481b5edc6f3a2279986cf09cdd > =20 > install : $(TARGET) > =20 --===============4753156288821377923==--