[Pkg-voip-commits] [resiprocate] branch debian-wheezy-backports updated (9eea46d -> 79aef60)

Daniel Pocock pocock at moszumanska.debian.org
Fri Dec 5 14:45:49 UTC 2014


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

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

      from  9eea46d   Update for v1.9.5-2~bpo70+1
       new  7d6beb1   Merge tag 'upstream/1.9.6'
       new  ed2ee27   Remove patches, now available upstream
       new  9ead4b0   Merge tag 'upstream/1.9.7'
       new  c675d16   Update for v1.9.7-1~bpo70+1
       new  79aef60   add definitions for stdint to CPPFLAGS

The 5 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                                  |  20 ++++
 configure                                  |  20 ++--
 configure.ac                               |   2 +-
 debian/changelog                           |   6 ++
 debian/patches/01-testUA-sipXtapi          |   9 --
 debian/patches/02-MOHParkServer-sipXtapi   |  11 ---
 debian/patches/series                      |   2 -
 debian/rules                               |   1 +
 reTurn/AsyncSocketBase.cxx                 |   1 -
 reTurn/AsyncSocketBase.hxx                 |   8 +-
 reTurn/AsyncTcpSocketBase.hxx              |   3 +
 reTurn/AsyncUdpSocketBase.hxx              |   3 +
 reTurn/ChannelManager.hxx                  |   3 +
 reTurn/ReTurnConfig.hxx                    |   3 +
 reTurn/RemotePeer.hxx                      |   3 +
 reTurn/StunMessage.cxx                     |   3 +-
 reTurn/StunMessage.hxx                     |   3 +
 reTurn/StunTuple.hxx                       |   3 +
 reTurn/TcpConnection.hxx                   |   3 +
 reTurn/TcpServer.hxx                       |   3 +
 reTurn/TurnAllocation.hxx                  |   3 +
 reTurn/TurnAllocationManager.hxx           |   3 +
 reTurn/TurnManager.hxx                     |   3 +
 reTurn/TurnPermission.hxx                  |   3 +
 reTurn/UdpRelayServer.hxx                  |   3 +
 reTurn/UdpServer.hxx                       |   3 +
 reTurn/client/TurnAsyncSocket.cxx          |   1 -
 reTurn/client/TurnAsyncSocket.hxx          |  12 ++-
 reTurn/client/TurnAsyncSocketHandler.hxx   |   3 +
 reTurn/client/TurnAsyncTcpSocket.cxx       |   1 -
 reTurn/client/TurnAsyncTcpSocket.hxx       |   4 +
 reTurn/client/TurnAsyncTlsSocket.cxx       |   1 -
 reTurn/client/TurnAsyncTlsSocket.hxx       |   1 +
 reTurn/client/TurnAsyncUdpSocket.cxx       |   1 -
 reTurn/client/TurnAsyncUdpSocket.hxx       |   4 +
 reTurn/client/TurnSocket.cxx               |   1 -
 reTurn/client/TurnSocket.hxx               |   8 +-
 reTurn/client/TurnTcpSocket.cxx            |   1 -
 reTurn/client/TurnTcpSocket.hxx            |   4 +
 reTurn/client/TurnTlsSocket.cxx            |   3 +-
 reTurn/client/TurnUdpSocket.cxx            |   1 -
 reTurn/client/TurnUdpSocket.hxx            |   4 +
 reTurn/reTurnServer.cxx                    |   3 +
 reflow/Flow.cxx                            |   4 +
 reflow/FlowDtlsSocketContext.cxx           |   9 +-
 reflow/FlowDtlsSocketContext.hxx           |   3 +
 reflow/FlowDtlsTimerContext.hxx            |   4 +
 reflow/FlowManager.cxx                     |  11 ++-
 reflow/MediaStream.cxx                     |   5 +-
 reflow/MediaStream.hxx                     |   2 +
 repro/Makefile.am                          |   1 +
 repro/Makefile.in                          |   2 +-
 repro/RequestContext.cxx                   |  14 +--
 repro/ResponseContext.cxx                  |   4 +-
 repro/reprocmd/Makefile.am                 |   1 -
 repro/reprocmd/Makefile.in                 |   2 +-
 resip/dum/test/basicClientUserAgent.cxx    |   2 +-
 resip/recon/ConversationManager.cxx        |   7 +-
 resip/recon/ConversationManager.hxx        |   6 +-
 resip/recon/FlowManagerSipXSocket.cxx      |   3 +
 resip/recon/MOHParkServer/Makefile.am      |   1 +
 resip/recon/MOHParkServer/Makefile.in      |   2 +-
 resip/recon/Makefile.am                    |   3 +
 resip/recon/Makefile.in                    |   4 +-
 resip/recon/RemoteParticipantDialogSet.cxx |   6 --
 resip/recon/UserAgent.hxx                  |   8 +-
 resip/recon/readme.txt                     |   2 +-
 resip/recon/test/Makefile.am               |   2 +
 resip/recon/test/Makefile.in               |   5 +-
 resip/stack/HeaderFieldValue.cxx           |  12 +++
 resip/stack/HeaderFieldValue.hxx           |   1 +
 resip/stack/ParserContainerBase.cxx        |  13 ++-
 resip/stack/ParserContainerBase.hxx        |  16 +++-
 resip/stack/TransactionState.cxx           |  21 +++--
 resip/stack/TransactionUser.hxx            |   2 +
 resip/stack/ssl/TlsConnection.cxx          | 143 +++++++++++++++++------------
 resip/stack/test/testSipMessage.cxx        |  37 +++++++-
 resiprocate.spec                           |   7 +-
 resiprocate.spec.in                        |   3 +-
 rutil/ConfigParse.cxx                      |  12 ++-
 rutil/GenericIPAddress.hxx                 |  10 ++
 rutil/Log.cxx                              |  10 +-
 rutil/SysLogBuf.cxx                        |   2 +-
 rutil/ssl/OpenSSLInit.cxx                  |  11 +--
 84 files changed, 398 insertions(+), 196 deletions(-)
 delete mode 100644 debian/patches/01-testUA-sipXtapi
 delete mode 100644 debian/patches/02-MOHParkServer-sipXtapi
 delete mode 100644 debian/patches/series

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