From patchwork Mon Aug 12 15:38:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7980 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WjJZT0YB4z3wwl for ; Mon, 12 Aug 2024 15:38:25 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WjJZP0rX8z60f; Mon, 12 Aug 2024 15:38:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WjJZN6FGPz342v; Mon, 12 Aug 2024 15:38:20 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WjJZG2W1qz341Q for ; Mon, 12 Aug 2024 15:38:14 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WjJZF6SlMz2MC; Mon, 12 Aug 2024 15:38:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723477094; 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=R0+vGRXr5EO9i7fQozcMTg8j23kEUaHM1aI2upF3hcQ=; b=s0p2EUUm3cTfo7bp6ZNm9saEF9kBJ7tx4YNauxYcnS00SivkX6do3h65GuObdUhFlRagLG qgwjP6yOPMjGVLD1dpt7g/RNJIXEvEmlO7nVSPY1ZkrPhYP0p5MPJpY+E4PkxGGcX3Lm9I g2ag3XUej2uSrcN11X1jQcG/gJ2U6N7CxSljj7mCdbd9dNoeG4hmbspn4yPi7XIlzbPA6H /wch3HXRTwVY2MPj0OyK36rRbNG/OxQI6DYHNMTMQmVGYnH8J2/07nVCXmc8xqtooGseBk 6W7RNZzZJuz1fELaF9egfwmFvdAcqKuP8ETIorNQQWQrxCOQLgbh5L5arnB6VA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723477094; 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=R0+vGRXr5EO9i7fQozcMTg8j23kEUaHM1aI2upF3hcQ=; b=fT0U+saYAaR2NJ8ImNQZq8NAqQ1z4d02zPPgrM4Q3KoDoayYudMHzecplZGDPt8OsvMJK3 GWrG3S18ZBiaecDA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to version 3.0.3 Date: Mon, 12 Aug 2024 17:38:01 +0200 Message-ID: <20240812153808.3944396-7-adolf.belka@ipfire.org> In-Reply-To: <20240812153808.3944396-1-adolf.belka@ipfire.org> References: <20240812153808.3944396-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: P4XLL5JBFN5ZQQ2U2S4HYZAGHKUSQEZB X-Message-ID-Hash: P4XLL5JBFN5ZQQ2U2S4HYZAGHKUSQEZB X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 2.9.2 to 3.0.3 - Update of rootfile not required - Changelog is over 1000 lines long. Too much to include here. See CHANGELOG file in the source tarball for details. No CVE fixes listed inh the changelog. Signed-off-by: Adolf Belka --- lfs/haproxy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index bae1a7b16..c433d40e0 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -26,9 +26,9 @@ include Config SUMMARY = The Reliable, High Performance TCP/HTTP Load Balancer -VER = 2.9.2 +VER = 3.0.3 -# From: https://www.haproxy.org/download/2.9/src/haproxy-2.9.2.tar.gz +# From: https://www.haproxy.org/download/3.0/src/haproxy-3.0.3.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 = 29 +PAK_VER = 30 DEPS = @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 257a594fdb18e50c99e4256aa364d2ea55b56e39bfda0435c921927939a09231be5ae2bd7f39e23286febb343fa0dca5fc33f9b279461c5083050898390b21db +$(DL_FILE)_BLAKE2 = d5f10110f0c95e214885b3a2248ed048adaf747e382fd343f90cfd35ed58e58f71a643260d87208e70f4d37101ba80471cd06ccd2d4cd9915031aa42fc86104f install : $(TARGET)