2021-01-17 03:51:22 +00:00
|
|
|
{ fetchurl, fetchpatch, lib, stdenv, pkg-config, libgcrypt, libassuan, libksba
|
2019-10-21 00:37:16 +01:00
|
|
|
, libgpgerror, libiconv, npth, gettext, texinfo, buildPackages
|
2015-03-21 13:01:52 +00:00
|
|
|
|
|
|
|
# Each of the dependencies below are optional.
|
|
|
|
# Gnupg can be built without them at the cost of reduced functionality.
|
2019-10-21 00:37:16 +01:00
|
|
|
, guiSupport ? true, enableMinimal ? false
|
2020-04-21 07:35:40 +01:00
|
|
|
, adns ? null , bzip2 ? null , gnutls ? null , libusb1 ? null , openldap ? null
|
2019-10-21 00:37:16 +01:00
|
|
|
, pcsclite ? null , pinentry ? null , readline ? null , sqlite ? null , zlib ?
|
|
|
|
null
|
2014-10-31 18:47:03 +00:00
|
|
|
}:
|
|
|
|
|
2021-01-15 09:19:50 +00:00
|
|
|
with lib;
|
2015-03-21 13:01:52 +00:00
|
|
|
|
2019-10-21 00:37:16 +01:00
|
|
|
assert guiSupport -> pinentry != null && enableMinimal == false;
|
2015-03-21 13:01:52 +00:00
|
|
|
|
2014-10-31 18:47:03 +00:00
|
|
|
stdenv.mkDerivation rec {
|
2019-08-15 13:41:18 +01:00
|
|
|
pname = "gnupg";
|
2016-06-23 08:26:48 +01:00
|
|
|
|
2021-01-11 21:27:06 +00:00
|
|
|
version = "2.2.27";
|
2014-10-31 18:47:03 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2019-08-15 13:41:18 +01:00
|
|
|
url = "mirror://gnupg/gnupg/${pname}-${version}.tar.bz2";
|
2021-01-11 21:27:06 +00:00
|
|
|
sha256 = "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril";
|
2014-10-31 18:47:03 +00:00
|
|
|
};
|
|
|
|
|
2019-03-16 15:45:23 +00:00
|
|
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
2021-01-17 03:51:22 +00:00
|
|
|
nativeBuildInputs = [ pkg-config texinfo ];
|
2014-10-31 18:47:03 +00:00
|
|
|
buildInputs = [
|
2019-09-14 12:46:49 +01:00
|
|
|
libgcrypt libassuan libksba libiconv npth gettext
|
2020-04-21 07:35:40 +01:00
|
|
|
readline libusb1 gnutls adns openldap zlib bzip2 sqlite
|
2014-10-31 18:47:03 +00:00
|
|
|
];
|
|
|
|
|
2017-02-20 03:30:01 +00:00
|
|
|
patches = [
|
|
|
|
./fix-libusb-include-path.patch
|
2019-07-03 17:34:01 +01:00
|
|
|
./0001-dirmngr-Only-use-SKS-pool-CA-for-SKS-pool.patch
|
2020-02-16 10:17:31 +00:00
|
|
|
./tests-add-test-cases-for-import-without-uid.patch
|
|
|
|
./allow-import-of-previously-known-keys-even-without-UI.patch
|
|
|
|
./accept-subkeys-with-a-good-revocation-but-no-self-sig.patch
|
2017-02-20 03:30:01 +00:00
|
|
|
];
|
2019-06-30 15:04:22 +01:00
|
|
|
postPatch = ''
|
2020-07-27 14:37:35 +01:00
|
|
|
sed -i 's,hkps://hkps.pool.sks-keyservers.net,hkps://keys.openpgp.org,g' configure doc/dirmngr.texi doc/gnupg.info-1
|
|
|
|
# Fix broken SOURCE_DATE_EPOCH usage - remove on the next upstream update
|
|
|
|
sed -i 's/$SOURCE_DATE_EPOCH/''${SOURCE_DATE_EPOCH}/' doc/Makefile.am
|
|
|
|
sed -i 's/$SOURCE_DATE_EPOCH/''${SOURCE_DATE_EPOCH}/' doc/Makefile.in
|
2021-01-15 09:19:50 +00:00
|
|
|
'' + lib.optionalString ( stdenv.isLinux && pcsclite != null) ''
|
|
|
|
sed -i 's,"libpcsclite\.so[^"]*","${lib.getLib pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
|
2021-01-27 00:28:04 +00:00
|
|
|
'';
|
2016-03-18 09:12:15 +00:00
|
|
|
|
2016-06-17 10:27:59 +01:00
|
|
|
pinentryBinaryPath = pinentry.binaryPath or "bin/pinentry";
|
2019-03-16 15:45:23 +00:00
|
|
|
configureFlags = [
|
|
|
|
"--with-libgpg-error-prefix=${libgpgerror.dev}"
|
|
|
|
"--with-libgcrypt-prefix=${libgcrypt.dev}"
|
|
|
|
"--with-libassuan-prefix=${libassuan.dev}"
|
|
|
|
"--with-ksba-prefix=${libksba.dev}"
|
|
|
|
"--with-npth-prefix=${npth}"
|
|
|
|
] ++ optional guiSupport "--with-pinentry-pgm=${pinentry}/${pinentryBinaryPath}";
|
2014-10-31 18:47:03 +00:00
|
|
|
|
2019-10-21 00:37:16 +01:00
|
|
|
postInstall = if enableMinimal
|
|
|
|
then ''
|
|
|
|
rm -r $out/{libexec,sbin,share}
|
|
|
|
for f in `find $out/bin -type f -not -name gpg`
|
|
|
|
do
|
|
|
|
rm $f
|
|
|
|
done
|
|
|
|
'' else ''
|
2017-02-18 10:32:35 +00:00
|
|
|
mkdir -p $out/lib/systemd/user
|
|
|
|
for f in doc/examples/systemd-user/*.{service,socket} ; do
|
|
|
|
substitute $f $out/lib/systemd/user/$(basename $f) \
|
|
|
|
--replace /usr/bin $out/bin
|
|
|
|
done
|
2017-09-10 10:10:24 +01:00
|
|
|
|
|
|
|
# add gpg2 symlink to make sure git does not break when signing commits
|
|
|
|
ln -s $out/bin/gpg $out/bin/gpg2
|
2020-10-08 14:26:03 +01:00
|
|
|
|
|
|
|
# Make libexec tools available in PATH
|
|
|
|
ln -s -t $out/bin $out/libexec/*
|
2017-02-18 10:32:35 +00:00
|
|
|
'';
|
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2020-04-01 02:11:51 +01:00
|
|
|
homepage = "https://gnupg.org";
|
2017-03-27 20:47:38 +01:00
|
|
|
description = "Modern (2.1) release of the GNU Privacy Guard, a GPL OpenPGP implementation";
|
2014-10-31 18:47:03 +00:00
|
|
|
license = licenses.gpl3Plus;
|
2017-03-27 20:47:38 +01:00
|
|
|
longDescription = ''
|
|
|
|
The GNU Privacy Guard is the GNU project's complete and free
|
|
|
|
implementation of the OpenPGP standard as defined by RFC4880. GnuPG
|
|
|
|
"modern" (2.1) is the latest development with a lot of new features.
|
|
|
|
GnuPG allows to encrypt and sign your data and communication, features a
|
|
|
|
versatile key management system as well as access modules for all kind of
|
|
|
|
public key directories. GnuPG, also known as GPG, is a command line tool
|
|
|
|
with features for easy integration with other applications. A wealth of
|
|
|
|
frontend applications and libraries are available. Version 2 of GnuPG
|
|
|
|
also provides support for S/MIME.
|
|
|
|
'';
|
2019-01-26 10:01:09 +00:00
|
|
|
maintainers = with maintainers; [ peti fpletz vrthra ];
|
2014-10-31 18:47:03 +00:00
|
|
|
platforms = platforms.all;
|
|
|
|
};
|
|
|
|
}
|