diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-10-19 08:24:38 +0200 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-10-19 08:25:55 +0200 |
| commit | b351f0bc36893f2bb22a526cf47aeab09621c95e (patch) | |
| tree | 7411c68235a9beaedd1b05302f2730716f90acc6 | |
| parent | 535f82a8b3cd2f61bdc56e21a40303477929abeb (diff) | |
nongnu: firefox-esr: Update to 102.4.0esr [security fixes].
Fixes CVE-2022-42927, CVE-2022-42928, CVE-2022-42929 and CVE-2022-42932.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.4.0esr.
| -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 a712793..3992add 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -288,19 +288,19 @@ according to Unicode Standard Annex #31") | |||
| 288 | 288 | ||
| 289 | ;; Update this id with every firefox update to it's release date. | 289 | ;; Update this id with every firefox update to it's release date. |
| 290 | ;; It's used for cache validation and therefor can lead to strange bugs. | 290 | ;; It's used for cache validation and therefor can lead to strange bugs. |
| 291 | (define %firefox-esr-build-id "20220920000000") | 291 | (define %firefox-esr-build-id "20221018000000") |
| 292 | 292 | ||
| 293 | (define-public firefox-esr | 293 | (define-public firefox-esr |
| 294 | (package | 294 | (package |
| 295 | (name "firefox-esr") | 295 | (name "firefox-esr") |
| 296 | (version "102.3.0esr") | 296 | (version "102.4.0esr") |
| 297 | (source | 297 | (source |
| 298 | (origin | 298 | (origin |
| 299 | (method url-fetch) | 299 | (method url-fetch) |
| 300 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 300 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 301 | version "/source/firefox-" version ".source.tar.xz")) | 301 | version "/source/firefox-" version ".source.tar.xz")) |
| 302 | (sha256 | 302 | (sha256 |
| 303 | (base32 "0nmm861p4zakdvi9lj0ac8dkf9v17250rzcmrx1f6r7rvjv273ih")))) | 303 | (base32 "0klh3lbm0zdmv90kmmpkzgn15pfjibr7zsjy3kvbzpql97fhv7z7")))) |
| 304 | (build-system gnu-build-system) | 304 | (build-system gnu-build-system) |
| 305 | (arguments | 305 | (arguments |
| 306 | (list | 306 | (list |
