From ac99fde549be6caf1da1732e665779957b9160a0 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Fri, 18 Mar 2022 20:56:47 +0100 Subject: [PATCH] haproxy: update to version 2.2.22 Fixes: CVE-2022-0711 Changelog: https://git.haproxy.org/?p=haproxy-2.2.git;a=blob;f=CHANGELOG;h=bfc5d6495e39ace56581663ce820e6909039a286;hb=bfc5d6495e39ace56581663ce820e6909039a286 Signed-off-by: Josef Schlehofer --- net/haproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 86413249f..b2f649e07 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=2.2.17 +PKG_VERSION:=2.2.22 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.2/src -PKG_HASH:=68af4aa3807d9c9f29b976d0ed57fb2e06acf7a185979059584862cc20d85be0 +PKG_HASH:=823a12fdab61a4a547770e29ad3418de2d7d4a5542a51fb3277f74a6321eccfc PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner