[Pkg-voip-commits] [bzrtp] 01/14: Merge tag 'upstream/1.0.6'
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 commit to branch master
in repository bzrtp.
commit 51430a046704539b3433179434548047145567d8
Merge: 3d8d427 c542393
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date: Mon Nov 6 14:49:17 2017 +0100
Merge tag 'upstream/1.0.6'
Upstream version 1.0.6
CMakeLists.txt | 63 +-
NEWS | 3 +
README.md | 12 +-
cmake/BZRTPConfig.cmake.in | 36 +-
cmake/FindSqlite3.cmake | 57 ++
config.h.cmake | 1 +
configure.ac | 11 +-
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/{testUtils.h => bzrtpConfigsTest.h} | 25 +-
test/bzrtpCryptoTest.c | 4 +-
test/bzrtpParserTest.c | 124 +---
test/bzrtpTest.c | 50 +-
test/bzrtpZidCacheTest.c | 229 +++++++
test/{testUtils.h => bzrtpZidCacheTest.h} | 24 +-
test/patternZIDAlice.sqlite | Bin 0 -> 10240 bytes
test/testUtils.c | 132 +++-
test/testUtils.h | 8 +
33 files changed, 2672 insertions(+), 797 deletions(-)
--
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