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 efc5cb1d3454896923355217ce8f7495df723e97 (commit) from c7ad4315ea9862a5d07a7d347701a933d1f997b5 (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 efc5cb1d3454896923355217ce8f7495df723e97 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 22 21:11:44 2019 +0100
bird: Update to 2.0.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/bird | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/bird b/lfs/bird index 84487a861..0c908ec7b 100644 --- a/lfs/bird +++ b/lfs/bird @@ -24,7 +24,7 @@
include Config
-VER = 2.0.2 +VER = 2.0.4
THISAPP = bird-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = bird -PAK_VER = 3 +PAK_VER = 4
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = de17645b045fa13912409aea59420132 +$(DL_FILE)_MD5 = f0d0db5c6325437be66a6165ea29e5f9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree