proxytunnel: drop

This commit is contained in:
ajs124 2021-12-15 18:04:59 +00:00
parent 6e9e5dfd55
commit 5aafec8647
3 changed files with 1 additions and 26 deletions

View file

@ -1,22 +0,0 @@
{ lib, stdenv, fetchurl, openssl }:
stdenv.mkDerivation rec {
pname = "proxytunnel";
version = "1.9.0";
src = fetchurl {
url = "mirror://sourceforge/proxytunnel/proxytunnel-${version}.tgz";
sha256 = "1fd644kldsg14czkqjybqh3wrzwsp3dcargqf4fjkpqxv3wbpx9f";
};
buildInputs = [ openssl ];
installPhase = ''make DESTDIR="$out" PREFIX="" install'';
meta = {
description = "Program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy";
homepage = "http://proxytunnel.sourceforge.net/download.php";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
};
}

View file

@ -967,6 +967,7 @@ mapAliases ({
proglodyte-wasm = throw "proglodyte-wasm has been removed from nixpkgs, because it is unmaintained since 5 years with zero github stars"; # Added 2021-06-30
proj_5 = throw "Proj-5 has been removed from nixpkgs, use proj instead"; # Added 2021-04-12
prometheus-cups-exporter = throw "outdated and broken by design; removed by developer"; # Added 2021-03-16
proxytunnel = throw "proxytunnel has been removed from nixpkgs, because it has not been update upstream since it was added to nixpkgs in 2008 and has therefore bitrotted."; # added 2021-12-15
pulseaudioLight = throw "'pulseaudioLight' has been renamed to/replaced by 'pulseaudio'"; # Converted to throw 2022-02-22
pulseeffects = throw "Use pulseeffects-legacy if you use PulseAudio and easyeffects if you use PipeWire"; # Added 2021-02-13
pulseeffects-pw = easyeffects; # Added 2021-07-07

View file

@ -9194,10 +9194,6 @@ with pkgs;
proxysql = callPackage ../servers/sql/proxysql { };
proxytunnel = callPackage ../tools/misc/proxytunnel {
openssl = openssl_1_0_2;
};
prs = callPackage ../tools/security/prs { };
psw = callPackage ../tools/misc/psw { };