about summary refs log tree commit diff
path: root/pkgs/tools/security/signing-party
AgeCommit message (Collapse)AuthorFilesLines
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-14/+14
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-07-09signing-party: 2.10 -> 2.11Michael Weiss1-2/+7
Note: The only change is a new gpgparticipants-filter command.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-12switch users of "gnupg1" to plain "gnupg"Spencer Baugh1-15/+15
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra symlinks in the bin directory. None of these packages need those symlinks, and it's confusing for them to say they're depending on "gnupg1", so switch their dep to plain "gnupg".
2019-05-01signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)Michael Weiss1-5/+8
I switched to fetchFromGitLab for more transparency and because 2.10 is not yet available on any Debian mirrors. A drawback is that any dates in the man pages will now always be set to 1970-01-01, because fetchFromGitLab removes the timestamps from $src (not manually but by unpacking the archive).
2019-03-02signing-party: 2.8 -> 2.9Michael Weiss1-2/+2
2019-02-03signing-party: Update meta.homepageMichael Weiss1-1/+1
The current repository (debian/signing-party) was actually the old one (last activity 4 months ago) and signing-party-team/signing-party is the new upstream repository.
2019-01-28signing-party: 2.7 -> 2.8Michael Weiss1-8/+5
2018-12-18Merge branch 'staging' into make-perl-pathdvolth1-1/+1
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-7/+7
2018-12-14treewide: remove aliases evaluated to `null`volth1-1/+1
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-1/+1
fixes build with disallowed aliases
2018-01-29signing-party: 2.6 -> 2.7Michael Weiss1-2/+2
2017-12-03signing-party: 2.5 -> 2.6Michael Weiss1-4/+3
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-03-28signing-party: Add 4 missing man pages + dep fixMichael Weiss1-4/+10
The manual pages for the following 4 tools where still missing: - gpgsigs - keyanalyze - pgpring - process_keys The gpgdir script needs the gpg binary. The 19 tools are licensed under various licenses.
2017-03-26signing-party: Fix deps and include all toolsMichael Weiss1-47/+191
Additional tools: - gpg-key2latex - gpgdir - gpgwrap This module is really hacky and the dependencies are very messy... :o However I tried my best at testing all 19 individual tools and they should (hopefully) all work now (apart from sendmail which can be provided by multiple packages) :) The code is very redundant (sorry) but imho it's easier to read and maintain it that way. TODO: There are some additional manual pages that could be included (I'm too exhausted for that atm...). And there might be a lot of stuff that could be improved in the future.
2017-01-21signing-party: 2.2 -> 2.5, install all toolsFranz Pletz1-8/+44
2016-06-03signing-party: 2.1 -> 2.2Matthias Beyer1-2/+2
2015-12-14signing-party: 2.0 -> 2.1Eric Sagnes1-2/+2
2015-06-29Fixed some descriptionsPascal Wittmann1-1/+1
2015-06-03signing-party: Americanise licence -> licenseTobias Geerinckx-Rice1-1/+1
2015-06-03Add signing-party (aka., gpg-tools)Damien Cassou2-0/+53