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

Generate debug information packages #1583

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on May 27, 2022

  1. Generation of .tar.gz file with all symbols (in the future this file …

    …would be uploaded to S3) (#1425)
    Dwordcito authored and jnasselle committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d6855a9 View commit details
    Browse the repository at this point in the history
  2. Modify linux wpk generation script to support symbols (#1445)

    * Fix error compilation for CentOS 5 and 7, and building docker images CentOS 5 for i386 (#1431)
    
    * Adding configure option in GCC to avoid error compilation in Wazuh.
    
    * Change Dockerfile of CentOS5 to build image of i386 without error and avoid error compilation with GCC.
    
    * Add support for creating a tar.gz file with debugging symbols when creating a package
    
    * Fixed a bug with the order in which parameters are passed to a function in the script.
    
    * Change to support only x86_64 architecture.
    
    * Update run.sh
    
    * Create tar.gz with group and owner group and the version name without v character.
    
    * Rename from {Number version} to v{Number version}
    HanesSciarrone authored and jnasselle committed May 27, 2022
    Configuration menu
    Copy the full SHA
    562469e View commit details
    Browse the repository at this point in the history
  3. Download cv2pdb, generate zip file with debug symbols for winagent (#…

    …1452)
    
    * Build the zip file with debug symbols files for the built package.
    
    * Rename an option in the generate_compiled_windows_agent.sh script
    
    * Remove the unnecessary variable, improve the description of a new option in the script, and change the if condition.
    
    * Expanded explanation of the new option in the script.
    
    * Changed description of new option in the generator script.
    
    * Improve explanation.
    
    * Added newline empty and indentation of if condition.
    HanesSciarrone authored and jnasselle committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f018f0f View commit details
    Browse the repository at this point in the history
  4. Add support for RPM/DEB debuginfo packages (#1442)

    * Add support for RPM/DEB debuginfo packages
    
    * Fix DEBUG on generate_<rpm/debian>_packages.sh
    
    * Several Fixes related to debuginfo packages
    
    - RPM manager/agent change .symbols files privileges
    - RPM agent remove arch from Requieres values
    - DEB remove symbols from binary package
    - DEB change Depends to Conflicts for wazuh-*-dbg packages.
    - RPM fix debuginfo package extraction for future packages
    
    * Fixes related to debuginfo packages
    
    - Fix RPM manager subpackage declaration
    - Fix DEB manager subpackage to be similar to agent approach
    jnasselle committed May 27, 2022
    Configuration menu
    Copy the full SHA
    3a955e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    907efd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6033376 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    f7cfc74 View commit details
    Browse the repository at this point in the history