Skip to content

Commit

Permalink
rippled{,-validator-keys-tool}: drop
Browse files Browse the repository at this point in the history
This package was broken from May until November’s ZHF due to a Git
security change. In itself, that’s a one‐line fix, but a greater
concern is that this package hasn’t been updated since 2022; there
have been many releases since, including backward‐incompatible
protocol changes:

> If you operate an XRP Ledger server, upgrade to version 1.10.0 by
> March 21 to ensure service continuity.

Since it is after March 2023 and nobody has reported this package
broken, I conclude that nobody uses it, and we should remove it until
an interested maintainer comes along.
  • Loading branch information
emilazy committed Nov 25, 2024
1 parent 1635ae0 commit f1dd207
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 230 deletions.
23 changes: 0 additions & 23 deletions pkgs/servers/rippled/data-api.nix

This file was deleted.

165 changes: 0 additions & 165 deletions pkgs/servers/rippled/default.nix

This file was deleted.

36 changes: 0 additions & 36 deletions pkgs/servers/rippled/validator-keys-tool.nix

This file was deleted.

2 changes: 2 additions & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,8 @@ mapAliases {
retroshare06 = retroshare;
rigsofrods = rigsofrods-bin; # Added 2023-03-22
ring-daemon = throw "'ring-daemon' has been renamed to/replaced by 'jami-daemon'"; # Converted to throw 2024-10-17
rippled = throw "rippled has been removed as it was broken and had not been updated since 2022"; # Added 2024-11-25
rippled-validator-keys-tool = throw "rippled-validator-keys-tool has been removed as it was broken and had not been updated since 2022"; # Added 2024-11-25
rockbox_utility = rockbox-utility; # Added 2022-03-17
rpiboot-unstable = throw "'rpiboot-unstable' has been renamed to/replaced by 'rpiboot'"; # Converted to throw 2024-10-17
rr-unstable = rr; # Added 2022-09-17
Expand Down
6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12190,12 +12190,6 @@ with pkgs;
protobuf = protobuf_21;
};

rippled = callPackage ../servers/rippled {
boost = boost177;
};

rippled-validator-keys-tool = callPackage ../servers/rippled/validator-keys-tool.nix { };

rustic = callPackage ../by-name/ru/rustic/package.nix {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};
Expand Down

0 comments on commit f1dd207

Please sign in to comment.