diff options
author | Micah Elizabeth Scott <beth@torproject.org> | 2023-08-25 11:15:33 -0700 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-08-28 10:11:00 -0700 |
commit | 532543e84a96fbc94e9b33b36100ef0046a50429 (patch) | |
tree | 5750e24d6118f1fc41574b97dca357185c621350 | |
parent | a3e7e9bda24ff7eff55c87a2b49b3c7442151a76 (diff) | |
download | tor-532543e84a96fbc94e9b33b36100ef0046a50429.tar.gz tor-532543e84a96fbc94e9b33b36100ef0046a50429.zip |
Changes files for 40843 and 40844 (NetBSD portability)
-rw-r--r-- | changes/ticket40843 | 3 | ||||
-rw-r--r-- | changes/ticket40844 | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket40843 b/changes/ticket40843 new file mode 100644 index 0000000000..3af63a9164 --- /dev/null +++ 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 new file mode 100644 index 0000000000..73d3bb2b76 --- /dev/null +++ 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 |