Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-08-19 | Release 1.9.3 | Julian Andres Klode | |
2019-08-19 | doc/po4a: Fixup location of translated apt-patterns(7) xml | Julian Andres Klode | |
2019-08-15 | Add ?virtual pattern | Julian Andres Klode | |
This matches any package that does not have versions. | |||
2019-08-15 | Add the ?exact-name pattern | Julian Andres Klode | |
The ?exact-name pattern matches the name exactly, there is no substring matching going on, or any regular expression or fnmatch magic. | |||
2019-08-15 | Add ?essential pattern | Julian Andres Klode | |
This matches all packages where at least one of the versions is marked essential; or well, whenver apt considers a package essential. | |||
2019-08-15 | Add ?broken pattern | Julian Andres Klode | |
This matches all packages that have broken dependencies in the installed version or the version selected for install. | |||
2019-08-15 | Add ?config-files and ?installed patterns | Julian Andres Klode | |
These two are mutually exclusive states of installed-ness. And ?installed package is fully unpacked and configured; a ?config-files package only has config files left. | |||
2019-08-15 | Add ?obsolete and ?upgradable patterns | Julian Andres Klode | |
These match packages that have no version in a repository, or where an upgrade is available. Notably, ?and(?obsolete,?upgradable) == ?false because an upgradable package is by definition not obsolete. | |||
2019-08-15 | Add ?automatic and ?garbage patterns | Julian Andres Klode | |
These patterns allow you to identify automatically installed packages, as well as automatically installed packages that are no longer reachable from the manually installed ones. | |||
2019-08-15 | Add patterns for the existing CacheFilter::Matcher classes | Julian Andres Klode | |
This implements the basic logic patterns: ?and ?false ?not ?or ?true and the basic package patterns: ?architecture ?name ?x-name-fnmatch | |||
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-05 | Release 1.9.21.9.2 | Julian Andres Klode | |
2019-06-20 | Release 1.9.11.9.1 | Julian Andres Klode | |
2019-06-17 | Release 1.9.0 to experimental1.9.0 | Julian Andres Klode | |
2019-06-12 | doc/apt-get.8.xml: Fix typo in satisfy command description | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2019-06-11 | Introduce apt satisfy and apt-get satisfy | Julian Andres Klode | |
Allow to satisfy dependency strings supplied on the command line, optionally prefixed with "Conflicts:" to satisfy them like Conflicts. Build profiles and architecture restriction lists, as used in build dependencies, are supported as well. Compared to build-dep, build-essential is not installed automatically, and installing of recommended packages follows the global default, which defaults to yes. Closes: #275379 See merge request apt-team/apt!63 | |||
2019-06-11 | Merge tag '1.8.2' | Julian Andres Klode | |
apt Debian release 1.8.2 | |||
2019-05-28 | Release 1.8.21.8.2 | Julian Andres Klode | |
2019-05-21 | French manpages translation update | Jean-Pierre Giraud | |
Closes: #929290 | |||
2019-05-21 | Portuguese manpages translation update | Américo Monteiro | |
Closes: #926614 |