filesystems/amazon-efs-utils: New port
Amazon EFS mount helper and watchdog utilities. Provides mount_efs(8) to mount
EFS filesystems over NFSv4.1, optionally via a local stunnel-like proxy
(efs-proxy) that terminates TLS 1.2 and handles IAM authentication using SigV4.
A watchdog daemon, started by mount_efs, monitors the proxy and restarts it if
it dies.
FreeBSD-specific adaptations:
- Binary installed as mount_efs, not mount.efs
- Uses /sbin/mount_nfs with nfsv4,minorversion=1,oneopenown,retrycnt=1
- Watchdog enumerates /var/run/efs state files cross-checked with
"mount -t nfs" (FreeBSD has no /proc/mounts and mount(8)/nfsstat(8)
do not expose the client TCP port)
- aarch64 build fix: the libc crate does not expose max_align_t for
aarch64-unknown-freebsd; substitute align_of::<u128>() in s2n-tl
Sponsored by: Netflix
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)
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]