security/putty: update to 0.78 release
FreeBSD relevant changes since 20221023 snapshot: * f9a8213d 2022-10-29 | Docs: add a 'pdf' cmake target. (origin/main, origin/HEAD) [Jacob Nevins] * 4ff82ab2 2022-10-28 | Update version number for 0.78 release. (tag: 0.78) [Simon Tatham] * 475c2387 2022-10-28 | Unix: stop accessing ctrl->fileselect for font selectors. [Simon Tatham] * 329a4cdd 2022-10-24 | authplugin-example.py: Flush stderr. [Jacob Nevins] * 538c8fd2 2022-10-24 | authplugin-example.py: Mention documentation. [Jacob Nevins] * a7106d8e 2022-10-23 | Add missing initialisation of term->osc_strlen. [Simon Tatham] * bdb3ac9f 2022-10-23 | Restrict -pwfile / -pw to apply to server prompts only. [Simon Tatham] * 2fbb9284 2022-10-23 | Fix outdated comment relating to -pw. [Jacob Nevins] * f7e86ca2 2022-10-22 | README: remove mention of doc/Makefile. [Jacob Nevins] * f229aab2 2022-10-23 | Rewrap a paragraph in README. [Jacob Nevins] MFH: 2022Q4 (after 10 days) According to Simon, he caught this assertion error in the act, and 475c2387 should fix PR: 267253
This commit is contained in:
parent
abc08ba9be
commit
a4d049c425
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
PORTNAME= putty
|
||||
DISTVERSION= 0.78~pre20221023
|
||||
DISTVERSIONSUFFIX= .0c59d49
|
||||
DISTVERSION= 0.78
|
||||
#DISTVERSIONSUFFIX= .0c59d49
|
||||
CATEGORIES= security
|
||||
#MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
|
||||
# ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
|
||||
MASTER_SITES= https://tartarus.org/~simon/putty-prerel-snapshots/ \
|
||||
MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
|
||||
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ \
|
||||
LOCAL/mandree/
|
||||
#MASTER_SITES= https://tartarus.org/~simon/putty-prerel-snapshots/ \
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
COMMENT= Secure shell and telnet client including xterm emulator
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1666518096
|
||||
SHA256 (putty-0.78~pre20221023.0c59d49.tar.gz) = 205c9a7462d4e4ef8808cf7b2c485d3c30dfb6783625323e3b39b047c867f8aa
|
||||
SIZE (putty-0.78~pre20221023.0c59d49.tar.gz) = 2814676
|
||||
TIMESTAMP = 1667070272
|
||||
SHA256 (putty-0.78.tar.gz) = 274e01bcac6bd155dfd647b2f18f791b4b17ff313753aa919fcae2e32d34614f
|
||||
SIZE (putty-0.78.tar.gz) = 2811628
|
||||
|
|
Loading…
Reference in a new issue