[Pkg-voip-commits] [bzrtp] branch master updated (497b970 -> df84ab2)
daniel at gnoutcheff.name
daniel at gnoutcheff.name
Fri Jan 20 05:46:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnoutchd-guest pushed a change to branch master
in repository bzrtp.
from 497b970 Revert "Merge branch 'pristine-tar' of git+ssh://git.debian.org/git/pkg-voip/bzrtp"
adds b50075c New upstream version 1.0.4
new 07b7e64 Merge tag 'upstream/1.0.4'
new df84ab2 Update packaging for 1.0.4
The 2 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:
Android.mk | 29 +-
CMakeLists.txt | 102 ++--
Makefile.am | 2 +
NEWS | 9 +-
README | 4 +-
cmake/{BZRTPConfig.cmake => BZRTPConfig.cmake.in} | 26 +-
cmake/FindCUnit.cmake | 58 ---
cmake/FindPolarSSL.cmake | 77 ---
cmake/FindXML2.cmake | 16 +-
config.h.cmake | 2 +-
configure.ac | 46 +-
debian/changelog | 10 +
debian/control | 28 +-
debian/copyright | 20 +-
debian/libbzrtp0-dbg.lintian-overrides | 2 -
debian/libbzrtp0.symbols | 39 +-
debian/rules | 3 -
include/CMakeLists.txt | 29 +-
include/Makefile.am | 2 +-
include/bzrtp/bzrtp.h | 114 ++--
include/cryptoUtils.h | 49 +-
include/cryptoWrapper.h | 288 ----------
include/packetParser.h | 3 +-
include/stateMachine.h | 2 +-
include/typedef.h | 30 +-
include/zidCache.h | 2 +-
src/CMakeLists.txt | 43 +-
src/Makefile.am | 10 +-
src/bzrtp.c | 605 ++++++++++++++++------
src/cryptoPolarssl.c | 541 -------------------
src/cryptoUtils.c | 167 +++++-
src/packetParser.c | 109 +++-
src/stateMachine.c | 181 ++++---
src/zidCache.c | 101 +---
test/CMakeLists.txt | 46 +-
test/Makefile.am | 4 +-
test/bzrtpCryptoTest.c | 385 +-------------
test/bzrtpCryptoTest.h | 2 +-
test/bzrtpParserTest.c | 326 ++++++++----
test/bzrtpParserTest.h | 4 +-
test/bzrtpTest.c | 135 ++---
test/testUtils.c | 6 +-
test/testUtils.h | 2 +-
43 files changed, 1541 insertions(+), 2118 deletions(-)
rename cmake/{BZRTPConfig.cmake => BZRTPConfig.cmake.in} (61%)
delete mode 100644 cmake/FindCUnit.cmake
delete mode 100644 cmake/FindPolarSSL.cmake
delete mode 100644 debian/libbzrtp0-dbg.lintian-overrides
delete mode 100644 include/cryptoWrapper.h
delete mode 100644 src/cryptoPolarssl.c
--
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