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 62bf80f851159af2176fc80b58f5c2bef246252a (commit) via f3e86ec56bcdf2c7f8186dc11ce1cc14c2eb99b2 (commit) from 19404c954fd11b68e8a32d026a516f9678fd03d0 (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 62bf80f851159af2176fc80b58f5c2bef246252a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jul 6 08:34:50 2017 +0200
bump TOOLCHAIN version
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit f3e86ec56bcdf2c7f8186dc11ce1cc14c2eb99b2 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jul 6 08:32:13 2017 +0200
flash-images: remove unsupported sfdisk switches
New util-linux sfdisk does not have -D and -H / -S switches.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/flash-images | 4 ++-- make.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/flash-images b/lfs/flash-images index 3d586c0..121dc11 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2017 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -93,7 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Write Partition table echo -e "$(S_OFFSET),$(S_BOOT),$(PART_TYPE),*\n,0,0\n$$(( $(S_BOOT) + $(S_OFFSET) )),$(S_ROOT),L\n" \ - | sfdisk -D -uS -H 64 -S 32 $(DEVICE) + | sfdisk -uS $(DEVICE)
kpartx -v -a $(DEVICE)
diff --git a/make.sh b/make.sh index d032cb2..5238f3a 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=20170518 +TOOLCHAINVER=20170705
# New architecture variables HOST_ARCH="$(uname -m)"
hooks/post-receive -- IPFire 2.x development tree