[gnutls-help] guile-gnutls-3.7.14 released [beta]
Simon Josefsson
simon at josefsson.org
Sat Jul 22 09:49:13 CEST 2023
This is to announce guile-gnutls-3.7.14, a beta release.
This is a final call before declaring the new APIs as stable.
The release is available here:
https://gitlab.com/gnutls/guile/-/releases/v3.7.14
Documentation:
https://gnutls.gitlab.io/guile/manual/
https://gnutls.gitlab.io/guile/manual/gnutls-guile.html
https://gnutls.gitlab.io/guile/manual/gnutls-guile.pdf
There have been 13 commits by 3 people in the 4 days since 3.7.13.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed!
The following people contributed changes to this release:
Christopher Baines (1)
Simon Josefsson (11)
Vivien Kraus (1)
Happy hacking,
Simon
==================================================================
Here is the guile-gnutls home page:
https://gitlab.com/gnutls/guile
For a summary of changes and contributors, see:
https://gitlab.com/gnutls/guile/-/commits/v3.7.14?ref_type=tags
or run this command from a git-cloned guile-gnutls directory:
git shortlog v3.7.13..v3.7.14
Here are the compressed sources and a GPG detached signature:
https://alpha.gnu.org/gnu/guile-gnutls/guile-gnutls-3.7.14.tar.gz
https://alpha.gnu.org/gnu/guile-gnutls/guile-gnutls-3.7.14.tar.gz.sig
Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
c7ea6df89b537eabf8d013d573192bbc2512e9ff guile-gnutls-3.7.14.tar.gz
3iv81P2T1mnoX4PEilNHA5D+1gmHFY6aFMn/jgvutlE= guile-gnutls-3.7.14.tar.gz
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 guile-gnutls-3.7.14.tar.gz.sig
The signature should match the fingerprint of the following key:
pub ed25519 2019-03-20 [SC]
B1D2 BD13 75BE CB78 4CF4 F8C4 D73C F638 C53C 06BE
uid Simon Josefsson <simon at josefsson.org>
If that command fails because you don't have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the 'gpg --verify' command.
gpg --locate-external-key simon at josefsson.org
gpg --recv-keys 51722B08FE4745A2
wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=guile-gnutls&download=1' | gpg --import -
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 guile-gnutls-3.7.14.tar.gz.sig
This release was bootstrapped with the following tools:
Autoconf 2.71
Automake 1.16.5
Makeinfo 6.8
Libtoolize 2.4.7
NEWS
* Noteworthy changes in release 3.7.14 (2023-07-22) [beta]
** Fix AEAD self-test failure on macOS.
** Bind gnutls_record_get_direction.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 255 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gnutls-help/attachments/20230722/ca936620/attachment.sig>
More information about the Gnutls-help
mailing list