aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authorChristian Lachner <gladiac@gmail.com>2020-04-03 08:02:50 +0200
committerChristian Lachner <gladiac@gmail.com>2020-04-03 08:02:50 +0200
commitb5bfef4e3ad8a258fca40be21c301a4520aa1d01 (patch)
tree6ce9f50f497265ab07bbf01701fc02815626bf55 /net/haproxy/Makefile
parentcf44e13a5eba2dab4521fa8cb50a32a213f8ed9c (diff)
haproxy: Update HAProxy to v2.1.4
- Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.4.html) - This fixes CVE-2020-11100 (http://git.haproxy.org/?p=haproxy-2.1.git;a=commit;h=f17f86304f187b0f10ca6a8d46346afd9851a543) Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 36001edaa..9724dfff1 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -10,12 +10,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=haproxy
-PKG_VERSION:=2.1.3
+PKG_VERSION:=2.1.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.haproxy.org/download/2.1/src
-PKG_HASH:=bb678e550374d0d9d9312885fb9d270b501dae9e3b336f0a4379c667dae00b59
+PKG_HASH:=51030ff696d7067162b4d24d354044293aecfbb36d7acc2f840c8d928bfe91cd
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
Christian Lachner <gladiac@gmail.com>