Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VirusTotal/yara-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.2
Choose a base ref
...
head repository: VirusTotal/yara-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on May 22, 2025

  1. Fix issues with macOS wheels. (#278)

    macOS wheels were being linked without OpenSSL due because the build script was not able to correctly detect that the library was installed. This only happens when running inside the cibuildwheel container, even though OpenSSL is actually installed.
    
    The OpenSSL detection is bypassed by using --enable-openssl.
    plusvic authored May 22, 2025
    Configuration menu
    Copy the full SHA
    7368fcf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Update YARA submodule.

    plusvic committed May 23, 2025
    Configuration menu
    Copy the full SHA
    5caac1e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Update YARA submodule.

    plusvic committed May 27, 2025
    Configuration menu
    Copy the full SHA
    840d5d0 View commit details
    Browse the repository at this point in the history
  2. Bump version to 4.5.4.

    plusvic committed May 27, 2025
    Configuration menu
    Copy the full SHA
    74920b6 View commit details
    Browse the repository at this point in the history
Loading