all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guix-devel@gnu.org
Subject: Grafting limitation
Date: Tue, 17 Nov 2015 10:05:14 +0100	[thread overview]
Message-ID: <87fv059et1.fsf_-_@gnu.org> (raw)
In-Reply-To: <878u5ycoga.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 16 Nov 2015 09:56:21 +0100")

ludo@gnu.org (Ludovic Courtès) skribis:

> Leo Famulari <leo@famulari.name> skribis:
>
>> These buffer overflows in libpng were announced today:
>> https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126
>>
>> This patch updates libpng to 1.5.24, which is claimed to be free of the bugs.
>
> In commit 1b076e6 on ‘master’, I made 1.5.24 a replacement for the
> current libpng (info "(guix) Security Updates")

As Mark rightfully reminded me, the grafting mechanism has a
shortcoming: it is not recursive.

IOW, if a package has a direct dependency on libpng, it is appropriately
grafted to refer to the new libpng.  However, if a package depends on
libfoo, which in turn depends on libpng, then that package will keep
referring to the old libfoo, which refers to the vulnerable libpng.

I’ll see how ‘graft-derivation’ in (guix derivations) can be made
recursive.

Ludo’.

      reply	other threads:[~2015-11-17  9:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-15  0:12 [PATCH 0/1] libpng security update (CVE-2015-8126) Leo Famulari
2015-11-15  0:12 ` [PATCH 1/1] gnu: libpng: Add fixes for CVE-2015-8126 Leo Famulari
2015-11-16  8:56 ` [PATCH 0/1] libpng security update (CVE-2015-8126) Ludovic Courtès
2015-11-17  9:05   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fv059et1.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.