mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Added meta information and maintainer for trusted computing pkgs.
This commit is contained in:
parent
baf4faeddc
commit
722455c16f
@ -6,6 +6,7 @@
|
||||
|
||||
_1126 = "Christian Lask <mail@elfsechsundzwanzig.de>";
|
||||
aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>";
|
||||
ak = "Alexander Kjeldaas <ak@formalprivacy.com>";
|
||||
akc = "Anders Claesson <akc@akc.is>";
|
||||
algorith = "Dries Van Daele <dries_van_daele@telenet.be>";
|
||||
all = "Nix Committers <nix-commits@lists.science.uu.nl>";
|
||||
|
@ -19,4 +19,14 @@ stdenv.mkDerivation {
|
||||
substituteInPlace docs/Makefile --replace /usr/share /share
|
||||
'';
|
||||
installFlags = "DESTDIR=$(out)";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
|
||||
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
|
||||
and verified launch of an OS kernel/VMM.'';
|
||||
homepage = http://sourceforge.net/projects/tboot/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ak ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -9,4 +9,14 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ trousers openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''The TPM Quote Tools is a collection of programs that provide support
|
||||
for TPM based attestation using the TPM quote mechanism. The manual
|
||||
page for tpm_quote_tools provides a usage overview.'';
|
||||
homepage = http://tpmquotetools.sourceforge.net/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ak ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -9,4 +9,14 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ trousers openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''tpm-tools is an open-source package designed to enable user and application
|
||||
enablement of Trusted Computing using a Trusted Platform Module (TPM),
|
||||
similar to a smart card environment.'';
|
||||
homepage = http://sourceforge.net/projects/trousers/files/tpm-tools/;
|
||||
license = licenses.cpl10;
|
||||
maintainers = [ maintainers.ak ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,7 @@ stdenv.mkDerivation {
|
||||
description = "TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack.";
|
||||
homepage = http://trousers.sourceforge.net/;
|
||||
license = licenses.cpl;
|
||||
maintainers = [ maintainers.ak ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user