From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 01/01: gnu: glibc/linux: Add patches for CVE-2017-1000366. Date: Mon, 03 Jul 2017 23:54:38 +0200 Message-ID: <87inj9p4o1.fsf@gnu.org> References: <20170629200450.17825.10767@vcs0.savannah.gnu.org> <20170629200450.E946620FFF@vcs0.savannah.gnu.org> <87k23tpk4d.fsf@netris.org> <87h8ywb12p.fsf@gnu.org> <877ezsnk1b.fsf@netris.org> <87r2xxrfmr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS9Is-00085T-L8 for guix-devel@gnu.org; Mon, 03 Jul 2017 17:54:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS9In-0000Uw-Rb for guix-devel@gnu.org; Mon, 03 Jul 2017 17:54:46 -0400 In-Reply-To: <87r2xxrfmr.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 03 Jul 2017 12:14:52 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > From 59c12882e6954b17750c617abddf4997a9bcbfa6 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Ludovic=3D20Court=3DC3=3DA8s?=3D > Date: Mon, 3 Jul 2017 12:07:23 +0200 > Subject: [PATCH] packages: Mark 'replacement' as an "innate" field. > > Suggested by Mark H Weaver > at . > > * guix/packages.scm ()[replacement]: Mark as "innate". > * gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24) > (glibc-2.23, glibc-2.22, glibc-2.21, glibc-locales): Remove > 'replacement' field, which was set to #f. > * gnu/packages/commencement.scm (perl-boot0): Likewise. > * gnu/packages/fontutils.scm (graphite2/fixed): Likewise. > * gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise. > * gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise. > * gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise. > * gnu/packages/icu4c.scm (icu4c/fixed): Likewise. > * gnu/packages/image.scm (libpng-apng): Likewise. > * gnu/packages/make-bootstrap.scm (%guile-static): Likewise. > * gnu/packages/pcre.scm (pcre/fixed): Likewise. > * gnu/packages/perl.scm (perl/fixed): Likewise. > * gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1) > (ruby-1.8): Likewise. > * gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise. > * gnu/packages/xml.scm (expat-2.2.1): Likewise. Pushed as d5ec5ed7197d121130af6953378bcfd8929a9754. Ludo=E2=80=99.