summaryrefslogtreecommitdiff
path: root/user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-08 03:29:06 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:58 -0500
commit99de6a7b0f5e7ba7dade1a00af2295953a380329 (patch)
tree45906484c105771da78bc47af3195e2e00863609 /user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch
parent03b2990e2624c4fead9661daffef85351dac0d76 (diff)
downloadpackages-99de6a7b0f5e7ba7dade1a00af2295953a380329.tar.gz
packages-99de6a7b0f5e7ba7dade1a00af2295953a380329.tar.bz2
packages-99de6a7b0f5e7ba7dade1a00af2295953a380329.tar.xz
packages-99de6a7b0f5e7ba7dade1a00af2295953a380329.zip
user/gnutls: bump { 3.6.16 --> 3.7.4 }.
Diffstat (limited to 'user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch')
-rw-r--r--user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch b/user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch
deleted file mode 100644
index 2c9276cbc..000000000
--- a/user/gnutls/gnulib-tests-dont-require-gpg-passphrase.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnutls-3.6.2/gl/tests/test-vc-list-files-git.sh 2018-01-03 18:36:29.000000000 -0600
-+++ gnutls-3.6.2/gl/tests/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 &&