From patchwork Fri Jul 8 20:54:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5730 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Lflrq5lWfz3wwD for ; Fri, 8 Jul 2022 20:54:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Lflrq0177z1GW; Fri, 8 Jul 2022 20:54:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Lflrp73lmz2xPh; Fri, 8 Jul 2022 20:54:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Lflrp2Zdvz2xFl for ; Fri, 8 Jul 2022 20:54:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Lflrp0RNhz1Fg; Fri, 8 Jul 2022 20:54:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1657313674; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=42kZK/7H3c1UyfuPHhf9qZzoIYQ41kKI2x4wlg6pO1s=; b=oOhrlWArjXtxWFkDjQcz5dYtA4y1L15l6xmXJhMaUkir4HxaIybi/PHKMoaiyOtfC1FywU q7cXZPzH2ohBv4Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1657313674; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=42kZK/7H3c1UyfuPHhf9qZzoIYQ41kKI2x4wlg6pO1s=; b=B6rSKQKQixhfkSsQ0Ip9Z9ufjGnrGrTBiEF0AM5jMv532CglFR+FyOYLTghh63gYerS2uj E45RNak1ck6ojZiRbbZZ4KZCQKZhENIEDWzREMBRCCffKr5pbyhhISV1TffZdjCIiq0nkz EH8VzIzOiHEEY/iMthqDdUtPO02O7DcORsYUzFgTgnBa/QrmBOV91IVl9adAxaL+jROXiy r3ZEeGA3J5NvHb2loZxYcVyaXX49vuCQgt+EnVDsTGnYz6A38/3InE+qN75lo0BJYhFbah AmgKh3lWjIAkJnOQdFJS8t9/55w1EKDmhCdjqiMmVcrp4AU492wPi228f9P83w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to version 2.6.0 Date: Fri, 8 Jul 2022 22:54:31 +0200 Message-Id: <20220708205431.2972636-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update to version 2.6.0 from 2.5.5 - Update of rootfile not required - Changelog is too large to include here (approx 1700 lines). For details see the ChangeLog file in the source tarball Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/haproxy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index 7fa3b024e..ac17aeee7 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -26,7 +26,7 @@ include Config SUMMARY = The Reliable, High Performance TCP/HTTP Load Balancer -VER = 2.5.5 +VER = 2.6.0 # From: https://www.haproxy.org/download/2.4/src/haproxy-2.4.15.tar.gz @@ -36,7 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 21 +PAK_VER = 22 DEPS = @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0680925026edf56f4369c71092c39f4ff3956a8cf04320326623b3031f719d62077acdca457a6cfd82f6bcbf510920113a0328a2d8cd4a208c3d9e49e1d431b5 +$(DL_FILE)_BLAKE2 = 70124b3aef55a5a7c827450e57f6d46a17c1c508e5278a8101f06494097534cb1f30e0f33c3dc38072ae56268d10cc50df3b8d481b5edc6f3a2279986cf09cdd install : $(TARGET)