[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cpio-2.15 released
From: |
Sergey Poznyakoff |
Subject: |
cpio-2.15 released |
Date: |
Sun, 14 Jan 2024 13:18:39 +0100 |
User-agent: |
MH (GNU Mailutils 3.15) |
Hello,
This is to inform you that cpio version 2.15 is available for download.
This is a bug-fixing release. See the end of this message for a list of
important changes.
GNU cpio copies files into or out of a cpio or tar archive. It supports a
wide variety of archive formats.
Here are the compressed sources:
https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz 2.2M
https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.bz2 1.6M
Here are the checksums:
MD5
---
64130013fa9900f6b7de36de53573985 cpio-2.15.tar.gz
3394d444ca1905ea56c94b628b706a0b cpio-2.15.tar.bz2
SHA1
----
5457708bcc25a8abd63d4bbf20aa1aeb8444ad2e cpio-2.15.tar.gz
db5e3845eb5475ddcb7e8915c3a1458a0c13d787 cpio-2.15.tar.bz2
SHA256
------
efa50ef983137eefc0a02fdb51509d624b5e3295c980aa127ceee4183455499e
cpio-2.15.tar.gz
937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db
cpio-2.15.tar.bz2
For each tarball a corresponding GPG detached signature is provided:
https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz.sig
https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.bz2.sig
Use the signature file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:
gpg --verify cpio-2.15.tar.gz.sig
If that command fails because you don't have the required public key,
try the following command to retrieve it, and then rerun the 'gpg
--verify' command.
gpg --recv-keys 3602B07F55D0C732
As a last resort to find the key, you can try the official GNU
keyring:
wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
gpg --keyring gnu-keyring.gpg --verify mailutils-3.16.tar.gz.sig
Noteworthy changes in this release:
* Fix operation of --no-absolute-filenames --make-directories
* Restore access and modification times of symlinks in copy-in
and copy-pass modes.
Best regards,
Sergey
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- cpio-2.15 released,
Sergey Poznyakoff <=