about summary refs log tree commit diff
path: root/pkgs/tools/security/trousers
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26trousers: 0.3.14 -> 0.3.15Thomas Gerbet2-8/+6
Fix CVE-2020-24332, CVE-2020-24330 and CVE-2020-24331.
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-11trousers: 0.3.13 -> 0.3.14Alex Guzman1-12/+7
* Update trousers to latest, use regular openssl (#68338) trousers: cleanup * some CFLAGS and LDFLAGS are not needed anymore * libtool file fixup was a no-op * license is now BSD-3 since: https://sourceforge.net/p/trousers/trousers/ci/0160d229f8fbab7c6900662155f42050e3d563a0/
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-09-28Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson1-1/+1
2017-09-22darwin: Disable yet another bunch of packages never having built successfullyTuomas Tynkkynen1-1/+1
cjdns: https://hydra.nixos.org/build/61134279 jonprl: https://hydra.nixos.org/build/61123711 mate.libmatemixer: https://hydra.nixos.org/build/61126968 dirac: https://hydra.nixos.org/build/61132432 idnkit: https://hydra.nixos.org/build/61123544 trousers: https://hydra.nixos.org/build/61109766 packetdrill: https://hydra.nixos.org/build/61116190 osm2pgsql: https://hydra.nixos.org/build/61118017 nawk: https://hydra.nixos.org/build/61139000
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát1-2/+3
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-06-12trousers: Add gcc5 compatWilliam A. Kennington III1-1/+2
2015-05-11trousers: Fix darwin buildWilliam A. Kennington III1-1/+1
2015-05-05gnutls: fixup 6b6183125 with multiple-output changesVladimír Čunát1-1/+1
2015-04-25gnutls, trousers: fix .la and .pc files, remove propagated build inputsLuca Bruno1-2/+7
cc @vcunat @wkennington
2015-04-20trousers: Propagate opensslWilliam A. Kennington III1-1/+1
2014-10-14Update: trousers 0.3.11 -> 0.3.13Thomas Strobel3-70/+7
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-08-12PR fixups: use mirror://, drop unused params, etc.Vladimír Čunát1-5/+10
Note: hash of trousers tarball didn't match (anymore), so I updated it to the one from sourceforge. It's probably some safe and tiny retrospective update.
2014-04-23Changed trousers license from cpl to cpl10.Alexander Kjeldaas1-1/+1
2014-04-22Added meta information and maintainer for trusted computing pkgs.Alexander Kjeldaas1-0/+1
2014-04-22Added trousers, tpm-tools, and tboot.Alexander Kjeldaas4-0/+105
Added lcp_writepol -Z option.