From 7eef78e25e29a5eb5ecee89a40eca490705ab24c Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Tue, 15 Apr 2025 23:07:16 +0200 Subject: [PATCH] badwolf: drop Unmaintained browser since mid 2024, security risk. --- pkgs/by-name/ba/badwolf/package.nix | 56 ----------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 pkgs/by-name/ba/badwolf/package.nix diff --git a/pkgs/by-name/ba/badwolf/package.nix b/pkgs/by-name/ba/badwolf/package.nix deleted file mode 100644 index d0a46e9b81ec..000000000000 --- a/pkgs/by-name/ba/badwolf/package.nix +++ /dev/null @@ -1,56 +0,0 @@ -{ - lib, - stdenv, - fetchgit, - ninja, - pkg-config, - ed, - wrapGAppsHook3, - webkitgtk_4_0, - libxml2, - glib-networking, - gettext, -}: - -stdenv.mkDerivation rec { - pname = "badwolf"; - version = "1.3.0"; - - src = fetchgit { - url = "https://hacktivis.me/git/badwolf.git"; - rev = "v${version}"; - hash = "sha256-feWSxK9TJ5MWxUKutuTcdmMk5IbLjNseUAvfm20kQ1U="; - }; - - # configure script not accepting '--prefix' - prefixKey = "PREFIX="; - - nativeBuildInputs = [ - ninja - pkg-config - ed - wrapGAppsHook3 - ]; - - buildInputs = [ - webkitgtk_4_0 - libxml2 - gettext - glib-networking - ]; - - meta = with lib; { - description = "Minimalist and privacy-oriented WebKitGTK+ browser"; - mainProgram = "badwolf"; - homepage = "https://hacktivis.me/projects/badwolf"; - license = with licenses; [ - bsd3 - cc-by-sa-40 - ]; - platforms = platforms.linux; - maintainers = with maintainers; [ - laalsaas - aleksana - ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 816f42206132..412cd1d0cb2a 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -321,6 +321,7 @@ mapAliases { ### B ### badtouch = authoscope; # Project was renamed, added 20210626 + badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15 baget = throw "'baget' has been removed due to being unmaintained"; bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17 bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17