haproxy: Update HAProxy to v2.2.1

- New major version (LTS release)
- Update haproxy download URL and hash
- Remove obsolete dladdr1-dependency-patch as it has been upstreamed
- USE_REGPARM is obsolete and therefore removed from our Makefile

Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
Christian Lachner
2020-07-27 21:24:38 +02:00
parent 51947167f2
commit 78d99efb9b
3 changed files with 5 additions and 37 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/sh
CLONEURL=https://git.haproxy.org/git/haproxy-2.1.git
BASE_TAG=v2.1.7
CLONEURL=https://git.haproxy.org/git/haproxy-2.2.git
BASE_TAG=v2.2.1
TMP_REPODIR=tmprepo
PATCHESDIR=patches