Name: | cpio |
---|---|
Version: | 2.11 |
Release: | 28.el7 |
Architecture: | aarch64 |
Group: | Applications/Archiving |
Size: | 685136 |
License: | GPLv3+ |
RPM: | cpio-2.11-28.el7.aarch64.rpm |
Source RPM: | cpio-2.11-28.el7.src.rpm |
Build Date: | Sun May 24 2020 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/cpio/ |
Summary: | A GNU archiving program |
Description: | GNU cpio copies files into or out of a cpio or tar archive. Archives are files which contain a collection of other files plus information about them, such as their file name, owner, timestamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1 tar. By default, cpio creates binary format archives, so that they are compatible with older cpio programs. When it is extracting files from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order. Install cpio if you need a program to manage file archives. |
- Improper input validation when writing tar header fields (#1766222)
- don't segfault during recovery (rhbz#1318084)
- reproducible archives (rhbz#1386662)
- fix crc checksum for files ~200M+ (rhbz#1415081)
- fix for CVE-2014-9112
- better check for read() error (rhbz#1138148) - fix ru translation (rhbz#1075513)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- fix another bogus date in changelog - update config.guess/config.sub for aarm64 build (#925189) - run autoreconf instead of autoheader
- revert the fix for memory leak (at least for now) #921725