From 7dd2289b700b62869a45f2380cfcbae11d47f9e9 Mon Sep 17 00:00:00 2001 From: anaelorlinski Date: Sat, 17 Sep 2022 12:34:07 +0200 Subject: [PATCH] haproxy 2.6.5 --- openwrt-22.03/patches/package/haproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt-22.03/patches/package/haproxy/Makefile b/openwrt-22.03/patches/package/haproxy/Makefile index aa87283..b09ac6e 100644 --- a/openwrt-22.03/patches/package/haproxy/Makefile +++ b/openwrt-22.03/patches/package/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=2.6.2 +PKG_VERSION:=2.6.5 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.6/src -PKG_HASH:=f9b7dc06e02eb13b5d94dc66e0864a714aee2af9dfab10fa353ff9f1f52c8202 +PKG_HASH:=ce9e19ebfcdd43e51af8a6090f1df8d512d972ddf742fa648a643bbb19056605 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner