commit 532543e84a96fbc94e9b33b36100ef0046a50429
parent a3e7e9bda24ff7eff55c87a2b49b3c7442151a76
Author: Micah Elizabeth Scott <beth@torproject.org>
Date: Fri, 25 Aug 2023 11:15:33 -0700
Changes files for 40843 and 40844 (NetBSD portability)
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/changes/ticket40843 b/changes/ticket40843
@@ -0,0 +1,3 @@
+ o Minor bugfix (NetBSD, compilation):
+ - Fix compilation issue on NetBSD by avoiding an unnecessary dependency on
+ "huge" page mappings in Equi-X. Fixes bug 40843; bugfix on 0.4.8.1-alpha.
+\ No newline at end of file
diff --git a/changes/ticket40844 b/changes/ticket40844
@@ -0,0 +1,4 @@
+ o Minor bugfix (NetBSD, testing):
+ - Fix test failures in "crypto/hashx" and "slow/crypto/equix" on x86_64
+ and aarch64 NetBSD hosts, by adding support for PROT_MPROTECT() flags.
+ Fixes bug 40844; bugfix on 0.4.8.1-alpha.
+\ No newline at end of file