summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2021-09-07 20:18:45 -0400
committerMark H Weaver <mhw@netris.org>2021-09-08 02:34:01 -0400
commit1ff1cd2ed8e17735d70998e23ed1734a7243ccb2 (patch)
treefffe3b543b25a8d83f96dc0d2b796c52535853f9
parenta8555e01740d04e714fa9d70008f469f0db55d9a (diff)
gnu: icecat: Update to 78.14.0-guix0-preview1 [fixes CVE-2021-38493].
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
-rw-r--r--gnu/packages/gnuzilla.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 576bc2586f9..431b487fd07 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -695,8 +695,8 @@ from forcing GEXP-PROMISE."
695 #:system system 695 #:system system
696 #:guile-for-build guile))) 696 #:guile-for-build guile)))
697 697
698(define %icecat-version "78.13.0-guix0-preview1") 698(define %icecat-version "78.14.0-guix0-preview1")
699(define %icecat-build-id "20210810000000") ;must be of the form YYYYMMDDhhmmss 699(define %icecat-build-id "20210907000000") ;must be of the form YYYYMMDDhhmmss
700 700
701;; 'icecat-source' is a "computed" origin that generates an IceCat tarball 701;; 'icecat-source' is a "computed" origin that generates an IceCat tarball
702;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat' 702;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat'
@@ -718,7 +718,7 @@ from forcing GEXP-PROMISE."
718 "firefox-" upstream-firefox-version ".source.tar.xz")) 718 "firefox-" upstream-firefox-version ".source.tar.xz"))
719 (sha256 719 (sha256
720 (base32 720 (base32
721 "0v2g5clp9qlsbqfjb6yz614nq8x8c4k1p6m4axyv6g27qbiaky8r")))) 721 "1ymjlg6p23c510m764pqr4sldrvk0c7g490a29js2cqc2nj2h3ma"))))
722 722
723 (upstream-icecat-base-version "78.7.0") ; maybe older than base-version 723 (upstream-icecat-base-version "78.7.0") ; maybe older than base-version
724 ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version)) 724 ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))