gnu: icecat: Update to 102.15.1 [security fixes].

This fixes fix mfsa2023-40, a critical webp vulnerability.
See https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/

* gnu/packages/gnuzilla.scm (%icecat-base-version, icecat-source):
Update to 102.15.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Dr. Arne Babenhauserheide 2023-09-18 12:58:26 +02:00 committed by Tobias Geerinckx-Rice
parent a749ae387d
commit 3d9ebc7b2e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -518,7 +518,7 @@ variable defined below. It requires guile-json to be installed."
;; XXXX: Workaround 'snippet' limitations.
(define computed-origin-method (@@ (guix packages) computed-origin-method))
(define %icecat-base-version "102.15.0")
(define %icecat-base-version "102.15.1")
(define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
(define %icecat-build-id "20230829000000") ;must be of the form YYYYMMDDhhmmss
@ -540,7 +540,7 @@ variable defined below. It requires guile-json to be installed."
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
"1bs6hxfsb77cbi238wvizq2iw4mlgz29m0sd027sz8zm1025kyl1"))))
"04q1fjninm9lw721xgv0c2fknicc24s8iaimkabwcfwmcnvly689"))))
;; The upstream-icecat-base-version may be older than the
;; %icecat-base-version.