[PATCH] gnu: jasper: Update to 2.0.23.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228112054.1373-1-vincent.legoll@gmail.com
* gnu/packages/image.scm (jasper): Update to 2.0.23.
---
gnu/packages/image.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 5f7b8bb9b3..3d93acc7f9 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1416,7 +1416,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
(define-public jasper
(package
(name "jasper")
- (version "2.0.22")
+ (version "2.0.23")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1425,7 +1425,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qw96mwwd9xw21jg5s7njqgbam566skj93i81aflijy40s31dfwz"))))
+ "1fccpss5ii9rnsd2pkg6k7mkckwpfi8dgp64qzqv3zp1vs2nffw6"))))
(build-system cmake-build-system)
(inputs
`(("libjpeg" ,libjpeg-turbo)))
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45487-done@debbugs.gnu.org)
X+r1R0YkJ2c2CCW9@3900XT
Ah, jasper. My old nemesis. Update looks good. I added a line in the
commit message about CVE-2020-27828. Patch pushed!


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/q9UcACgkQQarn3Mo9
g1GCpQ/8CVpcVm8E2czAYbcVmZZprD2uZZNSPixUF5zugdbogjm5MhsjLXyvFAEz
BKgHLAtWa/DVTzLDT6kDTp77UoHRZ0jbVWtnAC8AMuC9W9dTa2SPyE8N8cAKiMVL
yCfoRRrF98AkPanw9IZZCePSMuhggoSfbYFgIleQWr65EQrxiIi15aKwOHdTy1Tw
DQdZnGjbgPowv1yqwertUOgWL7tEQ/emYGoYtU1iP+d/Ki1MJVgQqkTNw69QtGvv
zhtR1KvPldrauaD0buoYgZ1qe0GSH/lSuRzbIkTjUWSl9tdPLVlyx5Uzv6Sw1i0q
VbSDsk6H5D2z7vg6FFfj1g7KtD9XdERrnp9KvvBNEMh5RQLwt5vybLcaQ9wIbEZ4
osWgWlVBSEJ86du1mjOm13XZWMZtRQnggTgt2apTe1tPN9cQdFA/hklyEs/dQUq9
wkLCKHY3i8vuC92pFPOUbuAe776fn85lBBqASRuVW45f2IYXMA9ndwzZm+H+2QeQ
o2suRqVevdv8loRczB8JKwZdo85VhnmQtT0mh6JmlkuyFsPRErWlk04d25SOewCC
2Nc9L7qvOxU/+RP1flyKjdf0wWppc1H1UyJpB1weyFdm+eZA1kZu2FwQFpwwIdEn
FlWvF25ES/dHr8w4jCAj/yrh6hvGRcTboUUVqHO1qYaDvzI5fCI=
=iooi
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45487@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45487
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help