From d26dff878f401af8ebb026f1b1ec3e75082265e8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 26 Aug 2025 18:52:57 +0200 Subject: [PATCH] gnu: poco: Update to 1.13.3. Fixes CVE-2023-52389. * gnu/packages/cpp.scm (poco): Update to 1.13.3. Signed-off-by: Danny Milosavljevic --- gnu/packages/cpp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 53707fcb0b..13ab6bbe62 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2421,7 +2421,7 @@ of C++14 components that complements @code{std} and Boost.") (define-public poco (package (name "poco") - (version "1.11.1") + (version "1.13.3") (source (origin (method git-fetch) (uri (git-reference @@ -2430,7 +2430,7 @@ of C++14 components that complements @code{std} and Boost.") (file-name (git-file-name name version)) (sha256 (base32 - "0qkf8vb4qwds6idk9fkw6wjvcdk5k8h77x3gv47l0i4jfl5hwn8b")))) + "1b8w3s6j020r356s6j6ijpnvzjdby4qwwndhzhfjc3rm727m085g")))) (build-system cmake-build-system) (arguments (list