pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/gcpio
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Jun 9 14:35:13 UTC 2013
Modified Files:
pkgsrc/archivers/gcpio: Makefile PLIST distinfo
Removed Files:
pkgsrc/archivers/gcpio/patches: patch-ac patch-ae patch-ag patch-ah
patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao
patch-ap patch-aq patch-lib_argp_fmtstream_h
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.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/archivers/gcpio/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/gcpio/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/gcpio/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/archivers/gcpio/patches/patch-ac
cvs rdiff -u -r1.2 -r0 pkgsrc/archivers/gcpio/patches/patch-ae \
pkgsrc/archivers/gcpio/patches/patch-ag \
pkgsrc/archivers/gcpio/patches/patch-ah \
pkgsrc/archivers/gcpio/patches/patch-ak \
pkgsrc/archivers/gcpio/patches/patch-lib_argp_fmtstream_h
cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/gcpio/patches/patch-ai \
pkgsrc/archivers/gcpio/patches/patch-aj \
pkgsrc/archivers/gcpio/patches/patch-al \
pkgsrc/archivers/gcpio/patches/patch-am \
pkgsrc/archivers/gcpio/patches/patch-an \
pkgsrc/archivers/gcpio/patches/patch-ao \
pkgsrc/archivers/gcpio/patches/patch-ap \
pkgsrc/archivers/gcpio/patches/patch-aq
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index