apt-cacher-ng:temp/debian-merge

Last commit made on 2020-01-22
Get this branch:
git clone -b temp/debian-merge https://git.launchpad.net/apt-cacher-ng

Branch merges

Branch information

Name:
temp/debian-merge
Repository:
lp:apt-cacher-ng

Recent commits

9fdc515... by Eduard Bloch

Rephrase Debian changelog for a new upstream release

c8b4144... by Eduard Bloch

Merge branch 'upstream/buster_v3.2.x' into temp/debian-merge

7f6d6e1... by Eduard Bloch

Update Changelog for porposed 3.2.1 release

2a8c560... by Eduard Bloch

Increase filereadings line buffer size limit to 256KiB

c1f9c57... by Eduard Bloch

Support .zst compressed packages

Debian bug Bug#948259

23a25cf... by Eduard Bloch

Enforce secured call to the server in maint job triggering

Previously, acngtool attempted to make HTTP request to an IP of the
server which it picked from the configuration (or localhost) without
checking who exactly was listening. This allowing an attacker to
impersonate as acng server, binding the non-priviledged port in certain
circumstances, and to extract the unprotected credentials (AdminAuth
option).

Backport from v3.4 preparation branch.

c7d83a5... by Eduard Bloch

Increase line buffer size for crazy long lines

4b3b99a... by Eduard Bloch

Document fix of #928957

bb269b5... by Eduard Bloch

Fix overoptimistic guessing of the SHA256SUMS file location

For Debian bug #928957: incorrect assumption of an existing SHA256SUMS
file for Debian repositories makes the expiration task fail
without a proper way for the end user to recover from it. Now ignore
a download error in this case (similar handling as for other guesses),
assuming that permanent 404ing for other reasons than removal of remote
content can be considered unlikely.

97af80f... by Eduard Bloch

Salsa move, more debconf prio, init policy fix