summaryrefslogtreecommitdiff
path: root/system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 19:10:06 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 19:10:06 -0500
commitae0d40a7aafef1e14fae03c2bd164509aeeaec55 (patch)
treebf2b08a212d8e949d89fc45123b4e2a1bf1a34bc /system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch
parent577b0d6c3d0c1ee436d1b345805728f0b1908edb (diff)
downloadpackages-ae0d40a7aafef1e14fae03c2bd164509aeeaec55.tar.gz
packages-ae0d40a7aafef1e14fae03c2bd164509aeeaec55.tar.bz2
packages-ae0d40a7aafef1e14fae03c2bd164509aeeaec55.tar.xz
packages-ae0d40a7aafef1e14fae03c2bd164509aeeaec55.zip
system/libidn: pull in for perl-net-libidn
Diffstat (limited to 'system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch')
-rw-r--r--system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch b/system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch
new file mode 100644
index 000000000..d32b0097d
--- /dev/null
+++ b/system/libidn/gnulib-tests-dont-require-gpg-passphrase.patch
@@ -0,0 +1,10 @@
+--- libidn-1.35/gltests/test-vc-list-files-git.sh.old 2018-01-03 18:36:29.000000000 -0600
++++ libidn-1.35/gltests/test-vc-list-files-git.sh 2018-06-18 21:57:08.305562148 -0500
+@@ -32,6 +32,7 @@
+ touch d/a b c &&
+ git config user.email "you@example.com" &&
+ git config user.name "Your Name" &&
++ git config commit.gpgsign false &&
+ git add . > /dev/null &&
+ git commit -q -a -m log &&
+ printf '%s\n' b c d/a > expected &&