sysutils/nut: Replace ./configure.ac patch with ./configure
Replace ./configure.ac patch with a ./configure patch. We do not use
autoconf.sh with the non-devel port. Therefore backport configure.ac
to ./configure. This addresses missing nut group configuration on
FreeBSD 13.5.
PR: 294350
Fixes: 64fec1e56b44
www/gohugo: Update to 0.161.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.160.1
* Fix panic when passthrough elements are used in headings
* Fix panic on edit of legacy mapped template names that's also a valid path in the new setup
* Fix RenderShortcodes leaking context markers when indented
* Strip nested page context markers from standalone RenderShortcodes
* Rename deprecated cascade._target to cascade.target in tests
* Fix auto-creation of root sections in multilingual sites
* readme: Fix links
Approved by: doceng@ (implicit)
graphics/embree: update Intel Embree to version 4.4.1
Manpages were renamed upstream for consistency (section
3 is for library calls, section 4 is for special devices).
Test coverage numbers are the same as were previously:
Tests passed: 7423
Tests failed: 1803
Tests failed and ignored: 48
Reported by: portscout
mail/postfix: Use BLOCKLIST instead of BLACKLIST
- Starting from FreeBSD version 1500000, prefer the new blocklist
nomenclature.
- Enable TLSRPT by default
PR: 294083
security/wolfssl: Fix 32-bit builds.
Add upstream patch for the fix, until changes are merged and
a new release is made.
PR: 294287
Reported by: Robert Clausecker <fuz at FreeBSD.org>
Reviewed by: Robert Clausecker <fuz at FreeBSD.org>
Tested by: Robert Clausecker <fuz at FreeBSD.org>
(cherry picked from commit 8318a3cd1c5262d51c70240d97798cce3c1a3bd6)
security/wolfssl: Fix 32-bit builds.
Add upstream patch for the fix, until changes are merged and
a new release is made.
PR: 294287
Reported by: Robert Clausecker <fuz at FreeBSD.org>
Reviewed by: Robert Clausecker <fuz at FreeBSD.org>
Tested by: Robert Clausecker <fuz at FreeBSD.org>
sysutils/grub2-bhyve: Add support for additional EXT4 incompatible features
Handle the following EXT4 incompatible features:
EXT4_FEATURE_INCOMPAT_MMP (Multi-Mount Protection)
Prevents multiple read-write mounts of the same filesystem.
Since grub2-bhyve mounts filesystems read-only, it is safe to ignore.
EXT4_FEATURE_INCOMPAT_CSUM_SEED
Allows tools such as tune2fs to change the UUID on a mounted
metadata-checksummed filesystem. Safe to ignore because the
driver does not perform checksum verification.
EXT4_FEATURE_INCOMPAT_LARGEDIR
Enables directories larger than 2GB and 3-level htrees.
Safe to ignore because the GRUB ext2 driver does not implement
DIR_INDEX.
This patch mirrors upstream behavior. It unblocks booting from
[5 lines not shown]