From patchwork Fri Jul 21 20:51:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7013 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R71vQ4t2pz3wpf for ; Fri, 21 Jul 2023 20:52:02 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R71vH3w5lzYY; Fri, 21 Jul 2023 20:51:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R71vG4qgbz3078; Fri, 21 Jul 2023 20:51:54 +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 4R71vD4xsLz2xxb for ; Fri, 21 Jul 2023 20:51:52 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R71vD106hz23p; Fri, 21 Jul 2023 20:51:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1689972712; 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: in-reply-to:in-reply-to:references:references; bh=1Nj/zrgaiZw6+ygrVRFaPHw+SEJ8tmqcj5Ak1/vnRIQ=; b=YJht+1RFVzJVrevoT7nywOTrm2HOMMJnlYGcmwCYshfNZ+Xe3OtOc1El8YT5tDatYnpRvs /4lcr9iAhO90ZSgHawlzEkNjohw3ieshA8ukCSrElaBG+eAfd4HC0X4//HKNM9/9YkUh6d 9wNhLmviPJ4I4Ikq1VZOezflACsBhXgW6LfEx+UNyZlyjW36D8+ZWdIpYYw4wKnquJH13/ k0nIKsguT3+uDguNUYy/H7HTNJKzjtHbVfoA/CThWozMlVdsNVAyTgvRS1kkip1ZgqKj67 Y65vFV3Cj7uTZONhepawGd48WgvAc1XEOSQpj6nZ/rYqlRtQyexTTQkjUkJElg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1689972712; 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: in-reply-to:in-reply-to:references:references; bh=1Nj/zrgaiZw6+ygrVRFaPHw+SEJ8tmqcj5Ak1/vnRIQ=; b=QfyePGeSgg7TikW4UVnzl/pSeAr/4KueOACFq2Eq80CDaMBOaAkVbgZBP5R54yv+L4M0Hc Niki37sVsgRw5wAQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to version 2.8.1 Date: Fri, 21 Jul 2023 22:51:43 +0200 Message-ID: <20230721205144.2143152-7-adolf.belka@ipfire.org> In-Reply-To: <20230721205144.2143152-1-adolf.belka@ipfire.org> References: <20230721205144.2143152-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 from version 2.7.4 to 2.8.1 - Update of rootfile not required - Changelog is too large to include here. Look in the CHANGELOG file in the source tarball. Signed-off-by: Adolf Belka --- lfs/haproxy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index 6e18995e5..b825a342f 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -26,9 +26,9 @@ include Config SUMMARY = The Reliable, High Performance TCP/HTTP Load Balancer -VER = 2.7.4 +VER = 2.8.1 -# From: https://www.haproxy.org/download/2.7/src/haproxy-2.7.1.tar.gz +# From: https://www.haproxy.org/download/2.8/src/haproxy-2.8.1.tar.gz THISAPP = haproxy-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -36,7 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 25 +PAK_VER = 26 DEPS = @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 16c32de742b0782389e62f5f0e737a50ff42ed8ed37c9d912d22e84f2dc3d68af112015e3774f7f583b73ef3c724171a5d18e55bfa957e55947555a49d9c14ba +$(DL_FILE)_BLAKE2 = 4c4cb6d0a50d1a5d799b4d861f1dff98d5b3cf6f33c94c1b5927dd1998afb968c0bded9ddbac3e95fc1b16b5515d3d29695d5a6e20ee4424e7240e6a309e8b89 install : $(TARGET)