Jussi Laako reported seeing a busy loop when Thunderbird or mobile users
connected to the Alpine based imapd mail server. One of them is doing
non-blocking I/O and the added retry short-circuited the select call
and retry causing a busy loop. Simplify the retry logic while there.
tested by procter, with help from beck
MyPaint is a simple drawing and painting program that works well
with Wacom-style graphics tablets. Its brush engine is versatile and
configurable, and it provides useful, productive tools. The standard
brushes can emulate traditional media like charcoal, pencils, ink, or
paint.
with and OK phessler, OK sthen
algorithm that compresses data using a combination of a modern
variant of the LZ77 algorithm, Huffman coding and 2nd order context
modeling, with a compression ratio comparable to the best currently
available general-purpose compression methods. It is similar in
speed with deflate but offers more dense compression.
Original version by thfr. Moved to current python port standards by
me. Typo fix pointed out by sthen.
ok sthen
The bindings provided in this package cover the frame format, the
block format, and the streaming format specifications. The frame
format bindings are the recommended ones to use, as this guarantees
interoperability with other implementations and language bindings.
Needed for thfr's pending py-unitypy port and another port I have in progress
Some details picked up from thfr's version. Tweak from sthen.
ok sthen
so add a parallel flag so they use multiple CPUs while building. this
is noticably faster at unlocking lots of buildable ports on aarch64
keep gtk+4 in sync with them
has been in arm64 package snaps for at least a year
OK ajacoutot@ (a while ago)
- Move lib/X11/app-defaults/NetHack-${V} to PFRAG.no-no_x11.
- Remove lib/X11/app-defaults/NetHack-${V} from PLIST
(My fault in the last commit).
- Remove PFRAG.no-qt-no-no_x11.
Checked: nethack-3.4.3p16 installs lib/X11/app-defaults/NetHack-3.4.3 an
nethack-3.4.3p16-no_x11 not.
Input form espie, Spotted by naddy, jasper, sorry for the noise.
updated in 3 years and as such there are a bunch of unfixed security issues.
do everyone a service and just drop it. rabbitmq can be used as an alternative.
ok kmos@