From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fxvqK1QpJz32fr for ; Fri, 17 Apr 2026 12:50:05 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fxvqK15Zcz2xPc for ; Fri, 17 Apr 2026 12:50:05 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fxvqJ469Sz26T for ; Fri, 17 Apr 2026 12:50:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1776430204; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=A6WohaJR3HO954lwkRG9liZ2fAaqb1YiFZBpsJ4aii0=; b=bk6vMF9mVgJYzUVbaRI6jgnyZtAv4X7YLibHcOgHKbSaU3AZ4me1bIBifKdEcgY38SI8fB 7dQxF91C7NE8pUBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1776430204; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=A6WohaJR3HO954lwkRG9liZ2fAaqb1YiFZBpsJ4aii0=; b=RexDuhueWw321atgTttvZlrnUE8NERizZhVFla51bLUd7Lk4bR2zmT9EgVAZ7lbu7pV+hk eSswO+cbAcyMdvLRnIWMbZLDvyRizDZcIi9Tb2/wWfIvaeBD7FThjxwSDqtpRK5yPduq0x 8lPhpmOHVKxZgjyV/Fx7an18SDRzZ2E7CWOxC9fI1fGrFOA0FVYPcseJ0lOVyozfqk4kR6 15XuqobV/imgsIXD94qmaYDQwW1ZBL7QQX2mL0/HzLob7Ca/Onayf1o3ixi4qBwG4Yd7cz nWLE6FU3Y19PpS9eSxo1fYWOmrPLtDOfA4/cFwjzlnnCnaRZj/IScpYJJ+gU9g== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4fxvqJ1XDpz2xwn; Fri, 17 Apr 2026 12:50:04 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 0930c24100b106b43488f5a29c1e4b9b603d976d X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: d339ee27bacbafdf43fae94d4d035aa3a8ec914b X-Git-Newrev: 0930c24100b106b43488f5a29c1e4b9b603d976d Message-Id: <4fxvqJ1XDpz2xwn@people01.haj.ipfire.org> Date: Fri, 17 Apr 2026 12:50:04 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 0930c24100b106b43488f5a29c1e4b9b603d976d (commit) from d339ee27bacbafdf43fae94d4d035aa3a8ec914b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0930c24100b106b43488f5a29c1e4b9b603d976d Author: Michael Tremer Date: Fri Apr 17 12:49:47 2026 +0000 haproxy: Update to 3.2.15 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/haproxy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/lfs/haproxy b/lfs/haproxy index 633d11f50..2c5aa459a 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -26,7 +26,7 @@ include Config SUMMARY = The Reliable, High Performance TCP/HTTP Load Balancer -VER = 3.2.4 +VER = 3.2.15 # 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 = 33 +PAK_VER = 34 DEPS = @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b08c8637623a81f0e39ef897db032e43a5129cdff8440e6d77c8c19e3700b6f67bf4ac75084a465e100a7fb16c25a4c15830cda15baa4af927a919bff1c977bf +$(DL_FILE)_BLAKE2 = 7b7dbb9d5b1e3da92d46b642c1cd69fbe5aae790706f7a3b0e55fae61d1078d7f33e094b200c450e32a609609c92f533f1c1237026ce4f03fe8d21a6736ce042 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree