From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] tar: Update to 1.31 Date: Fri, 04 Jan 2019 18:35:08 +0000 Message-ID: <95B9A8D9-E553-4026-8EF3-B84308B21AFC@ipfire.org> In-Reply-To: <20190104175449.1152-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0925189369544378406==" List-Id: --===============0925189369544378406== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks. Merged. > On 4 Jan 2019, at 17:54, Matthias Fischer w= rote: >=20 > For details see: > http://savannah.gnu.org/forum/forum.php?forum_id=3D9344 >=20 > "- Fix heap-buffer-overrun with --one-top-level. > - Support for zstd compression. > - The -K option interacts properly with member names given in the command l= ine. > - Fix CVE-2018-20482" >=20 > Best, > Matthias >=20 > Signed-off-by: Matthias Fischer > --- > lfs/tar | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/tar b/lfs/tar > index cbab6c2a9..b8cf8b3b2 100644 > --- a/lfs/tar > +++ b/lfs/tar > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.30 > +VER =3D 1.31 >=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 8404e4c1fc5a3000228ab2b8ad674a65 > +$(DL_FILE)_MD5 =3D 77afa35b696c8d760331fa0e12c2fac9 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============0925189369544378406==--