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, core177 has been updated via 80ff3f08c49fbf0580392a9afda43d99e50d43ba (commit) from c649a19441aa7e800d5dca2f4af229d72f443503 (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 80ff3f08c49fbf0580392a9afda43d99e50d43ba Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Aug 8 16:45:12 2023 +0000
Bump PAK_VER for haproxy/keepalived/monit/nmap
This is required as older versions might be linked against older versions of OpenSSL.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/haproxy | 2 +- lfs/keepalived | 2 +- lfs/monit | 2 +- lfs/nmap | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/haproxy b/lfs/haproxy index 6e18995e5..335459fe4 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -36,7 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 25 +PAK_VER = 26
DEPS =
diff --git a/lfs/keepalived b/lfs/keepalived index 93d5e9ea0..22bd22dd3 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = keepalived -PAK_VER = 13 +PAK_VER = 14
DEPS =
diff --git a/lfs/monit b/lfs/monit index d243be460..4e6782afe 100644 --- a/lfs/monit +++ b/lfs/monit @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 21 +PAK_VER = 22
DEPS =
diff --git a/lfs/nmap b/lfs/nmap index 52fd077b7..16a3c2e7f 100644 --- a/lfs/nmap +++ b/lfs/nmap @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nmap -PAK_VER = 15 +PAK_VER = 16
DEPS =
hooks/post-receive -- IPFire 2.x development tree