git: 7807f3bad2cb - main - security/putty: update to 0.76.

Matthias Andree mandree at FreeBSD.org
Sun Jul 18 08:49:54 UTC 2021


The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7807f3bad2cbeb019d5b53bda958a620e31683ac

commit 7807f3bad2cbeb019d5b53bda958a620e31683ac
Author:     Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-18 08:45:59 +0000
Commit:     Matthias Andree <mandree at 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


More information about the dev-commits-ports-all mailing list