devel/libev: Unbreak current after inotify add
After inotify was added to main, if condition bellow leads to build error
related to missing (linux) statfs.h header.
Fix it by adjusting correct headers:
#if EV_USE_INOTIFY
-# include <sys/statfs.h>
+# include <sys/mount.h>
# include <sys/inotify.h>
While here, refresh patches.
Approved by: portmgr (blanket, build fix)
Sugested by: markj
See also; https://lists.freebsd.org/archives/dev-commits-src-all/2025-July/057269.html
textproc/libxml2, textproc/libxslt: vulnerable
Note that libxslt is vulnerable, unfixed, and without maintainer.
Two of four vulnerabilities have been fixed.
Note that libxml2 in our ports is vulnerable and there is no upstream
release fixing these bugs, they need cherry-picks.
Deprecate textproc/xmlto and textproc/minixmlto,
which both depend on the unmaintained and vulnerable libxslt.
I have filed https://pagure.io/xmlto/issue/15 to ask the xmlto
upstream to switch to different XML/XSLT libraries.
Two issues are undisclosed and do not seem to have a CVE assigned yet.
Security: CVE-2025-6021
Security: CVE-2025-6170
Security: CVE-2025-7424
Security: CVE-2025-7425
[16 lines not shown]
multimedia/video-trimmer: update to 25.03
While here:
- Added 'gnome' to DIST_SUBDIR and to second CATEGORIES.
- Updated COMMENT to hopefully a better COMMENT.
- Added 'pango' to USE_GNOME.
Changelog: https://gitlab.gnome.org/YaLTeR/video-trimmer/-/releases/v25.03
PR: 287923
Reported by: Yusuf Yaman <nxjoseph at protonmail.com> (maintainer)
www/angie-module-set-misc: Update ngx_devel_kit 0.3.3 => 0.3.4
The www/angie-module-set-misc uses ngx_devel_kit in GH_TUPLE.
Changelog for ngx_devel_kit:
https://github.com/vision5/ngx_devel_kit/releases/tag/v0.3.4
PR: 288100
Approved by: Oleg A. Mamontov <oleg at mamontov.net> (maintainer, implicit - inactive for more than 9 months)