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 ca3c9e426fb3328d273cede3b84972c5b9449c2b (commit) via c2e810dea82b8fff6b9cd3d92c2b9f81687aec02 (commit) from 9a9cb82c4f73b7ec11a6ebb4e2f50cd319f25aa3 (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 ca3c9e426fb3328d273cede3b84972c5b9449c2b Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Apr 25 11:26:43 2017 +0200
mdadm: Update to version 4.0
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c2e810dea82b8fff6b9cd3d92c2b9f81687aec02 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri May 19 09:58:42 2017 +0100
make.sh: Fix wrong function call to setup build environment
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/mdadm | 4 ++-- make.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/mdadm b/lfs/mdadm index de97034..881a4c5 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -24,7 +24,7 @@
include Config
-VER = 3.3.4 +VER = 4.0
THISAPP = mdadm-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 7ca8b114710f98f53f20c5787b674a09 +$(DL_FILE)_MD5 = 2cb4feffea9167ba71b5f346a0c0a40d
install : $(TARGET)
diff --git a/make.sh b/make.sh index 9314ae9..34fd15f 100755 --- a/make.sh +++ b/make.sh @@ -992,7 +992,7 @@ ipfirepackages() { while [ $# -gt 0 ]; do case "${1}" in --target=*) - configure_target "${1#--target=}" + configure_build "${1#--target=}" ;; -*) exiterror "Unknown configuration option: ${1}"
hooks/post-receive -- IPFire 2.x development tree