tor: 0.4.9.9 -> 0.4.9.10

release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.10/ReleaseNotes
diff: https://gitlab.torproject.org/tpo/core/tor/-/compare/tor-0.4.9.9...tor-0.4.9.10
trove: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/TROVE

this releases fixes one critical severity security issue, as well as
some smaller assorted fixes.

Fixes: TROVE-2026-025
(cherry picked from commit c5a0f1acb6)
This commit is contained in:
whispers 2026-06-23 11:17:23 -04:00 committed by github-actions[bot]
commit 41fd23ef1c

View file

@ -46,11 +46,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "tor";
version = "0.4.9.9";
version = "0.4.9.10";
src = fetchurl {
url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
hash = "sha256-vXW6f9aPYHx4Bvz3AVajAKqSbprWml5WqOZBT1In6DM=";
hash = "sha256-3+6QTq6Pw4ouOzURVPisD8oqZkkDjxp+allGHeV9pH8=";
};
outputs = [