[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils-3.16 released [stable]
From: |
Sergey Poznyakoff |
Subject: |
mailutils-3.16 released [stable] |
Date: |
Mon, 01 May 2023 14:17:18 +0200 |
User-agent: |
MH (GNU Mailutils 3.15) |
Hello,
Please be informed that GNU mailutils version 3.16 is available for
download. This is mainly a bug-fixing release. See below for a brief
summary of changes.
Here are the compressed sources:
https://ftp.gnu.org/gnu/mailutils/mailutils-3.16.tar.gz (7.6MB)
https://ftp.gnu.org/gnu/mailutils/mailutils-3.16.tar.bz2 (5.1MB)
https://ftp.gnu.org/gnu/mailutils/mailutils-3.16.tar.xz (3.1MB)
Here are the GPG detached signatures:
https://ftp.gnu.org/gnu/mailutils/mailutils-3.16.tar.gz.sig
https://ftp.gnu.org/gnu/mailutils/mailutils-3.16.tar.bz2.sig
https://ftp.gnu.org/gnu/mailutils/mailutils-3.16.tar.xz.sig
Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
8ae95c963bfe0bbecd54f7191292b0b9029b9561 mailutils-3.16.tar.gz
oDSvXwLHN22n3TJRu8I/AQAbIlVkUKr/5h4ryrG2D+8= mailutils-3.16.tar.gz
79d927d8f774d14be277ef374fa3059672a473d9 mailutils-3.16.tar.bz2
8mk82KAnZRLqtYv7LJyWKLHW9HKvOkS1eRlsd3s7Buw= mailutils-3.16.tar.bz2
a509cf6356b665b3a2f7dc5ebcdbdf90c187819a mailutils-3.16.tar.xz
BB0VjTCMA3YYQ4jpyTbPqEGlHNwl1Nt1mEp3Gj+gAsA= mailutils-3.16.tar.xz
Verify the base64 SHA256 checksum with cksum -a sha256 --check
from coreutils-9.2 or OpenBSD's cksum since 2007.
Use a .sig 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 mailutils-3.16.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:
* rdcache streams: fix stream size computation
* tlsfdstr streams: fix error handling
* wordwrap streams: fix handling of overflowing lines
Best regards,
Sergey
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- mailutils-3.16 released [stable],
Sergey Poznyakoff <=