Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

tar-rmt-1.35-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: tar-rmt Distribution: openSUSE:Factory:zSystems
Version: 1.35 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 10 20:23:57 2023
Group: Productivity/Archiving/Backup Build host: s390zl27
Size: 62158 Source RPM: tar-1.35-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gnu.org/software/tar/
Summary: Remote tape drive control server by GNU
Provides remote access to files and devices for tar, cpio
and similar backup utilities

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Wed Dec 06 2023 Joshua Smith <jsmithfpv@gmail.com>
  - GNU tar 1.34:
    * Fail when building GNU tar if the platform supports 64-bit
      time_t but the build only uses 32-bit time_t.
    * Leave the devmajor and devminor fields empty (rather than
      zero) for non-special files, as this is more compatible with
      traditional tar.
    Fixes:
    * Fix interaction of --update with --wildcards.
    * When extracting archives into an empty directory, do not create
      hard links to files outside that directory.
    * Handle partial reads from regular files.
    * Warn file changed as we read it less often. Formerly, tar
      warned if the file's size or ctime changed. However, this
      generated a false positive if tar read a file while another
      process hard-linked to it, changing its ctime. Now, tar warns
      if the file's size, mtime, user ID, group ID, or mode changes.
      Although neither heuristic is perfect, the new one should work
      better in practice.
    * Fix --ignore-failed-read to ignore file-changed read errors
      as far as exit status is concerned. You can now suppress
      file-changed issues entirely with --ignore-failed-read
    - -warning=no-file-changed.
    * Fix --remove-files to not remove a file that changed while we
      read it.
    * Fix --atime-preserve=replace to not fail if there was no need
      to replace, either because we did not read the file, or the
      atime did not change.
    * Fix race when creating a parent directory while another process
      is also doing so.
    * Fix handling of prefix keywords not followed by "." in pax
      headers.
    * Fix handling of out-of-range sparse entries in pax headers.
    * Fix handling of --transform='s/s/@/2'.
    * Fix treatment of options ending in slash in files-from list.
    * Fix crash on tar --checkpoint-action exec=\".
    * Fix low-memory crash when reading incremental dumps.
    * Fix --exclude-vcs-ignores memory allocation misuse.
  - Added patch:
    * add_forgotten-tests.patch: added 2 tests that upstream forgot in the release.
  - Update patch:
    * tar-backup-spec-fix-paths.patch: upstream fixed 2/3rd of paths
    * tar-fix-extract-unlink.patch
      some of this is overwritten by bsc1202436-1 and some was fixed
      upstream
    * add_readme-tests.patch as Makefile.in no longer exists
  - Removed:
    * tar-fix-race-condition.patch
    * tar-avoid-overflow-in-symlinks-tests.patch
    * bsc1200657.patch
    * bsc1202436-2.patch
    * bsc1202436-1.patch
* Tue Jul 25 2023 Andreas Schwab <schwab@suse.de>
  - Run testsuite also on qemu build
* Thu Jul 20 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update tests-skip-time01-on-32bit-time_t.patch to not run test
    on armv6 either
* Tue Feb 14 2023 Danilo Spinella <danilo.spinella@suse.com>
  - Fix CVE-2022-48303, tar has a one-byte out-of-bounds read that
    results in use of uninitialized memory for a conditional jump
    (CVE-2022-48303, bsc#1207753)
    * fix-CVE-2022-48303.patch
  - Fix hang when unpacking test tarball, bsc#1202436
    * bsc1202436.patch
    * bsc1202436-1.patch
    * bsc1202436-2.patch
    * go-testsuite-test-hang.patch
* Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com>
  - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Thu Oct 27 2022 Danilo Spinella <danilo.spinella@suse.com>
  - Fix unexpected inconsistency when making directory, bsc#1203600
    * tar-avoid-overflow-in-symlinks-tests.patch
    * tar-fix-extract-unlink.patch
  - Update race condition fix, bsc#1200657
    * tar-fix-race-condition.patch
  - Refresh bsc1200657.patch
* Sat Aug 20 2022 Dirk Müller <dmueller@suse.com>
  - drop tar-recursive--files-from.patch (causes bsc#918487)
* Wed Aug 17 2022 Simon Lees <sflees@suse.de>
  - bsc1200657.patch was previously incomplete leading to deadlocks
    * bsc#1202436
    * bsc1200657.patch updated
* Mon Jun 20 2022 Danilo Spinella <danilo.spinella@suse.com>
  - Fix race condition while creating intermediate subdirectories,
    bsc#1200657
    * bsc1200657.patch
* Wed Apr 13 2022 William Brown <william.brown@suse.com>
  - Add recommends to zstd, a modern fast compression type.
* Thu Oct 14 2021 Bernhard Voelker <mail@bernhard-voelker.de>
  - tests-skip-time01-on-32bit-time_t.patch: Add patch to skip test
    'tests/time01.at' on platforms with 32-bit time_t for now.
  - tar.spec: Reference it.
    (%check): Output the testsuite.log in case the testsuite failed.
* Fri Oct 08 2021 Danilo Spinella <danilo.spinella@suse.com>
  - The following issues have already been fixed in this package but
    weren't previously mentioned in the changes file:
    * bsc#1181131, CVE-2021-20193
    * bsc#1120610
* Wed Jun 09 2021 Wolfgang Frisch <wolfgang.frisch@suse.com>
  - Link /var/lib/tests/tar/bin/genfile as Position-Independent Executable
    (bsc#1184124).
    + tar-PIE.patch
* Sun Feb 14 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - 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 09 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - GNU tar 1.33:
    * POSIX extended format headers do not include PID by default
    * --delay-directory-restore works for archives with reversed
      member ordering
    * Fix extraction of a symbolic link hardlinked to another
      symbolic link
    * Wildcards in exclude-vcs-ignore mode don't match slash
    * Fix the --no-overwrite-dir option
    * Fix handling of chained renames in incremental backups
    * Link counting works for file names supplied with -T
    * Accept only position-sensitive (file-selection) options in file
      list files
  - remove deprecated texinfo packaging macros
* Mon Oct 19 2020 Ludwig Nussel <lnussel@suse.de>
  - prepare usrmerge (boo#1029961)
* Fri Apr 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop Requires(pre) info in the preamble: the main package does
    not contain any info files, and has not even a pre script. The
    - doc subpackage already has the correct deps.
* Fri Jan 31 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - No longer recommend -lang: supplements are in use.

Files

/etc/alternatives/rmt
/etc/alternatives/rmt.1.gz
/usr/bin/gnurmt
/usr/bin/rmt
/usr/share/man/man1/gnurmt.1.gz
/usr/share/man/man1/rmt.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024