Merge branch 'maint-0.4.8'

This commit is contained in:
David Goulet
2023-08-28 14:07:47 -04:00
6 changed files with 27 additions and 4 deletions
+3
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
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.