./archivers/gtar-base, The GNU tape archiver with remote magnetic tape support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.34nb1, Package name: gtar-base-1.34nb1, Maintainer: pkgsrc-users

GNU tar, originally shipped as NetBSD's "tar" up to version 1.3, is a
full-featured tar command that can access remote and local magnetic tapes,
tar files (ustar, POSIX, and V7), and even compressed or gzipped versions
of these. Note that as of the current version of GNU tar (1.12), gtar
does not create "correct" ustar archives.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 2947.065 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-26 11:18:48 by S.P.Zeidler | Files touched by this commit (3)
Log message:
add the patch for CVE-2022-48303 from the gtar git
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2021-02-18 11:33:54 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
gtar*: update to 1.34

version 1.34 - Sergey Poznyakoff, 2021-02-13

* Fix extraction over pipe (savannah bug #60002)

* Fix memory leak in read_header (savannah bug #59897)

* Fix extraction when . and .. are unreadable

See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00012.html

* Gracefully handle duplicate symlinks when extracting

See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00026.html

* Re-initialize supplementary groups when switching to user privileges
   2021-01-12 13:10:27 by Ryo ONODERA | Files touched by this commit (5)
Log message:
gtar: Update to 1.33

Changelog:
version 1.33 - Sergey Poznyakoff, 2021-01-07

* POSIX extended format headers do not include PID by default

The intent is to make binary-equivalent PAX archives easy to create.  If
POSIXLY_CORRECT is set, the POSIX standard default is used, which embeds
the pid.

* --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

Given this option, previous versions of tar failed to preserve
permissions of empty directories and to create files under directories
owned by the current user that did not have the S_IWUSR bit set.

* 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.

Using such options as -f, -z, etc. is senseless in a file list file and
bypasses option consistency checks in decode_options.  Therefore,
only options related to file selection (a.k.a position-sensitive options)
are allowed in file list files.
   2019-05-02 22:27:43 by Sebastian Wiedenroth | Files touched by this commit (3)
Log message:
gtar: fix build on SunOS

resolve conflict with sys/limits.h
   2019-02-24 16:18:45 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gtar: update to 1.32

version 1.32 - Sergey Poznyakoff, 2019-02-23

* Fix the use of --checkpoint without explicit --checkpoint-action

* Fix extraction with the -U option

See http://lists.gnu.org/archive/html/bug-tar/2019-01/msg00015.html,
for details

* Fix iconv usage on BSD-based systems

* Fix possible NULL dereference (savannah bug #55369)

* Improve the testsuite
   2019-01-17 17:43:36 by Amitai Schleier | Files touched by this commit (1)
Log message:
On OpenBSD, "code using the sigwait() function must be compiled and
linked with the -pthread option".