all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 0/1] libarchive: Fix CVE-2016-1541
Date: Thu, 12 May 2016 10:24:35 +0300	[thread overview]
Message-ID: <9651a27b-c3a3-10ea-1e77-72ac002c0841@gmail.com> (raw)
In-Reply-To: <20160512015557.GA28558@jasmine>

Hey Leo,

Thanks for telling me. Modify it to

> 189                           (string-prefix? kernel x)))
> 190                     (let ((cpath (string-append
> 191                                   libc "/include"
> 192                                   ":" kernel "/include")))
> 193                       (for-each (cut setenv <> cpath)
> 194                                 '("CROSS_C_INCLUDE_PATH"
> 195                                   "CROSS_CPLUS_INCLUDE_PATH"
> 196                                   "CROSS_OBJC_INCLUDE_PATH"
> 197                                   "CROSS_OBJCPLUS_INCLUDE_PATH")))

> 352             (let* ((kernel (assoc-ref inputs "kernel-headers"))
> 353                    (cpath (string-append kernel "/include")))
> 354               (for-each (cut setenv <> cpath)
> 355                         '("CROSS_C_INCLUDE_PATH"
> 356                           "CROSS_CPLUS_INCLUDE_PATH"
> 357                           "CROSS_OBJC_INCLUDE_PATH"
> 358                           "CROSS_OBJCPLUS_INCLUDE_PATH"))

Update the patch and tell me if there are any more problems.

Thank you,
Manolis

  parent reply	other threads:[~2016-05-12  7:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 20:29 [PATCH 0/1] libarchive: Fix CVE-2016-1541 Leo Famulari
2016-05-10 20:29 ` [PATCH 1/1] gnu: " Leo Famulari
2016-05-11 13:44 ` [PATCH 0/1] " Ludovic Courtès
2016-05-12  1:55   ` Leo Famulari
2016-05-12  5:22     ` Jan Nieuwenhuizen
2016-05-13  6:45       ` Leo Famulari
2016-05-13 18:16         ` Jan Nieuwenhuizen
2016-05-14 17:26         ` Manolis Ragkousis
2016-05-12  7:24     ` Manolis Ragkousis [this message]
2016-05-15  6:45 ` Leo Famulari

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=9651a27b-c3a3-10ea-1e77-72ac002c0841@gmail.com \
    --to=manolis837@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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.