haproxy: update to v3.2.12
authorChristian Lachner <redacted>
Fri, 13 Feb 2026 06:41:18 +0000 (07:41 +0100)
committerHannu Nyman <redacted>
Sat, 14 Feb 2026 13:00:32 +0000 (15:00 +0200)
- Fixes CVE-2026-26080 and CVE-2026-26081
  https://www.haproxy.com/blog/cves-2026-quic-denial-of-service
- Updated haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-3.2.git;a=shortlog

Signed-off-by: Christian Lachner <redacted>
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh

index af20e39b35aba1d0b1bc08018ea47f71f50f60cc..d8656f0fa18bf44c4674536dc00c09b61501dcc7 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=3.2.9
+PKG_VERSION:=3.2.12
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/3.2/src
-PKG_HASH:=e660d141b29019f4d198785b0834cc3e9c96efceeb807c2fff2fc935bd3354c2
+PKG_HASH:=310b424e60db2f3990206ca7c81293586842cb628e7dfad572c7146ae9e95a91
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
                Christian Lachner <gladiac@gmail.com>
index 2e4176310178da083a7801ed654e9f8316bfabbd..018007fea3755d0f3a72dda968362688794d5ec0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLONEURL=https://git.haproxy.org/git/haproxy-3.2.git
-BASE_TAG=v3.2.9
+BASE_TAG=v3.2.12
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches
 
git clone https://git.99rst.org/PROJECT