libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-29-g813cf31


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-29-g813cf31
Date: Fri, 13 Jan 2017 11:48:01 +0000 (UTC)

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 "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=813cf31f1e9acc7347e1707aa7a50c906b7d336a

The branch, master has been updated
       via  813cf31f1e9acc7347e1707aa7a50c906b7d336a (commit)
       via  9b233c21d339779190c7140cd0df6ea22990b903 (commit)
      from  c14455b2d72e248190e8f13810e0aa25a36166af (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 813cf31f1e9acc7347e1707aa7a50c906b7d336a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jan 13 12:46:39 2017 +0100

    .gitlab-ci.yml: force mingw32 build in gitlab shared runners
    
    That is, because this build requires a privileged container.

commit 9b233c21d339779190c7140cd0df6ea22990b903
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jan 13 12:45:55 2017 +0100

    tests: added missing file

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

Summary of changes:
 .gitlab-ci.yml                                          |    1 +
 tests/{decoding-invalid-x509 => decoding-invalid-pkcs7} |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
 copy tests/{decoding-invalid-x509 => decoding-invalid-pkcs7} (86%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04e0933..0443e8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,7 @@ MinGW32:
     mingw32-make -j$(nproc) && mingw32-make -C tests check -j$(nproc)
   tags:
   - shared
+  - docker
   except:
   - tags
   artifacts:
diff --git a/tests/decoding-invalid-x509 b/tests/decoding-invalid-pkcs7
similarity index 86%
copy from tests/decoding-invalid-x509
copy to tests/decoding-invalid-pkcs7
index 904cda7..b91d725 100755
--- a/tests/decoding-invalid-x509
+++ b/tests/decoding-invalid-pkcs7
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2016 Free Software Foundation, Inc.
+# Copyright (C) 2017 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,8 +27,8 @@ ASN1PKIX="${ASN1PKIX:-pkix.asn}"
 # This tests an invalid input which caused an infinite recursion
 # to certain libtasn1 versions.
 
-for i in "${srcdir}/invalid-x509/"*.der;do
-$VALGRIND $ASN1DECODING "$ASN1PKIX" "$i" PKIX1.Certificate >$TMPFILE 2>&1
+for i in "${srcdir}/invalid-pkcs7/"*.der;do
+$VALGRIND $ASN1DECODING "$ASN1PKIX" "$i" PKIX1.pkcs-7-ContentInfo >$TMPFILE 
2>&1
 ret=$?
 if test $ret != 1;then
        echo "Decoding failed for $i"


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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