]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
haproxy: Update to version 3.0.3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 12 Aug 2024 15:38:01 +0000 (17:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Aug 2024 09:14:37 +0000 (09:14 +0000)
- 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>
lfs/haproxy

index bae1a7b165009d79bc96828af9d2f9d4a2118c77..c433d40e09ce50f238cac1b40f34819b6efafdef 100644 (file)
@@ -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)