[git] NTBTLS - branch, master, updated. ntbtls-0.1.2-8-g39d0b3a

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed Oct 24 09:43:57 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Not Too Bad TLS".

The branch, master has been updated
       via  39d0b3a02afe78cced546e7f9a61566b7be068c1 (commit)
      from  ea6edafcf8393fd7ae6eb0cef5c3b41d943c3e2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 39d0b3a02afe78cced546e7f9a61566b7be068c1
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Oct 24 16:42:48 2018 +0900

    build: Fix ntbtls.m4.
    
    * src/ntbtls.m4: Use --modversion to get the version.
    
    --
    
    Fixes-commit: 06e6d62dcaf6ecd08e16cc692a4bb4bc6acc9307
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/ntbtls.m4 b/src/ntbtls.m4
index 4a551b6..a958dda 100644
--- a/src/ntbtls.m4
+++ b/src/ntbtls.m4
@@ -66,7 +66,7 @@ AC_DEFUN([AM_PATH_NTBTLS],
                sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
     req_micro=`echo $min_ntbtls_version | \
                sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
-    ntbtls_config_version=`CC=$CC $NTBTLS_CONFIG --version`
+    ntbtls_config_version=`CC=$CC $NTBTLS_CONFIG --modversion`
     major=`echo $ntbtls_config_version | \
                sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
     minor=`echo $ntbtls_config_version | \

-----------------------------------------------------------------------

Summary of changes:
 src/ntbtls.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Not Too Bad TLS
http://git.gnupg.org




More information about the Gnupg-commits mailing list