gnu: icecat: Update to 115.5.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2023-6204, CVE-2023-6205, CVE-2023-6206, CVE-2023-6207, CVE-2023-6208, CVE-2023-6209, and CVE-2023-6212. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
This commit is contained in:
		
							parent
							
								
									d20ece07db
								
							
						
					
					
						commit
						42be8fa560
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -546,9 +546,9 @@ variable defined below.  It requires guile-json to be installed."
 | 
				
			||||||
;; XXXX: Workaround 'snippet' limitations.
 | 
					;; XXXX: Workaround 'snippet' limitations.
 | 
				
			||||||
(define computed-origin-method (@@ (guix packages) computed-origin-method))
 | 
					(define computed-origin-method (@@ (guix packages) computed-origin-method))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define %icecat-base-version "115.4.0")
 | 
					(define %icecat-base-version "115.5.0")
 | 
				
			||||||
(define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
 | 
					(define %icecat-version (string-append %icecat-base-version "-guix0-preview1"))
 | 
				
			||||||
(define %icecat-build-id "20231024000000") ;must be of the form YYYYMMDDhhmmss
 | 
					(define %icecat-build-id "20231121000000") ;must be of the form YYYYMMDDhhmmss
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; 'icecat-source' is a "computed" origin that generates an IceCat tarball
 | 
					;; 'icecat-source' is a "computed" origin that generates an IceCat tarball
 | 
				
			||||||
;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat'
 | 
					;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat'
 | 
				
			||||||
| 
						 | 
					@ -568,12 +568,12 @@ variable defined below.  It requires guile-json to be installed."
 | 
				
			||||||
                  "firefox-" upstream-firefox-version ".source.tar.xz"))
 | 
					                  "firefox-" upstream-firefox-version ".source.tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0ndf8b6qj0f178k5yq9s9mjgj9csb62f0igy74dzj28vlgrxn7y3"))))
 | 
					              "0a578r4kri7jdw8pkkzp7f1mm9idlk7sjxjghcb08k5p14172gyv"))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
         ;; The upstream-icecat-base-version may be older than the
 | 
					         ;; The upstream-icecat-base-version may be older than the
 | 
				
			||||||
         ;; %icecat-base-version.
 | 
					         ;; %icecat-base-version.
 | 
				
			||||||
         (upstream-icecat-base-version "115.4.0")
 | 
					         (upstream-icecat-base-version "115.5.0")
 | 
				
			||||||
         (gnuzilla-commit "5b2ce0c4cefc73f996f260edfac368ecc3d86b24")
 | 
					         (gnuzilla-commit "bd66797f3bb057c9d051d4276d63843b4d7ee854")
 | 
				
			||||||
         (gnuzilla-source
 | 
					         (gnuzilla-source
 | 
				
			||||||
          (origin
 | 
					          (origin
 | 
				
			||||||
            (method git-fetch)
 | 
					            (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -585,7 +585,7 @@ variable defined below.  It requires guile-json to be installed."
 | 
				
			||||||
                                      (string-take gnuzilla-commit 8)))
 | 
					                                      (string-take gnuzilla-commit 8)))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "13a0rv6b2vcf2mv7bfbb0rlx08pi0bz29dig0xrfdy3m1p39apla"))))
 | 
					              "0v3ckm8yv566f2y9a2bfzakbsk529f1ykr7dj69kb9k93dgny3ja"))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
         ;; 'search-patch' returns either a valid file name or #f, so wrap it
 | 
					         ;; 'search-patch' returns either a valid file name or #f, so wrap it
 | 
				
			||||||
         ;; in 'assume-valid-file-name' to avoid 'local-file' warnings.
 | 
					         ;; in 'assume-valid-file-name' to avoid 'local-file' warnings.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue