[Pkg-voip-commits] [pjproject] branch master updated (58b218c -> 5a47644)

Bernhard Schmidt berni at moszumanska.debian.org
Thu Nov 10 09:32:01 UTC 2016


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

berni pushed a change to branch master
in repository pjproject.

      from  58b218c   Changelog for 2.5.5~dfsg-2
       new  350289d   Temporarily drop d-devlibdeps generated dependency on libssl-dev
       new  3cefdce   asterisk/0001-r5397-pjsip_generic_array_max_count
       new  f633709   asterisk/0001-r5400-pjsip_tx_data_dec_ref
       new  9775414   Fix #1946: Avoid deinitialization of uninitialized client
       new  cb55beb   asterisk/0002-r5435-add-pjsip_inv_session-ref_cnt
       new  a050688   asterisk/0003-r5403-pjsip_IPV6_V6ONLY
       new  d27b888   resolver.c:  Prevent SERVFAIL from marking name server bad
       new  5a0ded5   Re #1969: Fix crash on using an already destroyed SSL
       new  14834c8   merge patched into master
       new  ff04cf8   r5471 svn backport Various fixes for DNS IPv6
       new  9a5d2b9   r5473 svn backport Fix pending query
       new  8370407   r5475 svn backport Remove DNS cache entry
       new  7a07460   r5477 svn backport Fix DNS write on freed memory.
       new  5a47644   merge patched into master

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:
 debian/.git-dpm                                    |   4 +-
 ...-0001-r5397-pjsip_generic_array_max_count.patch |  71 +++++++
 ...asterisk-0001-r5400-pjsip_tx_data_dec_ref.patch |  34 ++++
 ...oid-deinitialization-of-uninitialized-cli.patch |  55 +++++
 ...-0002-r5435-add-pjsip_inv_session-ref_cnt.patch | 223 +++++++++++++++++++++
 ...012-asterisk-0003-r5403-pjsip_IPV6_V6ONLY.patch |  25 +++
 ...Prevent-SERVFAIL-from-marking-name-server.patch |  46 +++++
 ...x-crash-on-using-an-already-destroyed-SSL.patch | 163 +++++++++++++++
 ...1-svn-backport-Various-fixes-for-DNS-IPv6.patch | 132 ++++++++++++
 ...0016-r5473-svn-backport-Fix-pending-query.patch |  26 +++
 ...r5475-svn-backport-Remove-DNS-cache-entry.patch |  68 +++++++
 ...vn-backport-Fix-DNS-write-on-freed-memory.patch |  31 +++
 debian/patches/series                              |  11 +
 debian/rules                                       |   1 +
 pjlib-util/src/pjlib-util/resolver.c               |  52 ++---
 pjlib-util/src/pjlib-util/srv_resolver.c           |  17 +-
 pjlib/src/pj/sock_bsd.c                            |   4 +
 pjlib/src/pj/ssl_sock_ossl.c                       |  66 +++---
 pjsip/include/pjsip-simple/evsub.h                 |   3 +-
 pjsip/include/pjsip-ua/sip_inv.h                   |  30 +++
 pjsip/include/pjsip/sip_endpoint.h                 |   3 +-
 pjsip/src/pjsip-simple/evsub.c                     |   4 +-
 pjsip/src/pjsip-ua/sip_inv.c                       |  95 +++++++--
 pjsip/src/pjsip/sip_dialog.c                       |  18 +-
 pjsip/src/pjsip/sip_endpoint.c                     |   1 +
 pjsip/src/pjsip/sip_resolve.c                      |  14 +-
 pjsip/src/pjsip/sip_transport.c                    |   9 +-
 27 files changed, 1110 insertions(+), 96 deletions(-)
 create mode 100644 debian/patches/asterisk/0008-asterisk-0001-r5397-pjsip_generic_array_max_count.patch
 create mode 100644 debian/patches/asterisk/0009-asterisk-0001-r5400-pjsip_tx_data_dec_ref.patch
 create mode 100644 debian/patches/asterisk/0010-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch
 create mode 100644 debian/patches/asterisk/0011-asterisk-0002-r5435-add-pjsip_inv_session-ref_cnt.patch
 create mode 100644 debian/patches/asterisk/0012-asterisk-0003-r5403-pjsip_IPV6_V6ONLY.patch
 create mode 100644 debian/patches/asterisk/0013-resolver.c-Prevent-SERVFAIL-from-marking-name-server.patch
 create mode 100644 debian/patches/asterisk/0014-Re-1969-Fix-crash-on-using-an-already-destroyed-SSL.patch
 create mode 100644 debian/patches/asterisk/0015-r5471-svn-backport-Various-fixes-for-DNS-IPv6.patch
 create mode 100644 debian/patches/asterisk/0016-r5473-svn-backport-Fix-pending-query.patch
 create mode 100644 debian/patches/asterisk/0017-r5475-svn-backport-Remove-DNS-cache-entry.patch
 create mode 100644 debian/patches/asterisk/0018-r5477-svn-backport-Fix-DNS-write-on-freed-memory.patch

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



More information about the Pkg-voip-commits mailing list