[git] GnuPG - branch, master, updated. gnupg-2.1.17-70-g3db76c9

by Werner Koch cvs at cvs.gnupg.org
Thu Jan 12 11:25:38 CET 2017


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  3db76c9277d918dec9721a6439f4db3b3c06aba3 (commit)
      from  c99a09f111c5980ae034faaea61a00d9ad60463c (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 3db76c9277d918dec9721a6439f4db3b3c06aba3
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jan 12 11:22:37 2017 +0100

    build: Make autogen.sh more POSIX friendly (next try)
    
    * autogen.sh: Fix dd count to 5.
    --
    
    Fixes-commit: 3c00b52f7cb0fbd756c0bbe5134b8f2d69c60dd1
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/autogen.sh b/autogen.sh
index f2af5a7..3ef1ea0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -225,7 +225,7 @@ if [ "$myhost" = "find-version" ]; then
       fi
       [ -n "$tmp" ] && beta=yes
       rev=$(git rev-parse --short HEAD | tr -d '\n\r')
-      rvd=$((0x$(echo ${rev} | dd bs=1 count=2 2>/dev/null)))
+      rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
     else
       ingit=no
       beta=yes

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

Summary of changes:
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list