-
Notifications
You must be signed in to change notification settings - Fork 96
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
base: master
Are you sure you want to change the base?
Commits on May 27, 2022
-
Generation of .tar.gz file with all symbols (in the future this file …
…would be uploaded to S3) (#1425)
Configuration menu - View commit details
-
Copy full SHA for d6855a9 - Browse repository at this point
Copy the full SHA d6855a9View commit details -
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}
Configuration menu - View commit details
-
Copy full SHA for 562469e - Browse repository at this point
Copy the full SHA 562469eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f018f0f - Browse repository at this point
Copy the full SHA f018f0fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a955e8 - Browse repository at this point
Copy the full SHA 3a955e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 907efd4 - Browse repository at this point
Copy the full SHA 907efd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6033376 - Browse repository at this point
Copy the full SHA 6033376View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7cfc74 - Browse repository at this point
Copy the full SHA f7cfc74View commit details