diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-02-15 11:52:49 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-02-15 11:52:49 +0100 |
| commit | 63145a63fb40f92a8162eb2c1853e8b953f2ee79 (patch) | |
| tree | af2ac3d777ad223d13ddba068e09269c9f9811df | |
| parent | 4f3e4c6dfa8cc80da3e7345ac5fce2b256a21e39 (diff) | |
nongnu: firefox-esr: Update to 102.8.0esr [security fixes].
This fixes CVE-2023-0767, CVE-2023-25728, CVE-2023-25729, CVE-2023-25730,
CVE-2023-25732, CVE-2023-25734, CVE-2023-25737, CVE-2023-25738, CVE-2023-25739,
CVE-2023-25742, CVE-2023-25743, CVE-2023-25744 and CVE-2023-25746.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.8.0.esr.
| -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 e46c641..433f93f 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -233,19 +233,19 @@ according to Unicode Standard Annex #31") | |||
| 233 | 233 | ||
| 234 | ;; Update this id with every firefox update to it's release date. | 234 | ;; Update this id with every firefox update to it's release date. |
| 235 | ;; It's used for cache validation and therefor can lead to strange bugs. | 235 | ;; It's used for cache validation and therefor can lead to strange bugs. |
| 236 | (define %firefox-esr-build-id "20230117000000") | 236 | (define %firefox-esr-build-id "20230214000000") |
| 237 | 237 | ||
| 238 | (define-public firefox-esr | 238 | (define-public firefox-esr |
| 239 | (package | 239 | (package |
| 240 | (name "firefox-esr") | 240 | (name "firefox-esr") |
| 241 | (version "102.7.0esr") | 241 | (version "102.8.0esr") |
| 242 | (source | 242 | (source |
| 243 | (origin | 243 | (origin |
| 244 | (method url-fetch) | 244 | (method url-fetch) |
| 245 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 245 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 246 | version "/source/firefox-" version ".source.tar.xz")) | 246 | version "/source/firefox-" version ".source.tar.xz")) |
| 247 | (sha256 | 247 | (sha256 |
| 248 | (base32 "1ahl66x8chnsz80capqa5ivyrqhc50s91zrcgz1jxd7w2ws61957")))) | 248 | (base32 "0j6afrgfsmd0adbbmffw4p1f2hznpck9d36z3bsjx36f7cjgdy27")))) |
| 249 | (build-system gnu-build-system) | 249 | (build-system gnu-build-system) |
| 250 | (arguments | 250 | (arguments |
| 251 | (list | 251 | (list |
