[Pkg-voip-commits] [resiprocate] branch debian-experimental updated (7dec2f3 -> 52eb8b8)

Daniel Pocock pocock at alioth.debian.org
Tue Sep 10 21:43:22 UTC 2013


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

pocock pushed a change to branch debian-experimental
in repository resiprocate.

      from  7dec2f3   Update for v1.9.0~alpha1-2
      adds  af9d296   Imported Upstream version 1.9.0~beta1
       new  8aaa619   Merge tag 'upstream/1.9.0_beta1' into debian-experimental
       new  9384131   Add dependency on libcajun-dev
       new  067eec5   Explicity list v1.8 dev packages in conflicts/replaces
       new  52eb8b8   Update for v1.9.0~beta1-1

The 4 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:
 Makefile.am                                        |    3 -
 Makefile.in                                        |   22 +-
 apps/Makefile.am                                   |    4 -
 apps/Makefile.in                                   |    8 +-
 apps/basicB2BUA/BasicB2BUA.cxx                     |  228 --
 apps/basicB2BUA/BasicB2BUA.hxx                     |   38 -
 apps/basicB2BUA/BasicConfiguration.cxx             |  186 --
 apps/basicB2BUA/BasicConfiguration.hxx             |   67 -
 apps/basicB2BUA/BasicManager.cxx                   |  241 --
 apps/basicB2BUA/BasicManager.hxx                   |  113 -
 apps/basicB2BUA/Context.cxx                        |   40 -
 apps/basicB2BUA/Context.hxx                        |   36 -
 apps/basicB2BUA/ContextRule.cxx                    |   47 -
 apps/basicB2BUA/ContextRule.hxx                    |   41 -
 apps/basicB2BUA/Makefile.am                        |   29 -
 apps/basicB2BUA/Makefile.in                        |  588 -----
 apps/basicB2BUA/MyServerAuthManager.cxx            |  121 -
 apps/basicB2BUA/MyServerAuthManager.hxx            |   37 -
 apps/basicB2BUA/Peer.cxx                           |   27 -
 apps/basicB2BUA/Peer.hxx                           |   36 -
 apps/basicB2BUA/XMLHelpers.hxx                     |   57 -
 apps/basicB2BUA/sample-config.xml                  |   86 -
 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                           |    6 +-
 apps/sipdial/Makefile.in                           |   13 +-
 b2bua/AccountingManager.hxx                        |   68 -
 b2bua/AuthenticationManager.cxx                    |   45 -
 b2bua/AuthenticationManager.hxx                    |   79 -
 b2bua/AuthorizationManager.hxx                     |   92 -
 b2bua/B2BCall.cxx                                  | 1321 -----------
 b2bua/B2BCall.hxx                                  |  308 ---
 b2bua/B2BCallManager.cxx                           |  135 --
 b2bua/B2BCallManager.hxx                           |   94 -
 b2bua/B2BUA.cxx                                    |  111 -
 b2bua/B2BUA.hxx                                    |  102 -
 b2bua/CallHandle.cxx                               |   48 -
 b2bua/CallHandle.hxx                               |  101 -
 b2bua/DailyCDRHandler.cxx                          |   93 -
 b2bua/DefaultAuthorizationManager.cxx              |   60 -
 b2bua/DefaultAuthorizationManager.hxx              |   60 -
 b2bua/DialogUsageManagerRecurringTask.cxx          |   91 -
 b2bua/DialogUsageManagerRecurringTask.hxx          |   72 -
 b2bua/DummyRegistrationPersistenceManager.cxx      |   75 -
 b2bua/DummyRegistrationPersistenceManager.hxx      |   67 -
 b2bua/DummyServerRegistrationHandler.cxx           |   34 -
 b2bua/DummyServerRegistrationHandler.hxx           |   62 -
 b2bua/Logging.hxx                                  |   71 -
 b2bua/Makefile.am                                  |   93 -
 b2bua/Makefile.in                                  |  861 --------
 b2bua/MediaManager.cxx                             |  112 -
 b2bua/MediaManager.hxx                             |  130 --
 b2bua/MediaProxy.cxx                               |  218 --
 b2bua/MediaProxy.hxx                               |  111 -
 b2bua/MyAppDialog.cxx                              |  100 -
 b2bua/MyAppDialog.hxx                              |  107 -
 b2bua/MyDialogSetHandler.hxx                       |   61 -
 b2bua/MyInviteSessionHandler.cxx                   |  334 ---
 b2bua/MyInviteSessionHandler.hxx                   |   97 -
 b2bua/README.txt                                   |   94 -
 b2bua/RtpProxyRecurringTask.cxx                    |   54 -
 b2bua/RtpProxyRecurringTask.hxx                    |   68 -
 b2bua/RtpProxyUtil.cxx                             |  488 ----
 b2bua/RtpProxyUtil.hxx                             |  137 --
 b2bua/TaskManager.cxx                              |   99 -
 b2bua/TaskManager.hxx                              |  102 -
 config.h.in                                        |    3 -
 configure                                          |   87 +-
 configure.ac                                       |   20 +-
 debian/changelog                                   |    6 +
 debian/control                                     |   14 +-
 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/AsyncTlsSocketBase.cxx                      |    2 +-
 reTurn/Makefile.am                                 |    8 +-
 reTurn/Makefile.in                                 |   12 +-
 reTurn/client/Makefile.am                          |    5 +-
 reTurn/client/Makefile.in                          |    8 +-
 reTurn/client/test/Makefile.am                     |    2 +-
 reTurn/client/test/Makefile.in                     |    5 +-
 reTurn/test/Makefile.am                            |    2 +-
 reTurn/test/Makefile.in                            |    5 +-
 reflow/Flow.hxx                                    |    6 -
 reflow/FlowDtlsSocketContext.hxx                   |    4 -
 reflow/FlowDtlsTimerContext.hxx                    |    5 -
 reflow/FlowManager.hxx                             |    8 -
 reflow/Makefile.am                                 |    2 +
 reflow/Makefile.in                                 |    6 +-
 reflow/MediaStream.hxx                             |    8 -
 repro/AccountingCollector.cxx                      |    6 +-
 repro/Makefile.am                                  |    9 +-
 repro/Makefile.in                                  |   20 +-
 repro/WebAdmin.cxx                                 |   15 +-
 repro/accountingconsumers/Makefile.am              |    2 +-
 repro/accountingconsumers/Makefile.in              |    5 +-
 repro/reprocmd/Makefile.am                         |    5 +-
 repro/reprocmd/Makefile.in                         |   11 +-
 repro/reprocmd/reprocmd.cpp                        |    7 +-
 repro/test/Makefile.am                             |    2 +-
 repro/test/Makefile.in                             |    5 +-
 resip/Makefile.am                                  |    2 +-
 resip/Makefile.in                                  |    5 +-
 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/ConversationProfile.hxx                |    4 -
 resip/recon/MOHParkServer/Makefile.am              |    2 +-
 resip/recon/MOHParkServer/Makefile.in              |    6 +-
 resip/recon/MOHParkServer/ParkManager.cxx          |    6 +-
 resip/recon/Makefile.am                            |    3 +
 resip/recon/Makefile.in                            |   11 +-
 resip/recon/test/Makefile.am                       |    2 +-
 resip/recon/test/Makefile.in                       |    6 +-
 {reTurn/test => resip/rend}/Makefile.am            |   53 +-
 {apps/ichat-gw => resip/rend}/Makefile.in          |  326 +--
 resip/rend/RendAcct.cxx                            |  138 ++
 resip/rend/RendAcct.hxx                            |  186 ++
 resip/rend/RendDlg.cxx                             | 1405 ++++++++++++
 resip/rend/RendDlg.hxx                             |  322 +++
 reTurn/StunTuple.hxx => resip/rend/RendDlgAcct.cxx |   92 +-
 resip/rend/RendDlgAcct.hxx                         |  153 ++
 resip/rend/RendKa.cxx                              |  355 +++
 .../rend/RendKa.hxx                                |   40 +-
 resip/rend/RendMisc.cxx                            |  174 ++
 resip/rend/RendMisc.hxx                            |  140 ++
 resip/rend/RendPres.cxx                            | 2322 ++++++++++++++++++++
 resip/rend/RendReg.cxx                             |  343 +++
 resip/rend/RendReport.hxx                          |  257 +++
 resip/rend/RendRunner.cxx                          |  534 +++++
 .../AppSubsystem.hxx => rend/RendRunner.hxx}       |   67 +-
 resip/rend/RendSketch.cxx                          |  426 ++++
 resip/rend/RendSketch.hxx                          |  175 ++
 resip/rend/RendTroop.cxx                           | 1250 +++++++++++
 resip/rend/RendTroop.hxx                           |  500 +++++
 resip/rend/RendWavePres.hxx                        |  128 ++
 resip/rend/design-notes.txt                        |  132 ++
 resip/rend/flownotes.txt                           |   70 +
 resip/rend/readme.txt                              |  209 ++
 .../{dum/test/basicClient.cxx => rend/rendIt.cxx}  |  108 +-
 resip/stack/ConnectionBase.cxx                     |   22 +
 resip/stack/Makefile.am                            |    4 +-
 resip/stack/Makefile.in                            |    8 +-
 resip/stack/SipMessage.cxx                         |    1 +
 resip/stack/TransactionState.cxx                   |    2 +-
 resip/stack/TransactionState.hxx                   |    2 +-
 resip/stack/ssl/Security.cxx                       |   32 +-
 resip/stack/ssl/TlsConnection.cxx                  |    2 +-
 resip/stack/test/Makefile.am                       |    8 +-
 resip/stack/test/Makefile.in                       |   24 +-
 resiprocate.spec                                   |   23 +-
 resiprocate.spec.in                                |   19 +-
 .../AndroidLogger.cxx                              |   65 +-
 b2bua/CDRHandler.hxx => rutil/AndroidLogger.hxx    |   56 +-
 rutil/ConfigParse.cxx                              |    3 +-
 rutil/Data.cxx                                     |  211 +-
 rutil/Data.hxx                                     |   17 +-
 rutil/DnsUtil.cxx                                  |   21 +-
 rutil/FileSystem.cxx                               |   22 +-
 rutil/FileSystem.hxx                               |   15 +
 rutil/Log.cxx                                      |    2 +-
 rutil/Makefile.am                                  |   14 +-
 rutil/Makefile.in                                  |   65 +-
 rutil/Poll.cxx                                     |  160 +-
 rutil/Poll.hxx                                     |   49 +-
 rutil/ServerProcess.cxx                            |   16 +-
 rutil/WinCompat.cxx                                |    6 +-
 rutil/cajun/json/elements.h                        |  299 ---
 rutil/cajun/json/elements.inl                      |  442 ----
 rutil/cajun/json/reader.h                          |  148 --
 rutil/cajun/json/reader.inl                        |  533 -----
 rutil/cajun/json/visitor.h                         |   65 -
 rutil/cajun/json/writer.h                          |   78 -
 rutil/cajun/json/writer.inl                        |  178 --
 rutil/compat.hxx                                   |   33 +
 rutil/dns/ares/Makefile.in                         |    3 +
 rutil/dns/ares/ares_init.c                         |   55 +
 rutil/dns/ares/ares_process.c                      |    2 +-
 rutil/stun/Udp.hxx                                 |    5 +-
 rutil/test/Makefile.am                             |    5 +-
 rutil/test/Makefile.in                             |   71 +-
 rutil/test/{testFileSystem.cxx => testCompat.cxx}  |   23 +-
 rutil/test/testData.cxx                            |    2 +-
 rutil/test/testFifo.cxx                            |    2 +-
 tfm/CountDown.cxx                                  |    2 +-
 tfm/CountDown.hxx                                  |    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 +-
 204 files changed, 10661 insertions(+), 11248 deletions(-)
 delete mode 100644 apps/basicB2BUA/BasicB2BUA.cxx
 delete mode 100644 apps/basicB2BUA/BasicB2BUA.hxx
 delete mode 100644 apps/basicB2BUA/BasicConfiguration.cxx
 delete mode 100644 apps/basicB2BUA/BasicConfiguration.hxx
 delete mode 100644 apps/basicB2BUA/BasicManager.cxx
 delete mode 100644 apps/basicB2BUA/BasicManager.hxx
 delete mode 100644 apps/basicB2BUA/Context.cxx
 delete mode 100644 apps/basicB2BUA/Context.hxx
 delete mode 100644 apps/basicB2BUA/ContextRule.cxx
 delete mode 100644 apps/basicB2BUA/ContextRule.hxx
 delete mode 100644 apps/basicB2BUA/Makefile.am
 delete mode 100644 apps/basicB2BUA/Makefile.in
 delete mode 100644 apps/basicB2BUA/MyServerAuthManager.cxx
 delete mode 100644 apps/basicB2BUA/MyServerAuthManager.hxx
 delete mode 100644 apps/basicB2BUA/Peer.cxx
 delete mode 100644 apps/basicB2BUA/Peer.hxx
 delete mode 100644 apps/basicB2BUA/XMLHelpers.hxx
 delete mode 100644 apps/basicB2BUA/sample-config.xml
 delete mode 100644 b2bua/AccountingManager.hxx
 delete mode 100644 b2bua/AuthenticationManager.cxx
 delete mode 100644 b2bua/AuthenticationManager.hxx
 delete mode 100644 b2bua/AuthorizationManager.hxx
 delete mode 100644 b2bua/B2BCall.cxx
 delete mode 100644 b2bua/B2BCall.hxx
 delete mode 100644 b2bua/B2BCallManager.cxx
 delete mode 100644 b2bua/B2BCallManager.hxx
 delete mode 100644 b2bua/B2BUA.cxx
 delete mode 100644 b2bua/B2BUA.hxx
 delete mode 100644 b2bua/CallHandle.cxx
 delete mode 100644 b2bua/CallHandle.hxx
 delete mode 100644 b2bua/DailyCDRHandler.cxx
 delete mode 100644 b2bua/DefaultAuthorizationManager.cxx
 delete mode 100644 b2bua/DefaultAuthorizationManager.hxx
 delete mode 100644 b2bua/DialogUsageManagerRecurringTask.cxx
 delete mode 100644 b2bua/DialogUsageManagerRecurringTask.hxx
 delete mode 100644 b2bua/DummyRegistrationPersistenceManager.cxx
 delete mode 100644 b2bua/DummyRegistrationPersistenceManager.hxx
 delete mode 100644 b2bua/DummyServerRegistrationHandler.cxx
 delete mode 100644 b2bua/DummyServerRegistrationHandler.hxx
 delete mode 100644 b2bua/Logging.hxx
 delete mode 100644 b2bua/Makefile.am
 delete mode 100644 b2bua/Makefile.in
 delete mode 100644 b2bua/MediaManager.cxx
 delete mode 100644 b2bua/MediaManager.hxx
 delete mode 100644 b2bua/MediaProxy.cxx
 delete mode 100644 b2bua/MediaProxy.hxx
 delete mode 100644 b2bua/MyAppDialog.cxx
 delete mode 100644 b2bua/MyAppDialog.hxx
 delete mode 100644 b2bua/MyDialogSetHandler.hxx
 delete mode 100644 b2bua/MyInviteSessionHandler.cxx
 delete mode 100644 b2bua/MyInviteSessionHandler.hxx
 delete mode 100644 b2bua/README.txt
 delete mode 100644 b2bua/RtpProxyRecurringTask.cxx
 delete mode 100644 b2bua/RtpProxyRecurringTask.hxx
 delete mode 100644 b2bua/RtpProxyUtil.cxx
 delete mode 100644 b2bua/RtpProxyUtil.hxx
 delete mode 100644 b2bua/TaskManager.cxx
 delete mode 100644 b2bua/TaskManager.hxx
 copy {reTurn/test => resip/rend}/Makefile.am (70%)
 copy {apps/ichat-gw => resip/rend}/Makefile.in (77%)
 create mode 100644 resip/rend/RendAcct.cxx
 create mode 100644 resip/rend/RendAcct.hxx
 create mode 100644 resip/rend/RendDlg.cxx
 create mode 100644 resip/rend/RendDlg.hxx
 copy reTurn/StunTuple.hxx => resip/rend/RendDlgAcct.cxx (53%)
 create mode 100644 resip/rend/RendDlgAcct.hxx
 create mode 100644 resip/rend/RendKa.cxx
 copy apps/clicktocall/XmlRpcServerThread.hxx => resip/rend/RendKa.hxx (66%)
 create mode 100644 resip/rend/RendMisc.cxx
 create mode 100644 resip/rend/RendMisc.hxx
 create mode 100644 resip/rend/RendPres.cxx
 create mode 100644 resip/rend/RendReg.cxx
 create mode 100644 resip/rend/RendReport.hxx
 create mode 100644 resip/rend/RendRunner.cxx
 copy resip/{recon/MOHParkServer/AppSubsystem.hxx => rend/RendRunner.hxx} (54%)
 create mode 100644 resip/rend/RendSketch.cxx
 create mode 100644 resip/rend/RendSketch.hxx
 create mode 100644 resip/rend/RendTroop.cxx
 create mode 100644 resip/rend/RendTroop.hxx
 create mode 100644 resip/rend/RendWavePres.hxx
 create mode 100644 resip/rend/design-notes.txt
 create mode 100644 resip/rend/flownotes.txt
 create mode 100644 resip/rend/readme.txt
 copy resip/{dum/test/basicClient.cxx => rend/rendIt.cxx} (53%)
 rename b2bua/MyDialogSetHandler.cxx => rutil/AndroidLogger.cxx (60%)
 rename b2bua/CDRHandler.hxx => rutil/AndroidLogger.hxx (69%)
 delete mode 100644 rutil/cajun/json/elements.h
 delete mode 100644 rutil/cajun/json/elements.inl
 delete mode 100644 rutil/cajun/json/reader.h
 delete mode 100644 rutil/cajun/json/reader.inl
 delete mode 100644 rutil/cajun/json/visitor.h
 delete mode 100644 rutil/cajun/json/writer.h
 delete mode 100644 rutil/cajun/json/writer.inl
 copy rutil/test/{testFileSystem.cxx => testCompat.cxx} (89%)

-- 
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