From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to 2.4.15 Date: Mon, 04 Apr 2022 05:31:53 +0000 Message-ID: <6ee9ad17-9b6b-f81d-2bc2-1760e36aea9b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0567125688174932692==" List-Id: --===============0567125688174932692== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The changelog of the entire 2.4.x series can be retrieved from https://www.haproxy.org/download/2.4/src/CHANGELOG . As-promised-to: Michael Tremer Signed-off-by: Peter M=C3=BCller --- lfs/haproxy | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index 59e17e03a..96911574d 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2021 IPFire Team = # +# Copyright (C) 2007-2022 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,7 +26,9 @@ include Config =20 SUMMARY =3D The Reliable, High Performance TCP/HTTP Load Balancer =20 -VER =3D 2.2.4 +VER =3D 2.4.15 + +# From: https://www.haproxy.org/download/2.4/src/haproxy-2.4.15.tar.gz =20 THISAPP =3D haproxy-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,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 19 +PAK_VER =3D 20 =20 DEPS =3D =20 @@ -52,7 +54,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c53da911f09a5b35ae97709691754aceed09b01dffa27ee69368d2= 6f552c1b87d149477ad8ab0410564e5ef1d520c91e069b36a9f3a5588a8cf9feb3139f9181 +$(DL_FILE)_BLAKE2 =3D 425444a54e22cca8d15cb808283be3baefcd2ce56447d91bce3b4f= 4b7f6606e03d2eb8a242891c619cfd0fad9aba5bb84026c68d41f07cd55f083481df234899 =20 install : $(TARGET) =20 --=20 2.34.1 --===============0567125688174932692==--