From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YTb4k-0000IB-4y for mharc-grub-devel@gnu.org; Thu, 05 Mar 2015 14:04:50 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTb4h-0000EL-Fs for grub-devel@gnu.org; Thu, 05 Mar 2015 14:04:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTb4e-0004kD-8D for grub-devel@gnu.org; Thu, 05 Mar 2015 14:04:47 -0500 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:35363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTb4e-0004k3-0E for grub-devel@gnu.org; Thu, 05 Mar 2015 14:04:44 -0500 Received: by lbjf15 with SMTP id f15so25356247lbj.2 for ; Thu, 05 Mar 2015 11:04:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=mjn6DZO42F1SYVL1n3V0S0QGfHCuGyi0NRq1ealPld8=; b=BzMz7bLrH6QXb2eSJbLJ6i2/zKfHJ1MmzheX9V270kaJ/TwDG65gMHrHWkOhSfjTxm xQapACpT61o75HfFVzQNwb/d6MgVpaXYDk+v5YCLJ2MjcmwOkYRhIn9yRO3yvyMgqGKr MYZr+VwmLN3obrPzrIiDfYZ0mlPvavrcg4IPHzpIztLdkbxa8wk3zheQOYsAdkPFYc/U hKjKZbYHOgfoliIffxnwfKfM7AvD0pthPL+eTuOjHmy8Q7KmFxQJibeLAGDjt4Tfi+TB cB7h0+cfMwyySMSNZpDOkVi3wEm9jMiWxpZhe00Y4/cVBFKUJnOUZL78ge1XtIIkQRDx NFzg== X-Received: by 10.152.181.197 with SMTP id dy5mr9550376lac.57.1425582283236; Thu, 05 Mar 2015 11:04:43 -0800 (PST) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id w9sm1403787lag.37.2015.03.05.11.04.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Mar 2015 11:04:42 -0800 (PST) Date: Thu, 5 Mar 2015 22:04:41 +0300 From: Andrei Borzenkov To: "Vladimir 'phcoder' Serbinenko" Subject: Re: gnulib update policy Message-ID: <20150305220441.7ac00ce8@opensuse.site> In-Reply-To: <20150305214742.25a257e2@opensuse.site> References: <20141207203457.04a30cc0@opensuse.site> <20150123213859.52a50809@opensuse.site> <20150305202245.6d521876@opensuse.site> <20150305214742.25a257e2@opensuse.site> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c Cc: The development of GRUB 2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 19:04:48 -0000 =D0=92 Thu, 5 Mar 2015 21:47:42 +0300 Andrei Borzenkov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > =D0=92 Thu, 5 Mar 2015 19:23:35 +0100 > "Vladimir 'phcoder' Serbinenko" =D0=BF=D0=B8=D1=88=D0= =B5=D1=82: >=20 > > Thank you. Do you know how big the gnulib update would be? >=20 > I was reluctant to do full update before 2.02. Even external-inline.m4 > contains far more changes than I would prefer in this case. >=20 > Here is git diff --shortstat for files included in grub assuming they > do not have additional dependencies. >=20 > 115 files changed, 1003 insertions(+), 521 deletions(-) >=20 That was without m4 ... 867 files changed, 3025 insertions(+), 1812 deletions(-) create mode 100644 m4/count-trailing-zeros.m4 create mode 100644 m4/gc-hmac-sha256.m4 create mode 100644 m4/gc-hmac-sha512.m4 create mode 100644 m4/gc-sha256.m4 create mode 100644 m4/gc-sha512.m4 create mode 100644 m4/gl-openssl.m4 create mode 100644 m4/obstack.m4 create mode 100644 m4/qsort_r.m4 >=20 > > =D0=92 Fri, 23 Jan 2015 21:38:59 +0300 > > Andrei Borzenkov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >=20 > > > =D0=92 Sun, 7 Dec 2014 20:34:57 +0300 > > > Andrei Borzenkov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > > > > > > I have two pending patches for gnulib; each one is included upstrea= m. > > > > What is the policy in this case - update individual files, add patc= hes > > > > to be applied at autogen step or update from upstream (latter I'd > > > > rather avoid at this stage)? > > > > > > ping? > >=20 > > I went ahead and committed both. They fix obvious bugs, they are self > > contained and do not depend on anything else, they are upstream. > >=20 > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > https://lists.gnu.org/mailman/listinfo/grub-devel >=20