Giter VIP home page Giter VIP logo

Comments (5)

snoyberg avatar snoyberg commented on August 21, 2024

That's going to significantly increase the download size, which will affect
end users using this repo. I also don't think it adds any security to have
the checksum in the same location as the original file: anyone who can
compromise the latter can compromise the former too.

On Fri, Sep 18, 2015, 12:50 PM Peter Simons [email protected]
wrote:

When building these packages in Nix, we need to download the modified
Cabal file in case the package has underdone revisions after the upload.
This means that we need to know a checksum of the Cabal file in addition to
the one we already have for the release tarball. It would be great if that
hash would be included in this repository.


Reply to this email directly or view it on GitHub
#4.

from all-cabal-hashes.

peti avatar peti commented on August 21, 2024

The change is not intended to improve security. It's just intended to make use of the JSON files more convenient.

from all-cabal-hashes.

snoyberg avatar snoyberg commented on August 21, 2024

I'm not understanding the value this would add, since the checksum will be sitting right next to the .cabal file itself, and therefore calling sha256sum on that file would have the same effect.

from all-cabal-hashes.

peti avatar peti commented on August 21, 2024

It's just a matter of convenience. I parse the foo.json file to get all meta information about the Cabal file that I need, i.e. it contains various hashes of the package tarball. The only thing it doesn't contain is the hash of the Cabal file itself. I know it's trivially computable given the Cabal file, but in my code it would be easier if I wouldn't have to bother computing it.

from all-cabal-hashes.

snoyberg avatar snoyberg commented on August 21, 2024

I'm not seeing this as compelling enough, sorry. Users would end up having do download two new blobs for every revised cabal file instead of one. We have the very nice property right now that the .json files are immutable for each package/version combo, and I don't want to lose that.

from all-cabal-hashes.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.