haproxy: update to v2.2.29
authorChristian Lachner <gladiac@gmail.com>
Sat, 18 Feb 2023 07:18:51 +0000 (08:18 +0100)
committerTianling Shen <cnsztl@gmail.com>
Wed, 8 Mar 2023 12:38:07 +0000 (20:38 +0800)
- Update haproxy download URL and hash
- This release fixes a critial flaw known as CVE-2023-25725. See:
  http://git.haproxy.org/?p=haproxy-2.2.git;a=commit;h=4a4c90c2b04444d92c58873cfb19052f20280bc2

Signed-off-by: Christian Lachner <gladiac@gmail.com>
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh

index eeca3a2de218e876a21d273ef6f97a003fba3508..4346a5ad8192149981a50f3bad472811b2f628f6 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=2.2.24
+PKG_VERSION:=2.2.29
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/2.2/src
-PKG_HASH:=0e807310dce3a5293d2454d9c1b71eb8d16472305b66f076b384b50858b1e7f9
+PKG_HASH:=1e41f49674fbf5663b55c5f7919a7d05e480730653f2bcdec384b8836efc1fb0
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
                Christian Lachner <gladiac@gmail.com>
index e661710c8b27f50eeae21190f5459f40b0037dce..dd95af874327121b8482ba894f5faf577bbe736b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLONEURL=https://git.haproxy.org/git/haproxy-2.2.git
-BASE_TAG=v2.2.24
+BASE_TAG=v2.2.29
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches