diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-26 18:52:57 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-09-04 02:57:34 +0200 |
| commit | d26dff878f401af8ebb026f1b1ec3e75082265e8 (patch) | |
| tree | 3a4c8b7b5172d13b98f8b07057fdd7f20991ad16 /gnu/packages/cpp.scm | |
| parent | 733f8577d714dc070fc425c272834475a980da17 (diff) | |
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 <dannym@friendly-machines.com>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 53707fcb0ba..13ab6bbe624 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 |
