mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
haproxy: Update to version 3.0.3
- Update from version 2.9.2 to 3.0.3 - Update of rootfile not required - Changelog is over 1000 lines long. Too much to include here. See CHANGELOG file in the source tarball for details. No CVE fixes listed inh the changelog. Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
fdbd6bd32f
commit
539334dc2e
@@ -26,9 +26,9 @@ include Config
|
||||
|
||||
SUMMARY = The Reliable, High Performance TCP/HTTP Load Balancer
|
||||
|
||||
VER = 2.9.2
|
||||
VER = 3.0.3
|
||||
|
||||
# From: https://www.haproxy.org/download/2.9/src/haproxy-2.9.2.tar.gz
|
||||
# From: https://www.haproxy.org/download/3.0/src/haproxy-3.0.3.tar.gz
|
||||
|
||||
THISAPP = haproxy-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -36,7 +36,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = haproxy
|
||||
PAK_VER = 29
|
||||
PAK_VER = 30
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -54,7 +54,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 257a594fdb18e50c99e4256aa364d2ea55b56e39bfda0435c921927939a09231be5ae2bd7f39e23286febb343fa0dca5fc33f9b279461c5083050898390b21db
|
||||
$(DL_FILE)_BLAKE2 = d5f10110f0c95e214885b3a2248ed048adaf747e382fd343f90cfd35ed58e58f71a643260d87208e70f4d37101ba80471cd06ccd2d4cd9915031aa42fc86104f
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user