From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czguc-00033Y-G6 for guix-patches@gnu.org; Sun, 16 Apr 2017 05:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czguY-0005P6-Fz for guix-patches@gnu.org; Sun, 16 Apr 2017 05:56:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czguY-0005P2-Ca for guix-patches@gnu.org; Sun, 16 Apr 2017 05:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czguY-0002jT-7O for guix-patches@gnu.org; Sun, 16 Apr 2017 05:56:02 -0400 Subject: bug#26462: [PATCH] gnu: icu4c: Fix crashes in programs using system ICU. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87d1chete8.fsf@gnu.org> <20170414145117.27880-1-clement@lassieur.org> Date: Sun, 16 Apr 2017 11:54:48 +0200 In-Reply-To: <20170414145117.27880-1-clement@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Fri, 14 Apr 2017 16:51:17 +0200") Message-ID: <87zifgpthz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 26462@debbugs.gnu.org Hi Cl=C3=A9ment, Cl=C3=A9ment Lassieur skribis: > * gnu/packages/patches/icu4c-reset-keyword-list-iterator.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. > (icu4c/fixed): New variable. Please add =E2=80=9CFixes .=E2=80=9D in the log. [...] > +++ b/gnu/packages/patches/icu4c-reset-keyword-list-iterator.patch > @@ -0,0 +1,128 @@ > +Copied from upstream: http://bugs.icu-project.org/trac/changeset/39484/. > + > +Paths and line endings have been adapted. Could you add a line saying what this fixes? OK with these changes. Thanks for taking care of it! Ludo=E2=80=99.