cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs ./ChangeLog ./configure ./configure.in doc... [signed-com


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs ./ChangeLog ./configure ./configure.in doc... [signed-commits3]
Date: Thu, 12 Jan 2006 03:16:06 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         signed-commits3
Changes by:     Derek Robert Price <address@hidden>     06/01/12 03:16:06

Modified files:
        .              : ChangeLog configure configure.in 
        doc            : cvs.1 

Log message:
        * configure.in: Define DEFAULT_VERIFY_TEMPLATE as documented.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/ChangeLog.diff?only_with_tag=signed-commits3&tr1=1.1274.2.9&tr2=1.1274.2.10&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/configure.diff?only_with_tag=signed-commits3&tr1=1.430.2.2&tr2=1.430.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/configure.in.diff?only_with_tag=signed-commits3&tr1=1.362.6.2&tr2=1.362.6.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/cvs.1.diff?only_with_tag=signed-commits3&tr1=1.38.2.2&tr2=1.38.2.3&r1=text&r2=text

Patches:
Index: ccvs/ChangeLog
diff -u ccvs/ChangeLog:1.1274.2.9 ccvs/ChangeLog:1.1274.2.10
--- ccvs/ChangeLog:1.1274.2.9   Wed Jan 11 14:27:00 2006
+++ ccvs/ChangeLog      Thu Jan 12 03:16:05 2006
@@ -1,5 +1,7 @@
 2006-01-11  Derek Price  <address@hidden>
 
+       * configure.in: Define DEFAULT_VERIFY_TEMPLATE as documented.
+
        * GPG-TODO: Note progress.
 
 2006-01-10  Derek Price  <address@hidden>
Index: ccvs/configure
diff -u ccvs/configure:1.430.2.2 ccvs/configure:1.430.2.3
--- ccvs/configure:1.430.2.2    Sat Dec 31 19:54:23 2005
+++ ccvs/configure      Thu Jan 12 03:16:05 2006
@@ -5658,7 +5658,7 @@
 
 
 cat >>confdefs.h <<_ACEOF
-#define DEFAULT_VERIFY_TEMPLATE "$GPG --verify %t %a -- %s %d"
+#define DEFAULT_VERIFY_TEMPLATE "$GPG --verify %t %a -- %S %s"
 _ACEOF
 
 
Index: ccvs/configure.in
diff -u ccvs/configure.in:1.362.6.2 ccvs/configure.in:1.362.6.3
--- ccvs/configure.in:1.362.6.2 Sat Dec 31 19:54:23 2005
+++ ccvs/configure.in   Thu Jan 12 03:16:06 2006
@@ -134,7 +134,7 @@
           DEFAULT_SIGN_TEMPLATE would like to see for text files (substituted
           at run time in place of `%t' in the DEFAULT_SIGN_TEMPLATE).])
 AC_DEFINE_UNQUOTED([DEFAULT_VERIFY_TEMPLATE],
-                  ["$GPG --verify %t %a -- %s %d"],
+                  ["$GPG --verify %t %a -- %S %s"],
                   [Define to a command line template that will read an
                    OpenPGP signature from the file `%s' and use it to verify
                    the integrity of the file `%d'.  `%t' is substituted at run
Index: ccvs/doc/cvs.1
diff -u ccvs/doc/cvs.1:1.38.2.2 ccvs/doc/cvs.1:1.38.2.3
--- ccvs/doc/cvs.1:1.38.2.2     Wed Jan 11 20:41:04 2006
+++ ccvs/doc/cvs.1      Thu Jan 12 03:16:06 2006
@@ -495,6 +495,13 @@
 \fB/usr/bin/gpg --detach-sign --output - %t %a %s\fR.
 .SP
 .IP "" 0
+\fB--textmode\fR
+.IP "" 2
+The value passed to both in place of %t in both the OpenPGP signature
+and the OpenPGP verification command line templates.  Defaults to
+\fB--textmode\fR.
+.SP
+.IP "" 0
 \fB--verify\fR
 .IP "" 2
 .IP "" 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]