[libnet-sip-perl] branch master updated (f0cf0c3 -> 3188051)

gregor herrmann gregoa at debian.org
Sat Nov 26 17:54:29 UTC 2016


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

gregoa pushed a change to branch master
in repository libnet-sip-perl.

      from  f0cf0c3   releasing package libnet-sip-perl version 0.702-1
      adds  a0847c4   New upstream version 0.802
       new  ba14d25   Merge tag 'upstream/0.802'
       new  8c4559f   Update debian/changelog
       new  03bef4a   Update (build) dependencies.
       new  89475ff   Add notes about API changes to debian/NEWS.
       new  90306c5   Add a patch to fix a spelling mistake in the POD.
       new  3188051   releasing package libnet-sip-perl version 0.802-1

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:
 Changes                                |  28 ++
 MANIFEST                               |   4 +
 META.json                              |   3 +-
 META.yml                               |   3 +-
 Makefile.PL                            |   5 +-
 TODO                                   |   2 +-
 debian/NEWS                            |  14 +
 debian/changelog                       |   9 +
 debian/control                         |   6 +-
 debian/patches/series                  |   1 +
 debian/patches/spelling.patch          |  40 +++
 lib/Net/SIP.pm                         |   2 +-
 lib/Net/SIP/Dispatcher.pm              | 599 +++++++++++++++++++++++----------
 lib/Net/SIP/Dispatcher.pod             |  21 +-
 lib/Net/SIP/Dispatcher/Eventloop.pm    |   6 +-
 lib/Net/SIP/Dropper/ByIPPort.pm        |   2 +-
 lib/Net/SIP/Endpoint.pm                |   6 +-
 lib/Net/SIP/Endpoint.pod               |   7 +-
 lib/Net/SIP/Endpoint/Context.pm        |   8 +-
 lib/Net/SIP/Leg.pm                     | 195 ++++++-----
 lib/Net/SIP/Leg.pod                    |  32 +-
 lib/Net/SIP/Simple.pm                  | 106 ++++--
 lib/Net/SIP/Simple.pod                 |   5 +
 lib/Net/SIP/SocketPool.pm              | 218 ++++++++++--
 lib/Net/SIP/StatelessProxy.pm          | 114 ++++---
 lib/Net/SIP/Util.pm                    | 178 ++++++----
 lib/Net/SIP/Util.pod                   |  38 ++-
 t/02_listen_and_invite.t               |  27 +-
 t/04_call_with_rtp.t                   |  36 +-
 t/05_call_with_stateless_proxy.t       |  27 +-
 t/06_call_with_reinvite.t              |  24 +-
 t/07_call_on_hold.t                    |  24 +-
 t/08_register_with_auth.t              |  30 +-
 t/11_invite_timeout.t                  |  25 +-
 t/12_maddr.t                           |  32 +-
 t/13_maddr_proxy.t                     |   3 +-
 t/15_block_invite.t                    |   3 +-
 t/16_drop_invite.t                     |   8 +-
 t/17_call_with_reinvite_and_auth.t     |  30 +-
 t/18_register_with_auth_step_by_step.t |  32 +-
 t/19_call_with_dtmf.t                  |  41 ++-
 t/certs/ca.pem                         |  20 ++
 t/certs/caller.sip.test.pem            |  48 +++
 t/certs/listen.sip.test.pem            |  48 +++
 t/certs/proxy.sip.test.pem             |  48 +++
 t/testlib.pl                           |  91 +++--
 46 files changed, 1624 insertions(+), 625 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 t/certs/ca.pem
 create mode 100644 t/certs/caller.sip.test.pem
 create mode 100644 t/certs/listen.sip.test.pem
 create mode 100644 t/certs/proxy.sip.test.pem

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-sip-perl.git



More information about the Pkg-perl-cvs-commits mailing list