libsrtp: update to 1.5.0, switch to github repo
[feed/telephony.git] / libs / libsrtp / patches / 1003_fix_mips_namespace_collision.patch
index 534ea4b..98c94d9 100644 (file)
@@ -1,11 +1,12 @@
 Description: Fix MIPS namespace collision
 Author: Thiemo Seufer <ths@networkno.de>
-Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=24;bug=439976
+Origin: vendor, http://bugs.debian.org/439976#24
 Bug-Debian: http://bugs.debian.org/439976
 Last-Update: 2010-02-28
+
 --- a/test/srtp_driver.c
 +++ b/test/srtp_driver.c
-@@ -314,7 +314,7 @@ main (int argc, char *argv[]) {
+@@ -341,7 +341,7 @@
    if (do_codec_timing) {
      srtp_policy_t policy;
      int ignore;
@@ -14,8 +15,8 @@ Last-Update: 2010-02-28
  
      crypto_policy_set_rtp_default(&policy.rtp);
      crypto_policy_set_rtcp_default(&policy.rtcp);
-@@ -323,33 +323,33 @@ main (int argc, char *argv[]) {
-     policy.key  = test_key;
+@@ -353,33 +353,33 @@
+     policy.allow_repeat_tx = 0;
      policy.next = NULL;
  
 -    printf("mips estimate: %e\n", mips);