]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agomod_rayo: fix segfault in prompt component
Chris Rienzo [Thu, 6 Feb 2014 20:08:33 +0000 (15:08 -0500)] 
mod_rayo: fix segfault in prompt component

12 years agoFS-6195 --resolve
Anthony Minessale [Thu, 6 Feb 2014 17:24:05 +0000 (22:24 +0500)] 
FS-6195 --resolve

12 years agoFS-6197 --resolve the line numbers in the trace do not match the version you reported...
Anthony Minessale [Thu, 6 Feb 2014 16:47:17 +0000 (21:47 +0500)] 
FS-6197 --resolve the line numbers in the trace do not match the version you reported make sure you know what version you are using

12 years agoRebuild sofia
Travis Cross [Thu, 6 Feb 2014 15:41:33 +0000 (15:41 +0000)] 
Rebuild sofia

12 years agoAdd support for EECDH to Sofia-SIP
Travis Cross [Thu, 6 Feb 2014 15:27:06 +0000 (15:27 +0000)] 
Add support for EECDH to Sofia-SIP

This adds support for the ephemeral elliptic curve Diffie-Hellman key
exchange, which provides for forward secrecy in the event that
long-term keys are compromised.

For the moment, we've hard-coded the curve as prime256v1.

12 years agoUpdate in-config docs
Brian West [Thu, 6 Feb 2014 14:58:48 +0000 (08:58 -0600)] 
Update in-config docs

12 years agoSupport setting TLS cipher suites in mod_sofia
Travis Cross [Thu, 6 Feb 2014 03:13:13 +0000 (03:13 +0000)] 
Support setting TLS cipher suites in mod_sofia

This adds a parameter tls-ciphers in which we can specify the TLS
cipher suite specification for OpenSSL.

12 years agoAllow setting TLS cipher suites through Sofia-SIP API
Travis Cross [Thu, 6 Feb 2014 03:08:33 +0000 (03:08 +0000)] 
Allow setting TLS cipher suites through Sofia-SIP API

Previously there was no way to override the hard-coded cipher suite
specification of "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH".

This commit does leave in place the hardcoded cipher spec for WebRTC
of "HIGH:!DSS:!aNULL@STRENGTH".

12 years agomod_rayo: fix message->call input validation
Chris Rienzo [Thu, 6 Feb 2014 04:19:47 +0000 (23:19 -0500)] 
mod_rayo: fix message->call input validation

12 years agoFS-6192 --resolve
Chris Rienzo [Thu, 6 Feb 2014 03:25:14 +0000 (22:25 -0500)] 
FS-6192 --resolve

12 years agoDefault to TLSv1 through TLSv1.2 if unspecified
Travis Cross [Thu, 6 Feb 2014 02:34:27 +0000 (02:34 +0000)] 
Default to TLSv1 through TLSv1.2 if unspecified

12 years agoSupport setting enabled TLS versions in mod_sofia
Travis Cross [Thu, 6 Feb 2014 00:20:45 +0000 (00:20 +0000)] 
Support setting enabled TLS versions in mod_sofia

Previously if tls-version was set to tlsv1 we supported only TLSv1,
but if it was set to sslv23 we supported all versions of TLS.  This
was a weird incorrectly documented behavior that we hope no one was
relying on.

Now we can pass a comma-separated list of TLS/SSL versions that we
would like to support in tls-version.

FS-5839 --resolve

12 years agoAllow setting enabled TLS versions in Sofia-SIP
Travis Cross [Thu, 6 Feb 2014 00:18:05 +0000 (00:18 +0000)] 
Allow setting enabled TLS versions in Sofia-SIP

Previously if the TPTAG_TLS_VERSION was set to a non-zero value we
supported only TLSv1 (but not TLSv1.1 or TLSv1.2), and if was set to
zero we supported all versions of TLS and SSL (including the
ridiculous SSLv2).

Now we take an integer field where various bits can be set indicating
which versions of TLS we would like to support.

12 years agoFS-6092 --resolve mod_rayo - mixer with single call can be recorded
Chris Rienzo [Wed, 5 Feb 2014 22:03:19 +0000 (17:03 -0500)] 
FS-6092 --resolve mod_rayo - mixer with single call can be recorded

