mlx5: postpone freeing the completed command entity to taskqueue
because cancel_delayed_work_sync() might need to sleep, which cannot be
done in the interrupt thread where the completion runs.
Sponsored by: Nvidia networking
MFC after: 1 week
devel/p5-TimeDate: Limit portscout to stable versions
Port changes:
- Add PORTSCOUT to stay with stable versions only
PR: 293723
Reported by: Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Approved by: maintainer, osa (mentor)
security/sudo-rs: Update 0.2.12 => 0.2.13
Changelog:
- Password now gets echoed by default, see sudoers file to revert
https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.13
Port changes:
- Replace hardcoded /usr/local with %%PREFIX%% in files/sudoers.
- Use absolute path for "@includedir ..." in files/sudoers.
PR: 293735
Reported by: Valdemar Erk <valdemar at erk.dev>
Approved by: Marc Schoolderman <marc at trifectatech.org> (maintainer)
Approved by: osa@ (mentor)
ports-mgmt/pkg-devel: update to 2.6.99.4
Changes:
- info: fix version comparison with multi-character operators (>=, <=)
- fix --register-only to populate config file contents
- attempt config file merge for force install
- query: add %y and %Y for provides/requires
security/openca-ocspd: Use documented placeholder NETWOKING in RC scripts
PR: 293652
Approved by: bruno at ruomad.net (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D55712
www/vinyl09: New port
Vinyl Cache, formerly known as Varnish Cache, is a web application accelerator
also known as a caching HTTP reverse proxy. You install it in front of any
server that speaks HTTP and configure it to cache the contents. Vinyl Cache is
really, really fast. It typically speeds up delivery by a factor of 300-1000x,
depending on your architecture.
Documentation and additional information about vinyl is available on
https://vinyl-cache.org/docs/index.html
Technical questions about vinyl and this release should be addressed
to <vinyl-dev at vinyl-cache.org>