mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05: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
This commit is contained in:
parent
500842f35e
commit
6051f30e3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue