summary refs log tree commit diff
path: root/pkgs/tools/security/signing-party
Commit message (Collapse)AuthorAge
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* signing-party: 2.10 -> 2.11Michael Weiss2020-07-09
| | | | Note: The only change is a new gpgparticipants-filter command.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* switch users of "gnupg1" to plain "gnupg"Spencer Baugh2019-05-12
| | | | | | | 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".
* signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)Michael Weiss2019-05-01
| | | | | | | | 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).
* signing-party: 2.8 -> 2.9Michael Weiss2019-03-02
|
* signing-party: Update meta.homepageMichael Weiss2019-02-03
| | | | | | 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.
* signing-party: 2.7 -> 2.8Michael Weiss2019-01-28
|
* Merge branch 'staging' into make-perl-pathdvolth2018-12-18
|\
| * treewide: remove aliases evaluated to `null`volth2018-12-14
| |
* | lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|/
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* signing-party: 2.6 -> 2.7Michael Weiss2018-01-29
|
* signing-party: 2.5 -> 2.6Michael Weiss2017-12-03
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* signing-party: Add 4 missing man pages + dep fixMichael Weiss2017-03-28
| | | | | | | | | | | | 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.
* signing-party: Fix deps and include all toolsMichael Weiss2017-03-26
| | | | | | | | | | | | | | | | | | | | 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.
* signing-party: 2.2 -> 2.5, install all toolsFranz Pletz2017-01-21
|
* signing-party: 2.1 -> 2.2Matthias Beyer2016-06-03
|
* signing-party: 2.0 -> 2.1Eric Sagnes2015-12-14
|
* Fixed some descriptionsPascal Wittmann2015-06-29
|
* signing-party: Americanise licence -> licenseTobias Geerinckx-Rice2015-06-03
|
* Add signing-party (aka., gpg-tools)Damien Cassou2015-06-03