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:
parent
bd3ecdc3cd
commit
550e69b745
@ -111,11 +111,6 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
in {
|
in {
|
||||||
subversion19 = common {
|
|
||||||
version = "1.9.12";
|
|
||||||
sha256 = "15z33gdnfiqblm5515020wfdwnp2837r3hnparava6m2fgyiafiw";
|
|
||||||
};
|
|
||||||
|
|
||||||
subversion_1_10 = common {
|
subversion_1_10 = common {
|
||||||
version = "1.10.6";
|
version = "1.10.6";
|
||||||
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
|
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
|
||||||
|
@ -627,6 +627,7 @@ mapAliases ({
|
|||||||
rubyMinimal = throw "rubyMinimal was removed due to being unused";
|
rubyMinimal = throw "rubyMinimal was removed due to being unused";
|
||||||
rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
|
rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
|
||||||
rxvt_unicode = rxvt-unicode-unwrapped; # 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_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_perl = rxvt-unicode-plugins.perl; # added 2020-02-02
|
||||||
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02
|
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02
|
||||||
|
@ -25636,7 +25636,7 @@ in
|
|||||||
sublime-merge-dev;
|
sublime-merge-dev;
|
||||||
|
|
||||||
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
||||||
subversion19 subversion_1_10 subversion;
|
subversion_1_10 subversion;
|
||||||
|
|
||||||
subversionClient = appendToName "client" (pkgs.subversion.override {
|
subversionClient = appendToName "client" (pkgs.subversion.override {
|
||||||
bdbSupport = false;
|
bdbSupport = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user