diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-01-17 01:56:20 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-01-17 01:58:24 +0000 |
| commit | df77b7d2cd11a73414d524fe35919bf1dd206631 (patch) | |
| tree | 6ca9b9381d5e5054ba717860511df678854cb74a | |
| parent | 874ce689efb62c57af37c11df691d549a54027dc (diff) | |
security/putty: bugfix update to 20250117.19798515
This change seems to fix a tight loop that can happen when receiving ^E
in certain configurations.
| -rw-r--r-- | security/putty/Makefile | 4 | ||||
| -rw-r--r-- | security/putty/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index c3a3379565c3..e75429f78e6e 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,8 +1,8 @@ PORTNAME= putty # https://tartarus.org/~simon/putty-prerel-snapshots/putty-0.83~pre20250105.1e45199.tar.gz -DISTVERSION= 0.83~pre20250114 +DISTVERSION= 0.83~pre20250117 PORTREVISION= 0 -DISTVERSIONSUFFIX= .e7acb9f +DISTVERSIONSUFFIX= .1979851 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 13b044a2d1f4..6e6653c65f72 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736890276 -SHA256 (putty-0.83~pre20250114.e7acb9f.tar.gz) = 7186ef505a08ffd5a4829e705893af429bf489b5c7f391944c1643635142d082 -SIZE (putty-0.83~pre20250114.e7acb9f.tar.gz) = 3010121 +TIMESTAMP = 1737078456 +SHA256 (putty-0.83~pre20250117.1979851.tar.gz) = 3a9b7fc4d04e981ef9cb0cee414d0ff45d78b1f72f677766e3c119305bee281a +SIZE (putty-0.83~pre20250117.1979851.tar.gz) = 3010188 |
