HBSD: Disable PIE and RELRO for databases/redis
There's something about how Redis is trying to build itself that seems
incompatible with enabling PIE and RELRO.
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
issue: #61
lang/go124: Update to 1.24.11
Changes: go1.24.11 (released 2025-12-02) includes two security fixes
to the crypto/x509 package, as well as bug fixes to the
runtime. See the Go 1.24.11 milestone on our issue tracker
for details.
lang/go125: Update to 1.25.5
Changes: go1.25.5 (released 2025-12-02) includes two security fixes to
the crypto/x509 package, as well as bug fixes to the mime and os
packages. See the Go 1.25.5 milestone on our issue tracker for
details.
Import bmake-20251111
Intersting/relevant changes since bmake-20250804
ChangeLog since bmake-20250804
2025-11-15 Simon J Gerraty <sjg at beast.crufty.net>
* boot-strap: unset more things from env and save a copy
to env.out for debugging.
2025-11-12 Simon J Gerraty <sjg at beast.crufty.net>
* VERSION (_MAKE_VERSION): 20251111
Merge with NetBSD make, pick up
o var.c: add :sh1 which only evaluates command on first reference.
2025-11-11 Simon J Gerraty <sjg at beast.crufty.net>
[74 lines not shown]
libpcap: Fix dependency definitions for libpcap
Commit 35dd53a9e132 ("librdmacm/libibverbs: Statically bound libbnxtre.so.1 to rping")
causes a build failure, since src.libnames.mk declares a depencency on
libbnxtre.so, but the libpcap Makefile and prebuild lib dependencies
were not updated accordingly. Fix the declarations.
Fixes: 35dd53a9e132 ("librdmacm/libibverbs: Statically bound libbnxtre.so.1 to rping")
Reviewed by: ssaxena
Differential Revision: https://reviews.freebsd.org/D54048