haproxy: Update HAProxy to v2.1.4

- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.4.html)
- This fixes CVE-2020-11100 (http://git.haproxy.org/?p=haproxy-2.1.git;a=commit;h=f17f86304f187b0f10ca6a8d46346afd9851a543)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
Christian Lachner
2020-04-03 08:02:50 +02:00
parent cf44e13a5e
commit b5bfef4e3a
4 changed files with 60 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
CLONEURL=https://git.haproxy.org/git/haproxy-2.1.git
BASE_TAG=v2.1.3
BASE_TAG=v2.1.4
TMP_REPODIR=tmprepo
PATCHESDIR=patches