From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to version 3.1.2 Date: Fri, 17 Jan 2025 12:26:09 +0100 Message-ID: <20250117112612.3250389-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3872327681232436903==" List-Id: --===============3872327681232436903== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.0.3 to 3.1.2 - Update of rootfile not required - Changelog is very large as there are many entries for the update from 3.0.x= to 3.1.x For details read the CHANGELOG 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 c433d40e0..d73c94289 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 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 3.0.3 +VER =3D 3.1.2 =20 -# From: https://www.haproxy.org/download/3.0/src/haproxy-3.0.3.tar.gz +# From: https://www.haproxy.org/download/ =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 30 +PAK_VER =3D 31 =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 d5f10110f0c95e214885b3a2248ed048adaf747e382fd343f90cfd= 35ed58e58f71a643260d87208e70f4d37101ba80471cd06ccd2d4cd9915031aa42fc86104f +$(DL_FILE)_BLAKE2 =3D 234a365251f226dcd1892fe89ec0dc11f505a85e08b12be1dba61d= fd03808cb4cd8ad0f0548b2250379ade124314a5b5577b634bb401798666bae41fe1cc1388 =20 install : $(TARGET) =20 --=20 2.48.1 --===============3872327681232436903==--