summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Refresh lintian-overrides of apt and libapt-pkg-docDavid Kalnischkies2020-11-052-4/+8
|
* Update libapt-pkg6.0 symbols fileDavid Kalnischkies2020-11-051-140/+6
| | | | | That mostly means deleting symbols which went private or have disappeared and were previously compiler artefacts.
* Remove ancient versions support from apts postinstDavid Kalnischkies2020-11-051-78/+2
| | | | | | | | The versions "needing" these fixes are at least five years old, so in an effort to save massive amounts of runtime and disk space (on aggregate at least) we can drop these lines. Reported-By: lintian maintainer-script-supports-ancient-package-version
* Install translated apt-patterns(7) man pagesDavid Kalnischkies2020-11-051-4/+3
| | | | Reported-By: dh_missing
* Remove expired domain that became nsfw from debian/changelogJulian Andres Klode2020-10-301-1/+0
| | | | | | mirror.fail points to porn now apparently. Cc: stable
* Release 2.1.112.1.11Julian Andres Klode2020-10-211-0/+15
|
* Release 2.1.102.1.10Julian Andres Klode2020-08-111-0/+18
|
* Release 2.1.92.1.9Julian Andres Klode2020-08-101-0/+12
|
* Release 2.1.82.1.8Julian Andres Klode2020-08-041-0/+24
|
* Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode2020-08-042-6/+6
|
* Release 2.1.72.1.7Julian Andres Klode2020-07-081-0/+30
|
* Release 2.1.62.1.6Julian Andres Klode2020-06-031-0/+11
|
* Release 2.1.52.1.5Julian Andres Klode2020-05-261-0/+18
|
* Release 2.1.42.1.4Julian Andres Klode2020-05-191-0/+7
|
* Release 2.1.32.1.3Julian Andres Klode2020-05-181-0/+19
|
* Release 2.1.2, take 22.1.2Julian Andres Klode2020-05-131-1/+1
|
* Release 2.1.2Julian Andres Klode2020-05-121-0/+16
|
* Release 2.1.12.1.1Julian Andres Klode2020-05-081-0/+12
|
* Release 2.1.02.1.0Julian Andres Klode2020-05-041-0/+23
|
* Release 2.0.22.0.2Julian Andres Klode2020-04-091-0/+23
|
* Release 2.0.12.0.1Julian Andres Klode2020-03-241-0/+15
|
* Release 2.0.02.0.0Julian Andres Klode2020-03-071-0/+8
|
* Release 1.9.121.9.12Julian Andres Klode2020-02-271-0/+7
|
* Release 1.9.111.9.11Julian Andres Klode2020-02-262-1/+37
|
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-261-0/+7
| | | | | | This is a rework of !6 with additional stuff for the frontend lock, so we can lock the frontend lock and then keep looping over dpkg lock.
* cacheset: Fix -Wdeprecated-copy warningsJulian Andres Klode2020-02-261-0/+2
| | | | | | | | | Remove the operator= from Container_iterator, as it was basically just the default anyway, and add copy constructors to *Interface that match their operator=. Tried adding copy constructor to Container_iterator, but that only made things worse.
* Fix various compiler warningsJulian Andres Klode2020-02-261-1/+0
|
* symbols: Bump version from 1.9.10 to 1.9.11~Julian Andres Klode2020-02-261-42/+42
|
* Symbol updatesJulian Andres Klode2020-02-261-10/+7
|
* debian: Update symbols fileJulian Andres Klode2020-02-251-32/+38
|
* Remove CRC-16 implementationJulian Andres Klode2020-02-181-2/+0
|
* Bump ABI to 6.0Julian Andres Klode2020-02-183-1479/+1479
|
* release 1.9.101.9.10Julian Andres Klode2020-02-181-0/+19
|
* debian/control: Bump libseccomp-dev Build-Depends to >= 2.4.2Julian Andres Klode2020-02-101-1/+1
| | | | | Version 2.4.2 is needed for the new syscalls we added to the whitelist.
* Release 1.9.91.9.9Julian Andres Klode2020-02-041-0/+7
|
* Widen regular expressions for versioned kernel packagesJulian Andres Klode2020-01-301-22/+4
| | | | | | | | | | Since we append a concrete kernel version to each pattern, and then anchor the pattern, let's just pick any package starting with a kernel name (linux-, kfreebsd-, gnumach-), and not worry about linux-headers, linux-tools, etc specifically, as they'll be caught by the generic pattern. LP: #1607845
* Release 1.9.81.9.8Julian Andres Klode2020-01-271-0/+9
|
* Release 1.9.71.9.7Julian Andres Klode2020-01-161-0/+15
|
* Fix debian-rules-uses-deprecated-systemd-overrideJulian Andres Klode2020-01-161-3/+4
| | | | | | | | | We accidentally managed to restart apt-daily{,-upgrade}.service again because our dh_systemd_start override was being ignored since we switched to debhelper 12. Override dh_installsystemd instead. Gbp-Dch: full
* Trim trailing whitespace.Julian Andres Klode2020-01-152-219/+218
| | | | | Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
* Release 1.9.61.9.6Julian Andres Klode2020-01-152-2/+35
|
* apt(8): Disable regular expressions and fnmatchJulian Andres Klode2020-01-151-0/+13
| | | | | This is the first step. Next step will be to add warnings to apt-get and then remove support there as well.
* hashes: Use Libgcrypt for hashing purposesJulian Andres Klode2020-01-141-0/+1
| | | | | Switch the code of the Hashes class to use libgcrypt, which allows us to use hardware-accelerated implementations of SHA1 and friends.
* debian/rules: Adjust for -DWITH_TESTS=OFF in nocheck buildJulian Andres Klode2020-01-071-1/+8
| | | | Gbp-Dch: ignore
* Drop g++ build-dependency to help crossbuildingDavid Kalnischkies2020-01-051-1/+0
| | | | | | | | | Introduced to help with an ABI break this is now long enough in the past that we can go back to not explicitly depend on g++ anymore as it is part of build-essential. References: f63b3e01e436a8c0b4711b69a1a8794161e4c5a7 Closes: #948201
* Release 1.9.51.9.5Julian Andres Klode2019-12-022-1/+36
|
* netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode2019-12-021-0/+10
| | | | | | | | | | | | This avoids downgrade attacks where an attacker could inject Location: http://private.example/ and then (having access to raw data to private.example, for example, by opening a port there, or sniffing network traffic) read the credentials for the private repository. Closes: #945911
* Release 1.9.41.9.4Julian Andres Klode2019-09-191-0/+13
|
* apt.systemd.daily: Do not numerically check if intervals equal 0Julian Andres Klode2019-08-221-8/+8
| | | | | | | | Commit 1d9e29c9e2a5591b42a99a721b901fc003ed9149 added support for suffixes to to intervals, but did not adjust the code to actually support them by replacing -eq with =. LP: #1840995
* Release 1.9.31.9.3Julian Andres Klode2019-08-191-0/+9
|