summaryrefslogtreecommitdiff
path: root/pcr/monkeysphere/msauth.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2015-02-19 09:41:25 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2015-02-19 09:41:55 -0300
commitadc18be67e12465365586f2e1cc6fca7a8cd920c (patch)
treeb5322898e11885c8e46fd80c4b5b27db8bc3a24b /pcr/monkeysphere/msauth.patch
parent8fb27a5389afb53b2f8846f9b48114644036316f (diff)
downloadabslibre-adc18be67e12465365586f2e1cc6fca7a8cd920c.tar.gz
abslibre-adc18be67e12465365586f2e1cc6fca7a8cd920c.tar.bz2
abslibre-adc18be67e12465365586f2e1cc6fca7a8cd920c.zip
monkeysphere: upgrade
Diffstat (limited to 'pcr/monkeysphere/msauth.patch')
-rw-r--r--pcr/monkeysphere/msauth.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/monkeysphere/msauth.patch b/pcr/monkeysphere/msauth.patch
new file mode 100644
index 000000000..b426101b9
--- /dev/null
+++ b/pcr/monkeysphere/msauth.patch
@@ -0,0 +1,20 @@
+--- a/src/monkeysphere-authentication 2014-08-06 19:27:38.000000000 +0200
++++ b/src/monkeysphere-authentication 2014-12-07 23:23:37.770134940 +0100
+@@ -73,7 +73,7 @@
+ GNUPGHOME="$GNUPGHOME_CORE"
+ export GNUPGHOME
+
+- gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@"
++ gpg1 --fixed-list-mode --no-greeting --quiet --no-tty "$@"
+ }
+
+ # function to interact with the gpg sphere keyring
+@@ -81,7 +81,7 @@
+ GNUPGHOME="$GNUPGHOME_SPHERE"
+ export GNUPGHOME
+
+- su_monkeysphere_user gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@"
++ su_monkeysphere_user gpg1 --fixed-list-mode --no-greeting --quiet --no-tty "$@"
+ }
+
+ check_openpgp2ssh_sanity() {