László Vaskó
László Vaskó
Opened a meta-issue in nixpkgs: https://github.com/NixOS/nixpkgs/issues/217836
Good point, we should update it. Unfortunately, `dissect.cstruct` 4.0 is not API compatible, at least on the typing level, so it needs some massaging.
@evan-goode #907 should fix this issue. Could you check it?
Lief is updated in #877
@benfred I don't want to nag you, but it would be awesome if you could take a look at this PR. It should make py-cpp-demangle forward compatible with any new...
If you could check if the latest git master is working, I'll release it
Why do you need to set `verify=False` for the redirect detection?
> Have a look later at the test... Only tested without nix-build. There is no openssl and python in the test derivation. I am not familiar with Nix's test suite....
For the sake of moving this forward, I've just added to required `curl`, `python3` and `openssl` dependencies to functional tests.
> I'm not clear about the implications of: > > > Note the subsequent if (!absolute) [...]: the certificate and key are not configured for such "absolute" requests, as their...