haproxy: update to v2.8.6
authorChristian Lachner <gladiac@gmail.com>
Fri, 16 Feb 2024 07:43:35 +0000 (08:43 +0100)
committerTianling Shen <cnsztl@gmail.com>
Sat, 17 Feb 2024 05:27:18 +0000 (13:27 +0800)
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog

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

index 215c6411f6e92deedb42ebc814d0414592528418..8b4a5e879bc0c2207495eaaa3c4d6b4e3dde78c5 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=2.8.5
+PKG_VERSION:=2.8.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/2.8/src
-PKG_HASH:=3f5459c5a58e0b343a32eaef7ed5bed9d3fc29d8aa9e14b36c92c969fc2a60d9
+PKG_HASH:=9fd034368be66880bd86a300c13dc03bc13521ee2654880dddf192785aa28d51
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
                Christian Lachner <gladiac@gmail.com>
index a7d52bb9189903daace120cf5e1a6ef109983c9a..1ee4f1e5ec2e1c8e20bd5f1251aa04cfd8811789 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLONEURL=https://git.haproxy.org/git/haproxy-2.8.git
-BASE_TAG=v2.8.5
+BASE_TAG=v2.8.6
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches