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]
devel/lfcbase,databases/cego: 1.23.3 -> 1.23.5, 2.54.16 -> 2.54.23
lfcbase:
- Improved error message for File::open with strerror details added
- In File::operator = and File:operator +=, after file copy operation,
source file descriptor was not closed.
This might lead to file descriptor leaks.
cego:
- Many fixes for crash recovery and startup, write logs, etc.
www/deno: proper fix for llvm22 binding problem
This was fixed with bindgen > 0.70.1 (I don't kwown the exact version)
PR: 293587
Tested by: Philippe Michel, Oleg Sidorkin
Fixes: e330aefa238248ff5ab18671061c4f8221f9f188
java/jgraphx: unpin openjdk8
Builds fine with modern JDK.
Dependency math/scilab uses openjdk8 so this needs to generate
Java 8 compatible class files.
Approved-by: no maintainer
sysutils/screen-devel: Update distfile
When unpacking the tarballs there is no material difference between the
old and the new files. Additionally, there is no difference when
comparing the two tarballs after unzipping the .gz files. One must
conclude the files are compressed differently as the new .gz file is 4K
smaller then the previous file.
(cherry picked from commit 7fd033436f0ef341f70e8592fa741d5b92b27fd9)
x11/cde*: Work around bus errors and looping CDE apps
-O2 optimization is too aggressive for CDE. Scaling it back to -O
eliminates bus errors on some systems and dtcalc looping with the
error, *** M .LE. T IN CALL TO MPCHK.
Reported by: Jeremy Doolin <jrdoolin at pm.me>
(cherry picked from commit fa43a93555ef08544bc2139af3411e00797c70dd)
sysutils/screen-devel: Update distfile
When unpacking the tarballs there is no material difference between the
old and the new files. Additionally, there is no difference when
comparing the two tarballs after unzipping the .gz files. One must
conclude the files are compressed differently as the new .gz file is 4K
smaller then the previous file.
MFH: 2026Q2