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 <matthias.fischer(a)ipfire.org> Date: Sat May 26 18:18:22 2018 +0200 xz: Update to 5.2.4 For details see: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit e77b4e79a998d48e1fd98630a04e7daca916e3f7 Author: Matthias Fischer <matthias.fischer(a)ipfire.org> Date: Sat May 26 18:15:02 2018 +0200 tar: Update to 1.30 For details see: https://www.gnu.org/software/tar/ Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> ----------------------------------------------------------------------- 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 @@ include Config -VER = 1.28 +VER = 1.30 THISAPP = tar-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8f32b2bc1ed7ddf4cf4e4a39711341b0 +$(DL_FILE)_MD5 = 8404e4c1fc5a3000228ab2b8ad674a65 install : $(TARGET) 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 <info(a)ipfire.org> # +# Copyright (C) 2007-2018 IPFire Team <info(a)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 # @@ -24,7 +24,7 @@ include Config -VER = 5.2.3 +VER = 5.2.4 THISAPP = xz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 60fb79cab777e3f71ca43d298adacbd5 +$(DL_FILE)_MD5 = 003e4d0b1b1899fc6e3000b24feddf7c install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree