haproxy: update to v2.6.11
authorChristian Lachner <gladiac@gmail.com>
Sun, 26 Mar 2023 09:23:32 +0000 (11:23 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 26 Mar 2023 12:00:18 +0000 (15:00 +0300)
- Update haproxy PKG_VERSION and PKG_HASH
- This release includes a fix for an OOB write. The official notes
  do not list a CVE entry but I guess there is a chance for
  security implications
- See changes: http://git.haproxy.org/?p=haproxy-2.6.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh

index f45cfcda633dd402d880dc97a9c11cb310e3f85b..f1ca348cf5a216e32f9bff70a5c0e09d04b52626 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haproxy
-PKG_VERSION:=2.6.10
+PKG_VERSION:=2.6.11
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.haproxy.org/download/2.6/src
-PKG_HASH:=e71b2cd9ca1043345f083a5225078ccf824dced2b5779d86f11fa4e88f451773
+PKG_HASH:=e0bc430ac407747b077bc88ee6922b4616fa55a9e0f3ec84438dfb055eb9a715
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
                Christian Lachner <gladiac@gmail.com>
index a082c690d29ebead4eb2e71141fcc853985e7f63..3ba8f872e425dcb91cb23ad0de0abf46e7a09e3a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLONEURL=https://git.haproxy.org/git/haproxy-2.6.git
-BASE_TAG=v2.6.10
+BASE_TAG=v2.6.11
 TMP_REPODIR=tmprepo
 PATCHESDIR=patches