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, core120 has been updated via 3509cd985fd5a92de5eb3e3b1bc153fcea2d3d31 (commit) from 98ae3af84418c3f21b0a7365bb5bf780046642f4 (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 3509cd985fd5a92de5eb3e3b1bc153fcea2d3d31 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 14 16:14:31 2018 +0200
bump packages
the old packages are linked against removed libs
fixes: 11685
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/htop | 2 +- lfs/iptraf-ng | 2 +- lfs/lcd4linux | 2 +- lfs/nano | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/htop b/lfs/htop index 6fba6c0bb..fa5d862d7 100644 --- a/lfs/htop +++ b/lfs/htop @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 10 +PAK_VER = 11
DEPS = ""
diff --git a/lfs/iptraf-ng b/lfs/iptraf-ng index e962b2c5e..f76ff9f33 100644 --- a/lfs/iptraf-ng +++ b/lfs/iptraf-ng @@ -17,7 +17,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iptraf-ng -PAK_VER = 2 +PAK_VER = 3
DEPS = ""
diff --git a/lfs/lcd4linux b/lfs/lcd4linux index 31bcf12e6..79e9d5a2e 100644 --- a/lfs/lcd4linux +++ b/lfs/lcd4linux @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/lcd4linux TARGET = $(DIR_INFO)/$(THISAPP) PROG = lcd4linux -PAK_VER = 5 +PAK_VER = 6
DEPS = "dpfhack libmpdclient"
diff --git a/lfs/nano b/lfs/nano index 936b4778b..6269ea208 100644 --- a/lfs/nano +++ b/lfs/nano @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 19 +PAK_VER = 20
DEPS = ""
hooks/post-receive -- IPFire 2.x development tree