[Pkg-voip-commits] [resiprocate] branch master updated (449c6b9 -> 072ac1c)

Daniel Pocock pocock at moszumanska.debian.org
Tue Jan 21 21:23:17 UTC 2014


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

pocock pushed a change to branch master
in repository resiprocate.

      from  449c6b9   init script: add reload (HUP) for reTurnServer
      adds  68d27e5   Imported Upstream version 1.9.0~rc1
       new  5231ccd   Merge tag 'upstream/1.9.0_rc1'
       new  87ed880   Update for v1.9.0~rc1
       new  2187a4c   init script: add reload (HUP) for repro
       new  0f35c32   init script: add help for reload in reTurn
       new  69eb0dd   sync repro.config from upstream
       new  df911b1   reTurn users.txt: add note about hashed passwords by default
       new  1854e3f   move reTurn users.txt, add repro users.txt
       new  e498ce9   repro recommends apache2-utils for htdigest
       new  072ac1c   Change openssl to recommends

The 9 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:
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |   6 +-
 debian/conf/{ => reTurn}/users.txt                 |   4 +
 debian/conf/repro.config                           |  23 +-
 debian/conf/repro/users.txt                        |   2 +
 debian/control                                     |   4 +-
 debian/repro.init                                  |   9 +-
 debian/repro.install                               |   1 +
 debian/resiprocate-turn-server.init                |   2 +-
 debian/resiprocate-turn-server.install             |   2 +-
 reTurn/ReTurnConfig.cxx                            |  29 +-
 reTurn/StunMessage.cxx                             |   1 +
 repro/AuthenticatorFactory.hxx                     |   4 +-
 repro/HttpConnection.cxx                           |   8 +-
 repro/Makefile.am                                  |   2 +
 repro/Makefile.in                                  |   3 +-
 repro/Plugin.hxx                                   |   7 +-
 repro/ReproAuthenticatorFactory.cxx                |  37 +--
 repro/ReproAuthenticatorFactory.hxx                |   7 +-
 repro/ReproRunner.cxx                              |  22 +-
 repro/ReproRunner.hxx                              |   1 +
 repro/ReproServerAuthManager.hxx                   |   2 +-
 repro/WebAdmin.cxx                                 | 221 ++++++++++----
 repro/WebAdmin.hxx                                 |  18 ++
 repro/monkeys/DigestAuthenticator.hxx              |   2 +-
 repro/plugins/example/ExamplePlugin.cxx            |   6 +
 repro/plugins/pyroute/PyRoutePlugin.cxx            |   5 +
 repro/repro.config                                 |   7 +-
 repro/{repro.config => repro.config.ws}            |  15 +-
 repro/repro.cxx                                    |  20 ++
 repro/reprocmd/reprocmd.cpp                        |  57 ++--
 repro/users.txt                                    |   2 +
 resip/dum/DialogSet.cxx                            |  14 +-
 resip/dum/DialogUsageManager.cxx                   |  14 +-
 resip/dum/ServerAuthManager.cxx                    | 111 ++++---
 resip/dum/test/basicClientUserAgent.cxx            |  11 +-
 resip/dum/test/basicClientUserAgent.hxx            |   9 +-
 resip/stack/ConnectionBase.cxx                     |  14 +-
 resip/stack/SipStack.cxx                           |   6 +-
 resip/stack/Symbols.cxx                            |   1 +
 resip/stack/Symbols.hxx                            |   1 +
 resip/stack/TransactionState.cxx                   |   3 +-
 resiprocate.spec                                   |   4 +-
 rutil/ConfigParse.cxx                              |   6 +
 rutil/ConfigParse.hxx                              |   1 +
 rutil/Log.cxx                                      |   3 +-
 rutil/Makefile.am                                  |   2 +
 rutil/Makefile.in                                  |  25 +-
 rutil/ServerProcess.cxx                            |  14 +-
 rutil/Sha1.cxx                                     | 339 +++++++++++++++++++++
 .../Sha1.hxx                                       |  88 +++---
 rutil/WinCompat.cxx                                |  64 +++-
 rutil/rutil_10_0.vcxproj                           |   2 +
 rutil/rutil_10_0.vcxproj.filters                   |   6 +
 rutil/rutil_8_0.vcproj                             |   8 +
 rutil/rutil_9_0.vcproj                             |   8 +
 rutil/stun/Stun.cxx                                |   1 +
 58 files changed, 1013 insertions(+), 293 deletions(-)
 rename debian/conf/{ => reTurn}/users.txt (80%)
 create mode 100644 debian/conf/repro/users.txt
 copy repro/{repro.config => repro.config.ws} (99%)
 create mode 100644 repro/users.txt
 create mode 100644 rutil/Sha1.cxx
 copy resip/dum/RegistrationPersistenceManager.hxx => rutil/Sha1.hxx (57%)

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