haproxy: Update HAProxy to v1.8.9

- Update haproxy download URL and hash
- Removed all obsolete patches
- Added logic to Makefile to only append the patch-version to the HA-Proxy version if we actually applied any patches (PKG_RELEASE!=00)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
Christian Lachner
2018-05-19 10:14:50 +02:00
parent 567135a239
commit 4ae1c3307a
21 changed files with 9 additions and 2036 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
CLONEURL=http://git.haproxy.org/git/haproxy-1.8.git
BASE_TAG=v1.8.8
BASE_TAG=v1.8.9
TMP_REPODIR=tmprepo
PATCHESDIR=patches