pkgsrc/archivers
ryoon 2d000c4a6b Update to 2.5.1
Changelog:
Version 2.5.1:

(This version folds in all non-debian specific bug fixes and feature
extensions, with respect to 2.5, that were made in the Debian afio
package 2.5-6)

(This version does not incorporate fixes for all bug reports or
feature requests I got since afio 2.5: some of these remain on the
todo list)

Fixed a file descriptor handling bug that caused gzip subprocess to
keep running when afio -oZ is killed or crashes.  Based on bug report
and patch by Alain Spineux.

Fixed bug that could cause afio -oZ to hang, and/or write faulty data
without warning, if a large file was modified while being written.
The bug fix prevents hanging, and introduces warnings when faulty data
might be written.  Based on bug report and patch by Alain Spineux.

Improved error reporting in -r operation, based on discussions with
Alain Spineux. Note that the error message text is all changed now,
to be more verbose and explanatory, so scripts that grep the message
text have to be rewritten.  Verfication reporting via exit code 0/1 is
unchanged, unless the -1 r flag is used.

Added -1 r flag to ignore certain warnings when verifying the backup
of a live filesystem.  Based on discussions with Alain Spineux.

Changed 'diff -u0' into 'diff -U 0' in regtest.do script in order to
be compatible with command line argument parsing of newer gnu diff
versions.  Also added sort commands to sort find output because when
order changes with respect to order in which files where created, this
gives false fail on the hardlink check part of regression test. Based
on problem reports by Dallas Legan, Shlomi Levi.

Added defines to compile under CYGWIN based on patches by Dirk
Eddelbuettel and Jari Aalto.

Fixed bug in test script, that triggered when find(1) listed files in
a different order than the order in which afio unpacked then into the
directory.  This bug cause the test script to report failure even
though there was no failure. Bug reported by Andre Francois, also by
Fred Wright and Bruce Bowler.

Fixed bugs in test script, having to do with 'bash -c' and 'source'
not being ablre to find the dircomp and dircompare commands, that were
reported openSuse 10.3 and 11.4.  (I have been unable to reproduce the
bugs in my environment, so I hope the fixes work.)  Bugs reported and
fixes proposed by Fred Wright.

Added .ogg as an extensions to the list of those to be excluded from
compression by default.  Proposed by Dirk Eddelbuettel.

Fixed logic in in() to correctly report failure with a warning message
when uncompression of a commpressed-archived file fails.  Also fixes
that, potentially valid archive data would be skipped after this
error.  Based on bug report by Daniel Webb.

In next(), changed msg to variable-length string, to avoid possible
buffer overflow.  Part of the patch by Erik Schanze (downstream Debian).

Extended -0 option to influence -t processing and -w and -W file
reading too. The -0 option now toggles when used multiple times.
Added -7 option to disable/enable globbing in processing -yYwW
filename patterns.  Based on feature request and patch by Christian
Schrader (via Debian).  Note that the semantics of the -7 command line
options is sligtly different than it was in the Debian 2.5-3 to 2.5-6
branches: in those branches, -7 was non-toggling so it was not
necessary to supply the -7 before any -yYwW options it should
affect.

Replaced several 0 by NULL to avoid compiler warnings. Based on patch
by Erik Schanze (downstream Debian).

