diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-01-09 21:06:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 21:06:10 +0200 |
commit | b6b17abb1337a6c178be646ceb1119ee75ed872d (patch) | |
tree | 6692a5e260b6bc917e83dd115693ac694ff34f02 /net | |
parent | 7c740b4ca9e9eb3917ace8f6fe4ea244919617f4 (diff) | |
parent | ce5ab5ecec5713805417450d02c4bd01638757ee (diff) |
Merge pull request #7926 from gladiac1337/feature-haproxy-v1.8.17
haproxy: Update HAProxy to v1.8.17
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rwxr-xr-x | 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 8a03244c4..7c61e7f9f 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.8.16 +PKG_VERSION:=1.8.17 PKG_RELEASE:=1 PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/1.8/src/ -PKG_HASH:=5401e4ad243d9e403621e389ec3605d8d43241affe0b72f0b15c0db8a7a3653f +PKG_HASH:=7b789b177875afdd5ddeff058e7efde73aa895dc2dcf728b464358635ae3948e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0 diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index b55bf64f8..a1aeb00e7 100755 --- a/net/haproxy/get-latest-patches.sh +++ b/net/haproxy/get-latest-patches.sh @@ -1,7 +1,7 @@ #!/bin/bash CLONEURL=http://git.haproxy.org/git/haproxy-1.8.git -BASE_TAG=v1.8.16 +BASE_TAG=v1.8.17 TMP_REPODIR=tmprepo PATCHESDIR=patches |