components/git/patches/gpg.patch
changeset 7802 c0b65702c22a
parent 7801 0dc67d04f8bb
child 7803 bab5480f2396
--- a/components/git/patches/gpg.patch	Thu Mar 23 08:04:21 2017 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-On Solaris, GnuPG's main executable is "gpg2" instead of "gpg".  Perhaps
-that should be otherwise, but until we deliver a "gpg" executable, git
-should look for "gpg2" instead.  This is not suitable for upstream.
-
---- git-2.6.1/gpg-interface.c	Fri Oct  2 15:40:47 2015
-+++ git-2.6.1/gpg-interface.c	Fri Dec  4 14:12:20 2015
-@@ -5,7 +5,7 @@
- #include "sigchain.h"
- 
- static char *configured_signing_key;
--static const char *gpg_program = "gpg";
-+static const char *gpg_program = "gpg2";
- 
- #define PGP_SIGNATURE "-----BEGIN PGP SIGNATURE-----"
- #define PGP_MESSAGE "-----BEGIN PGP MESSAGE-----"