tor: 0.4.9.10 -> 0.4.9.11

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

this release fixes one low severity security issue, where a malicious
exit could crash a client.

Fixes: TROVE-2026-026
(cherry picked from commit 6051f30e3b)
This commit is contained in:
whispers 2026-06-26 09:22:36 -04:00 committed by github-actions[bot]
commit e6a9555f25

View file

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