From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be60bc8914126fbcbab34cbf3826d2d5c821bfeb Date: Fri, 09 Aug 2019 22:51:01 +0100 Message-ID: <20190809215101.A1E8860AC2@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4012140472262389725==" List-Id: --===============4012140472262389725== 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 be60bc8914126fbcbab34cbf3826d2d5c821bfeb (commit) via 520e6a1dd4d31d32ff6194ea96362f2881119984 (commit) from 793a273ab5da4c03db0a62b54104bbd4d8225b1c (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 be60bc8914126fbcbab34cbf3826d2d5c821bfeb Author: Arne Fitzenreiter Date: Fri Aug 9 23:50:15 2019 +0200 close core135 =20 Signed-off-by: Arne Fitzenreiter commit 520e6a1dd4d31d32ff6194ea96362f2881119984 Author: Arne Fitzenreiter Date: Fri Aug 9 23:47:55 2019 +0200 kernel: update to 4.14.138 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/linux | 6 +++--- make.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/lfs/linux b/lfs/linux index 149549ddf..a9e30714f 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ =20 include Config =20 -VER =3D 4.14.137 -ARM_PATCHES =3D 4.14.137-ipfire0 +VER =3D 4.14.138 +ARM_PATCHES =3D 4.14.138-ipfire0 =20 THISAPP =3D linux-$(VER) DL_FILE =3D linux-$(VER).tar.xz @@ -82,7 +82,7 @@ objects =3D$(DL_FILE) \ $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz =3D $(URL_IPFIRE)/arm-multi-patche= s-$(ARM_PATCHES).patch.xz =20 -$(DL_FILE)_MD5 =3D 9a9507865cc1ea62d3bb49afe1b26d5a +$(DL_FILE)_MD5 =3D 00a16e1b1c6f295d236e5f82e20a0d2f arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 =3D aac1fa091598028a8c27d64f20= 6b6fca =20 install : $(TARGET) diff --git a/make.sh b/make.sh index 9613b4e5c..9d5e561bc 100755 --- a/make.sh +++ b/make.sh @@ -27,7 +27,7 @@ SNAME=3D"ipfire" # Short name # If you update the version don't forget to update backupiso and add it to c= ore update VERSION=3D"2.23" # Version number CORE=3D"135" # Core Level (Filename) -PAKFIRE_CORE=3D"134" # Core Level (PAKFIRE) +PAKFIRE_CORE=3D"135" # Core Level (PAKFIRE) GIT_BRANCH=3D`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN=3D"www.ipfire.org" # Software slogan CONFIG_ROOT=3D/var/ipfire # Configuration rootdir hooks/post-receive -- IPFire 2.x development tree --===============4012140472262389725==--