mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user