Date: Sun, 18 Jul 2021 08:49:54 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7807f3bad2cb - main - security/putty: update to 0.76. Message-ID: <202107180849.16I8nsxR001172@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=7807f3bad2cbeb019d5b53bda958a620e31683ac commit 7807f3bad2cbeb019d5b53bda958a620e31683ac Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-07-18 08:45:59 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-07-18 08:49:43 +0000 security/putty: update to 0.76. FreeBSD relevant changes per https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html + New option to abandon an SSH connection if the server allows you to authenticate in a trivial manner. + Bug fix: user colour-palette reconfiguration via 'Change Settings' were delayed-action. + Bug fix: server colour-palette reconfigurations were sometimes lost. + Bug fix: a tight loop could occur on reading a truncated private key file. --- security/putty/Makefile | 2 +- security/putty/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/putty/Makefile b/security/putty/Makefile index 0fcbb41d5896..3e9c468ec4a6 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,5 +1,5 @@ PORTNAME= putty -PORTVERSION= 0.75 +PORTVERSION= 0.76 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ diff --git a/security/putty/distinfo b/security/putty/distinfo index d1994f834264..7766cc079336 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620467878 -SHA256 (putty-0.75.tar.gz) = d3173b037eddbe9349abe978101277b4ba9f9959e25dedd44f87e7b85cc8f9f5 -SIZE (putty-0.75.tar.gz) = 2731167 +TIMESTAMP = 1626561798 +SHA256 (putty-0.76.tar.gz) = 547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f +SIZE (putty-0.76.tar.gz) = 2735687
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107180849.16I8nsxR001172>