UbuntuUpdates.org

Package "sosreport"

Name: sosreport

Description:

Set of tools to gather troubleshooting data from a system

Latest version: 4.8.2-0ubuntu0~20.04.1
Release: focal (20.04)
Level: updates
Repository: main
Homepage: https://github.com/sosreport/sos

Links


Download "sosreport"


Other versions of "sosreport" in Focal

Repository Area Version
base main 3.9-1ubuntu2
security main 4.3-1ubuntu0.20.04.2

Changelog

Version: 4.8.2-0ubuntu0~20.04.1 2025-04-02 22:07:17 UTC

  sosreport (4.8.2-0ubuntu0~20.04.1) focal; urgency=medium

  * New 4.8.2 upstream release. (LP: #2091858)

  * For more details, full release note is available here:
    - https://github.com/sosreport/sos/releases/tag/4.8.2

  * d/control: Add 'X-Python3-Version: >= 3.8' This prevents an issue on upgrade
    from bionic to focal, where Python 3.6 (from bionic) might still be in place
    at the time sosreport 4.8.2 (from focal) is installed, which breaks
    postinst/py3compile (walrus operator require Python 3.8). This only affects
    focal; other releases have Python 3.8+.

  * d/t/simple.sh:
    - Fix the IP address check, and escape the periods for grepping the IP
      address on the files to check if the IP address is being masked or not.
    - Replace "sosreport" with "sos report". The old command is now deprecated,
      and should be "sos report" in all places.
    - Fix S01autopkgtest and autopkgtest-run mis-represented as a hostname.

  * d/p/0002-debian-remove-magic-stderr.patch: Fix patch to work with latest
    revision of the code.

  * Former patches, now fixed:
    - d/p/0003-sunbeam_hypervisor-Fix-obfuscation-for-ceilometer-an.patch
    - d/p/0004-heat-Obfuscate-Add-auth_encryption_key-in-config.patch
    - d/p/0005-placement-Obfuscate-passwords-that-have-been-missed.patch
    - d/p/0006-mysql-Add-obfuscation-for-password-in-conf-files.patch
    - d/p/0007-processor-check-msr-module.patch

  * Remaining patches:
    - d/p/0001-debian-change-tmp-dir-location.patch
    - d/p/0002-debian-remove-magic-stderr.patch

 -- Arif Ali <email address hidden> Mon, 16 Dec 2024 11:26:30 +0000

Source diff to previous version
2091858 [sru] sos upstream 4.8.2

Version: 4.7.2-0ubuntu1~20.04.2 2024-12-10 18:06:57 UTC

  sosreport (4.7.2-0ubuntu1~20.04.2) focal; urgency=medium

  * Resolve obfuscation issues (LP: #2085607)
    - d/p/0003-sunbeam_hypervisor-Fix-obfuscation-for-ceilometer-an.patch:
      The sunbeam plugin was added recently, but ceilometer wasn't there.
    - d/p/0004-heat-Obfuscate-Add-auth_encryption_key-in-config.patch:
      The configuration option auth_encryption_key was not being
      obfuscated by default.
    - d/p/0005-placement-Obfuscate-passwords-that-have-been-missed.patch
      The NOVA_API_PASS and PLACEMENT_PASS were not being obfuscated
      in one of the config files.
    - d/p/0006-mysql-Add-obfuscation-for-password-in-conf-files.patch:
      The password field in one of the config files was not being obfuscated.

  * d/p/0007-processor-check-msr-module.patch: Check for and do not load the
    'msr' module by default in the processor plugin in focal. (LP: #2089713)

 -- Arif Ali <email address hidden> Thu, 24 Oct 2024 06:45:01 +0000

Source diff to previous version
2085607 [sru] Obfuscation issues in sosreport sos 4.7.2
2089713 The processor plugin loads the msr module by default on jammy and focal

Version: 4.7.2-0ubuntu1~20.04.1 2024-10-30 02:06:52 UTC

  sosreport (4.7.2-0ubuntu1~20.04.1) focal; urgency=medium

  * New 4.7.2 upstream release. (LP: #2054395)

  * For more details, full release note is available here:
    - https://github.com/sosreport/sos/releases/tag/4.7.2

  * d/control:
    - Add 'python3-packaging' as part of the runtime depends.
    - Add 'python3-packaging' as part of the build depends:
      Use packaging for version comparison instead of pkg_resources from
      setuptools.
    - Add 'python3-yaml' as part of the build depends:
      The new saltstack collect plugin now imports the yaml module, this is
      now required to build and run the sos package

  * Former patches, now fixed:
    - d/p/0002-obfuscate-netplan-ssid-password.patch

  * Remaining patches:
    - d/p/0001-debian-change-tmp-dir-location.patch
    - d/p/0002-debian-remove-magic-stderr.patch

 -- Arif Ali <email address hidden> Fri, 21 Jun 2024 10:02:02 +0100

Source diff to previous version
2054395 [sru] sos upstream 4.7.2

Version: 4.5.6-0ubuntu1~20.04.2 2023-10-19 12:07:00 UTC

  sosreport (4.5.6-0ubuntu1~20.04.2) focal; urgency=medium

  * d/tests/simple.sh:
    - Correct typo in test_mask to print ip address
      (LP: #2037873)

  * d/p/0002-obfuscate-netplan-ssid-password.patch:
    - Obfuscate SSID password in netplan/XX.yaml files
      (LP: #2037872)

 -- Nikhil Kshirsagar <email address hidden> Wed, 04 Oct 2023 03:41:30 +0000

Source diff to previous version
2037873 [sru] fix autopkgtest typo
2037872 [sru] wifi password is not obfuscated in /etc/netplan yaml files

Version: 4.5.6-0ubuntu1~20.04.1 2023-08-17 16:07:01 UTC

  sosreport (4.5.6-0ubuntu1~20.04.1) focal; urgency=medium

  * New 4.5.6 upstream. (LP: #2028327)

  * For more details, full release note is available here:
    - https://github.com/sosreport/sos/releases/tag/4.5.6

  * d/control:
   - Add 'python3-pexpect' as part of the build depends.

  * d/rules:
    - skip running unittests/policy_tests.py due to the avocado dependency

  * New patches:
    - d/p/0002-debian-remove-magic-stderr.patch (LP: #2028666)

  * Former patches, now fixed:
    - d/p/0002-revert-to-old-style-binary-file-detection.patch

  * Remaining patches:
    - d/p/0001-debian-change-tmp-dir-location.patch

 -- Nikhil Kshirsagar <email address hidden> Tue, 25 Jul 2023 10:52:47 +0000

2028327 [sru] sos upstream 4.5.6
2028666 remove magic related warning for focal and bionic



About   -   Send Feedback to @ubuntu_updates