CVE-2017-14160: Fix bounds check on very low sample rates.
CVE-2018-10392: Sanity check number of channels in setup.
These were committed upstream two years ago, but there has been no
release since.
Reported by: T.J. Townsend <tj@openbsd.org>
Security: 4200d5f5-b985-11ea-b08a-f8b156b6dcc8
After devel/zookeeper was upgraded to the latest version, this port no longer
builds. Last update from upstream was in 2015 so it appears Net::ZooKeeper
is no longer actively maintained.
- remove CONFLICTS with lang/python3 (DP)
- remove future CONFLICTS with blas/lapack (PR 247542)
- add a pkg-message for SAGE_ROOT / SAGE_LOCAL (DP)
- remove the check of R´s Makevars.site (DP)
see <https://trac.sagemath.org/ticket/29943>
- use math/e-antic from the ports tree
- make BROKEN on -CURRENT untill a solution is found / Python
Reported by: Dima Pasechnik <dimpase (at) gmail.com> (DP)
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.