about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2023-09-27 20:28:27 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-09-28 15:57:19 +0200
commite844700498ad516cdbdc860382714bf673b74334 (patch)
tree9c329d498e90296384a05b91e10e008253a11b72 /pkgs/applications/networking/remote
parentad33bb7d75058aaaf355185554d948d01fb7cd83 (diff)
downloadnixlib-e844700498ad516cdbdc860382714bf673b74334.tar
nixlib-e844700498ad516cdbdc860382714bf673b74334.tar.gz
nixlib-e844700498ad516cdbdc860382714bf673b74334.tar.bz2
nixlib-e844700498ad516cdbdc860382714bf673b74334.tar.lz
nixlib-e844700498ad516cdbdc860382714bf673b74334.tar.xz
nixlib-e844700498ad516cdbdc860382714bf673b74334.tar.zst
nixlib-e844700498ad516cdbdc860382714bf673b74334.zip
xrdp: 0.9.23 -> 0.9.23.1
https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.23.1
https://www.cve.org/CVERecord?id=CVE-2023-42822
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/xrdp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
index 0048368b8d4a..bf3b8b64f1e7 100644
--- a/pkgs/applications/networking/remote/xrdp/default.nix
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchFromGitHub, applyPatches, pkg-config, which, perl, autoconf, automake, libtool, openssl, systemd, pam, fuse, libjpeg, libopus, nasm, xorg }:
 
 let
-  version = "0.9.23";
+  version = "0.9.23.1";
   patchedXrdpSrc = applyPatches {
     patches = [ ./dynamic_config.patch ];
     name = "xrdp-patched-${version}";
@@ -10,7 +10,7 @@ let
       repo = "xrdp";
       rev = "v${version}";
       fetchSubmodules = true;
-      hash = "sha256-14qsRfLn+26rm+vyMmOtaBEs8mWfSTIsIVseSC2FjXc=";
+      hash = "sha256-fJKSEHB5X5QydKgRPjIMJzNaAy1EVJifHETSGmlJttQ=";
     };
   };