diff -r 0bc1d0d1fe3a -r 76ceb617f880 stun/stun.patch --- a/stun/stun.patch Fri Mar 30 18:55:41 2012 +0200 +++ b/stun/stun.patch Fri Apr 13 17:49:04 2012 +0200 @@ -1,22 +1,3 @@ -Index: client.cxx ---- client.cxx.orig 2005-08-14 02:43:10 +0200 -+++ client.cxx 2005-11-16 10:28:17 +0100 -@@ -178,13 +178,13 @@ - retval[nic] = 0x02; - break; - case StunTypeDependentFilter: -- cout << "Independedt Mapping, Address Dependendent Filter"; -+ cout << "Independedt Mapping, Address Dependent Filter"; - if ( presPort ) cout << ", preserves ports"; else cout << ", random port"; - if ( hairpin ) cout << ", will hairpin"; else cout << ", no hairpin"; - retval[nic] = 0x04; - break; - case StunTypePortDependedFilter: -- cout << "Indepndent Mapping, Port Dependent Filter"; -+ cout << "Independent Mapping, Port Dependent Filter"; - if ( presPort ) cout << ", preserves ports"; else cout << ", random port"; - if ( hairpin ) cout << ", will hairpin"; else cout << ", no hairpin"; - retval[nic] = 0x06; Index: server.cxx --- server.cxx.orig 2005-08-13 22:19:29 +0200 +++ server.cxx 2005-11-16 10:33:51 +0100