diff options
| author | Tomas Volf <~@wolfsden.cz> | 2023-11-21 16:01:59 +0100 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2023-11-21 20:43:27 -0500 |
| commit | 639b70063b73cb9ff553b77d51d42c07eb208d91 (patch) | |
| tree | d0296a777b8643da6edaa4b2c0cb66893b6b7a29 | |
| parent | 62823fe0376c8912a88d4544ae970a61aea0b2ab (diff) | |
nongnu: firefox: Update to 115.5.0esr [security fixes].
Fixes CVE-2023-6204, CVE-2023-6205, CVE-2023-6206, CVE-2023-6207,
CVE-2023-6208, CVE-2023-6209, CVE-2023-6212.
* nongnu/packages/mozilla.scm (firefox): Update to 115.5.0esr.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| -rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 23aedca..557eb36 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -97,19 +97,19 @@ | |||
| 97 | 97 | ||
| 98 | ;; Update this id with every firefox update to its release date. | 98 | ;; Update this id with every firefox update to its release date. |
| 99 | ;; It's used for cache validation and therefore can lead to strange bugs. | 99 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 100 | (define %firefox-esr-build-id "20231023135350") | 100 | (define %firefox-esr-build-id "20231120132923") |
| 101 | 101 | ||
| 102 | (define-public firefox-esr | 102 | (define-public firefox-esr |
| 103 | (package | 103 | (package |
| 104 | (name "firefox-esr") | 104 | (name "firefox-esr") |
| 105 | (version "115.4.0esr") | 105 | (version "115.5.0esr") |
| 106 | (source | 106 | (source |
| 107 | (origin | 107 | (origin |
| 108 | (method url-fetch) | 108 | (method url-fetch) |
| 109 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 109 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 110 | version "/source/firefox-" version ".source.tar.xz")) | 110 | version "/source/firefox-" version ".source.tar.xz")) |
| 111 | (sha256 | 111 | (sha256 |
| 112 | (base32 "0ndf8b6qj0f178k5yq9s9mjgj9csb62f0igy74dzj28vlgrxn7y3")))) | 112 | (base32 "0a578r4kri7jdw8pkkzp7f1mm9idlk7sjxjghcb08k5p14172gyv")))) |
| 113 | (build-system gnu-build-system) | 113 | (build-system gnu-build-system) |
| 114 | (arguments | 114 | (arguments |
| 115 | (list | 115 | (list |
