summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-01-26 00:50:47 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-10 04:00:51 -0500
commita6d9c7aa3bbacc7bd84e41923fd47a4d0100baf5 (patch)
tree89eb38282e6a04c538085e1cff511db0d4ab491c
parent089f6f190afdb73b4a3b5111cc79fbc480bed710 (diff)
TalkBack: make builds fully reproducible
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index e7dd87c6..515bf0bb 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -569,6 +569,7 @@
<li>return green as the value of ro.boot.verifiedbootstate outside of specific parts of the base OS due to bad actors using it to ban using GrapheneOS</li>
<li>hardened_malloc: update libdivide to 5.2.0</li>
<li>TalkBack (screen reader): update dependencies</li>
+ <li>TalkBack (screen reader): make builds fully reproducible by removing the use of __DATE__ and __TIME__ by brltty along with making the liblouis translation table zip use deterministic file order and timestamps</li>
<li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.124</li>
<li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.68</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/132.0.6834.79.0">version 132.0.6834.79.0</a></li>