[Pkg-voip-commits] [resiprocate] branch master updated (aeb6745 -> 8b56f42)

Daniel Pocock pocock at alioth.debian.org
Mon Aug 5 21:36:32 UTC 2013


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

pocock pushed a change to branch master
in repository resiprocate.

      from  aeb6745   Fix for 64-bit IPv6 Tuple comparison issue
      adds  569cc86   Imported Upstream version 1.8.12
       new  15e734e   Merge tag 'upstream/1.8.12'
       new  0a4cecf   Remove various Debian patches
       new  8b56f42   Update for v1.8.12-1

The 3 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:
 ChangeLog                                          |   13 +
 Makefile.in                                        |    3 +
 apps/Makefile.in                                   |    3 +
 apps/basicB2BUA/Makefile.am                        |    2 +-
 apps/basicB2BUA/Makefile.in                        |    5 +-
 apps/clicktocall/Makefile.am                       |    2 +-
 apps/clicktocall/Makefile.in                       |    5 +-
 apps/clicktocall/test/Makefile.am                  |    2 +-
 apps/clicktocall/test/Makefile.in                  |    5 +-
 apps/ichat-gw/Makefile.am                          |    2 +-
 apps/ichat-gw/Makefile.in                          |    5 +-
 apps/ichat-gw/jabberconnector/Makefile.am          |    2 +-
 apps/ichat-gw/jabberconnector/Makefile.in          |    5 +-
 apps/sipdial/Makefile.am                           |    2 +-
 apps/sipdial/Makefile.in                           |    5 +-
 b2bua/Makefile.am                                  |    2 +-
 b2bua/Makefile.in                                  |    5 +-
 b2bua/RtpProxyUtil.cxx                             |   15 +-
 config.h.in                                        |   18 ++
 configure                                          |  272 +++++++++++++++++++-
 configure.ac                                       |   13 +-
 debian/changelog                                   |    7 +
 .../0001-Fix-for-big-endian-build-issues.patch     |   40 ---
 .../0002-Fix-for-64-bit-IPv6-Tuple-issue.patch     |   34 ---
 debian/patches/series                              |    2 -
 debian/rules                                       |    6 +-
 p2p/Makefile.am                                    |    2 +-
 p2p/Makefile.in                                    |    5 +-
 p2p/s2c/s2c/Makefile.am                            |    2 +-
 p2p/s2c/s2c/Makefile.in                            |    5 +-
 presSvr/Makefile.am                                |    2 +-
 presSvr/Makefile.in                                |    5 +-
 reTurn/Makefile.am                                 |    3 +-
 reTurn/Makefile.in                                 |    6 +-
 reTurn/client/Makefile.am                          |    3 +-
 reTurn/client/Makefile.in                          |    5 +-
 reTurn/client/test/Makefile.am                     |    2 +-
 reTurn/client/test/Makefile.in                     |    5 +-
 reTurn/test/Makefile.am                            |    2 +-
 reTurn/test/Makefile.in                            |    5 +-
 reflow/Makefile.am                                 |    1 +
 reflow/Makefile.in                                 |    5 +-
 repro/Makefile.am                                  |    2 +-
 repro/Makefile.in                                  |    5 +-
 repro/WebAdmin.cxx                                 |   15 +-
 repro/repro.config                                 |    2 +-
 repro/reprocmd/Makefile.am                         |    2 +-
 repro/reprocmd/Makefile.in                         |    5 +-
 repro/reprocmd/reprocmd.cpp                        |    5 +
 repro/test/Makefile.am                             |    2 +-
 repro/test/Makefile.in                             |    5 +-
 resip/Makefile.in                                  |    3 +
 resip/certs/Makefile.in                            |    3 +
 resip/dum/ClientSubscription.cxx                   |    9 +-
 resip/dum/Makefile.am                              |    5 +-
 resip/dum/Makefile.in                              |    9 +-
 resip/dum/test/Makefile.am                         |    2 +-
 resip/dum/test/Makefile.in                         |    5 +-
 resip/recon/MOHParkServer/Makefile.am              |    2 +-
 resip/recon/MOHParkServer/Makefile.in              |    6 +-
 resip/recon/Makefile.in                            |    3 +
 resip/recon/test/Makefile.am                       |    9 +-
 resip/recon/test/Makefile.in                       |    8 +-
 resip/stack/Makefile.am                            |    4 +-
 resip/stack/Makefile.in                            |    8 +-
 resip/stack/MethodHash.cxx                         |    2 +-
 resip/stack/Tuple.cxx                              |    8 +-
 resip/stack/ssl/Security.cxx                       |   26 ++
 resip/stack/test/Makefile.am                       |    7 +-
 resip/stack/test/Makefile.in                       |   41 ++-
 .../stack/test/testSocketFunc.cxx                  |   97 +++----
 resiprocate.spec                                   |   10 +-
 resiprocate.spec.in                                |    6 +-
 .../sipdialer.cpp => rutil/AndroidLogger.cxx       |   79 +++---
 rutil/{ServerProcess.hxx => AndroidLogger.hxx}     |   43 ++--
 rutil/Data.cxx                                     |   14 +
 rutil/Makefile.am                                  |    4 +
 rutil/Makefile.in                                  |   53 ++--
 rutil/Poll.cxx                                     |  160 ++++++++----
 rutil/Poll.hxx                                     |   49 +---
 rutil/dns/ares/Makefile.in                         |    3 +
 rutil/dns/ares/ares_init.c                         |   55 ++++
 rutil/test/Makefile.am                             |    2 +-
 rutil/test/Makefile.in                             |    6 +-
 rutil/vmd5.cxx                                     |    2 +-
 tfm/Makefile.am                                    |    2 +-
 tfm/Makefile.in                                    |    5 +-
 tfm/repro/Makefile.am                              |   22 +-
 tfm/repro/Makefile.in                              |  145 ++++++++---
 tfm/tfdum/Makefile.am                              |   21 +-
 tfm/tfdum/Makefile.in                              |   29 ++-
 91 files changed, 1078 insertions(+), 465 deletions(-)
 delete mode 100644 debian/patches/0001-Fix-for-big-endian-build-issues.patch
 delete mode 100644 debian/patches/0002-Fix-for-64-bit-IPv6-Tuple-issue.patch
 delete mode 100644 debian/patches/series
 copy rutil/ServerProcess.cxx => resip/stack/test/testSocketFunc.cxx (52%)
 copy apps/sipdial/sipdialer.cpp => rutil/AndroidLogger.cxx (60%)
 copy rutil/{ServerProcess.hxx => AndroidLogger.hxx} (72%)

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



More information about the Pkg-voip-commits mailing list