pkgsrc/archivers
mef 9e78464bd4 (pkgsrc)
- two patches are removed, upstream change
(upstream)
- Updated archivers/gtar      to 1.29
  Updated archivers/gtar-base to 1.29
  Updated archivers/gtar-info to 1.29
------------------------------------
version 1.29 - Sergey Poznyakoff, 2016-05-16

* New options: --verbatim-files-from, --no-verbatim-files-from

The --verbatim-files-from option instructs tar to treat each line read
from a file list as a file name, even if it starts with a dash.

File lists are supplied with the --files-from (-T) option.  By
default, each line read from a file list is first stripped off the
leading and trailing whitespace and, if the result begins with a dash,
it is treated as tar command line option.

Use the --verbatim-files-from option to disable this special handling.
This facilitates the use of tar with file lists created automatically
(e.g. by find(1) command).

This option affects all --files-from options that occur after it in
the command line.  Its effect is reverted by the
--no-verbatim-files-from option.

* --null option reads file names verbatim

The --null option implies --verbatim-files-from.  I.e. each line
read from null-delimited file lists is treated as a file name.

This restores the documented behavior, which was broken in version
1.27.

* New options: --owner-map=FILE and --group-map=FILE

These two options provide fine-grained control over what user/group
names (or IDs) should be mapped when adding files to archive.

For both options, FILE is a plain text file with user or group
mappings.  Empty lines are ignored.  Comments are introduced with
# sign (unless quoted) and extend to the end of the corresponding
line.  Each non-empty line defines translation for a single UID (GID).
It must consist of two fields, delimited by any amount of whitespace:

     OLDNAME NEWNAME[:NEWID]

OLDNAME is either a valid user (group) name or a ID prefixed with +.  Unless
NEWID is supplied, NEWNAME must also be either a valid name or a
+ID.  Otherwise, both NEWNAME and NEWID need not be listed in the
system user database.

* New option --clamp-mtime

The new --clamp-mtime option changes the behavior of --mtime to only
use the time specified if the file mtime is newer than the given time.
The --clamp-mtime option can only be used together with	--mtime.

Typical use case is to make builds reproducible: to loose less
information, it's better to keep the original date of an archive,
except for files modified during the build process. In that case, using
reference (and thus reproducible) timestamps for the latter is good
enough.

See <https://wiki.debian.org/ReproducibleBuilds> for more information.

* Deprecated --preserve option removed

* Sparse file detection

Tar now uses SEEK_DATA/SEEK_HOLE on systems that support it.  This
allows for considerable speed-up in sparse-file detection.

New option --hole-detection is provided, that allows the user to
select the algorithm used for hole detection.  Available arguments
are:

  --hole-detection=seek
     Use lseek(2) SEEK_DATA and SEEK_HOLE "whence" parameters.

  --hole-detection=raw
     Scan entire file before storing it to determine where holes
     are located.