12 years agoFS-6181 --resolve
Chris Rienzo [Wed, 5 Feb 2014 21:59:34 +0000 (16:59 -0500)] 
FS-6181 --resolve

12 years agoFS-6190 --resolve slightly modified, please test
Anthony Minessale [Wed, 5 Feb 2014 21:31:56 +0000 (02:31 +0500)] 
FS-6190 --resolve slightly modified, please test

12 years agoFS-5994 --resolve -- tips appriciated
Anthony Minessale [Wed, 5 Feb 2014 21:20:05 +0000 (02:20 +0500)] 
FS-5994 --resolve -- tips appriciated

12 years agoFS-6181 --resolve
Anthony Minessale [Wed, 5 Feb 2014 21:00:35 +0000 (02:00 +0500)] 
FS-6181 --resolve

12 years agoFS-6191 --resolve
Anthony Minessale [Wed, 5 Feb 2014 20:41:26 +0000 (01:41 +0500)] 
FS-6191 --resolve

12 years agono
Anthony Minessale [Wed, 5 Feb 2014 20:53:11 +0000 (14:53 -0600)] 
no

12 years agowhitespace cleanup
Ken Rice [Wed, 5 Feb 2014 19:57:22 +0000 (13:57 -0600)] 
whitespace cleanup

12 years agoMake bypass-media-after-hold a media-option
Travis Cross [Wed, 5 Feb 2014 19:35:02 +0000 (19:35 +0000)] 
Make bypass-media-after-hold a media-option

FS-6186 --resolve

Thanks-to: Matteo Brancaleoni <mbrancaleoni@voismart.it>
12 years agoFS-6189: this should put -lz in the right place.
Michael Jerris [Wed, 5 Feb 2014 18:39:38 +0000 (13:39 -0500)] 
FS-6189: this should put -lz in the right place.

12 years agoMove documentation to correct place
Travis Cross [Wed, 5 Feb 2014 17:59:08 +0000 (17:59 +0000)] 
Move documentation to correct place

12 years agoFix typo from commit 3ecb504fd
Travis Cross [Wed, 5 Feb 2014 17:57:14 +0000 (17:57 +0000)] 
Fix typo from commit 3ecb504fd

12 years agoFS-6030: --resolve fix variable scoping issue for more aggressive optimizer
Michael Jerris [Wed, 5 Feb 2014 13:45:59 +0000 (08:45 -0500)] 
FS-6030: --resolve fix variable scoping issue for more aggressive optimizer

12 years agoFS-6186 --resolve
Anthony Minessale [Wed, 5 Feb 2014 02:15:08 +0000 (07:15 +0500)] 
FS-6186 --resolve

12 years agofix compiler error with last commit
Jeff Lenk [Tue, 4 Feb 2014 21:36:13 +0000 (15:36 -0600)] 
fix compiler error with last commit

12 years agoFS-5999: set visibility on lua symbols that are supposed to be exported
Michael Jerris [Tue, 4 Feb 2014 21:09:08 +0000 (16:09 -0500)] 
FS-5999: set visibility on lua symbols that are supposed to be exported

12 years agoFS-5396 --resolve add gethost function to call gethostbyname as desired
Anthony Minessale [Tue, 4 Feb 2014 20:08:31 +0000 (01:08 +0500)] 
FS-5396 --resolve add gethost function to call gethostbyname as desired

12 years agotry to avoid compiler optimization snafu
Anthony Minessale [Tue, 4 Feb 2014 19:31:10 +0000 (00:31 +0500)] 
try to avoid compiler optimization snafu

12 years agoFS-5544 after going over this with a fine tooth comb, all I could find was some issue...
Anthony Minessale [Tue, 4 Feb 2014 06:56:30 +0000 (11:56 +0500)] 
FS-5544 after going over this with a fine tooth comb, all I could find was some issues behind asymetrical nat.  If there is a real problem here, post the flipping logs I asked for days ago.......

12 years agosmall tweak to generate other source archive types
Ken Rice [Tue, 4 Feb 2014 02:29:30 +0000 (20:29 -0600)] 
small tweak to generate other source archive types

