Re: Downloader for "wrapped" tarbar?

2020-06-06 Thread zimoun
Dear Hartmut, On Sat, 6 Jun 2020 at 17:29, Hartmut Goebel wrote: > 2. When implementing some "wrapped-fetch" (name tdb), modeled like > "git-fetch", there is no easy way for the user to verify the hash, as > this is taken from the "inner" tarball. How does this work with > substitutes,

Re: Downloader for "wrapped" tarbar?

2020-06-06 Thread Hartmut Goebel
Am 02.06.20 um 21:41 schrieb Marius Bakke: > It would be ideal to have an origin method that could extract the > "inner" tarball, i.e. contents.tar.gz for hex.pm and data.tar.gz in the > case of RubyGems. As zimoun mentioned, a good place to start is look at > how other origin methods are

Re: Downloader for "wrapped" tarbar?

2020-06-02 Thread Marius Bakke
Hartmut Goebel writes: > Hi, > > was just written in another mail, I'm currently working on a > erlang/rebar build system. This includes an importer from hex.pm, a > package repository for elixir and erlang packages. (Since this is build > into rebar3 I assume it what PyPI is for Python and CPAN

Re: Downloader for "wrapped" tarbar?

2020-06-01 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Sunday, May 31, 2020 10:19 AM, Hartmut Goebel wrote: > Am 30.05.20 um 12:24 schrieb Ekaitz Zarraga: > > > I took a look to guix/download.scm I think you just need to check what > > url-fetch/zipbomb does because the usecase is similar to what you are > >

Re: Software heritage and Downloader for "wrapped" tarbar?

2020-06-01 Thread zimoun
Dear Hartmut, On Sun, 31 May 2020 at 10:21, Hartmut Goebel wrote: > related to the "wrapped tarball downloader": Sorry, I have not followed closely this topic, could you provide a link/entry point about "wrapped tarball downloader"? > Will this work with Software Heritage? E.g. will Software

Software heritage and Downloader for "wrapped" tarbar?

2020-05-31 Thread Hartmut Goebel
Hi related to the "wrapped tarball downloader": Will this work with Software Heritage? E.g. will Software Heritage be able to archive the unwrapped tarbar? -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management,

Re: Downloader for "wrapped" tarbar?

2020-05-31 Thread Hartmut Goebel
Am 30.05.20 um 12:24 schrieb Ekaitz Zarraga: > I took a look to guix/download.scm I think you just need to check what > url-fetch/zipbomb does because the usecase is similar to what you are looking > for. Yes, I've already seen this. And there also is url-fetch/tarbomb. But this "%store-monad"

Re: Downloader for "wrapped" tarbar?

2020-05-30 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Saturday, May 30, 2020 10:39 AM, Hartmut Goebel wrote: > Hi, > > was just written in another mail, I'm currently working on a > erlang/rebar build system. This includes an importer from hex.pm, a > package repository for elixir and erlang packages. (Since

Downloader for "wrapped" tarbar?

2020-05-30 Thread Hartmut Goebel
Hi, was just written in another mail, I'm currently working on a erlang/rebar build system. This includes an importer from hex.pm, a package repository for elixir and erlang packages. (Since this is build into rebar3 I assume it what PyPI is for Python and CPAN for Perl.) At hex.pm, packages are