summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-29 15:14:15 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-29 16:43:11 +0000
commit8f0b107616ba2508b29d48ad71e533ddd5e1ce8a (patch)
treeb05e230ac7b306dd36a5803b13d3d705a79d428d
parentfirefox-esr-102-unwrapped: 102.14.0esr -> 102.15.0esr (diff)
downloadnixpkgs-origin/backport-252124-to-release-23.05.tar.gz
firefox-esr-115-unwrapped: 115.1.0esr -> 115.2.0esrorigin/backport-252124-to-release-23.05
https://www.mozilla.org/en-US/firefox/115.2.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/ Fixes: CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4577, CVE-2023-4051, CVE-2023-4578, CVE-2023-4053, CVE-2023-4580, CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585 (cherry picked from commit 58f067329f0de9c99ccfff58e01886a85ec1b6b0)
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 23809c8e0717..be407e2b00e4 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -115,11 +115,11 @@
firefox-esr-115 = buildMozillaMach rec {
pname = "firefox-esr-115";
- version = "115.1.0esr";
+ version = "115.2.0esr";
applicationName = "Mozilla Firefox ESR";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
- sha512 = "b2abb706fef2f1aa9451e7ac7c2affa0cc92cf2b0c6629f106a94c62017476380c7b6f406861fa468f60ea898d8402f534ad74844eb3932741fbd981cec66592";
+ sha512 = "df3b4efd9607e8eb4932717760c865eb31ac7a96246cb4385190c33316c9595e0793a1f3c45ebb9674a9ba4fce98d83f71b063bef09ef307d92d1cd78d30d812";
};
meta = {