gre: unbreak LINT-NOINET
- Move some of the braces under their respective conditionals to make the
statements more self-encapsulated and only define the `aliasreq` union
in the event either INET or INET6 is defined.
- Fix a copy-paste error: `in_gre_ioctl` should be `in6_gre_ioctl` in the
INET6 case.
Reported by: tinderbox
Fixes: e1e18cc12e68 ("if_gre: Add netlink support with tests")
Differential Revision: https://reviews.freebsd.org/D55546
www/gohugo: Update to 0.157.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.157.0
Bug fixes
* Fix menu pageRef resolution in multidimensional setups
* docs: Regen and fix the imaging docshelper output
* hugolib: Fix automatic section pages not replaced by sites.complements
Improvements
* Handle GitInfo for modules where Origin is not set when running go list
* commands: Update link to highlighting style examples
* Add AVIF, HEIF and HEIC partial support (only metadata for now)
* resources/images: Adjust WebP processing defaults
* Add Page.GitInfo support for content from Git modules
* Add per-request timeout option to resources.GetRemote
* Update AI Watchdog action version in workflow
[3 lines not shown]