sysutils/flashrom: fix build on big-endian
compare_region_with_dump() is used only in a code for little-endian:
../libflashrom.c:458:12: error: unused function 'compare_region_with_dump' [-Werror,-Wunused-function]
458 | static int compare_region_with_dump(const struct romentry *const a, const struct romentry *const b)
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
emulators/wine-gecko: Package 64-bit upstream MSI
So far we packaged the 32-bit upstream MSI both on i386 and amd64.
Now differentiate based on architecture.
This changes amd64 packages, so bump PORTREVISION.
It backports revision c1a8aaa416a3 from emulators/wine-gecko-devel.
PR: 290706
Tested by: Dave Palais <silent at penguinmail.com>
random: TPM_HARVEST should have been named RANDOM_ENABLE_TPM
* Enable RANDOM_ENABLE_TPM by default
* The commit of TPM_HARVEST failed to add it to NOTES
so that the LINT kernel would build the code.
Fixes: 4ee7d3b0118c82e651712bb65da53d08e78cd7b1
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D53460
HBSD: ftp/curl: Fixup .onion patch
We want people to still be able to reach HardenedBSD's infrastructure
over Tor, so we need to fixup the patch that removes the prohibition of
Tor Onion Services due to changes in libcurl's lib/hostip.c file.
This commit should serve as a reminder of how changes we humans make to
technology impact human rights efforts.
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
devel/openfec: New Port
OpenFEC is a library that provides Application-Level Forward Erasure
Correction (AL-FEC) codes, also known as Upper-Layers FEC (UL-FEC). The
core purpose is to add redundancy to data in order to recover from
erasures during transmission without requiring retransmission.
This port is of the actively maintained fork by the roc-streaming project.
comms/chirp: Update 20240910 => 20251106
+ Add WWW for source code repository
* Pet portclippy(1) and portfmt(1)
* Use distutils for now, as with pep517 it fails at stage phase,
while upstream don't have any plans on implementing it either.
https://github.com/kk7ds/chirp/pull/609#pullrequestreview-1435569432
PR: 282904
Approved by: hamradio@ (alven@, yuri@)
Approved by: yuri@ (Mentor)