diff --git a/tar-1.31.tar.bz2 b/tar-1.31.tar.bz2 deleted file mode 100644 index 739945d..0000000 --- a/tar-1.31.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:577bd4463eea103bdfc662fc385789e2228dbeb399a1d0b98571ed9ce044f763 -size 2946047 diff --git a/tar-1.31.tar.bz2.sig b/tar-1.31.tar.bz2.sig deleted file mode 100644 index 713a552..0000000 --- a/tar-1.31.tar.bz2.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCXC0H2RAcZ3JheUBnbnUu -b3JnLnVhAAoJEDYCsH9V0McydREAoI/F9a+XwDVL+FC7kE5xcZp9ZETwAJwMbKr9 -U+J2kZEqlnzS2Ig0f3PTKQ== -=Ws0e ------END PGP SIGNATURE----- diff --git a/tar-1.32.tar.bz2 b/tar-1.32.tar.bz2 new file mode 100644 index 0000000..c4b5377 --- /dev/null +++ b/tar-1.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bb9e08e12e7fa9f11fef544efc85e59ba34538593d9ad38148c7ca2bfbb566 +size 2947264 diff --git a/tar-1.32.tar.bz2.sig b/tar-1.32.tar.bz2.sig new file mode 100644 index 0000000..4d3a0a1 --- /dev/null +++ b/tar-1.32.tar.bz2.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCXHFHdRAcZ3JheUBnbnUu +b3JnLnVhAAoJEDYCsH9V0McyYi0AmgJv/s/nIl4dtt//QEF46p44c74nAJ463o3A +iLL6xTjoZWJIkvb6ogqoVQ== +=5Uc2 +-----END PGP SIGNATURE----- diff --git a/tar.changes b/tar.changes index cb50cb6..f87b9e6 100644 --- a/tar.changes +++ b/tar.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 25 15:07:06 UTC 2019 - Kristýna Streitová + +- update to version 1.32 + * Fix the use of --checkpoint without explicit --checkpoint-action + * Fix extraction with the -U option + * Fix iconv usage on BSD-based systems + * Fix possible NULL dereference (savannah bug #55369) + [bsc#1130496] [CVE-2019-9923] + * Improve the testsuite +- remove tar-1.31-tests_dirrem.patch and + tar-1.31-racy_compress_tests.patch that are no longer needed + (applied usptream) + ------------------------------------------------------------------- Fri Mar 15 13:47:43 UTC 2019 - Cristian Rodríguez diff --git a/tar.spec b/tar.spec index 045cbd2..50e9eef 100644 --- a/tar.spec +++ b/tar.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # For correct subpackages docs installation into tar doc directory %global _docdir_fmt %{name} Name: tar -Version: 1.31 +Version: 1.32 Release: 0 Summary: GNU implementation of ((t)ape (ar)chiver) License: GPL-3.0-or-later @@ -40,8 +40,6 @@ 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 -Patch6: tar-1.31-tests_dirrem.patch -Patch7: tar-1.31-racy_compress_tests.patch BuildRequires: automake BuildRequires: libacl-devel BuildRequires: libselinux-devel @@ -114,8 +112,6 @@ it may as well access remote devices or files. %patch3 -p1 #%patch4 -p1 %patch5 -p1 -%patch6 -p1 -%patch7 -p1 %build %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wno-unused-parameter -fPIE