[Pkg-voip-commits] [kamailio] branch master updated (3ad1b4d -> 406d6a6)

Victor Seva vseva at moszumanska.debian.org
Thu Oct 27 16:11:51 UTC 2016


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

vseva pushed a change to branch master
in repository kamailio.

      from  3ad1b4d   update debian changelog
       new  e14ae9f   update upstream fixes from 4.4 branch (Closes: #828361)
       new  120b3f0   debian/control: wrap-and-sort -sat
       new  da95604   add lsb-base as dependency for kamailio
       new  d0cd62a   update Standards-Version to 3.9.8 ( no changes needed )
       new  6b2f2c4   update lintian-overrides
       new  406d6a6   update debian changelog

The 6 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:
 debian/changelog                                   |   10 +
 debian/control                                     |  549 +++---
 debian/kamailio.lintian-overrides                  |  131 +-
 debian/lintian-overrides                           |   79 +
 debian/patches/series                              |   29 +
 ...ee-db-result-when-get_dialog_state-retrie.patch |   34 +
 .../0003-presence-Fix-memory-leak-in-DB-code.patch |   31 +
 ...kg-kamailio-deb-add-Ubuntu-Xenial-support.patch | 2044 ++++++++++++++++++++
 ...x-crash-when-no-dialog.id-on-dialog-info-.patch |   38 +
 ...proper-selection-of-the-gateway-when-the-.patch |   30 +
 ...p_client-Terminate-exported-commands-list.patch |   29 +
 ...per-defines-for-ref-unref-operations-to-g.patch |   75 +
 ...eed-to-release-the-dialog-when-refreshing.patch |   31 +
 .../0010-core-allow-_-in-event-route-name.patch    |   28 +
 ...pire-value-kept-and-printed-in-logs-as-un.patch |  408 ++++
 ...misleading-indentation-for-return-stateme.patch |   42 +
 ...-code-block-when-saving-chosen-naptr-reco.patch |   78 +
 ...-fix-misleading-indentation-for-IF-blocks.patch |  129 ++
 ...identity-fix-misleading-indentation-level.patch |   72 +
 ...xed-rpc-command-to-get-counter-by-group-a.patch |  135 ++
 ...s-coherent-indentation-for-xcap-functions.patch |  946 +++++++++
 ...n-msg-last_header-to-get-the-anchor-insid.patch |   41 +
 ...sip-message-on-error-related-to-missing-b.patch |   36 +
 ...andle-CRLF-received-inside-a-frame-as-SIP.patch |   95 +
 ...1-presence-fix-crush-if-dialog-id-is-NULL.patch |   28 +
 .../0022-core-defined-macro-for-CRLFCRLF.patch     |   37 +
 ...atch-CRLFCRLF-pings-over-websocket-connec.patch |   31 +
 ...condition-for-private-copy-of-the-message.patch |  156 ++
 ...5-modules-tmx-fix-mi-command-t_uac_cancel.patch |   25 +
 ...ty-switched-to-use-pointer-of-X509_STORE_.patch |   79 +
 ...ty-still-use-ASN1_STRING_data-for-libssl-.patch |   34 +
 ...ted-to-be-compatible-with-api-from-libssl.patch |  193 ++
 ...s-for-compatibilty-with-libssl-v1.1.0-api.patch |  398 ++++
 ...-bio-functions-to-support-libssl-v1.1.0-a.patch |  146 ++
 34 files changed, 6013 insertions(+), 234 deletions(-)
 create mode 100644 debian/lintian-overrides
 create mode 100644 debian/patches/upstream/0002-presence-free-db-result-when-get_dialog_state-retrie.patch
 create mode 100644 debian/patches/upstream/0003-presence-Fix-memory-leak-in-DB-code.patch
 create mode 100644 debian/patches/upstream/0004-pkg-kamailio-deb-add-Ubuntu-Xenial-support.patch
 create mode 100644 debian/patches/upstream/0005-presence-fix-crash-when-no-dialog.id-on-dialog-info-.patch
 create mode 100644 debian/patches/upstream/0006-dispatcher-proper-selection-of-the-gateway-when-the-.patch
 create mode 100644 debian/patches/upstream/0007-http_client-Terminate-exported-commands-list.patch
 create mode 100644 debian/patches/upstream/0008-dialog-wrapper-defines-for-ref-unref-operations-to-g.patch
 create mode 100644 debian/patches/upstream/0009-dialog-no-need-to-release-the-dialog-when-refreshing.patch
 create mode 100644 debian/patches/upstream/0010-core-allow-_-in-event-route-name.patch
 create mode 100644 debian/patches/upstream/0011-presence-expire-value-kept-and-printed-in-logs-as-un.patch
 create mode 100644 debian/patches/upstream/0012-core-fixed-misleading-indentation-for-return-stateme.patch
 create mode 100644 debian/patches/upstream/0013-core-proper-code-block-when-saving-chosen-naptr-reco.patch
 create mode 100644 debian/patches/upstream/0014-core-ut-fix-misleading-indentation-for-IF-blocks.patch
 create mode 100644 debian/patches/upstream/0015-auth_identity-fix-misleading-indentation-level.patch
 create mode 100644 debian/patches/upstream/0016-counters-fixed-rpc-command-to-get-counter-by-group-a.patch
 create mode 100644 debian/patches/upstream/0017-utils-coherent-indentation-for-xcap-functions.patch
 create mode 100644 debian/patches/upstream/0018-core-rely-on-msg-last_header-to-get-the-anchor-insid.patch
 create mode 100644 debian/patches/upstream/0019-core-print-sip-message-on-error-related-to-missing-b.patch
 create mode 100644 debian/patches/upstream/0020-websocket-handle-CRLF-received-inside-a-frame-as-SIP.patch
 create mode 100644 debian/patches/upstream/0021-presence-fix-crush-if-dialog-id-is-NULL.patch
 create mode 100644 debian/patches/upstream/0022-core-defined-macro-for-CRLFCRLF.patch
 create mode 100644 debian/patches/upstream/0023-websocket-catch-CRLFCRLF-pings-over-websocket-connec.patch
 create mode 100644 debian/patches/upstream/0024-tmx-fix-condition-for-private-copy-of-the-message.patch
 create mode 100644 debian/patches/upstream/0025-modules-tmx-fix-mi-command-t_uac_cancel.patch
 create mode 100644 debian/patches/upstream/0026-auth_identity-switched-to-use-pointer-of-X509_STORE_.patch
 create mode 100644 debian/patches/upstream/0027-auth_identity-still-use-ASN1_STRING_data-for-libssl-.patch
 create mode 100644 debian/patches/upstream/0028-crypto-updated-to-be-compatible-with-api-from-libssl.patch
 create mode 100644 debian/patches/upstream/0029-tls-updates-for-compatibilty-with-libssl-v1.1.0-api.patch
 create mode 100644 debian/patches/upstream/0030-tls-updated-bio-functions-to-support-libssl-v1.1.0-a.patch

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



More information about the Pkg-voip-commits mailing list