solr: remove maintainer, mark as vulnerable

The solr update in #161875 has gone nowhere sofar, while multiple CVEs
are lingering, which makes this a prime candidate to mark insecure.

The maintainer has indicated they wanted to remove themself, which has
not happened yet, so this takes care of that.

https://github.com/NixOS/nixpkgs/pull/161875#issuecomment-1058025102
main
Martin Weinelt 2 years ago
parent 266e665668
commit eb270e849c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 6
      pkgs/servers/search/solr/default.nix

@ -33,7 +33,11 @@ stdenv.mkDerivation rec {
description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ aanderse ];
maintainers = with maintainers; [ ];
knownVulnerabilities = [
"Multiple security issues throughout 2021, see https://solr.apache.org/security.html"
"Package is outdated and has no maintainer"
];
};
}

Loading…
Cancel
Save