Event Timeline
Comment Actions
cat /var/tmp/sources-unstable-full.json | jq . | grep -C5 https://github.com/hunspell/hunspell/commit/ac938e2ecb48ab4dd21298126c7921689d60571b.patch
"outputHash": "0bwfksz87iy7ikx3fb54zd5ww169qfm9kl076hsch3cs8p30s8az", "outputHashAlgo": "sha256", "outputHashMode": "flat", "type": "url", "urls": [ "https://github.com/hunspell/hunspell/commit/ac938e2ecb48ab4dd21298126c7921689d60571b.patch" ], "integrity": "sha256-XyENxkWaDcg0NAfQmarDyQTOS/ukLDf6jMfHg76eji8=", "inferredFetcher": "fetchpatch" }, {
Comment Actions
So we must do something about the fetcher which does crazy things.
Either filter out those patch or simply integrate those without checking them... (i don't like much the latter).
$ ipython Python 3.9.2 (default, Feb 28 2021, 17:03:44) Type 'copyright', 'credits' or 'license' for more information IPython 7.27.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import base64 In [2]: integrity="sha256-XyENxkWaDcg0NAfQmarDyQTOS/ukLDf6jMfHg76eji8=" In [3]: base64.decodebytes(integrity.split("-")[1].encode()).hex() Out[3]: '5f210dc6459a0dc8343407d099aac3c904ce4bfba42c37fa8cc7c783be9e8e2f' In [4]: exit swh tony yavin4 var tmp % sha256sum ac938e2ecb48ab4dd21298126c7921689d60571b.patch 8435519814099d6b733d78caab66b92b544e05d503f9c5696f3b9165bd433a57 ac938e2ecb48ab4dd21298126c7921689d60571b.patch