[Pkg-voip-commits] [belle-sip] branch master updated (e3889bb -> 3938c32)

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


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

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

      from  e3889bb   Update to Standards-Version 4.1.1
       new  fb39a11   Minor update to debian/watch
       new  01693e9   New upstream version 1.6.3
       new  00c0ee2   Merge tag 'upstream/1.6.3'
       new  c7d1178   Mention new upstream version in changelog
       new  002881b   Update version in dbgsym-migration
       new  dc3714a   Refresh patches for 1.6.3
       new  c3e2da0   Refresh symbols file for new upstream
       new  3938c32   Remove upstream signing key, as releases are not signed

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 debian/changelog                                   |   6 +-
 debian/libbellesip0.symbols                        |  40 ++
 debian/patches/cmake-zlib.patch                    |   2 +-
 debian/patches/fix-spelling-errors.patch           |  18 +-
 debian/rules                                       |   2 +-
 debian/upstream/signing-key.asc                    |  24 -
 debian/watch                                       |   6 +-
 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 +-
 68 files changed, 1460 insertions(+), 1044 deletions(-)
 create mode 100644 build/CMakeLists.txt
 copy belle-sip.spec.in => build/rpm/belle-sip.spec.cmake (65%)
 delete mode 100644 debian/upstream/signing-key.asc
 copy tester/{belle_sip_uri_tester.c => belle_sip_base_uri_tester.c} (98%)
 create mode 100644 tester/belle_sip_fast_uri_tester.c

-- 
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