diff options
| author | Christian Lachner | 2026-02-13 06:41:18 +0000 |
|---|---|---|
| committer | Hannu Nyman | 2026-02-14 13:00:32 +0000 |
| commit | 5d49b5073951ae34c1b4509e497876095f57592a (patch) | |
| tree | 08aa36a0839db1989aaa07dfbf4a833edebed520 | |
| parent | 6ca009121c13d1b3bb57d5dd7efbc72cfa26cae3 (diff) | |
| download | packages-5d49b5073951ae34c1b4509e497876095f57592a.tar.gz | |
haproxy: update to v3.2.12
- 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 <gladiac@gmail.com>
| -rw-r--r-- | net/haproxy/Makefile | 4 | ||||
| -rwxr-xr-x | net/haproxy/get-latest-patches.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index af20e39b35..d8656f0fa1 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ 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> diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 2e41763101..018007fea3 100755 --- a/net/haproxy/get-latest-patches.sh +++ b/net/haproxy/get-latest-patches.sh @@ -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 |