gnu: icecat: Update to 102.5.0-guix0-preview1 [security fixes].

Includes fixes for CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
CVE-2022-45406, CVE-2022-45408, CVE-2022-45409, CVE-2022-45410,
CVE-2022-45411, CVE-2022-45412, CVE-2022-45416, CVE-2022-45418,
CVE-2022-45420, and CVE-2022-45421.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
This commit is contained in:
Mark H Weaver 2022-11-16 01:03:21 -05:00
parent 6aa5d1dc24
commit 0747cacc58
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -621,8 +621,8 @@ (define all-mozilla-locales
;; XXXX: Workaround 'snippet' limitations.
(define computed-origin-method (@@ (guix packages) computed-origin-method))
(define %icecat-version "102.4.0-guix0-preview1")
(define %icecat-build-id "20221019000000") ;must be of the form YYYYMMDDhhmmss
(define %icecat-version "102.5.0-guix0-preview1")
(define %icecat-build-id "20221115000000") ;must be of the form YYYYMMDDhhmmss
;; 'icecat-source' is a "computed" origin that generates an IceCat tarball
;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat'
@ -644,11 +644,11 @@ (define icecat-source
"firefox-" upstream-firefox-version ".source.tar.xz"))
(sha256
(base32
"0klh3lbm0zdmv90kmmpkzgn15pfjibr7zsjy3kvbzpql97fhv7z7"))))
"1n2pq165fxmvgcr5mv3hhaid2vn7lh3jg03lf13kz4c5295x8z81"))))
(upstream-icecat-base-version "102.4.0") ; maybe older than base-version
(upstream-icecat-base-version "102.5.0") ; maybe older than base-version
;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
(gnuzilla-commit "8f1aa117ddca6e8cd0114265fb4ca9b5a927565a")
(gnuzilla-commit "a8848cb35e4e47a344d40596f72d82d57bf5a6f1")
(gnuzilla-source
(origin
(method git-fetch)
@ -660,7 +660,7 @@ (define icecat-source
(string-take gnuzilla-commit 8)))
(sha256
(base32
"0ryrn8ivm763swd0qbqhlgdwc2dj4xjd81d9i2r6hb7bsb4ky3y5"))))
"0d0brzi7wmg70kvi9p3g24cyya17bvg2djgjn64g14hpnalg8icw"))))
;; 'search-patch' returns either a valid file name or #f, so wrap it
;; in 'assume-valid-file-name' to avoid 'local-file' warnings.