From d686016f0b5934a1cf1a9772648d41e8e18a30f2 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Wed, 25 May 2022 10:19:59 +0200 Subject: [PATCH] haproxy: Update HAProxy to v2.2.24 - Update haproxy download URL and hash Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 4 ++-- 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 b2f649e07..eeca3a2de 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=2.2.22 +PKG_VERSION:=2.2.24 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.2/src -PKG_HASH:=823a12fdab61a4a547770e29ad3418de2d7d4a5542a51fb3277f74a6321eccfc +PKG_HASH:=0e807310dce3a5293d2454d9c1b71eb8d16472305b66f076b384b50858b1e7f9 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index bfcb20544..e661710c8 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-2.2.git -BASE_TAG=v2.2.17 +BASE_TAG=v2.2.24 TMP_REPODIR=tmprepo PATCHESDIR=patches