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.7.1 Date: Thu, 05 Jan 2023 19:21:06 +0100 Message-ID: <20230105182110.3725538-2-adolf.belka@ipfire.org> In-Reply-To: <20230105182110.3725538-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0596994201330620143==" List-Id: --===============0596994201330620143== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.6.0 to 2.7.1 - Update of rootfile not required - Changelog is too large to include here. Details can be obtained from CHANGE= LOG in source tarball or from https://www.haproxy.org/download/2.7/src/CHANGELOG Signed-off-by: Adolf Belka --- lfs/haproxy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index ebf80ab1a..3f741a5e6 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 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.6.0 +VER =3D 2.7.1 =20 -# From: https://www.haproxy.org/download/2.4/src/haproxy-2.4.15.tar.gz +# From: https://www.haproxy.org/download/2.7/src/haproxy-2.7.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 23 +PAK_VER =3D 24 =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 70124b3aef55a5a7c827450e57f6d46a17c1c508e5278a8101f064= 94097534cb1f30e0f33c3dc38072ae56268d10cc50df3b8d481b5edc6f3a2279986cf09cdd +$(DL_FILE)_BLAKE2 =3D aa9e6273468e07b91efb8ecedcf06f2bdcb0ba7949ba710bf94d23= a59987031be0f94d78a3efa707fbaba711773db76516f76e1cdc2a92b1eaeac0786e1b8663 =20 install : $(TARGET) =20 --=20 2.39.0 --===============0596994201330620143==--