The default is to use "seek" whenever possible, and fall back to
"raw" otherwise.
2016-05-31 15:04:51 +00:00
..
9e Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
advancecomp (pkgsrc) 2016-05-30 13:27:04 +00:00
afio Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default. 2016-02-26 11:40:29 +00:00
arc Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
archangel Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
arj Whitespace. 2015-12-29 04:54:34 +00:00
ark Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bicom Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
bmap-tools Add bmap-tools-3.2 as archivers/bmap-tools 2016-05-08 18:39:35 +00:00
bsdtar Ensure lzma support is explicitly disabled when not using builtin xz. 2016-01-27 12:26:11 +00:00
bunzip Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
bzip2 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cabextract Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
dact Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
dar Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
engrampa Import engrampa-1.14.0 as archivers/engrampa. 2016-05-21 19:19:52 +00:00
fastjar Update fastjar to 0.98. From pkgsrc-wip. 2016-03-05 15:08:30 +00:00
fcrackzip Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
file-roller add nautilus option to put back nautilus actions sub-menu 2016-04-09 05:40:46 +00:00
freeze Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
gcpio Updated archivers/gcpio to 2.12 2016-05-31 14:05:46 +00:00
gsharutils charset.alias is not supposed to be in PLISTs. PKGREVISION -> 1 2015-11-07 19:28:49 +00:00
gtar (pkgsrc) 2016-05-31 15:04:51 +00:00
gtar-base (pkgsrc) 2016-05-31 15:04:51 +00:00
gtar-info Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
gzip Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
gzrecover Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
ha Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
heirloom-tar DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
hpack update MASTER_SITES url 2016-01-23 05:47:38 +00:00
hs-zlib Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
innoextract Update innoextract to 1.6. 2016-04-15 10:23:10 +00:00
jamjar Remove mk/find-prefix.mk usage from the archivers category. 2015-11-25 12:47:32 +00:00
karchive Add karchive 5.21.0 part of KDE Frameworks 5 2016-05-25 23:20:33 +00:00
lbrate Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
lcab Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
lha Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
lhasa Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
libarchive Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libcomprex Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
liblzo Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
libunrar Import libunrar-5.0.7 as archivers/libunrar. 2013-09-01 08:28:29 +00:00
libzip Update libzip to 1.1.3: 2016-05-28 09:59:43 +00:00
lrzip Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
lz4 Fix path to pkgconfig file to get rpath inside again. 2015-11-26 10:40:48 +00:00
lzip MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
lziprecover Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
lzma Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
lzmalib Ensure we append to LDFLAGS, fixes rpath issues that were only exposed after 2016-03-10 18:42:25 +00:00
lzo Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
lzop Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
macutil Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
makeself Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
mousetar Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
mscompress Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
nomarch Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
nulib2 update MASTER_SITES url. 2016-01-23 05:15:22 +00:00
ocaml-bz2 Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
ocaml-zip Revbump associated with ocaml update. Also added patches to make package 2016-05-05 11:27:47 +00:00
p5-Archive-Any Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
p5-Archive-Any-Lite Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
p5-Archive-Extract Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
p5-Archive-Peek Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
p5-Archive-Tar Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
p5-Archive-Tar-Wrapper Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
p5-Archive-Zip Update p5-Archive-Zip to 1.57: 2016-04-08 14:56:53 +00:00
p5-Compress-Bzip2 Update to 2.24 2016-04-17 13:59:18 +00:00
p5-Compress-LZMA-Simple Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
p7zip Update to 15.14.1 2016-04-11 14:19:59 +00:00
par2 Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
pax Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
pbzip2 Update pbzip2 to 1.13 2016-01-23 05:06:29 +00:00
pdbar Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
php-bz2 "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
php-zip "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
php-zlib Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
pigz Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
ppmd Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
ppunpack Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
py-lhafile Extract LHA(.lzh) archive files. 2015-11-04 17:25:19 +00:00
py-libarchive-c Updated py-libarchive-c to 2.4. 2016-05-29 18:49:54 +00:00
py-yuicompressor Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
rar Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
rox-archive Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
ruby-archive-tar-minitar Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
ruby-bz2 Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
ruby-libarchive Fix "work-directory references" problem another way. 2016-01-04 02:48:05 +00:00
ruby-xz Update ruby-xz to 0.2.3. 2016-01-03 05:31:55 +00:00
ruby-zip Update rubyzip to 1.2.0. 2016-03-08 13:50:17 +00:00
rzip update MASTER_SITES url 2016-01-23 05:47:38 +00:00
sarab Updated archivers/sarab to 1.0.0 2016-05-14 21:06:11 +00:00
squsq Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
star update MASTER_SITES. berlios retired. project moved to sourceforge. 2016-01-23 03:43:11 +00:00
szip Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
torrentzip Add cfmakeraw compatability for SunOS. 2014-01-09 15:40:55 +00:00
unace Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
unace-bin Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
unalz update HOMEPAGE and MASTER_SITES 2016-01-24 04:32:54 +00:00
unarj Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
undms update MASTER_SITES url 2016-01-23 03:37:31 +00:00
unlzx update MASTER_SITES 2016-01-23 03:35:22 +00:00
unrar Changes 5.3.11: 2016-05-05 08:43:15 +00:00
unshield Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
unzip Bump PKGREVISION for NO_LCHMOD change on Linux. 2015-11-13 22:13:43 +00:00
unzoo Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
upx Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
xbin Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
xfce4-thunar-archive Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
xmill update MASTER_SITES url 2016-01-23 05:22:00 +00:00
xpk Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xz Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
zip Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
zoo Don't list possibly nonexistent headers like /usr/include/sys/signal.h 2016-03-09 21:20:51 +00:00
zopfli Import zopfli-1.0.1 as archivers/zopfli. 2015-11-13 16:20:32 +00:00
zutils Add SHA512 digests for distfiles for archivers category 2015-11-03 00:56:19 +00:00
zziplib Use $as_echo to support escape sequences correctly. Cleanup some patch 2015-12-08 11:13:04 +00:00
Makefile Add karchive 2016-05-25 23:21:15 +00:00