rc.conf: Fix typo in comment
The correct path is /etc/defaults/rc.conf (defaults in plural).
Reviewed by: netchild
Fixes: cc4eb1ea1040 ("Add support for a /etc/defaults/vendor.conf override file")
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D56456
japanese/canna-server: Update to 3.7p5 and take maintainership
Update MASTER_SITES and WWW.
Do not install TeX format documents.
Remove MAKE_ARGS.
Switch cannakill's symbolic link from absolute path to relative path.
Changelog (japanese):
https://github.com/canna-input/canna/blob/5bd95e546e8785fd5b46d1216cf4dde2df6a2d46/CHANGES.jp#L131
PR: 288911
Co-authored-by: AIDA Shinra <shinra at j10n.org>
Approved by: hrs (maintainer timeout > 3 months)
Approved by: osa (mentor)
in_mcast: Avoid calling sysctl_wire_old_buffer() in an epoch section
Wiring a virtual address range may require the thread to sleep, and this
is not permitted in an epoch section.
MFC after: 1 week
net-mgmt/netbox: Update to 4.5.7
Changelog:
Enhancements:
* Adopt IEC unit labels (e.g. GiB) for virtual machine resources
* Add support for django-rq 4.0 and introduce RQ configuration parameter
* Support uploading custom scripts via the REST API (/api/extras/
scripts/upload/)
* Add a 1C2P:2C1P breakout cable profile
Performance Improvements:
* Optimize queries for object and multi-object type custom fields
Bug Fixes:
* Fix installation of modules with placeholder values in component names
* Fix server error triggered by event rules referencing deleted objects
* Ensure read-only fields are included in REST API responses upon object
creation
[11 lines not shown]
net-mgmt/netbox: Update to 4.5.7
Changelog:
Enhancements:
* Adopt IEC unit labels (e.g. GiB) for virtual machine resources
* Add support for django-rq 4.0 and introduce RQ configuration parameter
* Support uploading custom scripts via the REST API (/api/extras/
scripts/upload/)
* Add a 1C2P:2C1P breakout cable profile
Performance Improvements:
* Optimize queries for object and multi-object type custom fields
Bug Fixes:
* Fix installation of modules with placeholder values in component names
* Fix server error triggered by event rules referencing deleted objects
* Ensure read-only fields are included in REST API responses upon object
creation
[10 lines not shown]
pf: use correct address family in pfr_pool_get()
pfr_pool_get() in call to pfr_prepare_network()must use af
instead of hardcoded AF_INET
Issues reported and patch submitted by:
Renaud Allard <renaud () allard ! it>
OK sashan@
Obtained from: OpenBSD, sashan <sashan at openbsd.org>, 8e156a5ebe
Sponsored by: Rubicon Communications, LLC ("Netgate")