~roguescholar/python-apt/+git/packaging:packaging

Last commit made on 2020-01-24
Get this branch:
git clone -b packaging https://git.launchpad.net/~roguescholar/python-apt/+git/packaging
Only Peter J. Mello can upload to this branch. If you are Peter J. Mello please log in for upload directions.

Branch merges

Branch information

Name:
packaging
Repository:
lp:~roguescholar/python-apt/+git/packaging

Recent commits

cff1bf2... by Peter J. Mello

Update packaging for debhelper compat level 12

4aa6061... by Julian Andres Klode

Release 1.9.5

5f39ef0... by Julian Andres Klode

Really bump aptdaemon break (to 1.1.1+bzr982-0ubuntu31)

ce9592e... by Marc Deslauriers

SECURITY REGRESSION: crash with ubuntu-release-upgrader

- apt/cache.py: make allow_unauthenticated argument to
  fetch_archives() optional.

LP: #1860606
Gbp-Dch: full

7c3e666... by Julian Andres Klode

Release 1.9.4

67ded5b... by Julian Andres Klode

testcommon: Avoid reading host apt.conf files

Unset APT_CONFIG, and set the config file locations to /dev/null
before calling init_config(), so we don't get influenced by the
host system.

Restore the values afterwards so that you can use apt.conf files
in a rootdir you pass to apt.Cache().

0184e32... by Julian Andres Klode

test_signed_usable: chdir to temp dir while running tests

3b4d76b... by Julian Andres Klode

apt/cache.py: Check for unauthenticated in fetch_archives/commit

This follows the same behavior as for fetch_binary() /
fetch_source(), it is a follow-up to

CVE-2019-15796
LP: #1858973

f371524... by Julian Andres Klode

test_signed_usable.py: Add test case for security bugs

This checks all 4 variants of signed x usable hashes, by builting
a package each. And then checks for all variants of the
allow_unauthenticated parameter.

We need to provide assertRaisesRegex for Pythons < 3.1, so we
can test there as well.

db7a5f1... by Julian Andres Klode

apt/package: Add allow_unauthenticated parameter