Package cpio: Information
Source package: cpio
Version: 2.12-alt2.c10.2
Build time: Apr 25, 2025, 11:23 AM in the task #382413
Category: Archiving/Backup
Report package bugHome page: http://www.gnu.org/software/cpio/
License: GPLv3+
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.
List of RPM packages built from this SRPM:
cpio (x86_64, i586, armh, aarch64)
cpio-debuginfo (x86_64, i586, armh, aarch64)
cpio-static (x86_64, i586, armh, aarch64)
cpio-static-debuginfo (x86_64, i586, armh, aarch64)
cpio (x86_64, i586, armh, aarch64)
cpio-debuginfo (x86_64, i586, armh, aarch64)
cpio-static (x86_64, i586, armh, aarch64)
cpio-static-debuginfo (x86_64, i586, armh, aarch64)
Maintainer: Alexander Danilov
List of contributors:
Alexander Danilov
Andrey Cherepanov
Slava Aseev
Dmitry V. Levin
qa-robot
Ilya Evseev
Alexander Danilov
Andrey Cherepanov
Slava Aseev
Dmitry V. Levin
qa-robot
Ilya Evseev
Last changed
April 22, 2025 Alexander Danilov 2.12-alt2.c10.2
- Fix operation of --no-absolute-filenames --make-directories.
April 14, 2025 Andrey Cherepanov 2.12-alt2.c10.1
- Security fixes: CVE-2019-14866, CVE-2021-38185, CVE-2023-7207.
March 19, 2021 Slava Aseev 2.12-alt2
- Fix multiple definition of "program_name".