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 9ab1c9302c01f11010d0cb87a66366361465461e (commit) via bb473fd1d6e97785dee70ceb75f9b898f92fc507 (commit) from 7f90513e611040a99422b951884062e14271adc4 (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 9ab1c9302c01f11010d0cb87a66366361465461e Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jan 4 02:43:06 2019 +0000
core127: Ship updated tar
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit bb473fd1d6e97785dee70ceb75f9b898f92fc507 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Jan 4 18:54:49 2019 +0100
tar: Update to 1.31
For details see: http://savannah.gnu.org/forum/forum.php?forum_id=9344
"- Fix heap-buffer-overrun with --one-top-level. - Support for zstd compression. - The -K option interacts properly with member names given in the command line. - Fix CVE-2018-20482"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/121 => core/127}/filelists/tar | 0 lfs/tar | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/121 => core/127}/filelists/tar (100%)
Difference in files: diff --git a/config/rootfiles/core/127/filelists/tar b/config/rootfiles/core/127/filelists/tar new file mode 120000 index 000000000..3e585d2eb --- /dev/null +++ b/config/rootfiles/core/127/filelists/tar @@ -0,0 +1 @@ +../../../common/tar \ No newline at end of file diff --git a/lfs/tar b/lfs/tar index cbab6c2a9..b8cf8b3b2 100644 --- a/lfs/tar +++ b/lfs/tar @@ -24,7 +24,7 @@
include Config
-VER = 1.30 +VER = 1.31
THISAPP = tar-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8404e4c1fc5a3000228ab2b8ad674a65 +$(DL_FILE)_MD5 = 77afa35b696c8d760331fa0e12c2fac9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree