From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyHAP-0004Rm-DA for guix-patches@gnu.org; Tue, 20 Mar 2018 09:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyHAM-0002rP-5o for guix-patches@gnu.org; Tue, 20 Mar 2018 09:19:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34957) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eyHAM-0002r2-29 for guix-patches@gnu.org; Tue, 20 Mar 2018 09:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eyHAL-0001N6-Kx for guix-patches@gnu.org; Tue, 20 Mar 2018 09:19:01 -0400 Subject: [bug#30873] [PATCH core-updates 1/3] gnu: glibc: Update to 2.27. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180320102045.31795-1-mbakke@fastmail.com> <20180320102419.32286-1-mbakke@fastmail.com> Date: Tue, 20 Mar 2018 14:18:05 +0100 In-Reply-To: <20180320102419.32286-1-mbakke@fastmail.com> (Marius Bakke's message of "Tue, 20 Mar 2018 11:24:17 +0100") Message-ID: <87r2oe6g36.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: 30873@debbugs.gnu.org Hello! Thanks for working on this update! Crazy that it turned out to be this difficult. Marius Bakke skribis: > +++ b/gnu/packages/patches/glibc-2.27-git-fixes.patch > @@ -0,0 +1,12765 @@ > +This patch includes all post-release fixes for version 2.27 up to commit > +3b922526415d1af93fe5a0e3caf7e6a790cb1619. > + > +https://sourceware.org/git/?p=3Dglibc.git;a=3Dshortlog;h=3Drefs/heads/re= lease/2.27/master > + > +Generated by "git diff glibc-2.27..release/2.27/master". In general I=E2=80=99d be in favor of not doing that, unless the fixes are important (build issue, security issue, etc.), as was the case when we packaged 2.26; and, if there are important fixes, I=E2=80=99d rather extract them from the whole patch stream, and skip unrelated changes. For example, I=E2=80=99m sure we can live without the locale updates that s= how up in this patch set. :-) Do you know which of these patches are really needed? Thoughts? Ludo=E2=80=99.