From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to version 2.9.2 Date: Thu, 18 Jan 2024 12:40:21 +0100 Message-ID: <20240118114031.6171-4-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1915656015490648494==" List-Id: --===============1915656015490648494== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.8.5 to 2.9.2 - Update of rootfile not required - Changelog is too large to include here. Details can be found in the CHANGEL= OG file in the source tarball. Signed-off-by: Adolf Belka --- lfs/haproxy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index c98c8f630..bae1a7b16 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 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 = # @@ -26,9 +26,9 @@ include Config =20 SUMMARY =3D The Reliable, High Performance TCP/HTTP Load Balancer =20 -VER =3D 2.8.5 +VER =3D 2.9.2 =20 -# From: https://www.haproxy.org/download/2.8/src/haproxy-2.8.1.tar.gz +# From: https://www.haproxy.org/download/2.9/src/haproxy-2.9.2.tar.gz =20 THISAPP =3D haproxy-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -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 28 +PAK_VER =3D 29 =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 2c5c66b83a5b514d6518b6b5d62cfa17881498bc4adca664a2cb30= 7630adea815d80ee1a9a823e7ae4043328a3940ce34a62dd218b165cedf9111c1190bc541a +$(DL_FILE)_BLAKE2 =3D 257a594fdb18e50c99e4256aa364d2ea55b56e39bfda0435c92192= 7939a09231be5ae2bd7f39e23286febb343fa0dca5fc33f9b279461c5083050898390b21db =20 install : $(TARGET) =20 --=20 2.43.0 --===============1915656015490648494==--