bypass403: remove

This commit is contained in:
Ben Siraphob 2022-01-07 13:23:53 +07:00
parent bb36c044d1
commit 2c5e45c35c
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
3 changed files with 1 additions and 30 deletions

View File

@ -1,28 +0,0 @@
{ buildGoModule
, fetchFromGitHub
, lib
}:
buildGoModule rec {
pname = "bypass403";
version = "1.4.0";
src = fetchFromGitHub {
owner = "drsigned";
repo = pname;
rev = "v${version}";
sha256 = "1x3a4lnxjxbv80kaydy57809n9r7vzci9ki4f98smf3w04s86rcl";
};
vendorSha256 = "1bp6bf99rxlyg91pn1y228q18lawpykmvkl22cydmclms0q0n238";
meta = with lib; {
description = "Tool to bypass 403 Forbidden responses";
homepage = "https://github.com/drsigned/bypass403";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
# https://github.com/drsigned/bypass403 no longer exists
broken = true;
};
}

View File

@ -104,6 +104,7 @@ mapAliases ({
buildGo112Module = throw "buildGo112Module has been removed"; # added 2020-04-26
buildkite-agent3 = buildkite-agent; # added 2018-09-26
bundler_HEAD = bundler; # added 2015-11-15
bypass403 = throw "bypass403 has been removed: deleted by upstream"; # added 2022-01-07
calibre-py2 = throw "calibre-py2 has been removed from nixpkgs, as calibre has upgraded to python 3. Please use calibre as replacement."; # added 2021-01-13
calibre-py3 = throw "calibre-py3 has been removed from nixpkgs, as calibre's default python version is now 3. Please use calibre as replacement."; # added 2021-01-13
caddy1 = throw "caddy 1.x has been removed from nixpkgs, as it's unmaintained: https://github.com/caddyserver/caddy/blob/master/.github/SECURITY.md#supported-versions"; # added 2020-10-02

View File

@ -2372,8 +2372,6 @@ with pkgs;
textual-window-manager = tmux;
};
bypass403 = callPackage ../tools/security/bypass403 { };
bsh = fetchurl {
url = "http://www.beanshell.org/bsh-2.0b5.jar";
sha256 = "0p2sxrpzd0vsk11zf3kb5h12yl1nq4yypb5mpjrm8ww0cfaijck2";