Troy Sankey
cda0ef045f
gnu: pius: Update to 2.2.3.
...
* gnu/packages/gnupg.scm (pius): Update to 2.2.3.
[source]: Switch back to using the tarball release.
[arguments]: End 'set-gpg-file-name' phase on #t.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-27 01:29:11 +01:00
Marius Bakke
23d57f74dc
gnu: gnupg: Update to 2.1.18.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.18.
[source]: Remove patch.
* gnu/packages/patches/gnupg-test-segfault-on-32bit-arch.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-24 21:48:01 +01:00
Leo Famulari
7ba0249223
gnu: signing-party: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gnupg.scm (signing-party)[arguments]: Use (which "sh") instead of
(which "bash") in 'configure' phase.
2017-01-23 17:23:04 -05:00
Leo Famulari
2e4b67b950
gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-check-sh' phase.
2017-01-23 17:23:04 -05:00
Leo Famulari
3a534f4264
gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-config-files' phase.
2017-01-23 17:23:04 -05:00
Leo Famulari
1c9cea74b4
gnu: python-pygpgme: Fix build failure.
...
* gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[source]: Use it.
2017-01-07 19:00:58 -05:00
Thomas Danckaert
e10872cc83
gnu: gpgme: Patch CMake files.
...
* gnu/packages/gnupg.scm (gpgme)[arguments]: Substitute '@libsuffix@' by
'.so'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-07 22:55:40 +01:00
Leo Famulari
e3dd1f0cb8
gnu: Add python-gpg.
...
* gnu/packages/gnupg.scm (python-gpg, python2-gpg): New variable.
2017-01-03 12:35:44 -05:00
Leo Famulari
9e0f16f23f
gnu: gpgme: Update to 1.8.0.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.8.0.
[arguments]: Don't set 'GPG=gpg2' in #:configure-flags. GnuPG-2.x is
installed as 'gpg' on Guix.
2017-01-03 12:35:44 -05:00
Troy Sankey
0f391063d9
gnu: pius: Update to 2.2.2-0.891687c.
...
* gnu/packages/gnupg.scm (pius): Update to 2.2.2-0.891687c.
[inputs]: Change GNUPG-2.0 to GNUPG (2.1).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-31 01:44:04 +01:00
Marius Bakke
059b3aa9c3
gnu: gnupg: Fix build on 32-bit architectures.
...
* gnu/packages/patches/gnupg-test-segfault-on-32bit-arch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnupg.scm (gnupg)[source]: Use it.
2016-12-22 15:05:50 +01:00
Efraim Flashner
e31d35de3f
gnu: gnupg: Remove unneeded input.
...
* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove adns.
2016-12-20 22:43:01 +02:00
Marius Bakke
06fcd4a89e
gnu: gnupg: Update to 2.1.17.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.17.
2016-12-20 15:48:24 +01:00
Leo Famulari
9b1d77f6d4
gnu: pinentry: Update to 1.0.0.
...
* gnu/packages/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-gnome3,
pinentry-qt): Update to 1.0.0.
2016-12-17 13:40:42 -05:00
Leo Famulari
402efb61d3
gnu: npth: Update to 1.3.
...
* gnu/packages/gnupg.scm (npth): Update to 1.3.
2016-12-17 13:40:42 -05:00
Leo Famulari
de32aa74b4
Merge branch 'master' into python-build-system
2016-11-25 11:20:21 -05:00
Leo Famulari
764c566221
gnu: gnupg: Update to 2.1.16.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.16.
[arguments]: Remove obsolete substitution from 'patch-paths' phase.
Remove 'set-home' phase. Add 'set-gnupg-home' phase.
2016-11-19 23:43:32 -05:00
Hartmut Goebel
5c31f4aa7c
gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)
...
This patch contains the changes for all modules beside python.scm where
setuptools are used in an inherited package and removing this input also
removes the need for inheriting the package. This is the case if adding
setuptools in the inherited package was the only change.
Change this to not inherit and remove the new needless call to
"strip-python2-variant (if applicable).
* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython,
python-twobitreader, python2-twobitreader,
python-plastid, python2-plastid,
python2-pybigwig,
python2-screed,
sra-tools): No longer "inherit" Python 2 packages
inheriting from a Python 3 package if the sole reason for inheriting was
adding python-setuptools respective python2-setuptools to [inputs],
[native-inputs] or [propagated-inputs]. Remove now needless [properties]
"python2-variant" where applicable.
* gnu/packages/django.scm (python-pytest-django, python2-pytest-django,
python-django-filter, python2-django-filter): Likewise.
* gnu/packages/gnupg.scm (python2-pygpgme): Likewise.
* gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient):
Likewise.
* gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise.
* gnu/packages/music.scm (python-pylast, python2-pylast): Likewise.
* gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock,
python2-git-review): Likewise.
* gnu/packages/password-utils.scm (python2-bcrypt): Likewise.
* gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise.
* gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise.
* gnu/packages/web.scm (python2-feedparser): Likewise.
2016-11-15 22:28:59 +01:00
ng0
e1b0b8f5b7
gnu: Fix name for ng0.
...
* gnu/packages/gnupg.scm: Change name in copyright header.
2016-11-15 14:36:58 -05:00
Leo Famulari
5045d80ff1
gnu: gnupg: Add TODO comment about custom build phase.
...
* gnu/packages/gnupg.scm (gnupg)[arguments]: Add comment.
2016-11-08 04:07:23 -05:00
Mark H Weaver
3d82676919
Merge branch 'master' into core-updates
2016-10-27 20:21:26 -04:00
Mike Gerwitz
cd9ed6c1cb
gnu: gnupg: Add support for pcsc-lite.
...
* gnu/packages/gnupg.scm (gnupg)[inputs]: Add pcsc-lite.
[arguments]: Rename phase 'patch-config-files' to 'patch-paths'. Patch
`scd/scdaemon.c' with absolute path of libpcsclite.so.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-10-27 09:56:54 +01:00
Leo Famulari
e3d9da3c0c
gnu: gnupg: Remove superfluous patch.
...
This patch was integrated into GnuPG 2.1.14.
* gnu/packages/patches/gnupg-fix-expired-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gnupg.scm (gnupg)[source]: Remove patch.
2016-10-13 10:05:23 -04:00
Mark H Weaver
abcf4858cd
Merge branch 'master' into core-updates
2016-10-12 09:28:14 -04:00
Christopher Baines
41edb23f5e
gnu: Add pinentry-gnome3.
...
* gnu/packages/gnupg.scm (pinentry-gnome3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-10 00:06:15 +02:00
Christopher Baines
9614897b71
gnu: pinentry: Remove 'gpg2' from description.
...
* gnu/package/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-qt)
[description]: The default in Guix is gpg, so only use this.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-10 00:06:15 +02:00
Ludovic Courtès
b1cb9f281a
gnu: libgcrypt@1.7: Replacement now has an accurate 'version' field.
...
* gnu/packages/gnupg.scm (libgcrypt-1.7.3)[version]: New field.
2016-10-03 23:16:48 +02:00
Ludovic Courtès
79355ae3e8
Merge branch 'master' into core-updates
2016-09-30 12:05:27 +02:00
Leo Famulari
d404a6f971
gnu: gnupg: Fix test failure.
...
* gnu/packages/patches/gnupg-fix-expired-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (gnupg): Use it.
2016-09-19 16:09:56 -04:00
Efraim Flashner
b3d2be945d
Merge remote-tracking branch 'origin/master' into core-updates
2016-08-29 23:46:33 +03:00
Ricardo Wurmus
ec0897638e
gnu: python-gnupg: Fix broken tests.
...
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase.
2016-08-26 23:58:55 +02:00
Leo Famulari
c95f71601c
gnu: libksba: Update to 1.3.5.
...
* gnu/packages/gnupg.scm (libksba): Update to 1.3.5.
2016-08-24 14:02:09 -04:00
David Craven
984ad832e2
gnu: pinentry-qt: Build with gnu++11.
...
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
2016-08-22 01:49:52 +02:00
Ludovic Courtès
d4b1977f83
gnu: pius: Use the 'gpg' command instead of 'gpg2'.
...
This is a followup to bc85b127df
.
* gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead
of 'gpg2'.
2016-08-22 00:20:48 +02:00
ng0
dd582f4ae5
gnu: gnupg: Fix test failures.
...
* gnu/packages/gnupg.scm (gnupg)[arguments]: Set $HOME before 'check' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-21 18:08:12 -04:00
Efraim Flashner
e379d85c6c
gnu: paperkey: Use 'modify-phases'.
...
* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
2016-08-19 11:51:56 +03:00
Efraim Flashner
7ac534037b
gnu: signing-key: Use tex for the description.
...
* gnu/packages/gnupg.scm (signing-key)[description]: Update the
description to use tex formatting.
2016-08-19 11:49:10 +03:00
Efraim Flashner
807143b640
gnu: signing-party: Use Debian mirror for downloads.
...
* gnu/packages/gnupg.scm (signing-party)[source]: Switch to using the
Debian mirror scheme.
2016-08-19 11:34:03 +03:00
Efraim Flashner
6a90a614ec
gnu: signing-party: Use 'modify-phases'.
...
* gnu/packages/gnupg.scm (signing-party)[arguments]: Use 'modify-phases'.
2016-08-19 11:29:21 +03:00
Efraim Flashner
a78435223b
gnu: python-pygpgme: Move setuptools to python2-pygpgme.
...
* gnu/packages/gnupg.scm (python-pygpgme)[inputs]: Remove
python-setuptools.
(python2-pygpgme)[native-inputs]: Add python2-setuptools.
2016-08-19 11:24:42 +03:00
Leo Famulari
7deb5ee899
gnu: gnupg: Update to 2.1.15.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.15.
[arguments]: Add 'patch-scheme-tests' phase.
2016-08-18 14:53:52 -04:00
ng0
995e8baf97
gnu: libgpg-error: Update to 1.24.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.24.
2016-08-18 14:42:38 -04:00
Mark H Weaver
69aa6e0995
gnu: libgcrypt: Do not export replacement packages.
...
* gnu/packages/gnupg.scm (libgcrypt-1.7.3, libgcrypt-1.5.6): Use
'define' instead of 'define-public'.
2016-08-17 23:57:47 -04:00
Leo Famulari
6ccf3477f2
gnu: libgcrypt: Update to 1.7.3.
...
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.3.
[replacement]: Remove field.
(libgcrypt-1.7.3): Remove variable.
2016-08-17 23:36:28 -04:00
Leo Famulari
c2cf198f27
gnu: libgcrypt-1.5: Update to 1.5.6.
...
* gnu/packages/gnupg.scm (libgcrypt-1.5): Update to 1.5.6.
[replacement]: Remove field.
(libgcrypt-1.5.6): Remove variable.
2016-08-17 23:36:28 -04:00
Mark H Weaver
866b05fd07
gnu: gnupg@1: Update to 1.4.21 [fixes CVE-2016-6316].
...
* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.21.
2016-08-17 19:24:59 -04:00
Mark H Weaver
67f5adbae6
gnu: libgcrypt: Replace with 1.7.3 [fixes CVE-2016-6316].
...
* gnu/packages/gnupg.scm (libgcrypt)[replacement]: New field.
(libgcrypt-1.7.3): New variable.
2016-08-17 19:24:56 -04:00
Mark H Weaver
90e20240e3
gnu: libgcrypt@1.5: Replace with 1.5.6 [fixes CVE-2016-6316].
...
* gnu/packages/gnupg.scm (libgcrypt-1.5)[replacement]: New field.
(libgcrypt-1.5.6): New variable.
2016-08-17 19:24:48 -04:00
Leo Famulari
29d9075727
gnu: gnupg-1: Use modify-phases syntax.
...
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use modify-phases syntax.
2016-08-13 20:49:26 -04:00
Andreas Enge
14656f4495
Merge remote-tracking branch 'origin/master' into core-updates
2016-07-25 21:58:36 +02:00