[Pkg-privacy-commits] [libotr] 03/08: Merge tag 'upstream/4.1.1'

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 10 09:47:56 UTC 2016


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

intrigeri pushed a commit to branch master
in repository libotr.

commit ff18df14ce87a68b00f1b30f39edd7983cc2451d
Merge: 2d4fc6a c3b5267
Author: intrigeri <intrigeri at debian.org>
Date:   Thu Mar 10 09:30:29 2016 +0000

    Merge tag 'upstream/4.1.1'
    
    Upstream version 4.1.1

 ChangeLog                                          |  104 +
 Makefile.am                                        |    5 +-
 Makefile.in                                        |  357 ++-
 NEWS                                               |   11 +
 Protocol-v3.html                                   |   27 +-
 README                                             |   23 +-
 aclocal.m4                                         |  686 +++--
 bootstrap                                          |    9 +
 config.guess                                       |  184 +-
 config.sub                                         |  106 +-
 config/compile                                     |  347 +++
 configure                                          | 3001 ++++++++++++++++++--
 configure.ac                                       |   25 +-
 depcomp                                            |  688 -----
 install-sh                                         |   35 +-
 ltmain.sh                                          |    4 +-
 missing                                            |  331 ---
 src/Makefile.in                                    |  213 +-
 src/b64.c                                          |   10 +
 src/instag.c                                       |   18 +-
 src/message.c                                      |   13 +-
 src/proto.c                                        |   28 +-
 src/version.h                                      |    6 +-
 tests/Makefile.am                                  |   11 +
 tests/Makefile.in                                  |  617 ++++
 tests/regression/Makefile.am                       |    5 +
 tests/regression/Makefile.in                       |  611 ++++
 tests/regression/client/Makefile.am                |   16 +
 {src => tests/regression/client}/Makefile.in       |  353 ++-
 tests/regression/client/client.c                   | 1158 ++++++++
 tests/regression/client/otr.key                    |   41 +
 tests/regression/random-msg-auth.sh                |   14 +
 tests/regression/random-msg-disconnect-auth.sh     |   14 +
 .../regression/random-msg-disconnect-frag-auth.sh  |   14 +
 tests/regression/random-msg-disconnect-frag.sh     |   14 +
 tests/regression/random-msg-disconnect.sh          |   14 +
 tests/regression/random-msg-fast.sh                |   14 +
 tests/regression/random-msg-frag.sh                |   14 +
 tests/regression/random-msg.sh                     |   14 +
 tests/run.sh                                       |   26 +
 tests/test_list                                    |   19 +
 tests/unit/Makefile.am                             |   50 +
 {src => tests/unit}/Makefile.in                    |  466 +--
 tests/unit/instag.txt                              |    4 +
 tests/unit/test_auth.c                             |  181 ++
 tests/unit/test_b64.c                              |  114 +
 tests/unit/test_context.c                          |  214 ++
 tests/unit/test_dh.c                               |  515 ++++
 tests/unit/test_instag.c                           |  222 ++
 tests/unit/test_mem.c                              |   58 +
 tests/unit/test_privkey.c                          |  264 ++
 tests/unit/test_proto.c                            |  371 +++
 tests/unit/test_sm.c                               |  343 +++
 tests/unit/test_tlv.c                              |  163 ++
 tests/unit/test_userstate.c                        |   52 +
 tests/utils/Makefile.am                            |    3 +
 tests/utils/Makefile.in                            |  608 ++++
 tests/utils/tap/Makefile.am                        |    7 +
 {src => tests/utils/tap}/Makefile.in               |  346 ++-
 tests/utils/tap/tap.c                              |  433 +++
 tests/utils/tap/tap.h                              |   89 +
 tests/utils/tap/tap.sh                             |  456 +++
 tests/utils/utils.c                                |   18 +
 tests/utils/utils.h                                |   29 +
 toolkit/Makefile.in                                |  242 +-
 65 files changed, 11921 insertions(+), 2527 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list