haproxy: update to v3.0.5
authorChristian Lachner <redacted>
Fri, 20 Sep 2024 06:12:35 +0000 (08:12 +0200)
committerTianling Shen <redacted>
Sat, 21 Sep 2024 06:22:12 +0000 (14:22 +0800)
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-3.0.git;a=shortlog

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

index 58e112777da213c58e8ad0924ff87749c18d81fe..6e13923b6ecf0e3f8e426fcd9237df5f64186df4 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=3.0.4
+PKG_VERSION:=3.0.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/3.0/src
-PKG_HASH:=aabfd98ada721bbfb68f7805586ced0373fb4c8d73e18faa94055a16c2096936
+PKG_HASH:=ae38221e85aeba038a725efbef5bfe5e76671ba7959e5eb74c39fd079e5d002e
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
                Christian Lachner <gladiac@gmail.com>
index 5073b63e2e622a433624ac756f45f5ae3ffa54f8..734196ce37195b982d31d315dcd2f784726caf81 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLONEURL=https://git.haproxy.org/git/haproxy-3.0.git
-BASE_TAG=v3.0.4
+BASE_TAG=v3.0.5
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches
 
git clone https://git.99rst.org/PROJECT