From 92ffa4bf32f13799a84a0861b5bec66c10a7ecbd Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Sat, 7 Nov 2020 15:37:49 +0100 Subject: [PATCH] haproxy: Update HAProxy to v2.2.5 - Update haproxy download URL and hash Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 6 +++--- net/haproxy/get-latest-patches.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 9faf70e53..9fb39987c 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=2.2.4 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.2/src -PKG_HASH:=87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2 +PKG_HASH:=63ad1813e01992d0fbe5ac7ca3e516a53fc62cdb17845d5ac90260031b6dd747 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 28ef393e2..053404d5c 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.4 +BASE_TAG=v2.2.5 TMP_REPODIR=tmprepo PATCHESDIR=patches