Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-04 | Release 2.1.8 | Julian Andres Klode | |
2020-08-04 | Replace whitelist/blacklist with allowlist/denylist | Julian Andres Klode | |
2020-07-08 | Release 2.1.7 | Julian Andres Klode | |
2020-06-03 | Release 2.1.6 | Julian Andres Klode | |
2020-05-26 | Release 2.1.5 | Julian Andres Klode | |
2020-05-19 | Release 2.1.4 | Julian Andres Klode | |
2020-05-18 | Release 2.1.3 | Julian Andres Klode | |
2020-05-13 | Release 2.1.2, take 2 | Julian Andres Klode | |
2020-05-12 | Release 2.1.2 | Julian Andres Klode | |
2020-05-08 | Release 2.1.1 | Julian Andres Klode | |
2020-05-04 | Release 2.1.0 | Julian Andres Klode | |
2020-04-09 | Release 2.0.2 | Julian Andres Klode | |
2020-03-24 | Release 2.0.1 | Julian Andres Klode | |
2020-03-07 | Release 2.0.0 | Julian Andres Klode | |
2020-02-27 | Release 1.9.12 | Julian Andres Klode | |
2020-02-26 | Release 1.9.11 | Julian Andres Klode | |
2020-02-26 | apt(8): Wait for frontend and cache lock | Julian Andres Klode | |
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. | |||
2020-02-26 | cacheset: Fix -Wdeprecated-copy warnings | Julian Andres Klode | |
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. | |||
2020-02-26 | Fix various compiler warnings | Julian Andres Klode | |
2020-02-26 | symbols: Bump version from 1.9.10 to 1.9.11~ | Julian Andres Klode | |
2020-02-26 | Symbol updates | Julian Andres Klode | |
2020-02-25 | debian: Update symbols file | Julian Andres Klode | |
2020-02-18 | Remove CRC-16 implementation | Julian Andres Klode | |
2020-02-18 | Bump ABI to 6.0 | Julian Andres Klode | |
2020-02-18 | release 1.9.10 | Julian Andres Klode | |
2020-02-10 | debian/control: Bump libseccomp-dev Build-Depends to >= 2.4.2 | Julian Andres Klode | |
Version 2.4.2 is needed for the new syscalls we added to the whitelist. | |||
2020-02-04 | Release 1.9.9 | Julian Andres Klode | |
2020-01-30 | Widen regular expressions for versioned kernel packages | Julian Andres Klode | |
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 | |||
2020-01-27 | Release 1.9.8 | Julian Andres Klode | |
2020-01-16 | Release 1.9.7 | Julian Andres Klode | |
2020-01-16 | Fix debian-rules-uses-deprecated-systemd-override | Julian Andres Klode | |
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 | |||
2020-01-15 | Trim trailing whitespace. | Julian Andres Klode | |
Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html | |||
2020-01-15 | Release 1.9.6 | Julian Andres Klode | |
2020-01-15 | apt(8): Disable regular expressions and fnmatch | Julian Andres Klode | |
This is the first step. Next step will be to add warnings to apt-get and then remove support there as well. | |||
2020-01-14 | hashes: Use Libgcrypt for hashing purposes | Julian Andres Klode | |
Switch the code of the Hashes class to use libgcrypt, which allows us to use hardware-accelerated implementations of SHA1 and friends. | |||
2020-01-07 | debian/rules: Adjust for -DWITH_TESTS=OFF in nocheck build | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2020-01-05 | Drop g++ build-dependency to help crossbuilding | David Kalnischkies | |
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 | |||
2019-12-02 | Release 1.9.5 | Julian Andres Klode | |
2019-12-02 | netrc: Restrict auth.conf entries to https by default | Julian Andres Klode | |
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 | |||
2019-09-19 | Release 1.9.4 | Julian Andres Klode | |
2019-08-22 | apt.systemd.daily: Do not numerically check if intervals equal 0 | Julian Andres Klode | |
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 | |||
2019-08-19 | Release 1.9.3 | Julian Andres Klode | |
2019-08-15 | doc: Add apt-patterns(7) manual page | Julian Andres Klode | |
This does not describe much yet, as there's not much to talk about. | |||
2019-08-15 | test: Use valgrind to ensure Acquire::Queue-Mode=access does not crash | Julian Andres Klode | |
Unfortunately for us, apt update with Acquire::Queue-Mode=access does not always crash on a real system, so run the whole thing in valgrind. | |||
2019-08-05 | Release 1.9.21.9.2 | Julian Andres Klode | |
2019-07-10 | Fix typos reported by codespell in code comments | David Kalnischkies | |
Also in old changelogs, but nothing really user visible like error messages or alike so barely noteworthy. Reported-By: codespell Gbp-Dch: Ignore | |||
2019-06-20 | Release 1.9.11.9.1 | Julian Andres Klode | |
2019-06-17 | Fix pkg-config-test autopkgtest | Julian Andres Klode | |
2019-06-17 | RFC1123StrToTime: Accept const std::string& as first argument | Julian Andres Klode | |
We are converting to std::string anyway by passing to istringstream, and this removes the need for .c_str() in callers. | |||
2019-06-17 | Release 1.9.0 to experimental1.9.0 | Julian Andres Klode | |