Path to this page:
Subject: CVS commit: pkgsrc/archivers/gcpio
From: Ryo ONODERA
Date: 2013-06-09 16:35:13
Message id: 20130609143513.1679296@cvs.netbsd.org
Log Message:
Update to 2.11
* Update LICENSE to gnu-gpl-v3
Changelog:
2.11:
Fix mt build.
In copy-in mode, if directory attributes do not permit writing to it, \
setting them is delayed until the end of run. This allows to correctly extract \
files in such directories.
In copy-in mode, permissions of a directory are restored if it appears in \
the file list after files in it (e.g. in listings produced by find . -depth). \
This fixes debian bug #458079.
Fix possible memory overflow in the rmt client code (CVE-2010-0624).
2.10:
Ensure record headers are properly packed (fix builds on ARM).
Fix exit codes to reliably indicate success or failure of the operation.
Fix large file support.
Support MinGW builds.
Minor bugfixes.
2.9:
Licensed under the GPLv3.
Bugfixes
Honor umask when creating intermediate directories, not specified in the \
archive (debian bug #430053).
2.8:
Option --owner can be used in copy-out mode, allowing to uniformly override \
the ownership of the files being added to the archive.
Bugfixes:
Symlinks were handled incorrectly in copy-out mode.
Fix handling of large files.
Fix setting the file permissions in copy-out mode.
Fix CAN-2005-1111
2.7:
Improved error checking and diagnostics
Fixed CAN-1999-1572
Allow to use --sparse in both copy-in and copy-pass.
Fix bug that eventually caused copying out the same hard-linked file several \
times to archive.
Fix several LFS-related issues.
Fix Debian bug #335580.
Files: