From simon at josefsson.org Tue Jul 18 20:04:32 2023 From: simon at josefsson.org (Simon Josefsson) Date: Tue, 18 Jul 2023 20:04:32 +0200 Subject: [gnutls-help] guile-gnutls-3.7.13 released [beta] Message-ID: <87wmyxm6z3.fsf@kaka.sjd.se> This is to announce guile-gnutls-3.7.13, a beta release. A bunch of new APIs have been added in this release, and this is a beta release with primary focus to get review on the APIs, please tell us what you think! We are aware of self-test issue on Mac (help us investigate at ) but it helps to get this released to have people look at the rest. The release is available here: https://gitlab.com/gnutls/guile/-/releases/v3.7.13 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 45 commits by 4 people in the 10 weeks since 3.7.12. See the NEWS below for a brief summary. Thanks to everyone who has contributed! The following people contributed changes to this release: David Thompson (23) Jan (janneke) Nieuwenhuizen (1) Simon Josefsson (8) Vivien Kraus (13) Simon [on behalf of the guile-gnutls maintainers] ================================================================== 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.13?ref_type=tags or run this command from a git-cloned guile-gnutls directory: git shortlog v3.7.12..v3.7.13 Here are the compressed sources and a GPG detached signature: https://alpha.gnu.org/gnu/gnutls/guile-gnutls-3.7.13.tar.gz https://alpha.gnu.org/gnu/gnutls/guile-gnutls-3.7.13.tar.gz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the SHA1 and SHA256 checksums: 4db052712884bc57dc95660acc4cbd4ccc610497 guile-gnutls-3.7.13.tar.gz moVW1pESOnXouGsQW8SLEVM3oKlDVfzQhsvkOMyAFRA= guile-gnutls-3.7.13.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.13.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 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.13.tar.gz.sig This release was bootstrapped with the following tools: Autoconf 2.71 Automake 1.16.5 Makeinfo 6.8 NEWS * Noteworthy changes in release 3.7.13 (2023-07-18) [beta] ** Bind the AEAD authentication-encryption API and the low-level cipher API. ** Bind a substantial part of the (abstract) public key cryptography API. ** Bind the pseudo-random number generator. ** Bind a bunch of X.509 functions. ** Fix cross-building. ** Add guix.scm for Guix building. Happy hacking, Simon -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 255 bytes Desc: not available URL: From simon at josefsson.org Sat Jul 22 09:49:13 2023 From: simon at josefsson.org (Simon Josefsson) Date: Sat, 22 Jul 2023 09:49:13 +0200 Subject: [gnutls-help] guile-gnutls-3.7.14 released [beta] Message-ID: <87pm4kz8qu.fsf@kaka.sjd.se> 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 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: