haproxy: Update HAProxy to v2.1.5
authorChristian Lachner <redacted>
Sun, 31 May 2020 18:32:24 +0000 (20:32 +0200)
committerChristian Lachner <redacted>
Sun, 31 May 2020 18:32:24 +0000 (20:32 +0200)
commit169a43127396f84268b60b081fb42a1584a516d1
tree653b26fa09f91829b50f741782cdfdf4b97b86f1
parent7f6763359c688ed34891caf83d4080348f0572df
haproxy: Update HAProxy to v2.1.5

- Update haproxy download URL and hash
- This version introduces backtrace-support via backtrace(), however, it must be disabled because neither MUSL nor UCLIBC support it (build fails because of missing execinfo.h)
- Our previous UCLIBC patch is now obsolete and has been removed. We now only disable libcrypt support.
- A new patch was backported from the haproxy dev-branch which fixes an IFDEF which should only allow GLIBC to use dladdr1 and make builds fall back to dladdr when using other c-libs. The previous logic was bogus and broke the build on UCLIBC.

Signed-off-by: Christian Lachner <redacted>
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh
net/haproxy/patches/000-BUG-MINOR-protocol_buffer-Wrong-maximum-shifting.patch [deleted file]
net/haproxy/patches/000-OPENWRT-BUILD-make-dladdr1-depend-on-glibc-version-and-not-__USE_GNU.patch [new file with mode: 0644]
net/haproxy/patches/001-OPENWRT-add-uclibc-support.patch [deleted file]
git clone https://git.99rst.org/PROJECT