APT

apt:1.2.y

Last commit made on 2021-04-28
Get this branch:
git clone -b 1.2.y https://git.launchpad.net/apt

Branch merges

Branch information

Name:
1.2.y
Repository:
lp:apt

Recent commits

475b357... by Julian Andres Klode

Release 1.2.35

07c3985... by Julian Andres Klode

tests: Export TZ=UTC to work around test failures on non-UTC hosts

It's unclear to me atm why that only happens in xenial, but oh well,
this is the simplest solution.

29153cb... by David Kalnischkies

tests: avoid time-dependent rebuild of caches

The tests changes the sources.list and the modification time of this
file is considered while figuring out if the cache can be good. Usually
this isn't an issue, but in that case we have the cache generation
produce warnings which appear twice in this case.

(cherry picked from commit 70bef3257a4dc7751444db8dadedd207bd24ab35)

42f3411... by Julian Andres Klode

Fix indendation of changelog message in 1.2.34 changelog

1574ba8... by Julian Andres Klode

Cherry pick zstd support

Merge branch 'pu/zstd' into 'master'

pu/zstd

See merge request apt-team/apt!8

(cherry picked from commit 1cbb4c95f3fdd0872a7f1cb0f970f50a68c13959)

Oddly enough, we need to change the order of adding compressors
in aptconfiguration.cc, or test-compressed-indexes failed. Maybe
1.6.y and later actually sort by cost, idk.

8083585... by Julian Andres Klode

Merge branch '1.2.y-pu/random-fixes' into '1.2.y'

Misc fixes for 1.2.y

See merge request apt-team/apt!172

3bd9208... by Julian Andres Klode

Avoid duplicated error in `apt search`

This was introduced by the pattern backport, because sources.list
parsing errors are fatal, so GetDepCache() and GetPkgCache() both
tried to read the sources.list and failed.

Use BuildDepCache instead, and fail early if we can't open it.

7e03c33... by Julian Andres Klode

tests: Do not expect requested-by if sudo was invoked by root

If sudo was invoked by root, SUDO_UID will be 0, and apt
will not print a Requested-By line.

(cherry picked from commit 68842e1741a5005b1e3f0a07deffd737c65e3294)

0a4647d... by Julian Andres Klode

prepare-release: Ignore alternative build dependencies

d6f30bb... by Julian Andres Klode

Revert "2.3-only: Warn that the 0.1 protocol is deprecated"

This reverts commit 64127478630b676838735b509fec5cdfa36874c8.