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

next/221/60x/20231209/v1 #10022

Merged
merged 3 commits into from
Dec 11, 2023

Commits on Nov 30, 2023

  1. detect/analysis: Move globals to engine ctx

    Issue: 6239
    
    This commit moves the global variables associated with engine analysis
    into the detect engine context. Doing so provides encapsulation of the
    analysis components as well as thread-safe operation in a multi-tenant
    (context) deployment.
    
    (cherry picked from commit c8615bc)
    jlucovsky committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9602fe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. configure: fix llc detection on recent Debian

    Where clang --version was returning:
    
    clang version 9.0.1-15+b1
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    
    Newer version like clang-10 on Debian are returning:
    
    Debian clang version 10.0.1-8+b1
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    
    As a result the parsing was failing to determine which llc was
    available on the system.
    
    Ticket: OISF#6598
    
    (cherry picked from commit 37b1595)
    regit authored and victorjulien committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    16fbfe1 View commit details
    Browse the repository at this point in the history
  2. doc: update userguide installation instructions

    The commit updates obsolete installation instructions
    from the userguide and reformats certain parts for
    improved clarity.
    
    Ticket: OISF#5988
    Lukas Sismis authored and victorjulien committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    78c9722 View commit details
    Browse the repository at this point in the history