From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0Nya-0000kf-UW for guix-patches@gnu.org; Tue, 18 Apr 2017 03:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0NyX-0006hp-Sl for guix-patches@gnu.org; Tue, 18 Apr 2017 03:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55164) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0NyX-0006hl-PU for guix-patches@gnu.org; Tue, 18 Apr 2017 03:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0NyX-0001pL-IU for guix-patches@gnu.org; Tue, 18 Apr 2017 03:55:01 -0400 Subject: bug#26238: core-updates: Fix time zone bug in `date` 8.26 Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170324162234.GA32596@jasmine> <87d1d4p1nr.fsf@gnu.org> <20170326200114.GA9140@jasmine> <87o9wnnmy8.fsf@gnu.org> <87vaq2oh6r.fsf@gnu.org> <87y3uyk95r.fsf@fastmail.com> Date: Tue, 18 Apr 2017 09:54:10 +0200 In-Reply-To: <87y3uyk95r.fsf@fastmail.com> (Marius Bakke's message of "Mon, 17 Apr 2017 23:37:36 +0200") Message-ID: <87a87eup5p.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: Marius Bakke Cc: 26238@debbugs.gnu.org Morning! Marius Bakke skribis: > Ludovic Court=C3=A8s writes: > >> Hi Leo! >> >> ludo@gnu.org (Ludovic Court=C3=A8s) skribis: >> >>> Leo Famulari skribis: >>> >>>> From 466a0ebad18ee5e38f280acf19ab19aadffa2206 Mon Sep 17 00:00:00 2001 >>>> From: Leo Famulari >>>> Date: Fri, 24 Mar 2017 12:18:21 -0400 >>>> Subject: [PATCH] gnu: coreutils: Fix a time-zone bug in date 8.26. >>>> >>>> * gnu/packages/base.scm (coreutils)[replacement]: New field. >>>> (coreutils/fixed): New variable. >>>> (coreutils-minimal)[source]: Use the source of coreutils/fixed. >>>> * gnu/packages/commencement.scm (coreutils-final)[replacement]: New fi= eld. >>>> * gnu/packages/patches/coreutils-fix-time-zone-conversion.patch: New f= ile. >>>> * gnu/local.mk (dist_patch_DATA): Add it. >>> >>> LGTM, thanks! >> >> Was there anything wrong with this patch? Otherwise I still think it=E2= =80=99s >> worth applying to =E2=80=98master=E2=80=99. > > It depends on this gnulib patch, which does not apply cleanly and needs > a rather difficult backport: > > https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=3D4e6e16b3f43ce96= 302b1e52e48730c1f15e18c14 Oh right, sorry for being sloppy. A while back you suggested using directly 8.27 as the replacement: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26238#32 I think it would be a good idea. Thoughts? Ludo=E2=80=99.