mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: dcmtk: Update to 3.6.8. [security-fixes]
This fixes CVE-2022-43272. * gnu/packages/image-processing.scm (dcmtk): Update to 3.6.8. Change-Id: I4e0203219280a2571267f566cdfc8c2a9ea3fd18 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
2d49d727b3
commit
63ee61a56d
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ (define-public bart
|
|||
(define-public dcmtk
|
||||
(package
|
||||
(name "dcmtk")
|
||||
(version "3.6.7")
|
||||
(version "3.6.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -176,7 +176,7 @@ (define-public dcmtk
|
|||
"dcmtk" (string-join (string-split version #\.) "")
|
||||
"/dcmtk-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02kix73qhndgb56cmi5327666i6imp7hi17wwqp26q4d7s72jn3w"))))
|
||||
(base32 "03vjv2lq5kr79ghf8v0q9wskkrcr2ygi097nybmqs4q3amjpc813"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; By default, only static archives are built.
|
||||
|
|
Loading…
Reference in a new issue