Replaced sys_errlist usage by strerror(3).  This avoids (on some
systems) compiler warnings about sys_errlist being obsolete.  Left in
the old code (with #if 0) to ease porting.  Based on patch by Erik
Schanze (downstream Debian) and report by Mike Black.

Fixed bug in gpg usage examples in script3/, and removed script5/
which had the same bug.  Bug reported, and bug fix found, by Marcus
Williams.  Also added info on this to the manpage. In the earlier
scripts, the built-in compression feature of gpg was used, but it
turns out that this cannot be reliably used with afio: it should be
disabled using the -z 0 option to gpg.  The reason why gpg built-in
compression cannot be used is as follows. When compression is used,
and gpg is run twice on the same input file, it can generate differing
outputs with different lengths.  This is a problem for afio if the
output length is larger than the afio -M option value.  If the length
is larger than the -M value, then afio will call the 'compression'
program twice, once to get the 'compressed' file length and once to
get the actual file contents and write them to the archive, and if the
lenght is bigger in the second run then the data in the archive will
be truncated (and therefore corrupted).  Afio does emit an error
message when this happens, but it might be overlooked.  Some caveats:
in testing it looks like if -z 0 is used with gpg, it will never
produce different-length files for the same input, but I can not find
anything in the documentation of gpg suggesting that this is a
guaranteed feature.  pgp (the non-GNU implementation) might has a
similar different-length behavior causing afio to fail occasionally,
but I have found no reports on the web about this.  (An alternative
would be to use openssl as the encryption engine??)

Updated legal information for redistributers about the afio license in
afio.c and in the .lsm files.  Removed earlier text concluding that by
Linux Software Map standards, the correct afio license label was LGPL.
Added the text file afio_license_issues_v5.txt.  All of this was
triggerd by a blog entry writen by Tom Callaway, and informed in part
by further discussion in the blog comment section and on some Debian
mailing lists. Thanks to Mark Brukhartz for going on record to clarify
the intent of the original license text.

Increase default size for -M option from 2 to 250 megabytes.
2015-02-15 14:45:48 +00:00
..
9e Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
advancecomp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
afio Update to 2.5.1 2015-02-15 14:45:48 +00:00
arc Update to 5.21p: 2015-01-04 10:43:44 +00:00
archangel "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
arj Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ark recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
bicom Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
bsdtar Changes 3.1.2: 2015-01-17 12:44:47 +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 Update to 1.5: 2015-01-29 13:28:28 +00:00
dact Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
dar Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
fastjar Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
fcrackzip "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
file-roller Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
freeze Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gcpio Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gsharutils Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gtar Update gtar to 1.28. Add a Makefile.common and use it. 2014-08-17 16:28:18 +00:00
gtar-base Add credit to Fink for the diagnosis and suggested fix. 2015-01-26 12:41:53 +00:00
gtar-info Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
gzip Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gzrecover Find the correct zlib. 2014-12-15 11:55:04 +00:00
ha Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
heirloom-tar DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
hpack Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
hs-zlib make it clear what package depend on 2014-08-29 14:08:38 +00:00
jamjar Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
lbrate Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
lcab add LICENSE 2014-12-30 08:18:52 +00:00
lha Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
lhasa Changes 0.2.0: 2013-12-02 20:08:06 +00:00
libarchive Add test target. 2015-02-08 00:14:33 +00:00
libcomprex Update HOMEPAGE, was 404 status 2014-12-22 01:06:48 +00:00
liblzo Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
libunrar Import libunrar-5.0.7 as archivers/libunrar. 2013-09-01 08:28:29 +00:00
libzip Update to 0.11.2: 2013-12-31 11:07:14 +00:00
lrzip Needs bzip2 and zlib. 2014-01-09 15:34:02 +00:00
lz4 Update lz4 to 124. 2014-12-12 11:20:56 +00:00
lzip (upstream) update 1.15. to 1.16 2014-11-20 07:32:15 +00:00
lziprecover Update to 1.16: 2015-01-04 10:45:22 +00:00
lzma "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
lzmalib "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
lzo Update to 2.09: 2015-02-08 16:13:36 +00:00
lzop Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
macutil Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
makeself Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mousetar Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mscompress Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
nomarch Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
nulib2 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ocaml-bz2 Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
ocaml-zip Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
p5-Archive-Any Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Archive-Any-Lite Update 0.07 to 0.10 2014-11-24 11:55:29 +00:00
p5-Archive-Extract Import p5-Archive-Extract-0.74 as archivers/p5-Archive-Extract. 2015-01-26 07:48:36 +00:00
p5-Archive-Peek Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Archive-Tar Update to 2.04: 2014-12-31 14:40:17 +00:00
p5-Archive-Zip Update 1.42 to 1.44 2015-01-25 07:04:24 +00:00
p5-Compress-Bzip2 Update to 2.20 2015-01-25 07:38:54 +00:00
p5-Compress-LZMA-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p7zip Drop maintainership. 2014-12-01 12:43:43 +00:00
par2 Update to 0.6.11 2015-01-25 07:46:50 +00:00
pax Fix build under SCO OpenServer 5.0.7/3.2 2014-03-14 22:16:50 +00:00
pbzip2 Update pbzip2 to 1.1.18. 2014-03-31 12:32:05 +00:00
pdbar Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
pigz Update pigz to 2.3.3. 2015-02-08 16:04:28 +00:00
ppmd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ppunpack Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
py-yuicompressor Add ALTERNATIVES for moved bin/${BINARY} to bin/${BINARY}${PYVERSSUFFIX}. 2014-05-03 19:09:48 +00:00
rar HOMEPAGE was Forbidden(403) Status, stip the last leaf from its URL. 2014-12-16 15:47:33 +00:00
rox-archive Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
ruby-archive-tar-minitar Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-13 18:07:52 +00:00
ruby-bz2 Fix build problem with RUBY_VER == 21. 2014-03-16 07:24:21 +00:00
ruby-libarchive Fix breakage with ruby21. 2015-01-19 13:26:00 +00:00
ruby-xz Let ruby-xz use a full filename in loading a library. 2013-11-13 18:10:20 +00:00
ruby-zip Update ruby-zip to 1.1.7. 2015-02-03 13:37:45 +00:00
rzip "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
sarab "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
squsq Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
star Update HOMEPAGE, was 404 status 2014-12-22 01:06:48 +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 Not MAKE_JOBS_SAFE. 2015-01-25 13:08:50 +00:00
unace-bin "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
unalz Update 0.61 to 0.65 2015-01-09 13:49:28 +00:00
unarj Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
undms Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
unlzx Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
unrar Changes 5.2.4: 2015-01-11 13:26:04 +00:00
unshield Changes 0.6: 2013-10-23 18:22:44 +00:00
unzip Newer version of a security fix patch reducing false positives. 2015-02-11 12:35:42 +00:00
unzoo Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
upx Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xbin Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xmill Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xpk Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xz Shuffle flags around to make sure that the system liblzma is not picked 2015-01-06 22:57:57 +00:00
zip Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
zoo fix build on sunos (ignore unsupported tm_gmtoff) 2015-01-19 00:40:35 +00:00
zutils (pkgsrc) 2014-12-31 01:25:22 +00:00
zziplib Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
Makefile Adding p5-Archive-Extract. Thanks obache 2015-01-26 07:49:53 +00:00