···835 </listitem>
836 <listitem>
837 <para>
0000000000838 <literal>mysql57</literal> has been removed. Please update to
839 <literal>mysql80</literal> or <literal>mariadb</literal>. See
840 the
···835 </listitem>
836 <listitem>
837 <para>
838+ <literal>cassandra_2_1</literal> and
839+ <literal>cassandra_2_2</literal> have been removed. Please
840+ update to <literal>cassandra_3_11</literal> or
841+ <literal>cassandra_3_0</literal>. See the
842+ <link xlink:href="https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt">changelog</link>
843+ for more information about the upgrade process.
844+ </para>
845+ </listitem>
846+ <listitem>
847+ <para>
848 <literal>mysql57</literal> has been removed. Please update to
849 <literal>mysql80</literal> or <literal>mariadb</literal>. See
850 the
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···261262- `k3s` no longer supports docker as runtime due to upstream dropping support.
26300264- `mysql57` has been removed. Please update to `mysql80` or `mariadb`. See the [upgrade guide](https://mariadb.com/kb/en/upgrading-from-mysql-to-mariadb/) for more information.
265266- Consequently, `cqrlog` and `amorok` now use `mariadb` instead of `mysql57` for their embedded databases. Running `mysql_upgrade` may be neccesary.
···261262- `k3s` no longer supports docker as runtime due to upstream dropping support.
263264+- `cassandra_2_1` and `cassandra_2_2` have been removed. Please update to `cassandra_3_11` or `cassandra_3_0`. See the [changelog](https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt) for more information about the upgrade process.
265+266- `mysql57` has been removed. Please update to `mysql80` or `mariadb`. See the [upgrade guide](https://mariadb.com/kb/en/upgrading-from-mysql-to-mariadb/) for more information.
267268- Consequently, `cqrlog` and `amorok` now use `mariadb` instead of `mysql57` for their embedded databases. Running `mysql_upgrade` may be neccesary.
···1-{ callPackage, ... } @ args:
2-3-callPackage ./generic.nix (
4- args
5- // builtins.fromJSON (builtins.readFile ./2.2.json)
6- // {
7- generation = "2_2";
8- extraMeta.knownVulnerabilities = [
9- # Fixed in 3.* but 2.* hasn't been released since
10- "CVE-2020-17516"
11- ];
12- })
···000000000000
+2
pkgs/top-level/aliases.nix
···173 cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
174 cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
175 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
00176 catfish = xfce.catfish; # Added 2019-12-22
177 ccnet = throw "ccnet has been removed because seafile does not depend on it anymore"; # Added 2021-03-25
178 cde-gtk-theme = throw "cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore"; # Added 2022-01-12
···173 cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
174 cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
175 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
176+ cassandra_2_1 = throw "cassandra_2_1 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
177+ cassandra_2_2 = throw "cassandra_2_2 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
178 catfish = xfce.catfish; # Added 2019-12-22
179 ccnet = throw "ccnet has been removed because seafile does not depend on it anymore"; # Added 2021-03-25
180 cde-gtk-theme = throw "cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore"; # Added 2022-01-12