From 18f51bee7bc1e7ce69df5e8fff3c990c08c62e39 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 27 Oct 2006 23:20:10 +0000 Subject: [PATCH] update to new sofia snapshot. This fixes several race conditions, ref count problems, and double frees that were happening in the sofia library and fixes segfaults under heavy load and a segfault on cancel when using 100rel while awaiting a prack. Sofia should be much more stable now, please beat it up and let us know. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3220 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/Download SOFIA.vcproj | 8 +- .../win32/sofia/libsofia_sip_ua_static.vcproj | 558 +++++++++--------- src/mod/endpoints/mod_sofia/Makefile | 2 +- src/mod/endpoints/mod_sofia/mod_sofia.vcproj | 4 +- 4 files changed, 286 insertions(+), 286 deletions(-) diff --git a/libs/win32/Download SOFIA.vcproj b/libs/win32/Download SOFIA.vcproj index c84473d419..3f1592047e 100644 --- a/libs/win32/Download SOFIA.vcproj +++ b/libs/win32/Download SOFIA.vcproj @@ -76,8 +76,8 @@ diff --git a/libs/win32/sofia/libsofia_sip_ua_static.vcproj b/libs/win32/sofia/libsofia_sip_ua_static.vcproj index af700f1354..d7002aee36 100644 --- a/libs/win32/sofia/libsofia_sip_ua_static.vcproj +++ b/libs/win32/sofia/libsofia_sip_ua_static.vcproj @@ -26,7 +26,7 @@ > @@ -3117,7 +3117,7 @@ Name="nta" > @@ -3825,7 +3825,7 @@ > @@ -3858,15 +3858,15 @@ Filter="url*.h" > @@ -3875,7 +3875,7 @@ Filter="features*.h" > @@ -3884,11 +3884,11 @@ Filter="bnf*.h" > @@ -3896,63 +3896,63 @@ Name="msg headers" > @@ -3960,47 +3960,47 @@ Name="sip headers" > @@ -4008,35 +4008,35 @@ Name="http headers" > @@ -4044,11 +4044,11 @@ Name="nth headers" > @@ -4056,23 +4056,23 @@ Name="sresolv headers" > @@ -4080,15 +4080,15 @@ Name="nea headers" > @@ -4096,27 +4096,27 @@ Name="iptsec headers" > @@ -4124,15 +4124,15 @@ Name="stun headers" > @@ -4140,11 +4140,11 @@ Name="nua headers" > @@ -4152,27 +4152,27 @@ Name="nta headers" > @@ -4180,19 +4180,19 @@ Name="tport headers" > @@ -4200,11 +4200,11 @@ Name="sdp headers" > @@ -4212,15 +4212,15 @@ Name="soa headers" > diff --git a/src/mod/endpoints/mod_sofia/Makefile b/src/mod/endpoints/mod_sofia/Makefile index da3a8b0ec5..c66780d5c2 100644 --- a/src/mod/endpoints/mod_sofia/Makefile +++ b/src/mod/endpoints/mod_sofia/Makefile @@ -1,6 +1,6 @@ OS_ARCH := $(subst /,_,$(shell uname -s | sed /\ /s//_/)) VERSION = sofia-sip-1.12 -TARBALL = sofia-sip-1.12.3.6.tar.gz +TARBALL = sofia-sip-1.12.3.7.tar.gz CFLAGS += -I. -I$(PREFIX)/include/$(VERSION) LDFLAGS += -lsofia-sip-ua LINKER=$(CC) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.vcproj b/src/mod/endpoints/mod_sofia/mod_sofia.vcproj index 049faaed6b..84ef6b03f2 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.vcproj +++ b/src/mod/endpoints/mod_sofia/mod_sofia.vcproj @@ -42,7 +42,7 @@