Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-04 | doc/po: Merge nl with template, update template | Julian Andres Klode | |
We did not merge nl with the template when we updated it, hence we have quite a bit of churn in that commit and this one. | |||
2020-04-22 | Dutch manpages translation update | Frans Spiesschaert | |
Closes: #956313 | |||
2020-04-09 | Release 2.0.2 | Julian Andres Klode | |
2020-04-09 | ubuntu: http: Add non-interactive to user agent if run by systemd | Julian Andres Klode | |
Include that apt is being run from a service in the user agent, so traffic can be analysed for interactive vs non-interactive use, and prioritised accordingly. It looks like this now: User-Agent: Debian APT-HTTP/1.3 (2.0.1) non-interactive A previous version included the full service names, but this raised some privacy concerns. LP: #1825000 | |||
2020-04-05 | Fix "string match{ing,es}" and whitespace typo in apt-patterns(7) | Chris Leick | |
2020-04-05 | German manpage translation update | Chris Leick | |
2020-04-05 | Fix gramma in apt(8): "by append(+ing) a" | Marco Ippolito | |
Closes: #955412 | |||
2020-03-24 | Release 2.0.1 | Julian Andres Klode | |
2020-03-24 | configure-index: Add APT::Color option | Julian Andres Klode | |
This caused unbound error list growth, because each time we dumped an error, the calls to _config->FindB() inside operator << would add 3 new errors of the form: W: Using unknown config option »apt::color« of type BOOL Hence we are dumping an infinite list of errors, and eventually that list will exceed available memory. | |||
2020-03-07 | Release 2.0.0 | Julian Andres Klode | |
2020-03-06 | Show absolute time while waiting for lock instead of %, rework message | Julian Andres Klode | |
Showing a percentage for a timeout is pretty non-standard. Rework the progress class so it can show an absolute progress (currently hardcoded to use seconds as a unit). If there is a timeout (aka if it's not the maximum long long unsigned -1llu), then show the timeout, otherwise just count up seconds, e.g. Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 33842 (apt)... 1/120s or Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 33842 (apt)... 1s Also improve the error message to use "Waiting for cache lock: %s" instead of "... (%s)", as having multiple sentences inside parenthesis is super weird, as is having two closing parens. We pass the information via _config, as that's reasonably easy and avoids ABI hackage. It also provides an interesting debugging tool for other kinds of progress. | |||
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-18 | Merge branch 'pu/source-version' into 'master' | Julian Andres Klode | |
ABI BREAK: Implement pinning by source package See merge request apt-team/apt!96 | |||
2020-02-18 | release 1.9.10 | Julian Andres Klode | |
2020-02-13 | doc: remove "WIP" from apt.8.xml | Michael Vogt | |
The current man-page has "(work in progress") for `apt list`. I feel after more than >5y we can remove this. | |||
2020-02-04 | Release 1.9.9 | Julian Andres Klode | |
2020-02-04 | apt-patterns(7): Document | operator, (), and add an example | Julian Andres Klode | |
Missed that in pu/short-patterns. | |||
2020-02-03 | apt-patterns(7): Some updates and rationale | Julian Andres Klode | |
2020-02-03 | patterns: Parse sequence of patterns as ?and | Julian Andres Klode | |
2020-02-03 | patterns: Implement unary ! | Julian Andres Klode | |
2020-02-03 | Implement short patterns (patterns starting with ~) | Julian Andres Klode | |
Also make pattern detector in cacheset and private's list accept such patterns. We probably should just try to parse and see if it is a (start of a) pattern. | |||
2020-01-27 | Release 1.9.8 | Julian Andres Klode | |
2020-01-21 | apt-verbatim.ent: Update ubuntu-codename from disco to focal | Julian Andres Klode | |
2020-01-17 | policy: Implement pinning by source package | Julian Andres Klode | |
This implements the src: syntax inside policy, allowing you to pin by source package. This by default only pins the native architecuture, use src:pkg:any to pin for all architectures in your cache. Closes: #166032 | |||
2020-01-16 | Release 1.9.7 | Julian Andres Klode | |
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. | |||
2019-12-02 | Release 1.9.5 | Julian Andres Klode | |
2019-12-02 | Merge branch 'master' into 'master' | Julian Andres Klode | |
Fix a mistake in man french translation See merge request apt-team/apt!83 | |||
2019-12-02 | Merge branch 'pu/patterns-phase2' into 'master' | Julian Andres Klode | |
Pu/patterns phase2 See merge request apt-team/apt!85 | |||
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-11-28 | Fix a mistake in man french translation | Anthony Papillon | |
2019-11-26 | German manpage translation update | Chris Leick | |
2019-11-26 | patterns: Add ?section | Julian Andres Klode | |
2019-11-26 | patterns: Add ?all-versions | Julian Andres Klode | |
2019-11-26 | patterns: Implement ?narrow(...), as ?any-version(?and(...)) | Julian Andres Klode | |
This is pure syntactic sugar - ?narrow does not exist in the abstract syntax. | |||
2019-11-26 | patterns: Add ?any-version | Julian Andres Klode | |
2019-11-25 | patterns: Add ?origin | Julian Andres Klode | |
2019-11-25 | patterns: Add ?archive | Julian Andres Klode | |
2019-11-25 | patterns: Add ?source-name and ?source-version | Julian Andres Klode | |
2019-11-25 | patterns: Add ?version | Julian Andres Klode | |
2019-09-19 | Release 1.9.4 | Julian Andres Klode | |