[git] KSBA - branch, master, updated. libksba-1.3.1-2-g6692de1

by Werner Koch cvs at cvs.gnupg.org
Thu Sep 25 08:51:04 CEST 2014


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 "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  6692de1398629061d405099bb22e9480475928af (commit)
      from  1fb7a2ddffcdb94bdd37521f46e69d530afd94f2 (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 6692de1398629061d405099bb22e9480475928af
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 25 08:50:53 2014 +0200

    Strip CRs while building the oid translation table.
    
    * tests/Makefile.am (oidtranstbl.h): Strip CRs

diff --git a/tests/Makefile.am b/tests/Makefile.am
index ae2ad4e..bb32172 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -59,6 +59,6 @@ oidtranstbl.h: Makefile mkoidtbl.awk
         for i in /etc/dumpasn1 /usr/local/bin /usr/local/share /usr/bin \
                  /usr/share ; do \
           if test -f $$i/dumpasn1.cfg; then f=$$i/dumpasn1.cfg; break; fi; \
-        done; $(AWK) -f $(srcdir)/mkoidtbl.awk $$f >$@
+        done; tr -d '\r' <$$f | $(AWK) -f $(srcdir)/mkoidtbl.awk >$@
 
 LOG_COMPILER = $(VALGRIND)

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

Summary of changes:
 tests/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list