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

Thanks, 
using (method url-fetch/tarbomb) fixed my issue, later I need to fix package definition 
to prevent occurrence of tarbomb. 

--
Reza


On Mon, Jan 7, 2019, at 11:08 PM, Ricardo Wurmus wrote:
> 
> 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
> 

      reply	other threads:[~2019-01-08 11:55 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
2019-01-08 11:55       ` Reza Alizadeh Majd [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=1546948548.1430419.1628674424.060D2708@webmail.messagingengine.com \
    --to=r.majd@pantherx.org \
    --cc=help-guix@gnu.org \
    --cc=rekado@elephly.net \
    /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.