Unverified Commit 32053778 authored by whispers's avatar whispers
Browse files

tor: 0.4.9.5 -> 0.4.9.6

Release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.6/ReleaseNotes
TROVE: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/TROVE

This release fixes two security issues: TROVE-2026-003 (high severity)
and TROVE-2026-004 (medium severity). It also includes several improved
defense in depth measures and bug fixes.
parent 9d5ef57a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,11 +46,11 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "tor";
  version = "0.4.9.5";
  version = "0.4.9.6";

  src = fetchurl {
    url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
    hash = "sha256-yUnC+Gs0jmSJGXb2seScF3ZVsj35cZMEm/G4zTCZ4Xk=";
    hash = "sha256-qJq6lwUumWOmVLQN8tRr4H6Ka24k5UN5F/2BrNkKcBc=";
  };

  outputs = [