Unverified Commit b839d037 authored by patka's avatar patka
Browse files

polipo: drop

Upstream hasn't seen activity since 2014 and archived the project in 2021. There's no longer a need for HTTP proxies
parent 92ceb4a5
Loading
Loading
Loading
Loading
+0 −33
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchurl,
  texinfo,
}:

stdenv.mkDerivation rec {
  pname = "polipo";
  version = "1.1.1";

  src = fetchurl {
    url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/${pname}-${version}.tar.gz";
    sha256 = "05g09sg9qkkhnc2mxldm1w1xkxzs2ylybkjzs28w8ydbjc3pand2";
  };

  buildInputs = [ texinfo ];
  makeFlags = [
    "PREFIX=$(out)"
    "LOCAL_ROOT=$(out)/share/polipo/www"
  ];

  meta = with lib; {
    homepage = "http://www.pps.jussieu.fr/~jch/software/polipo/";
    description = "Small and fast caching web proxy";
    license = licenses.mit;
    maintainers = with maintainers; [ ehmry ];
    platforms = platforms.all;
    knownVulnerabilities = [
      "Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849"
    ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1540,6 +1540,7 @@ mapAliases {

  PlistCpp = plistcpp; # Added 2024-01-05
  pocket-updater-utility = pupdate; # Added 2024-01-25
  polipo = throw "'polipo' has been removed as it is unmaintained upstream"; # Added 2025-05-18
  poppler_utils = poppler-utils; # Added 2025-02-27
  powerline-rs = throw "'powerline-rs' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
  premake3 = throw "'premake3' has been removed since it is unmaintained. Consider using 'premake' instead"; # Added 2025-05-10