py-toolz provides a set of utility functions for iterators, functions,
and dictionaries. These functions interoperate well and form the
building blocks of common data analytic operations. They extend the
standard libraries itertools and functools and borrow heavily from
the standard libraries of contemporary functional languages.
ok sthen@
It is unplayable as reported by Ryan Freeman <ryan at slipgate dot org> who
initially provided a "-fno-common" fix, thanks!
naddy confirmed this for the FreeBSD port as well,
gkoehler tested macppc:
"I built xboing with -fcommon for 32-bit macppc and I can't play it.
The frame rate alternates between too slow and too fast, so the ball
becomes almost stuck, then teleports off the screen before I can move
my paddle. Also, I can't hear the sound. I played this game many years
ago (I forget where) and don't know when it became broken."
Diff from Ryan
OK sthen gkoehler
Comment:
alternative regular expression module to replace re
Description:
This regex implementation is backwards-compatible with the standard re
module, but offers additional functionality.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://bitbucket.org/mrabarnett/mrab-regex
Many tweaks and ok from daniel@
While waiting for this to appear in a proper Python 3.9.x release,
use upstream's commit for this severe sprintf bug.
The bug was reported on Jan 16 and the fix was available since Jan 18,
but only 3.6 and 3.7 have new releases as of now.
ok sthen
While waiting for this to appear in a proper Python 3.8.x release,
use upstream's commit for this severe sprintf bug.
The bug was reported on Jan 16 and the fix was available since Jan 18,
but only 3.6 and 3.7 have new releases as of now.
ok sthen
- Fixed a NULL pointer deref in the X509_issuer_and_serial_hash()
function (CVE-2021-23841)
- Fixed the RSA_padding_check_SSLv23() function and the
RSA_SSLV23_PADDING padding mode to correctly check for rollback attacks
- Fixed an overflow in the EVP_CipherUpdate, EVP_EncryptUpdate and
EVP_DecryptUpdate functions (CVE-2021-23840)
- Fixed SRP_Calc_client_key so that it runs in constant time
This update now uses go mod and requires 100+ dependencies to build.
Quite sad for a simple system value collector. Also the amd64 version
does not correctly report the memory used by the buffer cache. This
is a defect from building OpenBSD/amd64 binaries without cgo.
This no longer uses promu for builds but passes the same build vars
to go build via MODGO_LDFLAGS.
With help and OK sthen@ abieber@