[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtasn1-4.19.0 released [stable]
From: |
Simon Josefsson |
Subject: |
libtasn1-4.19.0 released [stable] |
Date: |
Tue, 23 Aug 2022 20:09:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
This is GNU Libtasn1, a small ASN.1 library.
Website:
https://www.gnu.org/software/libtasn1/
Manual:
https://www.gnu.org/software/libtasn1/manual/
Here are the compressed sources and a GPG detached signature:
https://ftpmirror.gnu.org/libtasn1/libtasn1-4.19.0.tar.gz
https://ftpmirror.gnu.org/libtasn1/libtasn1-4.19.0.tar.gz.sig
Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
9c4b6616de65513a0a4d27e0b7f25184391ca8fd libtasn1-4.19.0.tar.gz
FhPwrBz0hNbsDOO4wG1WJjzHJC8cI7MNgtI940WmP3o libtasn1-4.19.0.tar.gz
The SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.
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 libtasn1-4.19.0.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@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@josefsson.org
gpg --recv-keys 51722B08FE4745A2
wget -q -O-
'https://savannah.gnu.org/project/release-gpgkeys.php?group=libtasn1&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 libtasn1-4.19.0.tar.gz.sig
This release was bootstrapped with the following tools:
Gnulib v0.1-5404-gaa52cadc3
Autoconf 2.71
Automake 1.16.5
Libtoolize 2.4.6
Make 4.3
Makeinfo 6.7
Bison 3.7.5
Help2man 1.48.1
Gtkdocize 1.33.1
Tar 1.34
Gzip 1.10
NEWS
* Noteworthy changes in release 4.19.0 (2022-08-23) [stable]
- Clarify libtasn1.map license. Closes: #38.
- Fix ETYPE_OK out of bounds read. Closes: #32.
- Update gnulib files and various maintenance fixes.
Happy hacking,
Simon
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- libtasn1-4.19.0 released [stable],
Simon Josefsson <=