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

🤖 Package update #1076

Merged
merged 10 commits into from
Jun 26, 2024
Merged

🤖 Package update #1076

merged 10 commits into from
Jun 26, 2024

Conversation

vm-packages
Copy link
Contributor

Automated package update

@emtuls
Copy link
Member

emtuls commented Jun 14, 2024

All tools outside of ImHex and System-Informer worked fine. I ran into the following 2 issues, one of which I believe we've seen before.

For ImHex, I think we've hit this issue before due to using Linux host vs Windows host if I recall, so we may either need to test it on a Windows Host to verify it works, or remove the package. I'm okay with keeping it (if it works), just noting this issue.
image

For System-Informer, there is a weird issue. It detected that it should upgrade to 3.1.7741, but that does not exist. The only update that has occurred for that tool would be from 3.0.7645 to 3.0.7660. Not really sure what happened that @Ana06 (for awareness)

@Ana06
Copy link
Member

Ana06 commented Jun 18, 2024

The issue with ImHex is known: #940

@Ana06
Copy link
Member

Ana06 commented Jun 18, 2024

I am also not sure why System-Informer, I have re-triggered the package update action to see if it happens again (just in case that URL did work at the time of the update).

Documented packages @emtuls tested just in case they change with the new update:
image

@Ana06
Copy link
Member

Ana06 commented Jun 24, 2024

@emtuls System-Informer is now not included, so it seems like the URL did work at some point.

We new to test the following tools as they were not included in the first update you tested:

@emtuls do you have time to test it today or tomorrow (to avoid the new update on Wednesday makes this bigger and more tricky to test)? 😄

@emtuls
Copy link
Member

emtuls commented Jun 26, 2024

@Ana06 All of the packages work except for ida.plugin.hashdb.vm.

ida.plugin.hashdb.vm requires python3.vm to be installed as it uses VM-Pip-Install, so we need to adjust the dependencies in the .nuspec. :)

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ida.plugin.hashdb.vm</id>
<version>1.9.0</version>
<version>1.9.1</version>
<authors>OALabs</authors>
<description>Malware string hash lookup plugin for IDA Pro</description>
<dependencies>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add <dependency id="python3.vm" /> due to the pip install requests requirement in the installer.

@emtuls
Copy link
Member

emtuls commented Jun 26, 2024

I'm going to push this through and open a PR to fix ida.plugin.hashdb.vm

@emtuls emtuls merged commit 5308e72 into main Jun 26, 2024
6 checks passed
@emtuls emtuls deleted the package-update branch June 26, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants