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. 7039d8ae91ee7cca211e4a6be8cf9012c97d4a5d Date: Sun, 27 May 2018 14:17:55 +0100 Message-ID: <20180527131756.786A41081DF2@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7572436866281410727==" List-Id: --===============7572436866281410727== 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 7039d8ae91ee7cca211e4a6be8cf9012c97d4a5d (commit) via e77b4e79a998d48e1fd98630a04e7daca916e3f7 (commit) from 65a736981bf12eb235f0286de6c942d6660b5875 (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 7039d8ae91ee7cca211e4a6be8cf9012c97d4a5d Author: Matthias Fischer Date: Sat May 26 18:18:22 2018 +0200 xz: Update to 5.2.4 =20 For details see: https://git.tukaani.org/?p=3Dxz.git;a=3Dblob;f=3DNEWS;hb=3DHEAD =20 Best, Matthias =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer commit e77b4e79a998d48e1fd98630a04e7daca916e3f7 Author: Matthias Fischer Date: Sat May 26 18:15:02 2018 +0200 tar: Update to 1.30 =20 For details see: https://www.gnu.org/software/tar/ =20 Best, Matthias =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/tar | 6 +++--- lfs/xz | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) Difference in files: diff --git a/lfs/tar b/lfs/tar index 6a949a003..4e914b535 100644 --- a/lfs/tar +++ b/lfs/tar @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2018 Michael Tremer & Christian Schmidt = # # = # # 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.28 +VER =3D 1.30 =20 THISAPP =3D tar-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8f32b2bc1ed7ddf4cf4e4a39711341b0 +$(DL_FILE)_MD5 =3D 8404e4c1fc5a3000228ab2b8ad674a65 =20 install : $(TARGET) =20 diff --git a/lfs/xz b/lfs/xz index f8940ab4e..bfee28038 100644 --- a/lfs/xz +++ b/lfs/xz @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2017 IPFire Team = # +# Copyright (C) 2007-2018 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.2.3 +VER =3D 5.2.4 =20 THISAPP =3D xz-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 60fb79cab777e3f71ca43d298adacbd5 +$(DL_FILE)_MD5 =3D 003e4d0b1b1899fc6e3000b24feddf7c =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============7572436866281410727==--