Unverified Commit 00563071 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

thunderbird-unwrapped: 143.0.1 -> 144.0.1

https://www.thunderbird.net/en-US/thunderbird/144.0/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/144.0.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2025-84/

Fixes: CVE-2025-11708, CVE-2025-11709, CVE-2025-11710, CVE-2025-11711,
       CVE-2025-11712, CVE-2025-11713, CVE-2025-11714, CVE-2025-11715,
       CVE-2025-11721
parent 93854263
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ let
        # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.
        (if lib.versionOlder version "140" then ./no-buildconfig.patch else ./no-buildconfig-tb140.patch)
      ]
      ++ lib.optional (lib.versionAtLeast version "140") (fetchpatch2 {
      ++ lib.optional (lib.versionAtLeast version "140" && lib.versionOlder version "144") (fetchpatch2 {
        # https://bugzilla.mozilla.org/show_bug.cgi?id=1982003
        name = "rustc-1.89.patch";
        url = "https://raw.githubusercontent.com/openbsd/ports/3ef8a2538893109bea8211ef13a870822264e096/mail/mozilla-thunderbird/patches/patch-third_party_rust_allocator-api2_src_stable_vec_mod_rs";
@@ -101,8 +101,8 @@ rec {
  thunderbird = thunderbird-latest;

  thunderbird-latest = common {
    version = "143.0.1";
    sha512 = "5f4fd5e4f5bc9fee9852d51b8e675f7c9c605660332c24aa0c90e5437301b468153c1788720bc80a53cfc1c3bf95a4bdb622a0533b8f11fb9853b290485c47c6";
    version = "144.0.1";
    sha512 = "e1859ecd247260c9303a335d14f51d2b80bca7fe0125c41cf6f6bdf1331072dcef490d75fba588b37db5410ce2e7084bbe1c8f568d40c46303891ae2bfbe431c";

    updateScript = callPackage ./update.nix {
      attrPath = "thunderbirdPackages.thunderbird-latest";