From cb2769f9999d70dfcb0d9afa90cd1f1411ea43b9 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 27 Sep 2020 21:03:33 +0200 Subject: gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541]. * gnu/packages/image.scm (jasper): Update to 2.0.21. --- gnu/packages/image.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index ff434bb6c9..651c42b1e9 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1409,7 +1409,7 @@ convert, manipulate, filter and display a wide variety of image formats.") (define-public jasper (package (name "jasper") - (version "2.0.20") + (version "2.0.21") (source (origin (method git-fetch) (uri (git-reference @@ -1418,7 +1418,7 @@ convert, manipulate, filter and display a wide variety of image formats.") (file-name (git-file-name name version)) (sha256 (base32 - "1bn4mg6l5afryrlyk3y7p3accdq113fis8hpwywy5g51ycablz3h")))) + "0p3qr4j4pjs5vn5amm6ih9hb4wmm72marhmfw08svcs4rrr88p9y")))) (build-system cmake-build-system) (arguments `(#:phases -- cgit v1.2.3 a class='active' href='/guix/log/gnu/image.scm'>logtreecommitdiff
path: root/gnu/image.scm
AgeCommit message (Expand)Author
2022-09-24system: image: Add wsl2 support....Alex Griffin
2022-09-24system: image: Add tarball support....Alex Griffin
2022-09-24image: Make the operating-system field mandatory....Mathieu Othacehe
2022-09-07image: Use #true and #false....Mathieu Othacehe
2022-09-07image: Use a default size partition value....Mathieu Othacehe
2022-08-31image: Add comments....Mathieu Othacehe
2022-08-30image: Remove an unused field....Mathieu Othacehe
2022-08-30image: Perform more sanitizing....Mathieu Othacehe
2022-07-01image: Add sanitizers for 'format' and 'partition-table-type'....Ludovic Courtès
2022-07-01image: Add default value for partition initializer....Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2021-12-23image: Add a shared-network? field....Mathieu Othacehe
2021-12-23image: Add a shared-store? field....Mathieu Othacehe
2021-11-12image: Support generating GPT images via `partition-table-type`....Ryan Sundberg
2021-10-11gnu: Add platform support....Mathieu Othacehe