From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] haproxy: Update to 2.4.15 Date: Tue, 05 Apr 2022 13:39:56 +0200 Message-ID: <981071dc-80a6-5871-8418-1513098dc2ee@ipfire.org> In-Reply-To: <6ee9ad17-9b6b-f81d-2bc2-1760e36aea9b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0263913835581076725==" List-Id: --===============0263913835581076725== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 04/04/2022 07:31, Peter M=C3=BCller wrote: > 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 c53da911f09a5b35ae97709691754aceed09b01dffa27ee69368= d26f552c1b87d149477ad8ab0410564e5ef1d520c91e069b36a9f3a5588a8cf9feb3139f9181 > +$(DL_FILE)_BLAKE2 =3D 425444a54e22cca8d15cb808283be3baefcd2ce56447d91bce3b= 4f4b7f6606e03d2eb8a242891c619cfd0fad9aba5bb84026c68d41f07cd55f083481df234899 > =20 > install : $(TARGET) > =20 --===============0263913835581076725==--