[Pkg-voip-commits] [asterisk] 03/03: Fixup AST-2017-008-11 patch context

Bernhard Schmidt berni at moszumanska.debian.org
Sat Sep 23 20:04:33 UTC 2017


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

berni pushed a commit to branch jessie
in repository asterisk.

commit a0ab9219574dffe30961656127efdaf60ed23e69
Author: Bernhard Schmidt <berni at debian.org>
Date:   Sat Sep 23 21:51:40 2017 +0200

    Fixup AST-2017-008-11 patch context
---
 debian/patches/AST-2017-008-11.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/AST-2017-008-11.diff b/debian/patches/AST-2017-008-11.diff
index 5221e6b..7f77bf7 100644
--- a/debian/patches/AST-2017-008-11.diff
+++ b/debian/patches/AST-2017-008-11.diff
@@ -173,7 +173,7 @@ index 4881171..7393d57 100644
 @@ -2546,10 +2569,7 @@
  	/* Set default parameters on the newly created RTP structure */
  	rtp->ssrc = ast_random();
- 	rtp->seqno = ast_random() & 0x7fff;
+ 	rtp->seqno = ast_random() & 0xffff;
 -	rtp->strict_rtp_state = (strictrtp ? STRICT_RTP_LEARN : STRICT_RTP_OPEN);
 -	if (strictrtp) {
 -		rtp_learning_seq_init(&rtp->rtp_source_learn, (uint16_t)rtp->seqno);
@@ -750,7 +750,7 @@ index 4881171..7393d57 100644
 +		rtp_learning_start(rtp);
  	}
  
- #ifdef HAVE_OPENSSL_SRTP
+ 	return;
 @@ -4805,7 +5118,23 @@
  	 */
  	ast_sockaddr_copy(&rtp->alt_rtp_address, addr);

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



More information about the Pkg-voip-commits mailing list