From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57260) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPEzD-000133-Cm for guix-patches@gnu.org; Thu, 16 Apr 2020 20:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPEzC-0004pZ-He for guix-patches@gnu.org; Thu, 16 Apr 2020 20:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPEzC-0004pL-Ea for guix-patches@gnu.org; Thu, 16 Apr 2020 20:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPEzC-0005pF-CR for guix-patches@gnu.org; Thu, 16 Apr 2020 20:36:02 -0400 Subject: [bug#40677] [PATCH 16/30] gnu: pjproject-jami: Add a new SFL patch. Resent-Message-ID: From: Jan Wielkiewicz Date: Fri, 17 Apr 2020 02:34:19 +0200 Message-Id: <20200417003433.5608-16-tona_kosmicznego_smiecia@interia.pl> In-Reply-To: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> References: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40677@debbugs.gnu.org Cc: Jan Wielkiewicz --- gnu/packages/jami.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 9ec4b45a32..e28f97c4d9 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -164,7 +164,8 @@ "fix_ebusy_turn" "ignore_ipv6_on_transport_check" "fix_turn_connection_failure" - "disable_local_resolution")) + "disable_local_resolution" + "fix_assert_on_connection_attempt")) #t))) ;; TODO: We could use substitute-keyword-arguments instead of ;; repeating the phases from pjproject, but somehow it does -- 2.26.1