[Pkg-voip-commits] [bzrtp] branch master updated (3d8d427 -> 10f1d40)

Dr. Tobias Quathamer toddy at debian.org
Mon Nov 6 16:15:34 UTC 2017


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

toddy pushed a change to branch master
in repository bzrtp.

      from  3d8d427   Add copyright hints, to ease tracking later changes.
      adds  c542393   New upstream version 1.0.6
       new  51430a0   Merge tag 'upstream/1.0.6'
       new  1107970   Refresh patches
       new  781fc38   Use HTTPS URLs
       new  9bf41e8   Fix typo in Vcs-Git
       new  56ad168   Use version 4 for d/watch
       new  c9d2f5c   Use dh_strip --dbgsym-migration for the obsolete debug package
       new  40bc91f   Update Standards-Version to 4.1.1
       new  9afed57   Update changelog version
       new  cc39a6d   Add libsqlite3-dev to Build-Depends
       new  2aff311   Update symbols file
       new  f09fbe6   Remove unneeded lintian override for source package
       new  f9df9a6   Update debian/copyright
       new  5c2668e   Update copyright hints file
       new  10f1d40   Add NMUs to d/changelog

The 14 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                                  |  63 +-
 NEWS                                            |   3 +
 README.md                                       |  12 +-
 cmake/BZRTPConfig.cmake.in                      |  36 +-
 cmake/{FindXML2.cmake => FindSqlite3.cmake}     |  42 +-
 config.h.cmake                                  |   1 +
 configure.ac                                    |  11 +-
 debian/changelog                                |  18 +-
 debian/control                                  |   7 +-
 debian/copyright                                |   4 +-
 debian/copyright_hints                          | Bin 2258 -> 2584 bytes
 debian/libbzrtp0.symbols                        |  31 +-
 debian/patches/install-pkgconfig                |   2 +-
 debian/rules                                    |   3 +
 debian/source.lintian-overrides                 |   2 -
 debian/watch                                    |   2 +-
 include/bzrtp/bzrtp.h                           | 197 +++--
 include/cryptoUtils.h                           |  16 +-
 include/packetParser.h                          |  28 +-
 include/typedef.h                               |  43 +-
 include/zidCache.h                              |  60 +-
 src/CMakeLists.txt                              |  18 +-
 src/Makefile.am                                 |   4 +-
 src/bzrtp.c                                     | 218 +++---
 src/cryptoUtils.c                               |  12 +-
 src/packetParser.c                              |  64 +-
 src/stateMachine.c                              | 132 +++-
 src/zidCache.c                                  | 965 ++++++++++++++++++------
 test/CMakeLists.txt                             |  40 +-
 test/Makefile.am                                |   7 +-
 test/ZIDAlice.txt                               |   2 -
 test/ZIDBob.txt                                 |   2 -
 test/bzrtpConfigsTest.c                         | 882 ++++++++++++++++++++++
 test/{bzrtpParserTest.h => bzrtpConfigsTest.h}  |  21 +-
 test/bzrtpCryptoTest.c                          |   4 +-
 test/bzrtpParserTest.c                          | 124 +--
 test/bzrtpTest.c                                |  50 +-
 test/bzrtpZidCacheTest.c                        | 229 ++++++
 test/{bzrtpParserTest.h => bzrtpZidCacheTest.h} |  18 +-
 test/patternZIDAlice.sqlite                     | Bin 0 -> 10240 bytes
 test/testUtils.c                                | 132 +++-
 test/testUtils.h                                |   8 +
 42 files changed, 2687 insertions(+), 826 deletions(-)
 copy cmake/{FindXML2.cmake => FindSqlite3.cmake} (57%)
 delete mode 100644 debian/source.lintian-overrides
 delete mode 100644 test/ZIDAlice.txt
 delete mode 100644 test/ZIDBob.txt
 create mode 100644 test/bzrtpConfigsTest.c
 copy test/{bzrtpParserTest.h => bzrtpConfigsTest.h} (72%)
 create mode 100644 test/bzrtpZidCacheTest.c
 copy test/{bzrtpParserTest.h => bzrtpZidCacheTest.h} (75%)
 create mode 100644 test/patternZIDAlice.sqlite

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



More information about the Pkg-voip-commits mailing list