public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] tar: Update to 1.31
@ 2019-01-04 17:54 Matthias Fischer
  2019-01-04 18:35 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-01-04 17:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

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"

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/tar | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tar: Update to 1.31
  2019-01-04 17:54 [PATCH] tar: Update to 1.31 Matthias Fischer
@ 2019-01-04 18:35 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-01-04 18:35 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

Thanks. Merged.

> On 4 Jan 2019, at 17:54, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> 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"
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/tar | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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)
> 
> -- 
> 2.18.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-04 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 17:54 [PATCH] tar: Update to 1.31 Matthias Fischer
2019-01-04 18:35 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox