From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 62bf80f851159af2176fc80b58f5c2bef246252a Date: Thu, 06 Jul 2017 08:01:32 +0100 Message-ID: <20170706070133.0B23E1081DE1@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4745080608042553862==" List-Id: --===============4745080608042553862== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Thu Jul 6 08:34:50 2017 +0200 bump TOOLCHAIN version =20 Signed-off-by: Arne Fitzenreiter commit f3e86ec56bcdf2c7f8186dc11ce1cc14c2eb99b2 Author: Arne Fitzenreiter Date: Thu Jul 6 08:32:13 2017 +0200 flash-images: remove unsupported sfdisk switches =20 New util-linux sfdisk does not have -D and -H / -S switches. =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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 = # +# Copyright (C) 2007-2017 IPFire Team = # # = # # 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)) =20 # Write Partition table echo -e "$(S_OFFSET),$(S_BOOT),$(PART_TYPE),*\n,0,0\n$$(( $(S_BOOT) + $(S_O= FFSET) )),$(S_ROOT),L\n" \ - | sfdisk -D -uS -H 64 -S 32 $(DEVICE) + | sfdisk -uS $(DEVICE) =20 kpartx -v -a $(DEVICE) =20 diff --git a/make.sh b/make.sh index d032cb2..5238f3a 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ KVER=3D`grep --max-count=3D1 VER lfs/linux | awk '{ print $= 3 }'` GIT_TAG=3D$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=3D$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last comm= it =20 -TOOLCHAINVER=3D20170518 +TOOLCHAINVER=3D20170705 =20 # New architecture variables HOST_ARCH=3D"$(uname -m)" hooks/post-receive -- IPFire 2.x development tree --===============4745080608042553862==--