haproxy: update to v3.0.1
authorChristian Lachner <gladiac@gmail.com>
Wed, 12 Jun 2024 06:04:40 +0000 (08:04 +0200)
committerTianling Shen <cnsztl@gmail.com>
Sat, 15 Jun 2024 18:43:51 +0000 (02:43 +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 <gladiac@gmail.com>
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh

index a7798ce3dfc6a68b3f9d44236891dc55662fe99a..08bd24abe5b4dad54b32fa33a2e55a390d309bfb 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=3.0.0
+PKG_VERSION:=3.0.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/3.0/src
-PKG_HASH:=5aad97416216d2cd9dd212eb674839c40cd387f60fbc4b13d7ea3f1e5664a814
+PKG_HASH:=fef923c51ddc0ffb3c73b9b95e31e98c82cb9521c64754c5e95c42907406a670
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
                Christian Lachner <gladiac@gmail.com>
index c5b766cb50a0a1fdea55656f3d9a1461295fc422..ef22d350027c4d455ac06c3bc695882cef3556c0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLONEURL=https://git.haproxy.org/git/haproxy-3.0.git
-BASE_TAG=v3.0.0
+BASE_TAG=v3.0.1
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches