[mlir] Remove dead declaration promoteSingleIterationLoops (#215738)
The corresponding function definition was removed on January 24, 2022
in a70aa7bb0d9a6066831b339e0a09a2c1bc74fe2b.
www/php-ja-wordpress: update to 7.0.3
Prior to 7.0.3 release, please refer <https://ja.wordpress.org/news/> in
detail.
7.0.3 (2026-08-06)
Security updates
This release features several security fixes. Because this is a security
release, it is recommended that you update your sites immediately.
The security team would like to thank the following people for responsibly
reporting vulnerabilities, and allowing them to be fixed in this release:
* A Contributor+ stored cross-site scripting (XSS) issue in the Post Date
block reported by Alex Concha of the WordPress Security Team
[33 lines not shown]
www/wordpress: update to 7.0.3
7.0.3 (2026-08-06)
Security updates
This release features several security fixes. Because this is a security
release, it is recommended that you update your sites immediately.
The security team would like to thank the following people for responsibly
reporting vulnerabilities, and allowing them to be fixed in this release:
* A Contributor+ stored cross-site scripting (XSS) issue in the Post Date
block reported by Alex Concha of the WordPress Security Team
* A Contributor+ stored cross-site scripting (XSS) issue in the Post Content
block reported by n05ec
* An information disclosure issue in the Latest Comments block exposing
[29 lines not shown]
www/php-nextcloud: no need to use json.mk
Use lang/php/phpversion.mk instead of lang/php/json.mk since this package is
supported by PHP 8.2, 8.3 and 8.4.
No functional change.
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley:
"Two minor core fixes: one for power management issues in error
handling and the other to fix a deadlock in door locking of SCSI
devices with removable media; and a minor bug fix for the debug
driver"
* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
scsi: scsi_debug: Negate wrapped memcmp() result
scsi: core: Do not block on tag allocation in scsi_eh_lock_door()
scsi: core: pair EH runtime PM get and put
www/osticket: tweak php-apcu handling
Remove apcu from PHP_REQUIRE_MODULE and directly depends on www/php-apcu
via buildlink3.mk since this package is supported by PHP 8.2, 8.3 and 8.4.
No functional change.
textproc/ruby-rdtool: update to 0.6.39
0.6.39 (2026-03-17)
* Modernize packaging metadata, CI, and release workflow for current Ruby.
* Refactor rd2 internals without breaking external formatter compatibility.
* Add configurable man section support and improve rd2man output quality.
* Add a simple HTML5 formatter, and document bundled format libraries.
* Modernize rdswap and document its purpose.
sysutils/zabbix60-frontend: no need to use json.mk
Use lang/php/phpversion.mk instead of lang/php/json.mk since this package is
supported by PHP 8.2 and 8.3.
No functional change.
security/zoneminder: tweak php-apcu handling
Remove apcu from PHP_REQUIRE_MODULE and directly depends on www/php-apcu
via buildlink3.mk since this package is supported by PHP 7 and later.
No functional change.
Tolerate transient NTB blips before calling dlm.reset_active
remote_down now polls the DLM port for up to 60 seconds before ejecting
the peer, so short NTB packet loss events don't trigger a spurious
reset_active
Also raise scan_secs from the default 5 to 30 so the kernel DLM itself
doesn't start FORCEUNLOCK recovery during ~20s NTB blips.
databases/mariadb-java-client: Update 3.5.8 => 3.5.10
Release Notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.9https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.10
- Now the .jar file is created without linking, without the filename
having the version appended. This is to help those who just load whole
directories of java classes, and the version installed is in the pkg
anyway, so it's redundant to have it in the filename.
- Add EXTRACT_ONLY= to prevent the .jar file from being unzipped.
PR: 297263
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>