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.8.1 Date: Fri, 21 Jul 2023 22:51:43 +0200 Message-ID: <20230721205144.2143152-7-adolf.belka@ipfire.org> In-Reply-To: <20230721205144.2143152-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7489162577249186391==" List-Id: --===============7489162577249186391== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.7.4 to 2.8.1 - Update of rootfile not required - Changelog is too large to include here. Look in the CHANGELOG file in the s= ource tarball. Signed-off-by: Adolf Belka --- lfs/haproxy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index 6e18995e5..b825a342f 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -26,9 +26,9 @@ include Config =20 SUMMARY =3D The Reliable, High Performance TCP/HTTP Load Balancer =20 -VER =3D 2.7.4 +VER =3D 2.8.1 =20 -# From: https://www.haproxy.org/download/2.7/src/haproxy-2.7.1.tar.gz +# From: https://www.haproxy.org/download/2.8/src/haproxy-2.8.1.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 25 +PAK_VER =3D 26 =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 16c32de742b0782389e62f5f0e737a50ff42ed8ed37c9d912d22e8= 4f2dc3d68af112015e3774f7f583b73ef3c724171a5d18e55bfa957e55947555a49d9c14ba +$(DL_FILE)_BLAKE2 =3D 4c4cb6d0a50d1a5d799b4d861f1dff98d5b3cf6f33c94c1b5927dd= 1998afb968c0bded9ddbac3e95fc1b16b5515d3d29695d5a6e20ee4424e7240e6a309e8b89 =20 install : $(TARGET) =20 --=20 2.41.0 --===============7489162577249186391==--