mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
committed by
github-actions[bot]
parent
0100580a4c
commit
15098c0203
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user