From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36872 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQIP1-00088X-AL for guix-patches@gnu.org; Sun, 19 Apr 2020 18:27:03 -0400 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQIP0-0007EO-Nf for guix-patches@gnu.org; Sun, 19 Apr 2020 18:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34613) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQIP0-0007EH-Ab for guix-patches@gnu.org; Sun, 19 Apr 2020 18:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQIP0-0002UQ-6P for guix-patches@gnu.org; Sun, 19 Apr 2020 18:27:02 -0400 Subject: [bug#40677] [PATCH 13/30] gnu: pjproject: Add and apply a patch fixing the crash. Resent-Message-ID: Date: Mon, 20 Apr 2020 00:26:20 +0200 From: Jan Message-ID: <20200420002620.7a9f4fe1@kompiuter> In-Reply-To: <87lfmths42.fsf@gmail.com> References: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> <20200417003433.5608-13-tona_kosmicznego_smiecia@interia.pl> <87lfmths42.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mathieu Othacehe Cc: 40677@debbugs.gnu.org On Sat, 18 Apr 2020 14:54:05 +0200 Mathieu Othacehe wrote: > > gnu/packages/patches/pjproject-fix.patch | 21 +++++++++++++++++++++ > > gnu/packages/telephony.scm | 2 ++ > > New patches should also be added to 'gnu/local.mk' file. You can find > an example here: b03ee02f. > > You also need to explain where this patch comes from, and why it is > necessary. > > Thanks, > > Mathieu I just removed this patch, because the issue was fixed in pjproject 2.10. Jan Wielkiewicz