sysutils/seatd: reduce syslog(3) spam after bc9ab6b61ec4
seatd on FreeBSD is usually started by rc.d via deamon(8) with console
output redirected to /var/log/messages. In 0.7.0 upstream raised verbosity
for seatd despite changing seatd-launch to explicitly pass "-l info".
As there was no explanation (in upstream commit) simply revert the change.
Requested by: ziaee
(cherry picked from commit fd5b4ec95301c9c4285d6910be4de0aaedf320f2)
sysutils/seatd: reduce syslog(3) spam after bc9ab6b61ec4
seatd on FreeBSD is usually started by rc.d via deamon(8) with console
output redirected to /var/log/messages. In 0.7.0 upstream raised verbosity
for seatd despite changing seatd-launch to explicitly pass "-l info".
As there was no explanation (in upstream commit) simply revert the change.
Requested by: ziaee
databases/sqlite3: security update to 3.50.4
Changes per <https://sqlite.org/changes.html>:
2025-07-30 (3.50.4)
1 Fix two long-standings cases of the use of uninitialized variables
in obscure circumstances.
2025-07-17 (3.50.3)
1 Fix a possible memory error that can occur if a query is made
against against FTS5 index that has been deliberately corrupted in a
very specific way.
2 Fix the parser so that it ignored SQL comments in all places of a
CREATE TRIGGER statement. This resolves a problem that was introduced by
the introduction of the SQLITE_DBCONFIG_ENABLE_COMMENTS feature in
version 3.49.0.
3 Fix an incorrect answer due to over-optimization of an AND operator.
[15 lines not shown]
databases/sqlite3: security update to 3.50.4
Changes per <https://sqlite.org/changes.html>:
2025-07-30 (3.50.4)
1 Fix two long-standings cases of the use of uninitialized variables
in obscure circumstances.
2025-07-17 (3.50.3)
1 Fix a possible memory error that can occur if a query is made
against against FTS5 index that has been deliberately corrupted in a
very specific way.
2 Fix the parser so that it ignored SQL comments in all places of a
CREATE TRIGGER statement. This resolves a problem that was introduced by
the introduction of the SQLITE_DBCONFIG_ENABLE_COMMENTS feature in
version 3.49.0.
3 Fix an incorrect answer due to over-optimization of an AND operator.
[13 lines not shown]
security/vuxml: Revise SQLite3 entry
- mention this bug is only for >= 3.49.1 according to
https://github.com/google/security-research/security/advisories/GHSA-v2c8-vqqp-hv3g
- advance the discovery date to Mid July per the same
- strip double -9.6 from linux_base-rl9 name to get the entry to
actually trigger for the package, and set it to ">= 0" because
we don't want unrelated updates to linux_base-rl9-9.6 make this
entry disappear. It's left for emulation@ to clean up.
Security: CVE-2025-7709
Security: c5889223-b4e1-11f0-ae9b-b42e991fc52e
sysutils/bareos-server: unbreak build after devel/cli11 updated from 2.5.0 to 2.6.1 (+)
cli11 update have moved some definitions to new place.
Follow it by include new source.
/wrkdirs/usr/ports/sysutils/bareos-server/work/bareos-Release-24.0.5/core/src/tools/gentestdata.cc:34:24: error: no member named 'AsSizeValue' in namespace 'CLI'
34 | ->transform(CLI::AsSizeValue{k_is_1000})
| ~~~~~^
1 error generated.
Reported by: bulk -t
Approved by: portmgr blanket (trivial build fix)