~ruther/guix-local

d26dff878f401af8ebb026f1b1ec3e75082265e8 — Nicolas Graves 8 months ago 733f857
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +2 -2
@@ 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