12 years agoFS-5045
Peter Olsson [Sun, 2 Feb 2014 11:33:37 +0000 (12:33 +0100)] 
FS-5045

12 years agoFS-6160 --resolve
Peter Olsson [Sun, 2 Feb 2014 07:13:55 +0000 (08:13 +0100)] 
FS-6160 --resolve

12 years agomod_v8: Fixed compiler warnings on Linux
Peter Olsson [Sat, 1 Feb 2014 18:18:47 +0000 (19:18 +0100)] 
mod_v8: Fixed compiler warnings on Linux

12 years agomod_v8: Fixed line endings, and removed old code.
Peter Olsson [Sat, 1 Feb 2014 17:54:39 +0000 (18:54 +0100)] 
mod_v8: Fixed line endings, and removed old code.

12 years agomod_v8: Added new extension class that makes it possible to subscribe to FS events...
Peter Olsson [Sat, 1 Feb 2014 17:20:04 +0000 (18:20 +0100)] 
mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon.

12 years agoImprove configure handling of ODBC
Travis Cross [Sat, 1 Feb 2014 15:39:28 +0000 (15:39 +0000)] 
Improve configure handling of ODBC

This commit changes behavior such that if --disable-core-odbc-support
is provided we'll build without ODBC even if the libraries are there.

Previously we would always quietly build with ODBC support if it was
on the system.

Contrary to what was said in commit 72a804983, my 2012 commit
ffc8e81b7 did not affect the behavior of --disable-core-odbc-support.
We never recognized the flag as being different from not providing the
option at all.

What the commit did do was to cause us to fail loudly if
--enable-core-odbc-support was provided but the system libraries were
not there.  This behavior is preserved.

(That commit also caused us to potentially run certain checks twice,
which this commit resolves.)

You can also now provide --enable-core-odbc-support=optional which has
the same effect as the default behavior.

FS-6173 --resolve

Thanks-to: James Le Cuirot <chewi@aura-online.co.uk>
12 years agoDrop default support for squeeze
Travis Cross [Sat, 1 Feb 2014 15:03:44 +0000 (15:03 +0000)] 
Drop default support for squeeze

12 years agoskypopen: new temporary address for downloading Skype client binary package
Giovanni Maruzzelli [Sat, 1 Feb 2014 14:16:29 +0000 (15:16 +0100)] 
skypopen: new temporary address for downloading Skype client binary package

12 years agoTweaks to silence some compiler warnings on Windows
Peter Olsson [Sat, 1 Feb 2014 11:04:26 +0000 (12:04 +0100)] 
Tweaks to silence some compiler warnings on Windows

