Changes files for 40843 and 40844 (NetBSD portability)

This commit is contained in:
Micah Elizabeth Scott 2023-08-25 11:15:33 -07:00
parent a3e7e9bda2
commit 532543e84a
2 changed files with 7 additions and 0 deletions

3
changes/ticket40843 Normal file
View File

@ -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.

4
changes/ticket40844 Normal file
View File

@ -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.