Commit graph

22 commits

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Spencer Baugh 4b8803dae6 switch users of "gnupg1" to plain "gnupg"
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-12 20:08:50 +02:00
Michael Weiss 3b3a6367c8
signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)
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-05-01 16:45:33 +02:00
Michael Weiss f1e72eff33
signing-party: 2.8 -> 2.9 2019-03-02 10:20:12 +01:00
Michael Weiss 5b8a861c44
signing-party: Update meta.homepage
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-02-03 14:59:41 +01:00
Michael Weiss 2a051165d5
signing-party: 2.7 -> 2.8 2019-01-28 15:07:25 +01:00
volth fed7914539
Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
volth 6d2edfb0b8 treewide: remove aliases evaluated to null 2018-12-14 16:27:53 +00:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
Michael Weiss b05ad671fb signing-party: 2.6 -> 2.7 2018-01-29 16:14:44 +01:00
Michael Weiss 70d1c37f77 signing-party: 2.5 -> 2.6 2017-12-03 00:40:04 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Michael Weiss 02e469fa04 signing-party: Add 4 missing man pages + dep fix
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-28 22:09:55 +02:00
Michael Weiss ef8c0d1388 signing-party: Fix deps and include all tools
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-03-26 21:12:45 +02:00
Franz Pletz 3c49d9788c
signing-party: 2.2 -> 2.5, install all tools 2017-01-21 20:46:04 +01:00
Matthias Beyer 5ba49a427b
signing-party: 2.1 -> 2.2 2016-06-03 15:59:50 +02:00
Eric Sagnes b619983354 signing-party: 2.0 -> 2.1 2015-12-14 21:05:25 +09:00
Pascal Wittmann 512225ef81 Fixed some descriptions 2015-06-29 16:20:58 +02:00
Tobias Geerinckx-Rice a714ddcbd5 signing-party: Americanise licence -> license 2015-06-03 22:40:10 +02:00
Damien Cassou a4ac0caa52 Add signing-party (aka., gpg-tools) 2015-06-03 17:08:45 +02:00