./security/gpgme, GnuPG Made Easy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 1.10.0, Package name: gpgme-1.10.0, Maintainer: pkgsrc-users

GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for
encryption, decryption, signing, signature verification and key
management.


Required to run:
[security/libassuan2] [security/gnupg2] [security/libgpg-error]

Required to build:
[pkgtools/cwrappers]

Package options: gnupg2

Master sites:

SHA1: 77d3390887da25ed70b7ac04392360efbdca501f
RMD160: 9e6d0cef086b47f697a17384082f0c9f2f95c412
Filesize: 1338.049 KB

Version history: (Expand)


CVS history: (Expand)


   2018-06-08 12:47:40 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5770 - requested by leot
security/gpgme: build fix

Revisions pulled up:
- security/gpgme/options.mk                                     1.10

---
   Module Name:	pkgsrc
   Committed By:	leot
   Date:		Sun Jun  3 21:18:34 UTC 2018

   Modified Files:
   	pkgsrc/security/gpgme: options.mk

   Log message:
   gpgme: Disable tests that needs gpg-agent when built with gnupg1 option

   When building with the gnupg1 option some tests force the need of
   gpg-agent and fails as noticed by <uwe> via PR pkg/53160.

   Adjust options.mk accordingly disabling gpgsm tests for the gnupg1
   option.

   Should fix PR pkg/53160 reported by <uwe>.