package/haproxy: security bump to version 2.0.14
- Fix CVE-2020-11100: In hpack_dht_insert in hpack-tbl.c in the HPACK decoder in HAProxy 1.8 through 2.x before 2.1.4, a remote attacker can write arbitrary bytes around a certain location on the heap via a crafted HTTP/2 request, possibly causing remote code execution. https://www.mail-archive.com/haproxy@formilux.org/msg36877.html - Update indentation of hash file (two spaces) Furthermore, 2.0.11..2.0.13 contains a number of bugfixes. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
37b0d4b687
commit
53e878affa
@ -1,5 +1,5 @@
|
||||
# From: http://www.haproxy.org/download/2.0/src/haproxy-2.0.10.tar.gz.sha256
|
||||
sha256 1d38ab3dd45e930b209e922a360ee8c636103e21e5b5a2656d3795401316a4ea haproxy-2.0.10.tar.gz
|
||||
# From: http://www.haproxy.org/download/2.0/src/haproxy-2.0.14.tar.gz.sha256
|
||||
sha256 552a708b8b6efd0f241f5d9fd7ad4168d37ce17cdb6dcb6239c2e519f0a63c75 haproxy-2.0.14.tar.gz
|
||||
# Locally computed:
|
||||
sha256 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28 LICENSE
|
||||
sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a doc/lgpl.txt
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
HAPROXY_VERSION_MAJOR = 2.0
|
||||
HAPROXY_VERSION = $(HAPROXY_VERSION_MAJOR).10
|
||||
HAPROXY_VERSION = $(HAPROXY_VERSION_MAJOR).14
|
||||
HAPROXY_SITE = http://www.haproxy.org/download/$(HAPROXY_VERSION_MAJOR)/src
|
||||
HAPROXY_LICENSE = GPL-2.0+ and LGPL-2.1+ with exceptions
|
||||
HAPROXY_LICENSE_FILES = LICENSE doc/lgpl.txt doc/gpl.txt
|
||||
|
Loading…
Reference in New Issue
Block a user