This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via b637be144c6b9102fe269a6e94fc0019c91be491 (commit) via eed7b35ba545194cf3e7c24913d8790ed4f34975 (commit) from 74f47b18b1715d239639d135117a3c9f7b4b3755 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b637be144c6b9102fe269a6e94fc0019c91be491 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 1 09:30:48 2020 +0000
haproxy: Update to 2.2.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit eed7b35ba545194cf3e7c24913d8790ed4f34975 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 1 09:20:48 2020 +0000
dnsdist: Update to 1.5.1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/dnsdist | 6 +++--- lfs/haproxy | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/lfs/dnsdist b/lfs/dnsdist index 2e7c88f93..85dd77833 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -24,7 +24,7 @@
include Config
-VER = 1.5.0 +VER = 1.5.1
THISAPP = dnsdist-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = dnsdist -PAK_VER = 5 +PAK_VER = 6
DEPS =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 86532fd9b0e8f838b16ab1a611f52abb +$(DL_FILE)_MD5 = 0c52d34e4807abe6be3b03f8e2c1b700
install : $(TARGET)
diff --git a/lfs/haproxy b/lfs/haproxy index ce44f8154..fcb3199c9 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -24,7 +24,7 @@
include Config
-VER = 2.2.2 +VER = 2.2.4
THISAPP = haproxy-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 16 +PAK_VER = 17
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = dfef423ff9f191c401d6b29e7eb9d6e2 +$(DL_FILE)_MD5 = c2717fcff503ef8574cd6395e2ca4d24
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree