Date: Tue, 16 Apr 2024 06:44:29 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 81b2882b9151 - 2024Q2 - security/putty: SECURITY update to 0.81 Message-ID: <202404160644.43G6iTfQ062796@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=81b2882b915181cb7106f67cf5af7dba561521d9 commit 81b2882b915181cb7106f67cf5af7dba561521d9 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-04-16 06:27:16 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-04-16 06:40:12 +0000 security/putty: SECURITY update to 0.81 This fixes a vulnerability where NIST P521 ecdsa-sha2-nistp521 (only!) keys can be recovered easily because signature generation in PuTTY used a biased random number generator. MFH: 2024Q2 Security: 080936ba-fbb7-11ee-abc8-6960f2492b1d Security: CVE-2024-31497 (cherry picked from commit f8f9196ec1aa3e62b7e89d1630f4a61711737ffa) --- security/putty/Makefile | 4 ++-- security/putty/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/putty/Makefile b/security/putty/Makefile index c08756431cd9..b2d31c2b8aa9 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,6 +1,6 @@ PORTNAME= putty -DISTVERSION= 0.80 -PORTREVISION= 1 +DISTVERSION= 0.81 +PORTREVISION= 0 #DISTVERSIONSUFFIX= .0c59d49 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ diff --git a/security/putty/distinfo b/security/putty/distinfo index 0d88cf3d994a..d802e3c0fcf6 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703023112 -SHA256 (putty-0.80.tar.gz) = 2013c83a721b1753529e9090f7c3830e8fe4c80a070ccce764539badb3f67081 -SIZE (putty-0.80.tar.gz) = 2831433 +TIMESTAMP = 1713247208 +SHA256 (putty-0.81.tar.gz) = cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe +SIZE (putty-0.81.tar.gz) = 2844616
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404160644.43G6iTfQ062796>