nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

lief: 0.12.1 -> 0.12.2

Open risicle opened this issue 1 year ago • 5 comments

Description of changes

https://nvd.nist.gov/vuln/detail/CVE-2022-38497 https://nvd.nist.gov/vuln/detail/CVE-2022-38496 https://nvd.nist.gov/vuln/detail/CVE-2022-38495 https://nvd.nist.gov/vuln/detail/CVE-2022-38307 https://nvd.nist.gov/vuln/detail/CVE-2022-38306

Enabled on darwin while I was at it as it WFM.

For stable we can cherry-pick this along with the earlier 0.12.1 bump, both are quite minor releases.

Things done
  • Built on platform(s)
    • [x] x86_64-linux
    • [ ] aarch64-linux
    • [x] x86_64-darwin
    • [ ] aarch64-darwin
  • [ ] For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • [ ] Tested, as applicable:
  • [x] Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [ ] Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • [ ] (Package updates) Added a release notes entry if the change is major or breaking
    • [ ] (Module updates) Added a release notes entry if the change is significant
    • [ ] (Module addition) Added a release notes entry if adding a new NixOS module
    • [ ] (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • [ ] Fits CONTRIBUTING.md.

risicle avatar Sep 19 '22 00:09 risicle

@ofborg eval

risicle avatar Sep 19 '22 10:09 risicle

error: builder for '/nix/store/80w4md2zi3dfwbj3iwlw6dp7ggd4qnd6-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/lief-project/LIEF/archive/0.12.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror

Lassulus avatar Sep 24 '22 13:09 Lassulus

seems like there is no release on https://github.com/lief-project/LIEF/releases

Lassulus avatar Sep 24 '22 13:09 Lassulus

There was definitely a tag though. Perhaps they decided it was premature.

risicle avatar Sep 24 '22 13:09 risicle

https://github.com/lief-project/LIEF/issues/799

SuperSandro2000 avatar Sep 26 '22 09:09 SuperSandro2000

It looks like the release and tag have been added back https://github.com/lief-project/LIEF/releases/tag/0.12.2

LeSuisse avatar Oct 22 '22 10:10 LeSuisse

They still seem to be fixing many "memory issues" on master

risicle avatar Oct 24 '22 17:10 risicle

there is now https://github.com/NixOS/nixpkgs/pull/199102#event-7719536347

Lassulus avatar Nov 02 '22 08:11 Lassulus

...which got merged

SuperSandro2000 avatar Nov 16 '22 01:11 SuperSandro2000