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@
Always build against the included copy of uthash and don't pick up the
incompatible newer version from the devel/uthash port if installed.
From maintainer Alex Holst.
MPEG-1 video (Video CD) is laughably obsolete. FFmpeg etc. can
still handle it if somebody is really sitting on an archive of
VHS-quality videos.
Noticed because of failure to build with -fno-common.
ok kmos@ kn@
This tool segfaults when
1. ran without any arguments
2. passing "--help" instead of "-h"
3. passing an invalid pcap-filter(5) expression, e.g. "foo"
Running it and opening HOMEPAGE in a browser shows HTTP traffic to the site
but the tool fails to do its job entirely, i.e. it cannot detect/show/etc.
the JPEG image http://www.ex-parrot.com/~chris/driftnet/screenshot.jpg as
requested by the browser.
OK claudio
This port needs an extra react web UI package that I provide. Building
react is a nightmare and to complicated for bulk builds. Also embedding
the web UI into the go binary makes it hard to extract it from other
offical builds.
OK rsadowski@ sthen@
This port needs an extra react web UI package that I provide. Building
react is a nightmare and to complicated for bulk builds. Also embedding
the web UI into the go binary makes it hard to extract it from other
offical builds.
OK rsadowski@ sthen@
This port needs an extra react web UI package that I provide. Building
react is a nightmare and to complicated for bulk builds. Also embedding
the web UI into the go binary makes it hard to extract it from other
offical builds.
OK rsadowski@ sthen@