gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023-4863]

* gnu/packages/image.scm (libwebp/fixed): Update to 1.3.2.
This commit is contained in:
Julien Lepiller 2023-09-14 06:50:42 +02:00
parent 2afa9353a0
commit 028ebb8edb
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1475,7 +1475,7 @@ (define libwebp/fixed
(package
(inherit libwebp)
(name "libwebp")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method git-fetch)
@ -1485,7 +1485,7 @@ (define libwebp/fixed
(file-name (git-file-name name version))
(sha256
(base32
"1aas6gwy7kfcq34cil781kcsl286khh9grwcx7k4d2n1g7zcpl3m"))))))
"1x37795gpc63g1ma9kqw4q3dikwhrjklixqzjjsj6viqksa19z41"))))))
(define-public libmng
(package