Change logs for sosreport source package in Jammy

  • sosreport (4.5.6-0ubuntu1~22.04.2) jammy; 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:35:14 +0000
  • sosreport (4.5.6-0ubuntu1~22.04.1) jammy; 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-magic' as part of the runtime depends.
       - Add 'python3-pexpect' as part of the build depends.
       - Add 'python3-magic' as part of the build depends.
    
      * d/rules:
        - skip running unittests/policy_tests.py due to the avocado dependency
    
      * Remaining patches:
        - d/p/0001-debian-change-tmp-dir-location.patch
    
     -- Nikhil Kshirsagar <email address hidden>  Tue, 25 Jul 2023 10:20:24 +0000
  • sosreport (4.5.4ubuntu0.22.04.1) jammy; urgency=medium
    
      * New 4.5.4 upstream. (LP: #2022915)
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.5.4
    
      * d/control:
        - Add 'python3-pexpect' as part of the build depends.
        - Add 'python3-magic' to runtime depends.
    
      * d/rules:
        - skip running unittests/policy_tests.py due to the avocado dependency
    
      * Remaining patches:
        - d/p/0001-debian-change-tmp-dir-location.patch
    
      * New patches:
        - d/p/0002-regex-flags.patch (LP: #2024547)
    
     -- Nikhil Kshirsagar <email address hidden>  Tue, 13 Jun 2023 05:03:47 +0000
  • sosreport (4.5.3ubuntu0.22.04.1) jammy; urgency=medium
    
      * New 4.5.3 upstream. (LP: #2018270)
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.5.3
    
      * d/control:
       - Add 'python3-magic' as part of the runtime and build depends.
       - Add 'python3-pexpect' as part of the build depends.
    
      * Remaining patches:
        - d/p/0001-debian-change-tmp-dir-location.patch
    
     -- Nikhil Kshirsagar <email address hidden>  Tue, 02 May 2023 07:14:00 +0000
  • sosreport (4.4-1ubuntu1.22.04.1) jammy; urgency=medium
    
      * New 4.4 upstream. (LP: #1986611)
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.4
    
      * Former patches, now fixed:
        - d/p/0002-fix-setup-py.patch
        - d/p/0003-mention-sos-help-in-sos-manpage.patch
    
      * d/control:
       - Add 'python3-magic' as part of the build depends.
    
      * Remaining patches:
        - d/p/0001-debian-change-tmp-dir-location.patch
    
     -- Nikhil Kshirsagar <email address hidden>  Wed, 17 Aug 2022 05:59:06 +0000
  • sosreport (4.3-1ubuntu2.1) jammy-security; urgency=medium
    
      * SECURITY UPDATE: Exposed sensitive information
        - debian/patches/CVE-2022-2806.patch: filter out
          all password keys in sos/report/plugins/ovirt.py.
        - CVE-2022-2806
    
     -- Leonidas Da Silva Barbosa <email address hidden>  Mon, 19 Sep 2022 09:08:47 -0300
  • sosreport (4.3-1ubuntu2) jammy; urgency=medium
    
      * d/p/0003-mention-sos-help-in-sos-manpage.patch:
        Fix sos-help manpage.
    
     -- Eric Desrochers <email address hidden>  Wed, 16 Feb 2022 13:05:13 -0500
  • sosreport (4.3-1ubuntu1) jammy; urgency=medium
    
      * New 4.3 upstream. (LP: #1960996)
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.3
    
      * New patches:
        - d/p/0002-fix-setup-py.patch:
          Add python sos.help module, it was miss in
          upstream release.
    
      * Former patches, now fixed:
        - d/p/0002-report-implement_estimate-only.patch
        - d/p/0003-ceph-add-support-for-containerized-ceph-setup.patch
        - d/p/0004-ceph-split-plugin-by-components.patch
        - d/p/0005-openvswitch-get-userspace-datapath-implementations.patch
        - d/p/0006-report-check-for-symlink-before-rmtree.patch
    
      * Remaining patches:
        - d/p/0001-debian-change-tmp-dir-location.patch:
    
     -- Eric Desrochers <email address hidden>  Tue, 15 Feb 2022 23:10:27 -0500
  • sosreport (4.2-1ubuntu2) jammy; urgency=medium
    
      * d/p/0006-report-check-for-symlink-before-rmtree.patch:
        - Fixing --estimate-only option by checking if the dirs
          are also symlink before performing rmtree() method so
          that unlink() method can be used instead.
    
     -- Eric Desrochers <email address hidden>  Tue, 19 Oct 2021 14:20:44 -0400
  • sosreport (4.2-1ubuntu1) jammy; urgency=medium
    
      * New 4.2 upstream release. (LP: #1941745)
        - This release contains numerous improvements
          and bug fixes to several components within sos,
          including an overhaul to the project's test suite
          and infrastructure.
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.2
    
      * New patches:
        - d/p/0002-report-implement_estimate-only.patch
        - d/p/0003-ceph-add-support-for-containerized-ceph-setup.patch
        - d/p/0004-ceph-split-plugin-by-components.patch
        - d/p/0005-openvswitch-get-userspace-datapath-implementations.patch
    
      * Former patches, now fixed:
        - d/p/0002-clean-prevent-parsing-ubuntu-user.patch
        - d/p/0003-ubuntu-policy-fix-upload.patch
        - d/p/0004-chrony-configuration-can-now-be-fragmented.patch
        - d/p/0005-global-drop-plugin-version.patch
        - d/p/0006-networking-check-presence-of-devlink.patch
        - d/p/0007-sosnode-avoid-checksum-cleanup-if-no-archive.patch
    
      * Remaining patches:
       - d/p/0001-debian-change-tmp-dir-location.patch
    
      * d/control:
       - Add 'python3-coverage' as part of the build depends.
    
      * d/rules:
       - Fix misplaced and duplicated sos.conf file in /usr/config.
    
     -- Eric Desrochers <email address hidden>  Mon, 18 Oct 2021 09:24:22 -0400
  • sosreport (4.1-1ubuntu3) impish; urgency=medium
    
      * No-change rebuild to build packages with zstd compression.
    
     -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:24:39 +0200
  • sosreport (4.1-1ubuntu2) impish; urgency=medium
    
      * d/p/series:
        - Re-order patches in numerical order.
    
      * d/p/0003-ubuntu-policy-fix-upload.patch:
        - Fix sos archive upload to UA Canonical server
          (LP: #1923209)
    
      * d/p/0004-chrony-configuration-can-now-be-fragmented.patch:
        - Chrony 4.0, first introduced in Hirsute, support
          fragmented configuration.
    
      * d/p/0005-global-drop-plugin-version.patch:
        - Removal of plugins versionning features as it generate
          unhelpful noise. (LP: #1922925)
    
      * d/p/0006-networking-check-presence-of-devlink.patch:
        - On certain kernel configuration, devlink cmds may
          trigger the module to load automatically. This will
          also prevent simple.sh, part of the autopkgtest, in
          Bionic to fail due to devlink kernel conf in 4.15.
          (LP: #1923661)
    
      * d/p/0007-sosnode-avoid-checksum-cleanup-if-no-archive.patch:
        - Fixes an exception propagation from `cleanup()`
          where an attempt to look for and remove a checksum
          file was made when an archive was not generated.
          (LP: #1923641)
    
     -- Eric Desrochers <email address hidden>  Mon, 26 Apr 2021 15:34:42 -0400