about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-12-19 21:47:04 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-16 09:00:25 +0200
commita76f70c38045bb9d66cfd7b839e08194ac9797ae (patch)
treed2555d928692a75bb12c03b1b2f7e4b93fb4ebd7 /pkgs/top-level
parent69be1d097dd9a8422cfc4e89811304fb40f22626 (diff)
putty: 0.76 -> 0.80
Includes the mitigation for CVE-2023-48795 (Terrapin attack).

https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html
(cherry picked from commit b6a6bca17cb482c832dcf339a0be3b8da357d8e6)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 880329a0b9d8e..3ee24997221ba 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -41009,7 +41009,7 @@ with pkgs;
   pwntools = with python3Packages; toPythonApplication pwntools;
 
   putty = callPackage ../applications/networking/remote/putty {
-    gtk2 = gtk2-x11;
+    gtk3 = if stdenv.isDarwin then gtk3-x11 else gtk3;
   };
 
   qMasterPassword = libsForQt5.callPackage ../applications/misc/qMasterPassword { };