Skip to content

Commit 3ed2bc9

Browse files
committed
percona-server_8_0: drop as it's EOL soon
It reaches it's EOL before the NixOS 26.05 release, so drop as release preperation.
1 parent 8d8538e commit 3ed2bc9

6 files changed

Lines changed: 4 additions & 226 deletions

File tree

doc/release-notes/rl-2605.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174

175175
- `vicinae` has been updated to v0.20. This includes, among several other breaking changes, a complete overhaul of the configuration system. For update instructions, see the [upstream configuration documentation](https://docs.vicinae.com/config#migration-from-v0-16-x-to-v0-17-x).
176176

177+
- `percona-server_8_4` has been removed. Please update to `percona-server_8_0`, `mysql84` or `mariadb`.
178+
177179
- The `man-pages` package's outputs have been split. The manual pages are installed into the `man` output, which is installed by default. Binaries (including `diffman-git`, `mansect`, `pdfman`, and `sortman`) are installed into the `out` output, which is not installed by default.
178180

179181
- All Log4Shell vulnerability scanners were removed, as they were all unmaintained upstream and are no longer relevant given that the vulnerability has been fixed upstream for several years.

nixos/tests/mysql/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
inherit (pkgs) mysql84;
88
};
99
perconaPackages = {
10-
inherit (pkgs) percona-server_8_0 percona-server_8_4;
10+
inherit (pkgs) percona-server_8_4;
1111
};
1212
mkTestName =
1313
pkg: "mariadb_${builtins.replaceStrings [ "." ] [ "" ] (lib.versions.majorMinor pkg.version)}";

pkgs/servers/sql/percona-server/8_0.nix

Lines changed: 0 additions & 216 deletions
This file was deleted.

pkgs/servers/sql/percona-server/default.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
pkgs: {
2-
# old lts
3-
percona-server_8_0 = pkgs.callPackage ./8_0.nix {
4-
inherit (pkgs.darwin) developer_cmds DarwinTools;
5-
boost = pkgs.boost177; # Configure checks for specific version.
6-
icu = pkgs.icu69;
7-
# newer versions cause linking failures against `libabsl_spinlock_wait`
8-
protobuf = pkgs.protobuf_21;
9-
};
102
percona-server_8_4 = pkgs.callPackage ./8_4.nix {
113
inherit (pkgs.darwin) developer_cmds DarwinTools;
124
# newer versions cause linking failures against `libabsl_spinlock_wait`

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ mapAliases {
15851585
perceptual-diff = throw "perceptual-diff was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23
15861586
percona-server_innovation = throw "'percona-server_innovation' has been renamed to/replaced by 'percona-server'"; # Converted to throw 2025-10-27
15871587
percona-server_lts = throw "'percona-server_lts' has been renamed to/replaced by 'percona-server'"; # Converted to throw 2025-10-27
1588+
percona-server_8_0 = throw "'percona-server_8_0' reaches end of life on 2026-04-30 and has been removed. Use 'percona-server_8_4'"; # Added 2026-04-09
15881589
percona-xtrabackup_innovation = throw "'percona-xtrabackup_innovation' has been renamed to/replaced by 'percona-xtrabackup'"; # Converted to throw 2025-10-27
15891590
percona-xtrabackup_lts = throw "'percona-xtrabackup_lts' has been renamed to/replaced by 'percona-xtrabackup'"; # Converted to throw 2025-10-27
15901591
peruse = throw "'peruse' has been removed as it depends on KDE Gear 5, which has reached EOL"; # Added 2025-08-20

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3128,7 +3128,6 @@ with pkgs;
31283128
patchutils_0_4_2 = callPackage ../tools/text/patchutils/0.4.2.nix { };
31293129

31303130
inherit (import ../servers/sql/percona-server pkgs)
3131-
percona-server_8_0
31323131
percona-server_8_4
31333132
percona-server
31343133
;

0 commit comments

Comments
 (0)