diff options
| author | Tomas Volf <wolf@wolfsden.cz> | 2023-09-13 00:41:25 +0200 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2023-09-14 23:43:15 +0200 |
| commit | fd8ebc2cda003bbabf929c8d169855e90e4a1488 (patch) | |
| tree | fe13f7f9ddcd026d500a5b01f228f2ac670617e3 | |
| parent | e951cda078529d238f1bc942db1112f76a01a5f7 (diff) | |
nongnu: firefox-esr: Update to 115.2.1esr [security fixes].
Fixes CVE-2023-4863.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 115.2.1esr.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
| -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 1e0f6e8..2aa7ea5 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -95,19 +95,19 @@ | |||
| 95 | 95 | ||
| 96 | ;; Update this id with every firefox update to its release date. | 96 | ;; Update this id with every firefox update to its release date. |
| 97 | ;; It's used for cache validation and therefore can lead to strange bugs. | 97 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 98 | (define %firefox-esr-build-id "20230829000000") | 98 | (define %firefox-esr-build-id "20230912000000") |
| 99 | 99 | ||
| 100 | (define-public firefox-esr | 100 | (define-public firefox-esr |
| 101 | (package | 101 | (package |
| 102 | (name "firefox-esr") | 102 | (name "firefox-esr") |
| 103 | (version "115.2.0esr") | 103 | (version "115.2.1esr") |
| 104 | (source | 104 | (source |
| 105 | (origin | 105 | (origin |
| 106 | (method url-fetch) | 106 | (method url-fetch) |
| 107 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 107 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 108 | version "/source/firefox-" version ".source.tar.xz")) | 108 | version "/source/firefox-" version ".source.tar.xz")) |
| 109 | (sha256 | 109 | (sha256 |
| 110 | (base32 "0mr4swx3yx2digni71vqy3gckxh0y4417k37rfi5bnaql794slsi")))) | 110 | (base32 "0rn9a099n9hwbbxmys4arjid06knzzvrg913azl60zmd0fvbafal")))) |
| 111 | (build-system gnu-build-system) | 111 | (build-system gnu-build-system) |
| 112 | (arguments | 112 | (arguments |
| 113 | (list | 113 | (list |
