openssl/4.0: plug client-side memleak
Free bs when the OCSP basic response contains no single responses.
I have no idea why this utterly trivial change needed almost as many lines
of explanatory comment as it took weeks to merge it, plus a CVE on top, but
here we are. My time's already been wasted...
Free BS indeed: https://www.openwall.com/lists/oss-security/2026/08/05/8
sndiod: Allocate all midithru structures on the heap
The midithru structures that are used only internally (for MIDI
control of the logical audio sub-device) are allocated when needed
only. Now the MIDITHRU_NMAX macro is simply the number of user-visible
midithru ports. The midithru structures are identified by names,
instead of the indices.
import ports/textproc/py-encutils, ok tb
A collection of helper functions to detect encodings of text files (like
HTML, XHTML, XML, CSS, etc.) retrieved via HTTP, file or string.
getEncodingInfo is probably the main function of interest which uses
other supplied functions itself and gathers all information together and
supplies an EncodingInfo object.