diff options
author | Mark H Weaver <mhw@netris.org> | 2021-06-01 22:38:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2021-06-02 04:28:52 -0400 |
commit | 873c6b4f21ebc63a10d659f2b3363ea82549e9f8 (patch) | |
tree | b14c838695ee6abfcf3ea3e42fa91c0746897568 /gnu | |
parent | 49e40006f6eab32c25ed4e2bccd876f1e411634b (diff) | |
download | guix-873c6b4f21ebc63a10d659f2b3363ea82549e9f8.tar guix-873c6b4f21ebc63a10d659f2b3363ea82549e9f8.tar.gz |
gnu: icecat: Update to 78.11.0-guix0-preview1 [fixes CVE-2021-29967].
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index dc3ed4d3fd..cc65b1ccfb 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -694,8 +694,8 @@ from forcing GEXP-PROMISE." #:system system #:guile-for-build guile))) -(define %icecat-version "78.10.0-guix0-preview1") -(define %icecat-build-id "20210419000000") ;must be of the form YYYYMMDDhhmmss +(define %icecat-version "78.11.0-guix0-preview1") +(define %icecat-build-id "20210601000000") ;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' @@ -717,7 +717,7 @@ from forcing GEXP-PROMISE." "firefox-" upstream-firefox-version ".source.tar.xz")) (sha256 (base32 - "0h6zl87czbhyhy3597bxqzwy4p1vsaqimkg92lw31gjbv6k434cp")))) + "0zjpzkxx3wc2840d7q4b9lnkj1kwk1qps29s9c83jf5y6xclnf9q")))) (upstream-icecat-base-version "78.7.0") ; maybe older than base-version ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version)) |