~mwhudson/ubuntu/+source/apport:subiquity-hook

Last commit made on 2020-04-01
Get this branch:
git clone -b subiquity-hook https://git.launchpad.net/~mwhudson/ubuntu/+source/apport
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
subiquity-hook
Repository:
lp:~mwhudson/ubuntu/+source/apport

Recent commits

dc4922c... by Michael Hudson-Doyle

add changelog

9033b71... by Michael Hudson-Doyle

one more file

b124881... by Michael Hudson-Doyle

add a hook for subiquity

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)

1ff0a79... by Brian Murray

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

Imported using git-ubuntu import.

Changelog parent: b83e23763f17f40407ba90f082b6bfff94336166

New changelog entries:
  * data/whoopsie-upload-all: append to the crash report using fdopen and open
    from os to cope with protected_regular being set to 1. (LP: #1848064)

b83e237... by Brian Murray

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

Imported using git-ubuntu import.

Changelog parent: b45889378cb6b446e01c58863c445b23070efefc

New changelog entries:
  [ Brian Murray ]
  * Add in a source package hook symlinks for linux-signed-5.4,
    linux-signed-oem-5.4, linux-oem-5.4, and linux-5.4. (LP: #1861446)
  * Remove obsolete package hook for Nexus 7 devices.
  [ Tiago Stürmer Daitx ]
  * Fix Python 2/3 support. (LP: #1853383)

b458893... by =?utf-8?q?Tiago_St=C3=BCrmer_Daitx?= <email address hidden>

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

Imported using git-ubuntu import.

Changelog parent: 786f607c01f3b9e7dd7a7d0f99176154ec114b58

New changelog entries:
  * SECURITY REGRESSION: 'module' object has no attribute 'O_PATH'
    (LP: #1851806)
    - apport/report.py, apport/ui.py: use file descriptors for /proc/pid
      directory access only when running under python 3; prevent reading /proc
      maps under python 2 as it does not provide a secure way to do so; use
      io.open for better compatibility between python 2 and 3.
  * data/apport: fix number of arguments passed through socks into a container.
  * test/test_report.py: test login session with both pid and proc_pid_fd.

786f607... by Brian Murray

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

Imported using git-ubuntu import.

Changelog parent: e2c1efb3538c5ab86bae6b9c2ebe3212652446f9

New changelog entries:
   * etc/apport/crashdb.conf: Enable Launchpad crash reports for focal.