Skip to content

Commit

Permalink
thunderbirdPackages.thunderbird-115: drop
Browse files Browse the repository at this point in the history
Last release was published in October 2024. On 2024/10/29 Mozilla
published a security advisory and hasn't released an update for
Thunderbird 115.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 82aa5c8)
  • Loading branch information
Scrumplex authored and mweinelt committed Oct 30, 2024
1 parent 01d70c4 commit 57175db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ let
in rec {
thunderbird = thunderbird-128;

thunderbird-115 = common {
version = "115.16.0esr";
sha512 = "1c70050a773c92593dca2a34b25e9e6edcef6fbb9b081024e4dba024450219e06aace52d9fb90ccc2e8069b7bba0396258c86cc19848a7ac705b42641f6e36a5";

updateScript = callPackage ./update.nix {
attrPath = "thunderbirdPackages.thunderbird-115";
versionPrefix = "115";
versionSuffix = "esr";
};
};

thunderbird-128 = common {
version = "128.4.0esr";
sha512 = "ad031b3a9b738598358cead23cf8438435016222cd9a474c31892dc1b3db43d2d5d3a10c9639df770dc76eb3c0bc9db8be8beab84828d54ee50fc1e03f0da0a5";
Expand All @@ -73,5 +62,6 @@ in rec {
}
// lib.optionalAttrs config.allowAliases {
thunderbird-102 = throw "Thunderbird 102 support ended in September 2023";
thunderbird-115 = throw "Thunderbird 115 support ended in October 2024";
}

1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34756,7 +34756,6 @@ with pkgs;
thunderbird-unwrapped = thunderbirdPackages.thunderbird;
thunderbird = wrapThunderbird thunderbird-unwrapped { };

thunderbird-115 = wrapThunderbird thunderbirdPackages.thunderbird-115 { };
thunderbird-128 = wrapThunderbird thunderbirdPackages.thunderbird-128 { };

thunderbird-bin = wrapThunderbird thunderbird-bin-unwrapped {
Expand Down

0 comments on commit 57175db

Please sign in to comment.