notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/pcre/files/patch-sljit_sljitConfigInternal.h
SVNWeb

Number of commits found: 1

Fri, 25 Mar 2022
[ 14:29 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6  commit hash:b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6  commit hash:b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6  b6bb44e 
pcre: fix runtime issues on powerpc

In sljitConfigInternal.h, pcre checks for existence of __builtin___clear_cache()
function.
LLVM provides that function for all platforms, even those that don't have
implemented flushing the cache.

This leads to runtime errors on e.g. powerpc (32-bit) with __clear_cache()
calling compilerrt_abort(), resulting in SIGABRT.

Number of commits found: 1