haproxy: Update HAProxy to v1.8.23

- Update haproxy download URL and hash
- This fixes CVE-2019-19330 (See: https://nvd.nist.gov/vuln/detail/CVE-2019-19330)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
Christian Lachner
2019-11-29 14:01:50 +01:00
parent fff2e26a9b
commit bc37a31b16
15 changed files with 9 additions and 600 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.21
BASE_TAG=v1.8.23
TMP_REPODIR=tmprepo
PATCHESDIR=patches