gnu: gifsicle: Update to 1.95. [security fixes]

This fixes CVE-2023-44821 and CVE-2023-46009.

* gnu/packages/image.scm (gifsicle): Update to 1.95.
This commit is contained in:
Nicolas Graves 2024-11-03 17:02:12 +01:00 committed by Zheng Junjie
parent 7e934e6cfc
commit fe6fdb1a85
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2172,14 +2172,14 @@ stdout.")
(define-public gifsicle
(package
(name "gifsicle")
(version "1.94")
(version "1.95")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lcdf.org/gifsicle/gifsicle-"
version ".tar.gz"))
(sha256
(base32 "16zq5wd6fyjgy0p0mak15k3mh1zpqb9rg6gqfpg215kqq02p1jab"))))
(base32 "0l69gn562l7a1l10zz1bfs756ipd682idgpk60qs3llz013icwdj"))))
(build-system gnu-build-system)
(arguments
'(#:phases