From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bYTyz62dBz37JL for ; Fri, 4 Jul 2025 10:15:07 +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 4bYTyr5SM3z36WV for ; Fri, 4 Jul 2025 10:15:00 +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 4bYTym6kwdz6g2; Fri, 4 Jul 2025 10:14:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751624097; 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=GDWQlU+HzhJ5ix0Il/vbzpjaxBQpDUrlHjTyaH2b/3o=; b=2OS5zrLit16drew66z3IxcCaOV5MFo534Fe+IV4R8Fae57B364sE3+Wva+eepVVjtjRwQw wgeeB2YZEUmXJrBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751624097; 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=GDWQlU+HzhJ5ix0Il/vbzpjaxBQpDUrlHjTyaH2b/3o=; b=mM3+9RLdc0zLkR5pvnkzD5ocIYIvtSsy3+ttsFKee/JkZ+88PTshKIdi3PK9/ylAkocWAn mes1NBA7/STEHvYaottTz6Rzd4Ji9ow4ojpu+IT5CT+buKrDKYExiwzkhKCJht3R0g0FU7 vleo73bmvdgj9VWSo3B5DQnEGk2FncX5lyFKO5VE1f/L8onGREm5xEsPMr2moiGiVE4fDx fexzMutvqGyX6Vs9Dn5JlHcXfPXLjGnnR5U0G1bKpc8irxtJzDqOlAt25M20YlVyvTd1Fl G4VhJFnS/jwgtwhW1JWdqzIEEQQ1he+svloRKiqLF9jUpVMlP3op6cZ2rSSw8g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] haproxy: Update to version 3.2.2 Date: Fri, 4 Jul 2025 12:14:32 +0200 Message-ID: <20250704101446.8038-17-adolf.belka@ipfire.org> In-Reply-To: <20250704101446.8038-1-adolf.belka@ipfire.org> References: <20250704101446.8038-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 3.1.2 to 3.2.2 - Update of rootfile not required - Changelog is too large to include here. Details can be found from the CHANGELOF file from the source tarball. Signed-off-by: Adolf Belka --- lfs/haproxy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index d73c94289..005754e55 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -26,7 +26,7 @@ include Config SUMMARY = The Reliable, High Performance TCP/HTTP Load Balancer -VER = 3.1.2 +VER = 3.2.2 # From: https://www.haproxy.org/download/ @@ -36,7 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 31 +PAK_VER = 32 DEPS = @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 234a365251f226dcd1892fe89ec0dc11f505a85e08b12be1dba61dfd03808cb4cd8ad0f0548b2250379ade124314a5b5577b634bb401798666bae41fe1cc1388 +$(DL_FILE)_BLAKE2 = 8dc203c6ff0d366cba482c55bb8fc03d0b8ed7f6fee96a311efebc8a00abb5f50f087fa4b1045322ee831f3f7da0bee6eea67200083b0af5d40e8dd3f252644c install : $(TARGET) -- 2.50.0