diff --git a/tar-1.33.tar.xz b/tar-1.33.tar.xz deleted file mode 100644 index c90d1db..0000000 --- a/tar-1.33.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66a8344b1dc83a411d311bd1547e0176e56cc311f28ee94a30f84dafb3d9067e -size 2224824 diff --git a/tar-1.33.tar.xz.sig b/tar-1.33.tar.xz.sig deleted file mode 100644 index e62b471..0000000 --- a/tar-1.33.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAl/3HmkACgkQNgKwf1XQxzKKIwCgnw8YrWpzNXi2GZyg1ISrwLo5 -LsQAoJkelSLICkgSDYLwrJTbU9NkCSJl -=QRLR ------END PGP SIGNATURE----- diff --git a/tar-1.34.tar.xz b/tar-1.34.tar.xz new file mode 100644 index 0000000..53eb247 --- /dev/null +++ b/tar-1.34.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bebd26879c5e1eea4352f0d03c991f966aeb3ddeb3c7445c902568d5411d28 +size 2226068 diff --git a/tar-1.34.tar.xz.sig b/tar-1.34.tar.xz.sig new file mode 100644 index 0000000..25daf9e --- /dev/null +++ b/tar-1.34.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAmAnuBMACgkQNgKwf1XQxzJIVgCfR5Z7coRkU2+aOW4KNhumGl/1 +jn4AoI9OuQPpyzZN1CIwejDYxbV7u59P +=mfma +-----END PGP SIGNATURE----- diff --git a/tar.changes b/tar.changes index cfd8b3e..5aca40f 100644 --- a/tar.changes +++ b/tar.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 14 16:48:05 UTC 2021 - Andreas Stieger + +- GNU tar 1.34: + * Fix extraction over pipe + * Fix memory leak in read_header + * Fix extraction when . and .. are unreadable + * Gracefully handle duplicate symlinks when extracting + * Re-initialize supplementary groups when switching to user + privileges + ------------------------------------------------------------------- Sat Jan 9 07:40:58 UTC 2021 - Andreas Stieger diff --git a/tar.spec b/tar.spec index 0ef68f7..b5cf817 100644 --- a/tar.spec +++ b/tar.spec @@ -19,7 +19,7 @@ # For correct subpackages docs installation into tar doc directory %global _docdir_fmt %{name} Name: tar -Version: 1.33 +Version: 1.34 Release: 0 Summary: GNU implementation of ((t)ape (ar)chiver) License: GPL-3.0-or-later @@ -40,7 +40,7 @@ Patch3: %{name}-ignore_lone_zero_blocks.patch #https://bugzilla.opensuse.org/show_bug.cgi?id=918487 Patch4: %{name}-recursive--files-from.patch Patch5: add_readme-tests.patch -BuildRequires: automake +BuildRequires: automake >= 1.15 BuildRequires: libacl-devel BuildRequires: libselinux-devel Recommends: %{name}-rmt = %{version}