* [bug#70911] [PATCH] gnu: dcmtk: Update to 3.6.8. [security-fixes]
@ 2024-05-13 7:53 Nicolas Graves via Guix-patches via
2024-05-23 5:31 ` Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-05-13 7:53 UTC (permalink / raw)
To: 70911; +Cc: ngraves
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.8.
Change-Id: I4e0203219280a2571267f566cdfc8c2a9ea3fd18
---
gnu/packages/image-processing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index ceef83f3b1e..7c9d12557e7 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -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.
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#70911] [PATCH] gnu: dcmtk: Update to 3.6.8. [security-fixes]
2024-05-13 7:53 [bug#70911] [PATCH] gnu: dcmtk: Update to 3.6.8. [security-fixes] Nicolas Graves via Guix-patches via
@ 2024-05-23 5:31 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-05-23 5:31 UTC (permalink / raw)
To: 70911; +Cc: 70911-done, Nicolas Graves
[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/image-processing.scm (dcmtk): Update to 3.6.8.
>
> Change-Id: I4e0203219280a2571267f566cdfc8c2a9ea3fd18
> ---
> gnu/packages/image-processing.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
> index ceef83f3b1e..7c9d12557e7 100644
> --- a/gnu/packages/image-processing.scm
> +++ b/gnu/packages/image-processing.scm
> @@ -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.
thanks, i add "This fixes CVE-2022-43272." and push.
see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=63ee61a56dddaf76ecc8bb45b8a0f28bc12469b5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-23 5:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 7:53 [bug#70911] [PATCH] gnu: dcmtk: Update to 3.6.8. [security-fixes] Nicolas Graves via Guix-patches via
2024-05-23 5:31 ` Zheng Junjie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).