[Pkg-voip-commits] [bctoolbox] branch debian/sid updated (d73824d -> f03137b)

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:22 UTC 2017


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

berni pushed a change to branch debian/sid
in repository bctoolbox.

      from  d73824d   Release 0.5.1-1
      adds  34d1db3   Fix resource path search on Windows.
      adds  5ebaec1   fix Libs.private param of .pc
      adds  b12a939   fix compilation issue
      adds  9396af5   Merge commit 'db43bc9'
      adds  5fa41aa   Fix definition of BCTBX_STATIC and export BCTOOLBOX_CPPFLAGS with CMake.
      adds  d4fc5bf   Fix definition of BCTBX_VAR_PUBLIC.
      adds  c04e7f3   Merge commit 'd7ce4e'
      adds  c332f98   Merge tag '0.5.1'
      adds  8ed1929   Merge commit 'adf433a'
      adds  5514cd0   Add CMake file to put CMake utils fnuctions and macros.
      adds  a7a7d6d   Fix excluding regexes for source package generation
      adds  38850d8   Merge branch '0.5.x'
      adds  bbd9d23   Adding truncate function support in VFS. So far, choice was made not to implement the truncate function whose pointer was set to NULL.
      adds  8a27e75   Merge branch 'mantis_3600'
      adds  df9d62d   First iteration on creating a socket api in bctoolbox
      adds  a35c4ba   Merge branch 'master' into socket_api
      adds  e2c7e78   Adding bind, connect and close. Renaming bctbx_vscoket_t into bctbx_vsocket_api_t. Fixing error in bcSocketAPI (bind and connect functions inverted).
      adds  adcf0a8   Using btbx_socket_t type instead int fd . Adding a step for bind to avoid windows pitfall.
      adds  bc7a44c   Renaming functions into bctbx_<function_name> Removing bctbx_bind, bctbx_connect and nctbx_socket_close from port.h/ port.c Adding error support .
      adds  0a3ce62   Merge branch 'master' into socket_api
      adds  1e40c18   Missing prototype for bctbx_socket_error.
      adds  d46427f   Updating doc.
      adds  f4ccaa5   Merge branch 'master' into socket_api
      adds  456fbdf   Fixing compilation issues on Windows.
      adds  a1e9a2d   Removing macro redefinition.
      adds  7b91dcc   Fix connect mistake.
      adds  d825ec4   Slight change in bctbx_vsocket_api_set_default : setting the parameter to NULL  sets the API to default.
      adds  a93d45c   Deleting functions now defined in bctoolbox socket api vconnect.c and vconnect.h
      adds  a269749   Fixing API redefined on Windows.
      adds  dd4653a   Merge branch 'socket_api'
      adds  3934c65   Fix for CMake Android toolchain.
      adds  33fcf86   Use correct macro to detect Android build.
      adds  0f7b0fb   Typo in filename
      adds  786e104   Improve CMake config-file package.
      adds  d61af04   Fix return type of bctbx_socket().
      adds  fd25a9e   Add BctoolboxLogHandler API
      adds  7cf31a2   adapt code to c90
      adds  70d230a   fix compilation c90 issue
      adds  c195b98   change log API in tester
      adds  44ab6e4   set_log_handler and set_log_file use new API
      adds  0cf5170   wrap BctoolboxLogFunc to BctoolboxLogHandlerFunc
      adds  72fe9e9   fix compilation issue
      adds  e8d1033   lil fix
      adds  77c39b1   fix
      adds  c0ef01c   make sure there is only one function put in log handler list from legacy functions: bctbx_set_log_handler&bctbx_set_log_file
      adds  aeaf643   Add BCTBX_DEPRECATED
      adds  e822cb2   Depreciate bctbx_set_log_file & bctbx_set_log_handler for bctbx_add_log_handler
      adds  4bebece   Fix DHM shared secret extraction. - in some cases the shared secret returned by mbedtls is shorter than expected add the missing heading zeros when needed
      adds  91f4645   Fix build on Windows.
      adds  3b7ce8b   bctbx_list_find(): declare the element to search as const void *
      adds  9809483   add log file rotation in log API
      adds  a3de25d   Fix compilations errors
      adds  f8ae4f3   Add missing function declarations.
      adds  6ba9a56   add public api to init/uninit bctbx logger
       new  e9190e0   Finalize new log API with init and uninit of the loggers + logger creation API
       new  4db67e7   Update logger api of tester
       new  7351e6d   Fix build
       new  f66898b   Fix build
       new  6bf440e   Clean code
       new  e10989a   C99
       new  9005444   Fix compilation issue
       new  c22f39d   Fix compilation issue
       new  5ff3619   Fix compilation issue
       new  2ae1e26   change include
       new  5f78eba   fix missing va_copy when outputing to several loggers
       new  557b17f   Fix C90 build
       new  f89b7c2   Offer the choice to create a defaut logger or not a initialization
       new  3bd8525   Add bctbx_dirname() and bctbx_basename().
       new  c5d46b6   Fix build on Windows + Respect bctoolbox conventions for type names.
       new  b5b46a4   Bcunit now provides a CMake config-file package.
       new  1180ba9   Offer the choice to create a defaut logger or not a initialization
       new  4d16229   update API
       new  b0b7fa1   Add a temporary log
       new  692b5dd   remove temporary log
       new  d1b4c5b   Increment the SO version
       new  8875b8a   Adapt doc to updated api
       new  0cda868   Remove 'using namespace' from headers
       new  da0816a   backport of Fix DHM secret extraction to polarssl1.3 4bebece81ba624ba254ac348032c2b5cac99639f
       new  cb63143   Respect bctoolbox naming conventions.
       new  e93227f   Revert : Increment the SO version
       new  265dcd0   Add new CMake macro to ease the writing of CMake package config-file.
       new  f4da791   Fix BcToolboxConfig.cmake.in.
       new  1797049   Updated CMakeLists to use ENABLE_ARCH_SUFFIX option
       new  0479111   change static lib to framework in ios build
       new  568ddca   Fix windows build by tolerating "was deprecated" warnings.
       new  866a216   fix previous commit
       new  44ee926   Fix abusive error traces when checking for ipv6 connectivity on macosx
       new  4d5e859   add new api to escape/unescape strings to fit into grammar definition (SIP, VCARD)
       new  a44a86a   Fixed Makefiles for parser
       new  0566958   No longer add suffix to the name of the library for Android.
       new  a7e432b   Fix build on Windows.
       new  c3801b3   Add CMake macro in BcToolboxCMakeUtils to share the generation of gitversion.h for all the projects.
       new  4841d2a   Do not build Apple framework for Mac OS X, only for iOS.
       new  e534a2e   fix for grouped mode
       new  e401c0a   Rename LINPHONE_NO_BREAK macro to BCTBX_NO_BREAK and move it into bctoolbox
       new  62f1091   add info.plist to bctoolbox framework for ios
       new  6fd6380   backport of Fix DHM secret extraction to polarssl1.2
       new  c6a97a6   no longer abort if GIT version != PROJET VERSION. It allows to perform some packaging test with tags without having to push tag
       new  98f8861   use better way to init file hlog handler size
       new  d7b2719   fix bctbx_dirname and allows different extension for log file
       new  cd6e293   fix bctbx_dirname and allows different extension for log file
       new  a04e7a3   respect C90
       new  fdb7aaa   do not crash on null log handler
       new  9db92f0   Do not add null handler
       new  eccdba6   add mutex to file writing
       new  708c821   respect C90
       new  7048ab9   Do not try to remove NAT64 prefix when trying to convert an IPv6 address to an IPv4 one, this has no sense.
       new  a21cab9   Fix link when building for Windows Universal.
       new  ed3b479   Add macro to compute build version for rpm
       new  9d5bc87   fix typo in BcToolboxCMakeUtils.cmake
       new  a11248a   Added copy_list_reverse_with_data
       new  99472e6   update version
       new  741d1ce   Merge tag '0.6.0' into debian/sid
       new  f03137b   Changelog for 0.6.0-1

