subversion19: drop

Subversion 1.9 is EoL [0] and is affected by CVE-2020-17525.

[0] https://subversion.apache.org/roadmap.html#release-planning
This commit is contained in:
Thomas Gerbet 2021-03-30 21:15:50 +02:00
parent bd3ecdc3cd
commit 550e69b745
3 changed files with 2 additions and 6 deletions

View file

@ -111,11 +111,6 @@ let
});
in {
subversion19 = common {
version = "1.9.12";
sha256 = "15z33gdnfiqblm5515020wfdwnp2837r3hnparava6m2fgyiafiw";
};
subversion_1_10 = common {
version = "1.10.6";
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";

View file

@ -627,6 +627,7 @@ mapAliases ({
rubyMinimal = throw "rubyMinimal was removed due to being unused";
rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # added 2021-03-31
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # added 2020-02-02
urxvt_perl = rxvt-unicode-plugins.perl; # added 2020-02-02
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02

View file

@ -25636,7 +25636,7 @@ in
sublime-merge-dev;
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
subversion19 subversion_1_10 subversion;
subversion_1_10 subversion;
subversionClient = appendToName "client" (pkgs.subversion.override {
bdbSupport = false;