~robert-ancell/software-properties:esm-xenial

Last commit made on 2021-03-29
Get this branch:
git clone -b esm-xenial https://git.launchpad.net/~robert-ancell/software-properties
Only Robert Ancell can upload to this branch. If you are Robert Ancell please log in for upload directions.

Branch merges

Branch information

Name:
esm-xenial
Repository:
lp:~robert-ancell/software-properties

Recent commits

7b8920c... by Robert Ancell

Show extended security maintenance status

0fb5725... by Robert Ancell

Import Debian version 0.96.20.10

software-properties (0.96.20.10) xenial-security; urgency=medium

  * SECURITY UPDATE: malicious repo could send ANSI sequences to terminal
    (LP: #1890286)
    - add-apt-repository: strip ANSI sequences from the description.
    - CVE-2020-15709

ad72404... by Robert Ancell

Import Debian version 0.96.20.9

software-properties (0.96.20.9) xenial; urgency=medium

  * cloudarchive: Update outdated WEB_LINK that is presented when
    cloud archive is enabled (LP: #1836258).

f6b54d0... by Robert Ancell

Import Debian version 0.96.20.8

software-properties (0.96.20.8) xenial; urgency=medium

  * SoftwarePropertiesGtk.py: when checking a package's depends for DKMS also
    pass on an AttributeError (LP: #1807373)

9fa5716... by Robert Ancell

Import Debian version 0.96.20.7

software-properties (0.96.20.7) xenial; urgency=medium

  * software-properties-gtk:
    - fix the backend code to set the gnome debconf frontend, without which
      libgtk2-perl goes unused.
    - depend on libgtk2-perl to ensure it's available, since it was not seeded
      on the desktop at release time. This is only a Recommends: in zesty,
      but we need to ensure this isn't ignored on upgrade.
    LP: #1679784.

4c7f923... by Robert Ancell

Import Debian version 0.96.20.6

software-properties (0.96.20.6) xenial; urgency=medium

  * Add knowledge of OpenStack releases Pike and Queens. (LP: #1670385)

  [ Scott Moser & Dimitri John Ledkov ]
  * When failing to retrieve a GPG key, raise an exception such that
    e.g. add-apt-repository can fail when it did not manage to retrieve a
    GPG key for the shortcut repository. LP: #1532855

e1aad59... by Robert Ancell

Import Debian version 0.96.20.5

software-properties (0.96.20.5) xenial; urgency=medium

  * cloudarchive: Enable support for the Ocata Ubuntu Cloud Archive on
    16.04 (LP: #1645827).

9c2f722... by Robert Ancell

Import Debian version 0.96.20.4

software-properties (0.96.20.4) xenial; urgency=medium

  * Do not assume that a distribution adding the PPA of another distribution
    will want the latest series all the time. Instead check if the requested
    codename (that is the codename of the installed distribution) is a valid
    series in launchpad for the distribution the PPA belongs to. This
    essentially enables derivate distributions to carry a different name but
    use the same series name. As long as launchpad knows about the series we
    should be fine even if the constraints are a bit lax.

5224ead... by Robert Ancell

Import Debian version 0.96.20.3

software-properties (0.96.20.3) xenial; urgency=medium

  * softwareproperties/ppa.py:
    - fix exception output when add-apt-repository is called with
      an invalid ppa (LP: #1594776)
  * tests/test_shortcuts.py:
    - add network check for tests that require talking to launchpad
      or the cloud archives

2b01969... by Robert Ancell

Import Debian version 0.96.20.2

software-properties (0.96.20.2) xenial; urgency=medium

  * SoftwarePropertiesGtk.py: only add mirror choices if there are mirrors
    available from which to choose. (LP: #1101881)
  * DialogMirror.py: guard against a traceback when get cursor returns None.
    (LP: #1101881)