Joomla! is one of the most powerful Open Source Content Management Systems
on the planet. It is used all over the world for everything from simple
websites to complex corporate applications. Joomla! is easy to install,
simple to manage, and reliable.
libasr will be maintained only as part of OpenSMTPD.
The current port has known security fixes that were addressed in the
bundled copy of OpenSMTPD but not in the libasr-portable.
The libasr-portable repository on github will be archived soon.
PR: 272048
0.13.2:
* Fix bug handling short rdata entry keys in IPv6 range queries.
* Efficiency improvements in string handling code and IP range queries.
* Fix use of buggy base32 decoding from wdns in rrtype bitmap test
program.
MFH: 2023Q4
Changes since 2.1.4:
* added waveform seekbar optimization;
* fixed visualization initialization in the simple user interface;
* fixed playlist geometry issues in the simple user interface;
* fixed playlist settings in the skinned user interface;
* fixed possible crash;
* fixed http version;
* fixed file type determination by content in the waveform seekbar.
Changes since 1.6.4:
* added waveform seekbar optimization;
* fixed visualization initialization in the simple user interface;
* fixed playlist geometry issues in the simple user interface;
* fixed playlist settings in the skinned user interface;
* fixed possible crash;
* fixed http version;
* fixed file type determination by content in the waveform seekbar.
KeyDB is a high performance fork of Redis with a focus on multithreading,
memory efficiency, and high throughput. In addition to performance
improvements, KeyDB offers features such as Active Replication, FLASH
Storage and Subkey Expires. KeyDB has a MVCC architecture that allows you
to execute queries such as KEYS and SCAN without blocking the database and
degrading performance.
KeyDB maintains full compatibility with the Redis protocol, modules, and
scripts. This includes the atomicity guarantees for scripts and transactions.
Because KeyDB keeps in sync with Redis development KeyDB is a superset of
Redis functionality, making KeyDB a drop in replacement for existing Redis
deployments.
On the same hardware KeyDB can achieve significantly higher throughput than
Redis. Active-Replication simplifies hot-spare failover allowing you to
easily distribute writes over replicas and use simple TCP based load
balancing/failover. KeyDB's higher performance allows you to do more on less
hardware which reduces operation costs and complexity.
WWW: https://docs.keydb.dev/
eza is a modern, maintained replacement for the venerable
file-listing command-line program ls that ships with Unix
and Linux operating systems, giving it more features and
better defaults. It uses colours to distinguish file types
and metadata. It knows about symlinks, extended attributes,
and Git. And it's small, fast, and just one single binary.
By deliberately making some decisions differently, eza
attempts to be a more featureful, more user-friendly
version of ls.
PR: 273849
The entry dated 20181213 suggests
portmaster -f `pkg shlib -qR libperl.so.5.26`
to force an update or re-installation of all ports that directly
depend on the given library. This command leads to excessive and
unnecessary port builds, though, since the -f option is passed
down to the up-to-date checks of all dependencies, causing them
to be rebuilt, too.
The correct command is:
portmaster `pkg shlib -qR libperl.so.5.26`
Reported by: rkoberman@gmail.com (Kevin Oberman)