Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicorn: 2.1.0 -> 2.1.1 #343642

Merged
merged 1 commit into from
Oct 1, 2024
Merged

unicorn: 2.1.0 -> 2.1.1 #343642

merged 1 commit into from
Oct 1, 2024

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/unicorn-engine/unicorn/releases.

meta.description for unicorn is: Lightweight multi-platform CPU emulator library

meta.homepage for unicorn is: https://www.unicorn-engine.org

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 2.1.0 with grep in /nix/store/62bxdxnzmrsy2cs0jxphqvivfizdma8n-unicorn-2.1.0
  • found 2.1.0 in filename of file in /nix/store/62bxdxnzmrsy2cs0jxphqvivfizdma8n-unicorn-2.1.0

Rebuild report (if merged into master) (click to expand)
20 total rebuild path(s)

20 package rebuild(s)

First fifty rebuilds by attrpath

adenum
gef
pwndbg
pwntools
python311Packages.angr
python311Packages.angrcli
python311Packages.angrop
python311Packages.pwndbg
python311Packages.pwntools
python311Packages.qiling
python311Packages.unicorn
python312Packages.angr
python312Packages.angrcli
python312Packages.angrop
python312Packages.pwndbg
python312Packages.pwntools
python312Packages.qiling
python312Packages.unicorn
unicorn
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/62bxdxnzmrsy2cs0jxphqvivfizdma8n-unicorn-2.1.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A unicorn https://github.com/r-ryantm/nixpkgs/archive/1f77306094ce4dde35dbc84c0fbf2b038afe49c9.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/1f77306094ce4dde35dbc84c0fbf2b038afe49c9#unicorn

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/62bxdxnzmrsy2cs0jxphqvivfizdma8n-unicorn-2.1.0
ls -la /nix/store/62bxdxnzmrsy2cs0jxphqvivfizdma8n-unicorn-2.1.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

31 packages failed to build:
  • adenum
  • gef
  • pwndbg
  • pwntools (python312Packages.pwntools)
  • pwntools.dist (python312Packages.pwntools.dist)
  • python311Packages.angr
  • python311Packages.angr.dist
  • python311Packages.angrcli
  • python311Packages.angrcli.dist
  • python311Packages.angrop
  • python311Packages.angrop.dist
  • python311Packages.pwndbg
  • python311Packages.pwndbg.dist
  • python311Packages.pwntools
  • python311Packages.pwntools.dist
  • python311Packages.qiling
  • python311Packages.qiling.dist
  • python311Packages.unicorn
  • python311Packages.unicorn.dist
  • python312Packages.angr
  • python312Packages.angr.dist
  • python312Packages.angrcli
  • python312Packages.angrcli.dist
  • python312Packages.angrop
  • python312Packages.angrop.dist
  • python312Packages.pwndbg
  • python312Packages.pwndbg.dist
  • python312Packages.qiling
  • python312Packages.qiling.dist
  • python312Packages.unicorn
  • python312Packages.unicorn.dist
1 package built:
  • unicorn

Maintainer pings

cc @thoughtpolice @luc65r for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@NickCao
Copy link
Member

NickCao commented Sep 22, 2024

Result of nixpkgs-review pr 343642 run on x86_64-linux 1

12 packages failed to build:
  • python311Packages.angr
  • python311Packages.angr.dist
  • python311Packages.angrcli
  • python311Packages.angrcli.dist
  • python311Packages.angrop
  • python311Packages.angrop.dist
  • python312Packages.angr
  • python312Packages.angr.dist
  • python312Packages.angrcli
  • python312Packages.angrcli.dist
  • python312Packages.angrop
  • python312Packages.angrop.dist
20 packages built:
  • adenum
  • gef
  • pwndbg
  • pwntools (python312Packages.pwntools)
  • pwntools.dist (python312Packages.pwntools.dist)
  • python311Packages.pwndbg
  • python311Packages.pwndbg.dist
  • python311Packages.pwntools
  • python311Packages.pwntools.dist
  • python311Packages.qiling
  • python311Packages.qiling.dist
  • python311Packages.unicorn
  • python311Packages.unicorn.dist
  • python312Packages.pwndbg
  • python312Packages.pwndbg.dist
  • python312Packages.qiling
  • python312Packages.qiling.dist
  • python312Packages.unicorn
  • python312Packages.unicorn.dist
  • unicorn

@r-ryantm r-ryantm changed the title unicorn: 2.0.1.post1 -> 2.1.0 unicorn: 2.1.0 -> 2.1.1 Sep 30, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/unicorn-engine/unicorn/releases.

meta.description for unicorn is: Lightweight multi-platform CPU emulator library

meta.homepage for unicorn is: https://www.unicorn-engine.org

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 2.1.1 with grep in /nix/store/lxhpqwb7larz8iwg7j43qvj7051yavva-unicorn-2.1.1
  • found 2.1.1 in filename of file in /nix/store/lxhpqwb7larz8iwg7j43qvj7051yavva-unicorn-2.1.1

Rebuild report (if merged into master) (click to expand)
20 total rebuild path(s)

20 package rebuild(s)

First fifty rebuilds by attrpath

adenum
gef
pwndbg
pwntools
python311Packages.angr
python311Packages.angrcli
python311Packages.angrop
python311Packages.pwndbg
python311Packages.pwntools
python311Packages.qiling
python311Packages.unicorn
python312Packages.angr
python312Packages.angrcli
python312Packages.angrop
python312Packages.pwndbg
python312Packages.pwntools
python312Packages.qiling
python312Packages.unicorn
unicorn
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/lxhpqwb7larz8iwg7j43qvj7051yavva-unicorn-2.1.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A unicorn https://github.com/r-ryantm/nixpkgs/archive/8d631a0192d765123526585bb94b2e26f4c5ef18.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/8d631a0192d765123526585bb94b2e26f4c5ef18#unicorn

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/lxhpqwb7larz8iwg7j43qvj7051yavva-unicorn-2.1.1
ls -la /nix/store/lxhpqwb7larz8iwg7j43qvj7051yavva-unicorn-2.1.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

12 packages marked as broken and skipped:
  • python311Packages.angr
  • python311Packages.angr.dist
  • python311Packages.angrcli
  • python311Packages.angrcli.dist
  • python311Packages.angrop
  • python311Packages.angrop.dist
  • python312Packages.angr
  • python312Packages.angr.dist
  • python312Packages.angrcli
  • python312Packages.angrcli.dist
  • python312Packages.angrop
  • python312Packages.angrop.dist
20 packages built:
  • adenum
  • gef
  • pwndbg
  • pwntools (python312Packages.pwntools)
  • pwntools.dist (python312Packages.pwntools.dist)
  • python311Packages.pwndbg
  • python311Packages.pwndbg.dist
  • python311Packages.pwntools
  • python311Packages.pwntools.dist
  • python311Packages.qiling
  • python311Packages.qiling.dist
  • python311Packages.unicorn
  • python311Packages.unicorn.dist
  • python312Packages.pwndbg
  • python312Packages.pwndbg.dist
  • python312Packages.qiling
  • python312Packages.qiling.dist
  • python312Packages.unicorn
  • python312Packages.unicorn.dist
  • unicorn

Maintainer pings

cc @thoughtpolice @luc65r for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@NickCao NickCao marked this pull request as ready for review October 1, 2024 21:14
@NickCao NickCao merged commit e4b2f2d into NixOS:master Oct 1, 2024
29 checks passed
@r-ryantm r-ryantm deleted the auto-update/unicorn branch October 2, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants