[Pkg-voip-commits] [belle-sip] 03/08: Merge tag 'upstream/1.6.3'

Dr. Tobias Quathamer toddy at debian.org
Mon Nov 6 13:10:02 UTC 2017


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

toddy pushed a commit to branch master
in repository belle-sip.

commit 00c0ee2e10df1ebd9396e4471e1659f5a4e15a46
Merge: fb39a11 01693e9
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Mon Nov 6 13:36:18 2017 +0100

    Merge tag 'upstream/1.6.3'
    
    Upstream version 1.6.3

 CMakeLists.txt                                     |  50 +-
 NEWS                                               |   6 +
 README.md                                          |   9 +
 belle-sip.spec.in                                  |   2 +-
 build/CMakeLists.txt                               |  50 ++
 .../rpm/belle-sip.spec.cmake                       |  43 +-
 cmake/BelleSIPConfig.cmake.in                      |  45 +-
 cmake/FindAntlr3.cmake                             |   2 +-
 cmake/FindZlib.cmake                               |   4 +-
 configure.ac                                       |   4 +-
 include/belle-sip/auth-helper.h                    |   7 +
 include/belle-sip/belle-sip.h                      |   2 +-
 include/belle-sip/defs.h                           |  21 +-
 include/belle-sip/headers.h                        |  51 ++
 include/belle-sip/list.h                           |   1 +
 include/belle-sip/object.h                         |  10 +
 include/belle-sip/resolver.h                       |   4 +-
 include/belle-sip/sip-uri.h                        |  10 +
 include/belle-sip/types.h                          |   4 +-
 include/belle-sip/utils.h                          |   4 +
 src/CMakeLists.txt                                 |  14 +-
 src/auth_helper.c                                  |  23 +-
 src/belle_sip_headers_impl.c                       | 141 ++++++
 src/belle_sip_internal.h                           |  52 ++-
 src/belle_sip_resolver.c                           |  87 ++--
 src/belle_sip_uri_impl.c                           |   3 +
 src/belle_sip_utils.c                              | 193 +++-----
 src/bodyhandler.c                                  |   5 +-
 src/channel.c                                      |  83 +++-
 src/channel.h                                      |   9 +-
 src/dialog.c                                       |  88 ++--
 src/dns.c                                          |  78 +++-
 src/dns.h                                          |   5 +-
 src/grammars/belle_sip_message.g                   | 190 +++++++-
 src/http-provider.c                                |   6 +-
 src/ict.c                                          |  15 +-
 src/nist.c                                         |   6 +-
 src/parserutils.h                                  |  18 +-
 src/port.c                                         |   8 +-
 src/port.h                                         |  16 +-
 src/provider.c                                     |  47 +-
 src/refresher.c                                    |  14 +-
 src/transaction.c                                  |  40 +-
 src/transports/stream_channel.c                    |  18 +-
 src/transports/stream_channel.h                    |   4 +-
 src/transports/stream_listeningpoint.c             |  10 +-
 src/transports/tls_channel.c                       |   2 +-
 src/transports/udp_listeningpoint.c                |  13 +-
 tester/CMakeLists.txt                              |  11 +-
 tester/Makefile.am                                 |   3 +
 ...ip_uri_tester.c => belle_sip_base_uri_tester.c} |  10 +-
 tester/belle_sip_fast_uri_tester.c                 |  62 +++
 tester/belle_sip_headers_tester.c                  |  97 +++-
 tester/belle_sip_register_tester.c                 | 149 ++++--
 tester/belle_sip_resolver_tester.c                 |   4 +-
 tester/belle_sip_tester.c                          |  19 +-
 tester/belle_sip_tester.h                          |   2 +
 tester/belle_sip_tester_windows.cpp                |   5 +-
 tester/belle_sip_uri_tester.c                      | 511 +--------------------
 tester/get.c                                       |   6 +-
 tester/parse.c                                     |  10 +-
 61 files changed, 1402 insertions(+), 1004 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/belle-sip.git



More information about the Pkg-voip-commits mailing list