haproxy: Update HAProxy to v1.8.16
authorChristian Lachner <[email protected]>
Sat, 22 Dec 2018 09:53:43 +0000 (10:53 +0100)
committerChristian Lachner <[email protected]>
Sat, 22 Dec 2018 09:53:43 +0000 (10:53 +0100)
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <[email protected]>
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh

index 622667988ab8d759cb6d4f949f74fcdb5a8bfffe..8a03244c43321a9291916dd90b25a106b38cc166 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=1.8.15
-PKG_RELEASE:=2
+PKG_VERSION:=1.8.16
+PKG_RELEASE:=1
 
 PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/1.8/src/
-PKG_HASH:=7113862f1146d7de8b8e64f45826ab3533c7f7f7b7767e24c08f7c762202a032
+PKG_HASH:=5401e4ad243d9e403621e389ec3605d8d43241affe0b72f0b15c0db8a7a3653f
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_LICENSE:=GPL-2.0
index 39e46a4f3f27df42d51a3c84332ab22262987843..b55bf64f813da6028bf1d2c5da8c4f831181146f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 CLONEURL=http://git.haproxy.org/git/haproxy-1.8.git
-BASE_TAG=v1.8.15
+BASE_TAG=v1.8.16
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches