Merge pull request #151168 from SuperSandro2000/phreedom

This commit is contained in:
Sandro 2021-12-19 23:58:24 +01:00 committed by GitHub
commit 69a2c62cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 39 additions and 45 deletions

View file

@ -9184,12 +9184,6 @@
githubId = 301903; githubId = 301903;
name = "Chip Collier"; name = "Chip Collier";
}; };
phreedom = {
email = "phreedom@yandex.ru";
github = "phreedom";
githubId = 62577;
name = "Evgeny Egorochkin";
};
phryneas = { phryneas = {
email = "mail@lenzw.de"; email = "mail@lenzw.de";
github = "phryneas"; github = "phryneas";

View file

@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
homepage = "http://gobby.0x539.de/"; homepage = "http://gobby.0x539.de/";
description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat"; description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -13,7 +13,7 @@ mkDerivation {
homepage = "https://apps.kde.org/k3b/"; homepage = "https://apps.kde.org/k3b/";
description = "Disk burning application"; description = "Disk burning application";
license = with licenses; [ gpl2Plus ]; license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ sander phreedom ]; maintainers = with maintainers; [ sander ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ]; nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/prof7bit/TorChat"; homepage = "https://github.com/prof7bit/TorChat";
description = "Instant messaging application on top of the Tor network and it's location hidden services"; description = "Instant messaging application on top of the Tor network and it's location hidden services";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -93,7 +93,7 @@ in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec {
as WeeChat, but graphical (based on Qt4/KDE4 or Qt5/KF5). as WeeChat, but graphical (based on Qt4/KDE4 or Qt5/KF5).
''; '';
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ phreedom ttuegel ]; maintainers = with maintainers; [ ttuegel ];
repositories.git = "https://github.com/quassel/quassel.git"; repositories.git = "https://github.com/quassel/quassel.git";
inherit (qtbase.meta) platforms; inherit (qtbase.meta) platforms;
}; };

View file

@ -65,7 +65,7 @@ mkDerivation rec {
vector graphics. vector graphics.
''; '';
homepage = "https://www.calligra.org/"; homepage = "https://www.calligra.org/";
maintainers = with maintainers; [ phreedom ebzzry zraexy ]; maintainers = with maintainers; [ ebzzry zraexy ];
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl2 ]; license = with licenses; [ gpl2 lgpl2 ];
}; };

View file

@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
description = "An image library which can can load, save, convert, manipulate, filter and display a wide variety of image formats"; description = "An image library which can can load, save, convert, manipulate, filter and display a wide variety of image formats";
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.mesaPlatforms; platforms = platforms.mesaPlatforms;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
}; };
} }

View file

@ -46,7 +46,7 @@ let
homepage = "https://gobby.github.io/"; homepage = "https://gobby.github.io/";
description = "An implementation of the Infinote protocol written in GObject-based C"; description = "An implementation of the Infinote protocol written in GObject-based C";
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = [ lib.maintainers.phreedom ]; maintainers = [ ];
platforms = with lib.platforms; linux ++ darwin; platforms = with lib.platforms; linux ++ darwin;
}; };
}; };

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://github.com/lastfm/liblastfm.git"; repositories.git = "git://github.com/lastfm/liblastfm.git";
description = "Official LastFM library"; description = "Official LastFM library";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
license = licenses.gpl3; license = licenses.gpl3;
}; };
} }

View file

@ -44,7 +44,7 @@ in stdenv.mkDerivation {
homepage = "https://libtorrent.org/"; homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -47,7 +47,7 @@ in stdenv.mkDerivation {
homepage = "https://libtorrent.org/"; homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -40,7 +40,7 @@ in stdenv.mkDerivation {
homepage = "https://libtorrent.org/"; homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "C++ wrapper for the libxml2 XML parser library"; description = "C++ wrapper for the libxml2 XML parser library";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ phreedom ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -242,7 +242,7 @@ stdenv.mkDerivation rec {
homepage = "https://qt-project.org/"; homepage = "https://qt-project.org/";
description = "A cross-platform application framework for C++"; description = "A cross-platform application framework for C++";
license = lib.licenses.lgpl21Plus; # or gpl3 license = lib.licenses.lgpl21Plus; # or gpl3
maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ]; maintainers = with lib.maintainers; [ orivej lovek323 sander ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
badPlatforms = [ "x86_64-darwin" ]; badPlatforms = [ "x86_64-darwin" ];
}; };

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Transparent SOCKS v4 proxying library"; description = "Transparent SOCKS v4 proxying library";
homepage = "http://tsocks.sourceforge.net/"; homepage = "http://tsocks.sourceforge.net/";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with maintainers; [ edwtjo phreedom ]; maintainers = with maintainers; [ edwtjo ];
platforms = platforms.unix; platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin; broken = stdenv.hostPlatform.isDarwin;
}; };

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.and.org/ustr/"; homepage = "http://www.and.org/ustr/";
description = "Micro String API for C language"; description = "Micro String API for C language";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -16,6 +16,6 @@ buildPythonPackage rec {
description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources"; description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python"; homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ phreedom ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -31,7 +31,7 @@ buildPythonPackage rec {
description = "A pluggable transport proxy"; description = "A pluggable transport proxy";
homepage = "https://www.torproject.org/projects/obfsproxy"; homepage = "https://www.torproject.org/projects/obfsproxy";
repositories.git = "https://git.torproject.org/pluggable-transports/obfsproxy.git"; repositories.git = "https://git.torproject.org/pluggable-transports/obfsproxy.git";
maintainers = with maintainers; [ phreedom thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice ];
}; };
} }

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Controller library that allows applications to interact with Tor"; description = "Controller library that allows applications to interact with Tor";
homepage = "https://stem.torproject.org/"; homepage = "https://stem.torproject.org/";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ phreedom ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
homepage = "https://springrts.com/"; homepage = "https://springrts.com/";
description = "A powerful real-time strategy (RTS) game engine"; description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom qknight domenkozar sorki ]; maintainers = with maintainers; [ qknight domenkozar sorki ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://github.com/springlobby/springlobby.git"; repositories.git = "git://github.com/springlobby/springlobby.git";
description = "Cross-platform lobby client for the Spring RTS project"; description = "Cross-platform lobby client for the Spring RTS project";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom qknight domenkozar ]; maintainers = with maintainers; [ qknight domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -27,7 +27,7 @@ let
homepage = "https://apparmor.net/"; homepage = "https://apparmor.net/";
description = "A mandatory access control system - ${component}"; description = "A mandatory access control system - ${component}";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ joachifm julm phreedom thoughtpolice ]; maintainers = with maintainers; [ joachifm julm thoughtpolice ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation {
description = "Kernel module driver for some Broadcom's wireless cards"; description = "Kernel module driver for some Broadcom's wireless cards";
homepage = "http://www.broadcom.com/support/802.11/linux_sta.php"; homepage = "http://www.broadcom.com/support/802.11/linux_sta.php";
license = lib.licenses.unfreeRedistributable; license = lib.licenses.unfreeRedistributable;
maintainers = with lib.maintainers; [ phreedom ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View file

@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://w1.fi/hostap.git"; repositories.git = "git://w1.fi/hostap.git";
description = "A user space daemon for access point and authentication servers"; description = "A user space daemon for access point and authentication servers";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ninjatrappeur hexa ]; maintainers = with maintainers; [ ninjatrappeur hexa ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "SELinux binary policy manipulation library"; description = "SELinux binary policy manipulation library";
homepage = "http://userspace.selinuxproject.org"; homepage = "http://userspace.selinuxproject.org";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
}; };
} }

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://mediatomb.git.sourceforge.net/gitroot/mediatomb/mediatomb"; repositories.git = "git://mediatomb.git.sourceforge.net/gitroot/mediatomb/mediatomb";
description = "UPnP MediaServer with a web user interface"; description = "UPnP MediaServer with a web user interface";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.pps.jussieu.fr/~jch/software/polipo/"; homepage = "http://www.pps.jussieu.fr/~jch/software/polipo/";
description = "A small and fast caching web proxy"; description = "A small and fast caching web proxy";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ phreedom ehmry ]; maintainers = with maintainers; [ ehmry ];
platforms = platforms.all; platforms = platforms.all;
knownVulnerabilities = [ knownVulnerabilities = [
"Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849" "Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849"

View file

@ -77,6 +77,6 @@ buildPythonPackage rec {
''; '';
license = licenses.publicDomain; license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 ]; maintainers = with maintainers; [ bluescreen303 AndersonTorres fpletz ma27 ];
}; };
} }

View file

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/network-manager-applet/"; homepage = "https://gitlab.gnome.org/GNOME/network-manager-applet/";
description = "NetworkManager control applet for GNOME"; description = "NetworkManager control applet for GNOME";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -191,7 +191,7 @@ stdenv.mkDerivation rec {
description = "Network configuration and management tool"; description = "Network configuration and management tool";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS"; changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz maxeaubrey ]); maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz maxeaubrey ]);
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -18,6 +18,6 @@ buildGoModule rec {
description = "A pluggable transport proxy"; description = "A pluggable transport proxy";
homepage = "https://www.torproject.org/projects/obfsproxy"; homepage = "https://www.torproject.org/projects/obfsproxy";
repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git"; repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git";
maintainers = with maintainers; [ phreedom thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice ];
}; };
} }

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/amule-project/amule"; homepage = "https://github.com/amule-project/amule";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
# cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project. # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
broken = enableDaemon; broken = enableDaemon;

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
# GPLv2 (or later). See https://www.privoxy.org/user-manual/copyright.html # GPLv2 (or later). See https://www.privoxy.org/user-manual/copyright.html
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
}; };
} }

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.clamav.net"; homepage = "https://www.clamav.net";
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats"; description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom robberer qknight fpletz globin ]; maintainers = with maintainers; [ robberer qknight fpletz globin ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation {
homepage = "http://www.f-prot.com"; homepage = "http://www.f-prot.com";
description = "A popular proprietary antivirus program"; description = "A popular proprietary antivirus program";
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://tails.boum.org"; homepage = "https://tails.boum.org";
description = "GTK application to display Tor circuits and streams"; description = "GTK application to display Tor circuits and streams";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.phreedom ]; maintainers = [ ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/Archive/policykit-gnome"; homepage = "https://gitlab.gnome.org/Archive/policykit-gnome";
description = "A dbus session bus service that is used to bring up authentication dialogs"; description = "A dbus session bus service that is used to bring up authentication dialogs";
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ phreedom ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View file

@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; maintainers = with maintainers;
[ phreedom thoughtpolice joachifm prusnak ]; [ thoughtpolice joachifm prusnak ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
repositories.git = "https://git.torproject.org/torsocks.git"; repositories.git = "https://git.torproject.org/torsocks.git";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ phreedom thoughtpolice ]; maintainers = with lib.maintainers; [ thoughtpolice ];
}; };
} }

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://ezix.org/project/wiki/HardwareLiSter"; homepage = "https://ezix.org/project/wiki/HardwareLiSter";
description = "Provide detailed information on the hardware configuration of the machine"; description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }