summaryrefslogtreecommitdiff
path: root/security/gpgme/files/patch-tests_gpg_Makefile.in
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2017-04-05 20:13:00 +0000
committerJason E. Hale <jhale@FreeBSD.org>2017-04-05 20:13:00 +0000
commitf9d0b63e5bb79260904ec1be6d441550c9f8acfc (patch)
tree3a199f208c0a5569da352e1b0ef7c0c9dd165c78 /security/gpgme/files/patch-tests_gpg_Makefile.in
parentNew port, devel/rubygem-appraisal: Integrates with bundler and rake to test (diff)
Update security/gpgme and friends to 1.9.0 [1]
Fix LICENSE Add regression test support for master port. Slave port tests are not working properly and need further investigation. PR: 218316 (based on) [1] Submitted by: gahr [1] Changes: https://lists.gnupg.org/pipermail/gnupg-users/2017-March/057963.html
Notes
Notes: svn path=/head/; revision=437834
Diffstat (limited to 'security/gpgme/files/patch-tests_gpg_Makefile.in')
-rw-r--r--security/gpgme/files/patch-tests_gpg_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gpgme/files/patch-tests_gpg_Makefile.in b/security/gpgme/files/patch-tests_gpg_Makefile.in
new file mode 100644
index 000000000000..3056ed6ba0ca
--- /dev/null
+++ b/security/gpgme/files/patch-tests_gpg_Makefile.in
@@ -0,0 +1,14 @@
+gpg 2.1.x needs pinentry loopback mode enabled for the passphase callback
+supplied by the tests to work
+
+--- tests/gpg/Makefile.in.orig 2017-04-05 12:22:44 UTC
++++ tests/gpg/Makefile.in
+@@ -1115,6 +1115,8 @@ export GPG_AGENT_INFO :=
+ ./gpg.conf:
+ # This is required for t-sig-notations.
+ echo no-force-v3-sigs > ./gpg.conf
++ echo "ignore-invalid-option pinentry-mode" >> ./gpg.conf
++ echo "pinentry-mode loopback" >> ./gpg.conf
+
+ ./gpg-agent.conf:
+ # This is required for gpg2, which does not support command fd.