[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fi
From: |
Zheng Junjie |
Subject: |
[bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fixes] |
Date: |
Mon, 04 Nov 2024 19:58:54 +0800 |
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:
> This fixes CVE-2023-44821 and CVE-2023-46009.
>
> * gnu/packages/image.scm (gifsicle): Update to 1.95.
> ---
> gnu/packages/image.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
> index 7f17c71aef..0d6593dc21 100644
> --- a/gnu/packages/image.scm
> +++ b/gnu/packages/image.scm
> @@ -2172,14 +2172,14 @@ (define-public swappy
> (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
apply, and build from git source, use g-expressions.
signature.asc
Description: PGP signature
- [bug#74035] [PATCH v2 09/26] gnu: darkhttpd: Update to 1.16. [security fixes], (continued)
- [bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 26/26] gnu: snapcast: Update to 0.29.0. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 24/26] gnu: rnp: Update to 0.17.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 13/26] gnu: indent: Add patch for CVE-2024-0911. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 18/26] gnu: sendmail: Update to 8.18.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 19/26] gnu: openvpn: Update to 2.6.12. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fixes],
Zheng Junjie <=
- [bug#74035] [PATCH v2 14/26] gnu: squashfs-tools: Update to 4.6.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 22/26] gnu: unicorn: Update to 2.1.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 01/26] gnu: libyang: Update to 3.4.2. [security fixes], Zheng Junjie, 2024/11/04