12 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Fri, 31 Jan 2014 23:10:21 +0000 (18:10 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

12 years agomod_rayo: fixed recording reference counts
Chris Rienzo [Fri, 31 Jan 2014 23:09:41 +0000 (18:09 -0500)] 
mod_rayo: fixed recording reference counts

12 years agoRevert "Improve configure ODBC handling"
Travis Cross [Fri, 31 Jan 2014 22:35:03 +0000 (22:35 +0000)] 
Revert "Improve configure ODBC handling"

This reverts commit dfd591e9f52cdc71f3837e123db5bace9c5474b8, reversing
changes made to 998b656799fd8f99a0d572c105fb1cf237127661.

12 years agoRevert "Fix configure ODBC logic"
Travis Cross [Fri, 31 Jan 2014 22:34:25 +0000 (22:34 +0000)] 
Revert "Fix configure ODBC logic"

This reverts commit ef35dc6343596641700705e44c63f90eac92bc8a.

12 years agoFix configure ODBC logic
Travis Cross [Fri, 31 Jan 2014 22:05:43 +0000 (22:05 +0000)] 
Fix configure ODBC logic

...and rewrite entire block for better clarity of purpose.

We might want to look more closely at the AX_LIB_ODBC macro as well.

This amends commit dfd591e9f52cdc71f3837e123db5bace9c5474b8.

12 years agoFix ESL infinite loop on handle_recv() when errno is already set
Moises Silva [Wed, 29 Jan 2014 00:07:34 +0000 (19:07 -0500)] 
Fix ESL infinite loop on handle_recv() when errno is already set
system calls do not clear errno, just set it in case of failure, so we
gotta make sure the recv() syscall really failed by checking the return value

12 years agoImprove configure ODBC handling
Travis Cross [Fri, 31 Jan 2014 18:16:23 +0000 (18:16 +0000)] 
Improve configure ODBC handling

12 years agoEnsure we don't set HAVE_ODBC unless we really do
Travis Cross [Fri, 31 Jan 2014 18:14:32 +0000 (18:14 +0000)] 
Ensure we don't set HAVE_ODBC unless we really do

12 years agoFix --disable-core-odbc-support
James Le Cuirot [Fri, 10 Jan 2014 14:37:41 +0000 (14:37 +0000)] 
Fix --disable-core-odbc-support

In commit ffc8e81b763c4e11e02309b99e2a4b4aa666e845, tc ensured that
configure would abort if libodbc was not found. However this resulted
in the library check being done twice, as well as rendering
--disable-core-odbc-support ineffective. If libodbc was found, it
would enable core ODBC support regardless. This fix ensures the check
is only done once or not at all if core ODBC support is explicitly
disabled.

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoFS-6172 --resolve mod_rayo: fire input-timers-started during prompt lifecycle
Chris Rienzo [Fri, 31 Jan 2014 18:40:39 +0000 (13:40 -0500)] 
FS-6172 --resolve mod_rayo: fire input-timers-started during prompt lifecycle

12 years agoremove some _MSC_VER stuff
Jeff Lenk [Fri, 31 Jan 2014 18:35:36 +0000 (12:35 -0600)] 
remove some _MSC_VER stuff

12 years agoFix build on x86/i386 systems
Travis Cross [Fri, 31 Jan 2014 17:49:44 +0000 (17:49 +0000)] 
Fix build on x86/i386 systems

12 years agosrtp fix cast for last round of fixes
Jeff Lenk [Fri, 31 Jan 2014 17:19:30 +0000 (11:19 -0600)] 
srtp fix cast for last round of fixes

12 years agorevert last srtp change and fix for windows different
Jeff Lenk [Fri, 31 Jan 2014 16:53:03 +0000 (10:53 -0600)] 
revert last srtp change and fix for windows different

12 years agoFS-6171 mod_rayo: added support for normal/groupchat/headline message types for conso...
Chris Rienzo [Fri, 31 Jan 2014 16:36:14 +0000 (11:36 -0500)] 
FS-6171 mod_rayo: added support for normal/groupchat/headline message types for console testing

12 years agomod_rayo: Translate XMPP messages to SIP messages
James Le Cuirot [Fri, 10 Jan 2014 13:34:09 +0000 (13:34 +0000)] 
mod_rayo: Translate XMPP messages to SIP messages

Call-bound XMPP messages are translated to SIP messages via
SWITCH_EVENT_SEND_MESSAGE in a similar manner to that described in
draft-ietf-stox-im-06. Messages with a type of "normal" are directed
to the caller. Other types receive a feature-not-implemented response
but it is envisaged that the "groupchat" type could be used to direct
the message to all joined parties.

12 years agomissed one on last commit
Jeff Lenk [Fri, 31 Jan 2014 15:15:52 +0000 (09:15 -0600)] 
missed one on last commit

12 years agoFS-6174 --resolve after updating to this revision, put ca-bundle.crt in /usr/local...
Anthony Minessale [Fri, 31 Jan 2014 15:16:48 +0000 (20:16 +0500)] 
FS-6174 --resolve after updating to this revision, put ca-bundle.crt in /usr/local/freeswitch/certs to get chain cert in place for both dtls and wss

12 years agoreapply several compiler fixes after last commit
Jeff Lenk [Fri, 31 Jan 2014 14:54:26 +0000 (08:54 -0600)] 
reapply several compiler fixes after last commit

12 years agoRemove misplaced executable bit
Travis Cross [Fri, 31 Jan 2014 12:09:00 +0000 (12:09 +0000)] 
Remove misplaced executable bit

12 years agoInstall switch_curl.h to includes/
Travis Cross [Fri, 31 Jan 2014 12:00:52 +0000 (12:00 +0000)] 
Install switch_curl.h to includes/

FS-6163 --resolve

Thanks-to: Davide Colombo <davec82@gmail.com>
12 years agoupdate srtp to master part 1
Michael Jerris [Thu, 30 Jan 2014 21:55:22 +0000 (16:55 -0500)] 
update srtp to master part 1

12 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Thu, 30 Jan 2014 19:42:41 +0000 (14:42 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

12 years agomod_rayo: added platform-code to end reason
Chris Rienzo [Thu, 30 Jan 2014 19:42:31 +0000 (14:42 -0500)] 
mod_rayo: added platform-code to end reason

12 years agoFS-6170 please test
Anthony Minessale [Thu, 30 Jan 2014 19:26:31 +0000 (00:26 +0500)] 
FS-6170 please test

12 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Thu, 30 Jan 2014 18:10:10 +0000 (13:10 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

12 years agomod_rayo: fixed output start-offset and max-time
Chris Rienzo [Thu, 30 Jan 2014 18:10:00 +0000 (13:10 -0500)] 
mod_rayo: fixed output start-offset and max-time

12 years agoFS-6153 try this revision
Anthony Minessale [Thu, 30 Jan 2014 18:02:28 +0000 (23:02 +0500)] 
FS-6153 try this revision

12 years agoStart DBs before FS if possible
Travis Cross [Thu, 30 Jan 2014 14:11:55 +0000 (14:11 +0000)] 
Start DBs before FS if possible

Thanks-to: Humberto Diógenes <hdiogenes@gmail.com>
12 years agodon't define inline to nothing
Michael Jerris [Thu, 30 Jan 2014 13:53:51 +0000 (08:53 -0500)] 
don't define inline to nothing

12 years agocompiler warnings
Jeff Lenk [Thu, 30 Jan 2014 02:46:38 +0000 (20:46 -0600)] 
compiler warnings

12 years agoremove extra debug
Anthony Minessale [Thu, 30 Jan 2014 00:37:05 +0000 (05:37 +0500)] 
remove extra debug

12 years agobreak for video as well as audio when receiving certian messages
Anthony Minessale [Thu, 30 Jan 2014 00:27:54 +0000 (05:27 +0500)] 
break for video as well as audio when receiving certian messages

12 years agoadd more rtp statistics with several new vars for cdr processing in_jitter_min_varian...
Anthony Minessale [Thu, 30 Jan 2014 00:08:27 +0000 (05:08 +0500)] 
add more rtp statistics with several new vars for cdr processing in_jitter_min_variance in_jitter_max_variance in_jitter_loss_rate in_jitter_burst_rate in_mean_interval in_flaw_total in_quality_percentage in_mos

12 years ago.gitignore
Michael Jerris [Wed, 29 Jan 2014 22:56:51 +0000 (17:56 -0500)] 
.gitignore

12 years agofix dependency
Michael Jerris [Wed, 29 Jan 2014 22:19:00 +0000 (17:19 -0500)] 
fix dependency

12 years agorevert previous change that does not correct the issue. opened a bug with apple...
Michael Jerris [Wed, 29 Jan 2014 21:59:46 +0000 (16:59 -0500)] 
revert previous change that does not correct the issue.  opened a bug with apple on this issue https://bugreport.apple.com/problem/viewproblem #15938497

12 years agoFS-6153 try this patch
Anthony Minessale [Wed, 29 Jan 2014 21:51:07 +0000 (02:51 +0500)] 
FS-6153 try this patch

12 years agoFS-6165 --resolve
Anthony Minessale [Wed, 29 Jan 2014 19:20:21 +0000 (00:20 +0500)] 
FS-6165 --resolve

12 years agoenforce requirements for openssl 1.0.1e or later. on mac, look in homebrew directory...
Michael Jerris [Wed, 29 Jan 2014 18:16:46 +0000 (13:16 -0500)] 
enforce requirements for openssl 1.0.1e or later.  on mac, look in homebrew directory for openssl too

12 years agoadd missing dep
Michael Jerris [Wed, 29 Jan 2014 17:50:50 +0000 (12:50 -0500)] 
add missing dep

12 years agoFS-5956: fix __sputc included twice due to stdio.h inlining issue
Michael Jerris [Wed, 29 Jan 2014 16:39:03 +0000 (11:39 -0500)] 
FS-5956: fix __sputc included twice due to stdio.h inlining issue

12 years agoFS-6159 -resolve mod_rayo: prompt, input, output components return hangup cause if...
Chris Rienzo [Wed, 29 Jan 2014 05:41:21 +0000 (00:41 -0500)] 
FS-6159 -resolve mod_rayo: prompt, input, output components return hangup cause if stopped by hangup

12 years agoFS-6141 --resolve mod_rayo - fixed X-headers on redirect and updated to satisfy recen...
Chris Rienzo [Wed, 29 Jan 2014 01:58:01 +0000 (20:58 -0500)] 
FS-6141 --resolve mod_rayo - fixed X-headers on redirect and updated to satisfy recent spec changes

12 years agoFS-6094 --resolve amendment
Anthony Minessale [Tue, 28 Jan 2014 21:19:03 +0000 (02:19 +0500)] 
FS-6094 --resolve amendment

12 years agoFS-6085 --resolve
Anthony Minessale [Tue, 28 Jan 2014 16:55:56 +0000 (21:55 +0500)] 
FS-6085 --resolve

12 years agoadd back dir
Michael Jerris [Tue, 28 Jan 2014 16:49:58 +0000 (11:49 -0500)] 
add back dir

12 years agoSIP-6141 --resolve
Chris Rienzo [Tue, 28 Jan 2014 03:04:10 +0000 (22:04 -0500)] 
SIP-6141 --resolve

12 years agoFS-6150 --resolve cool find
Anthony Minessale [Mon, 27 Jan 2014 01:57:05 +0000 (06:57 +0500)] 
FS-6150 --resolve cool find

12 years agorm gen files
Anthony Minessale [Mon, 27 Jan 2014 01:17:32 +0000 (06:17 +0500)] 
rm gen files

12 years agoadd spandsp-reconf to make
Anthony Minessale [Mon, 27 Jan 2014 01:12:17 +0000 (06:12 +0500)] 
add spandsp-reconf to make

12 years agoFix mod_cluechoo error on load
Travis Cross [Sun, 26 Jan 2014 18:02:22 +0000 (18:02 +0000)] 
Fix mod_cluechoo error on load

mod_cluechoo needs to be linked against ncurses or we receive an error
about undefined symbols when loading the module.  How did this ever
work?

Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>
FS-5965

12 years agoFix broken paths and XML in conf/sbc
Travis Cross [Sat, 25 Jan 2014 23:51:21 +0000 (23:51 +0000)] 
Fix broken paths and XML in conf/sbc

Before Jay, no one must have actually tried using the example SBC
config.

Thanks-to: Jay Blinks <jaybinks@gmail.com>
Thanks-to: Cal Leeming <cal.leeming@simplicitymedialtd.co.uk>
FS-6144 --resolve

12 years agoFS-6147 --resolve
Peter Olsson [Sat, 25 Jan 2014 10:38:17 +0000 (11:38 +0100)] 
FS-6147 --resolve

12 years agoonly send cng when its setup
Anthony Minessale [Fri, 24 Jan 2014 22:51:27 +0000 (03:51 +0500)] 
only send cng when its setup

12 years agoblock all possible routes to write data during ice and dtls negotiation
Anthony Minessale [Fri, 24 Jan 2014 22:48:25 +0000 (03:48 +0500)] 
block all possible routes to write data during ice and dtls negotiation

12 years agomod_v8: Skip clean before rebuild
Peter Olsson [Fri, 24 Jan 2014 21:39:50 +0000 (22:39 +0100)] 
mod_v8: Skip clean before rebuild

12 years agoFS-6094 --resolve This change should fix the problem and you don't need to try the...
Anthony Minessale [Fri, 24 Jan 2014 19:18:10 +0000 (00:18 +0500)] 
FS-6094 --resolve This change should fix the problem and you don't need to try the patch anymore