[pkg-opensc-commit] [libp11] 233/239: Merge tag 'upstream/0.3.0'

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 0a07ef9370cbac7d4a66f7bc5bf3b90576cbe798
Merge: 9fe0dd0 3d79d4f
Author: Eric Dorland <eric at debian.org>
Date:   Sat Oct 17 00:49:29 2015 -0400

    Merge tag 'upstream/0.3.0'
    
    Upstream version 0.3.0

 svnignore => .gitignore                            |   21 +-
 Makefile.am                                        |    8 +-
 Makefile.in                                        |  446 ++-
 NEWS                                               |   13 +
 README.md                                          |   24 +
 aclocal.m4                                         |  774 ++--
 bootstrap                                          |    1 +
 compile                                            |  347 ++
 config.guess                                       |  565 ++-
 config.h.in                                        |    6 +
 config.sub                                         |  317 +-
 configure                                          | 4088 ++++++++++++--------
 configure.ac                                       |   94 +-
 depcomp                                            |  531 ++-
 doc/Makefile.am                                    |    7 +-
 doc/Makefile.in                                    |  421 +-
 doc/README                                         |   10 -
 doc/nonpersistent/ChangeLog                        |  824 ----
 doc/nonpersistent/Makefile.am                      |   59 -
 doc/nonpersistent/Makefile.in                      |  484 ---
 doc/nonpersistent/export-wiki.sh                   |   71 -
 doc/nonpersistent/export-wiki.xsl                  |   58 -
 doc/nonpersistent/svn2cl.xsl                       |  295 --
 doc/nonpersistent/wiki.out/AuthorsAndCredits.html  |    6 -
 doc/nonpersistent/wiki.out/MailingLists.html       |    6 -
 doc/nonpersistent/wiki.out/PageTemplates.html      |    6 -
 doc/nonpersistent/wiki.out/QuickStart.html         |    6 -
 doc/nonpersistent/wiki.out/ResourcesLinks.html     |    6 -
 doc/nonpersistent/wiki.out/SubversionReposity.html |    6 -
 doc/nonpersistent/wiki.out/index.html              |    6 -
 doc/nonpersistent/wiki.out/trac.css                |  624 ---
 examples/Makefile                                  |    7 -
 examples/Makefile.am                               |   10 +
 examples/Makefile.in                               |  627 +++
 examples/auth.c                                    |   82 +-
 examples/rawrsasign.c                              |  301 ++
 install-sh                                         |  385 +-
 ltmain.sh                                          | 4038 ++++++++++++-------
 m4/libtool.m4                                      | 2287 +++++++----
 m4/ltoptions.m4                                    |   32 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |   12 +-
 missing                                            |  461 +--
 src/Makefile.am                                    |    8 +-
 src/Makefile.in                                    |  445 ++-
 src/Makefile.mak                                   |    9 +-
 src/atfork.c                                       |   88 +
 src/atfork.h                                       |   63 +
 src/libp11-int.h                                   |   65 +-
 src/libp11.exports                                 |    2 +
 src/libp11.h                                       |   20 +-
 src/libpkcs11.c                                    |   54 +-
 src/p11_attr.c                                     |   42 +-
 src/p11_cert.c                                     |   21 +-
 src/p11_ec.c                                       |  326 ++
 src/p11_key.c                                      |   88 +-
 src/p11_load.c                                     |   64 +-
 src/p11_ops.c                                      |  105 +-
 src/p11_rsa.c                                      |   31 +-
 src/p11_slot.c                                     |  116 +-
 src/versioninfo.rc                                 |    4 +-
 test-driver                                        |  148 +
 tests/Makefile.am                                  |   25 +
 tests/Makefile.in                                  | 1034 +++++
 tests/cert.der                                     |  Bin 0 -> 805 bytes
 tests/common.sh                                    |   96 +
 examples/auth.c => tests/fork-test.c               |   78 +-
 tests/key.der                                      |  Bin 0 -> 1191 bytes
 tests/testfork.softhsm                             |   32 +
 tests/testpkcs11.softhsm                           |   40 +
 70 files changed, 12781 insertions(+), 8607 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list