The 60 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                          |  42 ++--
 NEWS                                    |   4 +
 bctoolbox.pc.in                         |   2 +-
 build/CMakeLists.txt                    |   5 +-
 build/osx/Info.plist.in                 |  43 ++++
 cmake/BcGitVersion.cmake                |  54 +++++
 cmake/BcToolboxCMakeUtils.cmake         |  81 +++++++
 cmake/BcToolboxConfig.cmake.in          |  48 ++--
 cmake/FindBCUnit.cmake                  |  68 ------
 src/utils.h => cmake/gitversion.h.in    |   7 +-
 config.h.cmake                          |   2 +
 debian/changelog                        |   8 +
 debian/libbctoolbox1.shlibs             |   2 +-
 include/CMakeLists.txt                  |   5 +-
 include/bctoolbox/Makefile.am           |   2 +-
 src/utils.h => include/bctoolbox/defs.h |  20 +-
 include/bctoolbox/exception.hh          |   9 +-
 include/bctoolbox/list.h                |   4 +-
 include/bctoolbox/logging.h             |  63 ++++-
 include/bctoolbox/map.h                 |   4 +-
 include/bctoolbox/parser.h              |  94 ++++++++
 include/bctoolbox/port.h                |  87 ++++---
 include/bctoolbox/vconnect.h            | 219 ++++++++++++++++++
 include/bctoolbox/vfs.h                 |   9 +
 src/CMakeLists.txt                      |  73 ++++--
 src/Makefile.am                         |   6 +-
 src/containers/list.c                   |  13 +-
 src/containers/map.cc                   |   5 +
 src/crypto/mbedtls.c                    |   9 +-
 src/crypto/polarssl.c                   |  10 +-
 src/crypto/polarssl1.2.c                |  12 +-
 src/logging/logging.c                   | 392 +++++++++++++++++++++++++++++---
 src/parser.c                            |  95 ++++++++
 src/tester.c                            |  10 +-
 src/utils/exception.cc                  |   2 +
 src/utils/port.c                        | 297 ++++++++++--------------
 src/vconnect.c                          | 214 +++++++++++++++++
 src/vfs.c                               |  38 ++++
 tester/CMakeLists.txt                   |   1 +
 tester/bctoolbox_tester.c               |  19 +-
 tester/bctoolbox_tester.h               |   1 +
 tester/parser.c                         |  46 ++++
 tester/port.c                           |  85 +++----
 43 files changed, 1748 insertions(+), 462 deletions(-)
 create mode 100644 build/osx/Info.plist.in
 create mode 100644 cmake/BcGitVersion.cmake
 create mode 100644 cmake/BcToolboxCMakeUtils.cmake
 delete mode 100644 cmake/FindBCUnit.cmake
 copy src/utils.h => cmake/gitversion.h.in (84%)
 copy src/utils.h => include/bctoolbox/defs.h (62%)
 create mode 100644 include/bctoolbox/parser.h
 create mode 100644 include/bctoolbox/vconnect.h
 create mode 100644 src/parser.c
 create mode 100644 src/vconnect.c
 create mode 100644 tester/parser.c

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



More information about the Pkg-voip-commits mailing list