guile-gnutls-5.0.2 released [stable]
Simon Josefsson <[email protected]> Wed, 17 Jun 2026 16:50:34 +0200
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <[email protected]> |
--===============2960256585054937452== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This is to announce guile-gnutls-5.0.2, a stable release. Guile-GnuTLS provides Guile bindings for the GnuTLS library. There have been 25 commits by 2 people in the 48 weeks since 5.0.1. See the NEWS below for a brief summary. Thanks to everyone who has contributed! The following people contributed changes to this release: Dariqq (7) Simon Josefsson (18) Happy Hacking, Simon =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Here is the Guile-GnuTLS home page: https://codeberg.org/guile-gnutls/guile-gnutls/ Manual: https://gsasl.gitlab.io/guile-gnutls/manual/ https://gsasl.gitlab.io/guile-gnutls/manual/gnutls-guile.html - HTML form= at https://gsasl.gitlab.io/guile-gnutls/manual/gnutls-guile.pdf - PDF format If you need help to use Guile-GnuTLS, or want to help others, you are invited to join our mailing list, see: https://lists.gnupg.org/mailman/listinfo/gnutls-help The release is available here: https://codeberg.org/guile-gnutls/guile-gnutls/releases/tag/v5.0.2 Here is minimal source-only "git archive" sources: https://ftp.gnu.org/gnu/gnutls/guile-gnutls-v5.0.2-src.tar.gz https://ftp.gnu.org/gnu/gnutls/guile-gnutls-v5.0.2-src.tar.gz.sig Here are Sigsum Proofs: https://ftp.gnu.org/gnu/gnutls/guile-gnutls-5.0.2.tar.gz.proof https://ftp.gnu.org/gnu/gnutls/guile-gnutls-v5.0.2-src.tar.gz.proof Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the SHA256 and SHA3-256 checksums: SHA256 (guile-gnutls-5.0.2.tar.gz) =3D droqD0ft3n/S9YP8EWLtHOgzm9r36dnMOT= h/zJX7k1s=3D SHA3-256 (guile-gnutls-5.0.2.tar.gz) =3D xQrckFtQm7aJDSCtXaumqipeuVTjD2dp= G/3VXgGqSXE=3D SHA256 (guile-gnutls-v5.0.2-src.tar.gz) =3D T/bVe5REyZsNlp66UtUcgMT8unrsa= 2EMDMx9FhMVO7w=3D SHA3-256 (guile-gnutls-v5.0.2-src.tar.gz) =3D YZoDPA6N9RICUFssNEixuUeFTfe= CFvxZcpIqjWkq/5g=3D Verify the base64 SHA256 checksum with 'cksum -a sha256 --check' from coreutils-9.2 or OpenBSD's cksum since 2007. Verify the base64 SHA3-256 checksum with 'cksum -a sha3 --check' from coreutils-9.8. 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-5.0.2.tar.gz.sig 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 [email protected] gpg --recv-keys 51722B08FE4745A2 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-5.0.2.tar.gz.sig Use the .proof files to verify the Sigsum proof. These files are like signatures but with extra transparency: you can cryptographically verify that every signature is logged in a public append-only log, so you can say with confidence what signatures exists. This makes hidden releases no longer deniable for the same public key. Releases are Sigsum-signed with the following public key: cat <<EOF > guile-gnutls-sigsum-key.pub ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILzCFcHHrKzVSPDDarZPYqn89H5TPaxwcORgRg+= 4DagE EOF Run a command like this to verify downloaded artifacts: sigsum-verify -k guile-gnutls-sigsum-key.pub -P sigsum-generic-2025-1 \ guile-gnutls-5.0.2.tar.gz.proof < guile-gnutls-5.0.2.tar.gz You may learn more about Sigsum concepts and find instructions how to download the tools here: https://www.sigsum.org/getting-started/ This release is based on the guile-gnutls git repository, available as git clone https://codeberg.org/guile-gnutls/guile-gnutls.git with commit 4fc0dc07ff3f40a43406f4d982bbd09971289264 tagged as v5.0.2. For a summary of changes and contributors, see: https://codeberg.org/guile-gnutls/guile-gnutls/compare/v5.0.1...v5.0.2 or run this command from a git-cloned guile-gnutls directory: git shortlog v5.0.1..v5.0.2 This release was bootstrapped with the following tools: Autoconf 2.72 Automake 1.17 Git 2.52.0 Gnulib 9297749090b01720888dceeb5f6dab3d52dcef40 Gzip 1.14 Libtoolize 2.4.7 Make 4.4.1 Makeinfo 7.1.1 Tar 1.35 Guix 1.5.0rc1 NEWS.md # Noteworthy changes in release 5.0.2 (2026-06-17) [stable] ** Bind more X.509 certificate functions. Patch by Dariqq, see <https://codeberg.org/guile-gnutls/guile-gnutls/pulls/78>. =2D gnutls_x509_crt_get_dn_by_oid =2D gnutls_x509_crt_get_issuer_dn_by_oid =2D gnutls_x509_crt_print ** Add rawpk certificate type. Patch by Dariqq, see <https://codeberg.org/guile-gnutls/guile-gnutls/pulls/91>. ** Fix alloca handling on FreeBSD. Patch by Dariqq, see <https://codeberg.org/guile-gnutls/guile-gnutls/issues/85> and <https://codeberg.org/guile-gnutls/guile-gnutls/pulls/88>. ** NEWS file renamed to NEWS.md and uses markdown syntax. For backwards compatibility, NEWS and README in git are symlinks to NEWS.md and README.md respectively, which ends up as a duplicated files in tarballs. Eventually the README and NEWS files may be removed in favor of only README.md and NEWS.md. ** Update gnulib files and various build/maintenance fixes. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQNoBAEWCgMQFiEEo8ychwudMQq61M8vUXIrCP5HRaIFAmoytDoUHHNpbW9uQGpv c2Vmc3Nvbi5vcmfCHCYAmDMEXJLOtBYJKwYBBAHaRw8BAQdACIcrZIvhrxDBkK9f V+QlTmXxo2naObDuGtw58YaxlOu0JVNpbW9uIEpvc2Vmc3NvbiA8c2ltb25Aam9z ZWZzc29uLm9yZz6IlgQTFggAPgIbAwULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgBYh BLHSvRN1vst4TPT4xNc89jjFPAa+BQJp4fWRBQkOa+rdAAoJENc89jjFPAa+hWIA /1lQvrJeGlQq50lP6tm99D1zDy7J1tQ3ha4x0Jx7rkFTAP9hpUKuTvm6m1fXyiZV YZlu2+Id/Dq3CIAZvNF+XEr2BLgzBFySz4EWCSsGAQQB2kcPAQEHQOxTCIOaeXAx I2hIX4HK9bQTpNVei708oNr1Klm8qCGKiPUEGBYIACYCGwIWIQSx0r0Tdb7LeEz0 +MTXPPY4xTwGvgUCaeCW1wUJDmqLVgCBdiAEGRYIAB0WIQSjzJyHC50xCrrUzy9R cisI/kdFogUCXJLPgQAKCRBRcisI/kdFoqdMAQCgH45aseZgIrwKOvUOA9QfsmeE 8GZHYNuFHmM9FEQS6AD6A4x5aYvoY6lo98pgtw2HPDhmcCXFItjXCrV4A0GmJA4J ENc89jjFPAa+s7AA+gIIHpBApDpcDj1sKhzDngmpvwQf0VkHme6s+EG7qSgpAQDe /XMrU0c0Pa3ji85cMqZhvzJOFI/soe662lzL0QY3Bbg4BFySz2oSCisGAQQBl1UB BQEBB0AxlRumDW6nZY7A+VCfek9VpEx6PJmdJyYPt3lNHMd6HAMBCAeIfgQYFggA JgIbDBYhBLHSvRN1vst4TPT4xNc89jjFPAa+BQJp4JbXBQkOaottAAoJENc89jjF PAa+RNUA/2faQO/nFT06E+MlhlQdo/0chlQXC5TZMPTVvVBFwoLOAP9xLJK0ow5E jTzYJB4K810AL/Iv6PEOAEgA4cPTHVlbCQAKCRBRcisI/kdFooh8AQC9UYHVTFCE kDXF5uMu+CB2h0AllOx+9/LWxzYA2UM8RQEA+8B6g1ztr5i508p6vvr9nmo+r6Vl 8hN462Prvzy2Qwc= =xT9y -----END PGP SIGNATURE----- --=-=-=-- --===============2960256585054937452== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Gnutls-help mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-help --===============2960256585054937452==--