k_f 14/08/08 11:30:23
Added: monkeysphere-0.37_default_shell.patch
monkeysphere-0.37_hd_od.patch
Log:
Version bump: new upstream release of 0.37
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0xFC3B17DE05E136A0!)
Revision Changes Path
1.1
app-crypt/monkeysphere/files/monkeysphere-0.37_default_shell.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysphere/files/monkeysphere-0.37_default_shell.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysphere/files/monkeysphere-0.37_default_shell.patch?rev=1.1&content-type=text/plain
Index: monkeysphere-0.37_default_shell.patch
===================================================================
diff -r d0c02fe6a949 src/share/common
--- a/src/share/common Sun Oct 06 19:21:18 2013 +0200
+++ b/src/share/common Sun Oct 06 19:21:49 2013 +0200
@@ -108,7 +108,7 @@
# if root, su command as monkeysphere user
'root')
# requote arguments using bash builtin feature (see "help printf"):
- su "$MONKEYSPHERE_USER" -c "$(printf "%q " "$@")"
+ su -s /bin/bash "$MONKEYSPHERE_USER" -c "$(printf "%q " "$@")"
;;
# otherwise, fail
1.1 app-crypt/monkeysphere/files/monkeysphere-0.37_hd_od.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysphere/files/monkeysphere-0.37_hd_od.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysphere/files/monkeysphere-0.37_hd_od.patch?rev=1.1&content-type=text/plain
Index: monkeysphere-0.37_hd_od.patch
===================================================================
diff -r 6150774ec7f4 tests/keytrans
--- a/tests/keytrans Sun Feb 16 20:11:02 2014 +0100
+++ b/tests/keytrans Sun Feb 16 20:11:40 2014 +0100
@@ -104,8 +104,8 @@
<(gpg --list-packets < "$TEMPDIR"/converted.secret.key)
diff -u \
- <(hd "$TEMPDIR"/secret.key) \
- <(hd "$TEMPDIR"/converted.secret.key)
+ <(od -xc "$TEMPDIR"/secret.key) \
+ <(od -xc "$TEMPDIR"/converted.secret.key)
KEYFPR=$(gpg --fingerprint --with-colons --list-keys | grep ^fpr | cut -f10
-d:)
KEYID=$(printf "%s" "$KEYFPR" | cut -b25-40)