multimedia/mediaelch: Fix build
Add upstream patch to suppress -Wno-c++20-extensions. With -pedantic,
this warning is treated as an error.
Reported by: pkg-fallout
MFH: 2025Q4
(cherry picked from commit 7d1558b2cf1b9ed36cad8931f16aa2df9283d37e)
multimedia/mediaelch: Fix build
Add upstream patch to suppress -Wno-c++20-extensions. With -pedantic,
this warning is treated as an error.
Reported by: pkg-fallout
MFH: 2025Q4
security/gvm: Update to 26.8.0
security/gsa: Update to 26.4.1 (Only amd64 and aarch64)
security/gsad: Update to 24.9.0
security/openvas: Update to 23.31.4
security/gvmd: Update to 26.8.0
security/gvm-libs: 22.31.1
security/py-greenbone-feed-sync: Update to 25.1.6
security/py-gvm-tools: Update to 25.4.2
security/py-python-gvm: Update to 26.7.1
databases/qof: Switch to new upstream
The previous upstream has been unfetchable for quite a while.
There are a number of forks, of which https://github.com/GnoTime/qof
seems to be the most active. It is also the same GH account as
is used by deskutils/gnotime, which is our only in-tree consumer.
Take MAINTAINERship and undeprecate.
MFH: 2025Q4
textproc/md4c: Update 0.5.2 => 0.5.2.20240225 (last commit)
This update allow onlyoffice-documentserver to use the ports version,
rather than the existing source build.
Changelog:
Fixes:
- Fix quadratic time behavior caused by one-by-one walking over
block lines instead of calling md_lookup_line().
- Fix quadratic time and output size behavior caused by malicious
misuse of link reference definitions.
- The strike-through extension (with flag MD_FLAG_STRIKETHROUGH)
now follows same logic as other emphasis spans in respect to
punctuation character and word boundaries.
- Fix handling tab when removing trailing whitespace, especially in
connection with ATX headers.
https://github.com/mity/md4c/blob/481fbfb/CHANGELOG.md
Commit log:
[5 lines not shown]
security/aide: Depend on a crypto library
When not specified the aide build automatically detects the installed
crypto library. It bails if no library is found. We have a choice of
libgcrypt or nettle. Default to libgcrypt but allow the user to
select nettle.