Changelog:
https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html
among them are these two---and more bugfixes beyond not listed here:
* Security fix: if an SSH server accepted an offer of a public key
and then rejected the signature, PuTTY could access freed memory,
if the key had come from an SSH agent.
* Security feature: new config option to disable PuTTY's dynamic
host key preference policy, if you prefer to avoid giving away
to eavesdroppers which hosts you have stored keys for.
MFH: 2020Q2
Security: 6190c0cd-b945-11ea-9401-2dcf562daa69
Security: CVE-2020-14002
Security: FZI-2020-5
- Update Makefile to use current version of GCC as defined in
bsd.default-versions.mk. (USE_GCC=yes)
- Update Makefile with LICENSE and LICENSE_PERMS information and remove
RESTRICTED and NO_CDROM (redundant)
- Update Makefile PORTREVISION
While here, pet portlint
PR: 243142
Submitted by: thomas@bsdunix.ch
Approved by: michael@fuckner.net (maintainer)
A flexible and scriptable password generator which generates
strong diceword-style passphrases, inspired by XKCD 936.
$ xkcdpass
> correct horse battery staple
Usable as standalone script or a module within a larger
Python project.
WWW: https://github.com/jwfh/xkcdpass
Submitted by: jacob_jwfh.ca
Differential Revision: https://reviews.freebsd.org/D21234
Changelog:
http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1859/NEWS#L8
(Note the ValueError fix was already in FreeBSD's 2.1.33_1 and
- on quarterly - the 2.1.30_5 port/package versions.)
Follow POLA:
No MFH requested, as 2020Q2 and head/ have diverged too far,
so let 2020Q3 pick up the change instead.
Smart and simple video viewing with a library,
thumbnail previews on the seekbar, playlists,
subtitle support, smart fullscreen,
and the ability to resume what was last playing.
This Video player and library app
has been designed by elementary OS.
WWW: https://github.com/elementary/videos/
PR: 247538
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
From the changelog:
2020.06.25:
- Fixed a memory leak in the "sha1()" function (a "EVP_MD_CTX" object was not being deleted).
(Thanks to Amir Perlman for reporting this.)
2020.06.23:
- Moved all definitions of PREFIX from "Makefile.tail" files to "Makefile.head" (so that
it can be redefined by a "config.*" file, if desired.
Also changed the definition of EXE in "config.mingw" to be ".exe".
(Thanks to Eric Beuque for this suggestion.)
2020.06.22:
- Fixed a typo in the previous release that could cause a compilation problem for some
developers. (Thanks to Eric Beuque for reporting this.)