From 2976a5a0ea1f4eafeb11fadcc95d1d3339a9eae2 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Fri, 2 Oct 2020 09:20:06 +0200 Subject: [PATCH] haproxy: Update HAProxy to v2.0.18 - 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 50cd3deddc..47eec605b0 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=2.0.15 +PKG_VERSION:=2.0.18 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.0/src -PKG_HASH:=6e21c6b92d4035ee006ef18e25f396d7e71552a6d3a1e075fa9fe59d89eaaeee +PKG_HASH:=20b9e3cb3f108b414abddc1cacabde8c76abb293cd8e017f0b1fb67dd313b195 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 8e50192fbf..31ba132141 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.0.git -BASE_TAG=v2.0.15 +BASE_TAG=v2.0.18 TMP_REPODIR=tmprepo PATCHESDIR=patches