~vicamo/ubuntu/+source/apport:bug-1872059/install-apport-package-hook/focal

Last commit made on 2020-04-20
Get this branch:
git clone -b bug-1872059/install-apport-package-hook/focal https://git.launchpad.net/~vicamo/ubuntu/+source/apport
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1872059/install-apport-package-hook/focal
Repository:
lp:~vicamo/ubuntu/+source/apport

Recent commits

6919313... by You-Sheng Yang

debian: install apport package hook for linux-firmware

linux-firmware doesn't install any package hooks for apport, so it will
only carry some default items leaving hardware list, kernel messages
unattached. This change creates a symbolic link from
/usr/share/apport/package-hooks/source_linux-firmware.py to
source_linux.py.

Signed-off-by: You-Sheng Yang <email address hidden>

f333d76... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu27 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: a28b9fcde7603464205105be8fe825a16b7fc0c5

New changelog entries:
  * backends/packaging-apt-dpkg.py, apport/sandboxutils.py: Add modifications
    to the retracing process to resolve failures to retrace due to user merge
    changes.
  * etc/apport/crashdb.conf: Disable Launchpad crash reports for 20.04
    release.

a28b9fc... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu26 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: ff2b3377cb16af02cae2206e69d8c8f3ca358ebd

New changelog entries:
  * apport/hookutils.py, data/general-hooks/ubuntu.py: Add in a hook which
    will add the results of the casper-md5check to all bug reports.
    (LP: #1870408)

ff2b337... by Dimitri John Ledkov

Import patches-unapplied version 2.20.11-0ubuntu25 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 0117eca56756e42ed499383fe5a84612ed33704d

New changelog entries:
  [ Brian Murray ]
  * apport/hookutils.py: Add in "lspci -vt" output for the HWE team.
  [ Dimitri John Ledkov ]
  * data/general-hooks/powerpc.py: Hande reports without a package, such
    as against subiquity snap, otherwise the hook crashes subiquity, which
    is trying to generate a crash report. LP: #1871434
  * data/package-hooks/subiquity.py: Fix typpo in subiquity hook, readline
    from fp, not from filename.

0117eca... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu24 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 7239e1c6c1db1c571bac5313fec0105d2c50b855

New changelog entries:
  * bin/apport-unpack: Handle gzip'ed files, thanks to Yuan-Chen Cheng for the
    patch. (LP: #1859581)

7239e1c... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu23 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 5d0f215248a9a0a8e25f7febbc64d3a277ca8e3c

New changelog entries:
  * With Michael Hudson-Doyle add a package hook to allow subiquity problems
    to be reported from the installed system and about the subuquity project.

5d0f215... by Alex Murray

Import patches-unapplied version 2.20.11-0ubuntu22 to ubuntu/focal-security

Imported using git-ubuntu import.

Changelog parent: 0cf82a4a5aee5277052a767321034f3ed8aa243e

New changelog entries:
  * SECURITY UPDATE: World writable root owned lock file created in user
    controllable location (LP: #1862348)
    - data/apport: Change location of lock file to be directly under
      /var/run so that regular users can not directly access it or perform
      symlink attacks.
    - CVE-2020-8831
  * SECURITY UPDATE: Race condition between report creation and ownership
    (LP: #1862933)
    - data/apport: When setting owner of report file use a file-descriptor
      to the report file instead of its path name to ensure that users can
      not cause Apport to change the ownership of other files via a
      symlink attack.
    - CVE-2020-8833

0cf82a4... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu21 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: bda6839ae07b0fecfb01292a5a553ac9f94799b9

New changelog entries:
  [ Brian Murray ]
  * backends/packaging-apt-dpkg.py: allow mirrors which are accessed via https
    in sources.list. Thanks to Launchpad user Esokrates for the fix.
    (LP: #1866996)
  * backends/packaging-apt-dpkg.py: when downloading packages from Launchpad
    do not require them to be authenticated.
  * test/test_backend_apt_dpkg.py: Fix check for connectivity and modify
    install from PPA test for a change in the PPA being tested.
  [ Matthieu Clemenceau ]
  * test/test_ui.py: Removed linux package version to fix autopkgtest with
    focal. Changed linux-5.4 and linux-signed-5.4 to linux and linux-signed

bda6839... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu20 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: b4476242bf0f24abd8063b3685f9bda01ef39006

New changelog entries:
  * test/test_report.py: resolve test failure with new glibc output.

b447624... by Brian Murray

Import patches-unapplied version 2.20.11-0ubuntu19 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 1ff0a79fe31bcbfe416ef9976daec9e58b0a6ff3

New changelog entries:
  * apport/report.py: do not return a duplicate signature when we are unable
    to access ProcMaps as that is necessary to create one. (LP: #1866347)
  * apport/ui.py: Always allow users to use ubuntu-bug or apport-collect
    regardless of the Problem Reporting setting as they are manually invoked
    and not automatically generated like a crash report. (LP: #1814611)