all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Reza Alizadeh Majd <r.majd@pantherx.org>
Cc: help-guix@gnu.org
Subject: Re: Guix Packages - unpack issue
Date: Mon, 07 Jan 2019 20:38:29 +0100	[thread overview]
Message-ID: <87h8ek8dhm.fsf@elephly.net> (raw)
In-Reply-To: <1546886752.2949311.1627979648.27750D23@webmail.messagingengine.com>


Hi Reza,

please always send replies to all recipents, including the list.

> (source (origin
>     (method url-fetch)
>     (uri (string-append 
>         "https://s3.eu-central-1.amazonaws.com/source-git-pantherx-org/guix-tools_"
>         version ".tgz"))
>     (sha256 
>         (base32 "125h6h1b2i2q9vwlsi1y1yzqcn27vziqmg0w0cyaigkj9q0mc09q"))))

This is a tarbomb.  Its contents are directly unpacked to the current
directory.  A well-behaved tarball should unpack into a directory.

You can use (method url-fetch/tarbomb) in this case.

-- 
Ricardo

  parent reply	other threads:[~2019-01-07 19:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-06 11:14 Guix Packages - unpack issue Reza Alizadeh Majd
2019-01-06 12:19 ` Ricardo Wurmus
     [not found]   ` <1546886752.2949311.1627979648.27750D23@webmail.messagingengine.com>
2019-01-07 19:38     ` Ricardo Wurmus [this message]
2019-01-08 11:55       ` Reza Alizadeh Majd

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=87h8ek8dhm.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=r.majd@pantherx.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.