- Clipboard is now managed via external programs, hence drop
corresponding dependencies and provide post-install advice
- Use of `devel/libfmt' had been abandoned upstream (yay!)
- Update Turbo Vision framework and do not install its files
PR: 273888
Submitted by: diizzy
This option was accidentally disabled during the update to 3.1.8
due to some glitch in the Haskel support in the ports framework.
The 'lua' option is ON by default in the project. However, Lua
dependencies are only added by 'make make-use-cabal' when
CABAL_FLAGS=lua is present, despite this option being ON by default.
PR: 273729
Reported by: arrowd@
ObjFW is a highly portable, lightweight, general purpose, open source
Objective-C framework with full Objective-C 2.0, blocks and ARC support,
providing not only basic classes like strings, arrays and dictionaries,
but also providing abstractions for OS-dependant functionality like
asynchronous sockets.
While a lot of the core API is similar to Foundation, it breaks with
Foundation's API on purpose in many places to embrace new features which
Foundation can't use completely due to its backwards compatibility. One
such example are exceptions, which are a first class citizen in ObjFW
and not merely to inform the programmer of his wrongdoings like in
Foundation.
ObjFW runs on a huge list of platforms and offers the same API on all of
them so that software written using ObjFW runs on all platforms
supported by ObjFW without #ifdef hells or the like. It does not only
run on almost any POSIX system that supports GCC >= 4, but it also works
on Windows and niche platforms like the PlayStation Portable.
WWW: https://objfw.nil.im/
PR: 273835
Routinator 0.12.2 ‘Brutti, sporchi e cattivi’
This release fixes two issues in Routinator that can be exploited
remotely by rogue RPKI CAs and repositories. We therefore advise all
users of Routinator to upgrade to this release at their earliest
convenience.
The first issue, CVE-2022-39915, can lead to Routinator crashing when
trying to decode certain illegal RPKI objects.
The second issue, CVE-2022-39916, only affects users that have the
rrdp-keep-responses option enabled which allows storing all received
RRDP responses on disk. Because the file name for these responses is
derived from the URI and the path wasn’t checked properly, a RRDP URI
could be constructed that results in the response stored outside the
directory, possibly overwriting existing files.
We would like to thank Haya Shulman, Donika Mirdita and Niklas Vogel
for discovering and reporting these issues.
Changelog: https://nlnetlabs.nl/news/2023/Sep/13/routinator-0.12.2-released/
PR: 273826
MFH: 2023Q3
Dasherr is a minimal and lightweight dashboard for your self-hosted
services (and bookmarks).
Features:
* Loads instantly + Remains light on resources
* Responsive design (uses Bootstrap framework)
* Shows Temperature, CPU load and Memory used by tapping into Glances
API (default 5s updates)
* Built-in online check of services (checked only at time of page
load/refresh, to minimize background activity & load)
* Several built-in Themes (easy to edit & add your own)
* Wallpaper backgrounds supported
* FontAwesome icons (also supports Self-hosted/Web image icons)
* All settings in a single easy to edit json file, with built-in editor
* Support for alternate configurations without needing multiple Dasherr
installations
WWW: https://github.com/erohtar/Dasherr/
PR: 272777