~usd-import-team/ubuntu/+source/apt:applied/ubuntu/trusty-updates

Last commit made on 2016-12-13
Get this branch:
git clone -b applied/ubuntu/trusty-updates https://git.launchpad.net/~usd-import-team/ubuntu/+source/apt
Members of Ubuntu Server Dev import team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/trusty-updates
Repository:
lp:~usd-import-team/ubuntu/+source/apt

Recent commits

ae338e1... by Julian Andres Klode on 2016-12-08

Import patches-applied version 1.0.1ubuntu2.17 to applied/ubuntu/trusty-updates

Imported using git-ubuntu import.

Publish parent: c631fade60cff63f99a8cc575db7b1d40ff96cf0
Changelog parent: 719811a276276b8e54d651eb9304d471bda7ac83
Unapplied parent: f7693acdf910df5a03d2ac00e4132c637d893c91

f7693ac... by Julian Andres Klode on 2016-12-08

Import patches-unapplied version 1.0.1ubuntu2.17 to ubuntu/trusty-security

Imported using usd-importer.

Publish parent: c594aa39eb47a2ef06c36625374fa5b2dc8596b1
Changelog parent: ef8a0dff0bf6aca4c41b96d17b3a8c2163ee8939

New changelog entries:
  * SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)
    Thanks to Jann Horn, Google Project Zero for reporting the issue
    (LP: #1647467)

ef8a0df... by Louis Bouchard on 2016-09-20

Import version 1.0.1ubuntu2.15 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * Fixes failure to download the Package index file when using
    mirror:// URL in sources.list and the archive fails to profile
    a file. APT would try the next archive in the list for .deb
    packages but did not retry when the index file failed to download.
    (LP: #1625667)

c1c8972... by Patrick Cable on 2016-05-17

Import version 1.0.1ubuntu2.14 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * When using the https transport mechanism, $no_proxy is ignored if apt is
    getting it's proxy information from $https_proxy (as opposed to
    Acquire::https::Proxy somewhere in apt config). If the source of proxy
    information is Acquire::https::Proxy set in apt.conf (or apt.conf.d),
    then $no_proxy is honored. This patch makes the behavior similar for
    both methods of setting the proxy. (LP: #1575877)

6219d34... by Martin Pitt on 2016-04-19

Import version 1.0.1ubuntu2.13 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * Recheck Pre-Depends satisfaction in SmartConfigure, to avoid unconfigured
    Pre-Depends (which dpkg later fails on). Fixes upgrade failures of
    systemd, util-linux, and other packages with Pre-Depends. Many thanks to
    David Kalnischkies for figuring out the patch and Winfried PLappert for
    testing! Patch taken from Debian git. (LP: #1560797)

a1e9455... by Colin Watson on 2016-03-06

Import version 1.0.1ubuntu2.12 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  [ Colin Watson ]
  * Fix lzma write support to handle "try again" case (closes: #751688,
    LP: #1553770).
  [ David Kalnischkies ]
  * Handle moved mmap after UniqFindTagWrite call (closes: #753941,
    LP: #1445436).

9f0c9d4... by Brian Murray on 2016-01-09

Import version 1.0.1ubuntu2.11 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * apt-pkg/packagemanager.cc:
    - fix incorrect configure ordering in the SmartConfigure step by skipping
      packages that do not need immediate action. (LP: #1347721, #1497688)

87f61a5... by Adam Conrad on 2015-08-01

Import version 1.0.1ubuntu2.10 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * Fix regression from the previous upload by ensuring we're actually
    testing for the right member before iterating on it (LP: #1480592)

d37aae3... by Adam Conrad on 2015-07-30

Import version 1.0.1ubuntu2.9 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * Fix regression in the Never-MarkAuto-Sections feature caused by the
    previous auto-removal fix, with inspiration drawn from the patches
    and conversation from http://bugs.debian.org/793360 (LP: #1479207)

b58bc13... by Michael Vogt on 2015-04-28

Import version 1.0.1ubuntu2.8 to ubuntu/trusty-proposed

Imported using usd-importer.

New changelog entries:
  * fix crash for packages that have no section in their instVersion
    (LP: #1449394)