summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove "WIP" from apt.8.xmlMichael Vogt2020-02-131-1/+1
| | | | | The current man-page has "(work in progress") for `apt list`. I feel after more than >5y we can remove this.
* Release 1.9.91.9.9Julian Andres Klode2020-02-0412-63/+1523
|
* apt-patterns(7): Document | operator, (), and add an exampleJulian Andres Klode2020-02-041-1/+7
| | | | Missed that in pu/short-patterns.
* apt-patterns(7): Some updates and rationaleJulian Andres Klode2020-02-031-3/+10
|
* patterns: Parse sequence of patterns as ?andJulian Andres Klode2020-02-031-1/+1
|
* patterns: Implement unary !Julian Andres Klode2020-02-031-1/+1
|
* Implement short patterns (patterns starting with ~)Julian Andres Klode2020-02-031-18/+18
| | | | | | 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.
* Release 1.9.81.9.8Julian Andres Klode2020-01-272-3/+3
|
* apt-verbatim.ent: Update ubuntu-codename from disco to focalJulian Andres Klode2020-01-211-1/+1
|
* Release 1.9.71.9.7Julian Andres Klode2020-01-162-3/+3
|
* Release 1.9.61.9.6Julian Andres Klode2020-01-1512-13/+93
|
* apt(8): Disable regular expressions and fnmatchJulian Andres Klode2020-01-153-1/+11
| | | | | This is the first step. Next step will be to add warnings to apt-get and then remove support there as well.
* Release 1.9.51.9.5Julian Andres Klode2019-12-0213-79/+1668
|
* Merge branch 'master' into 'master'Julian Andres Klode2019-12-021-1/+1
|\ | | | | | | | | Fix a mistake in man french translation See merge request apt-team/apt!83
| * Fix a mistake in man french translationAnthony Papillon2019-11-281-1/+1
| |
* | Merge branch 'pu/patterns-phase2' into 'master'Julian Andres Klode2019-12-021-0/+46
|\ \ | | | | | | | | | | | | Pu/patterns phase2 See merge request apt-team/apt!85
| * | patterns: Add ?sectionJulian Andres Klode2019-11-261-0/+3
| | |
| * | patterns: Add ?all-versionsJulian Andres Klode2019-11-261-0/+3
| | |
| * | patterns: Implement ?narrow(...), as ?any-version(?and(...))Julian Andres Klode2019-11-261-0/+6
| | | | | | | | | | | | | | | This is pure syntactic sugar - ?narrow does not exist in the abstract syntax.
| * | patterns: Add ?any-versionJulian Andres Klode2019-11-261-0/+11
| | |
| * | patterns: Add ?originJulian Andres Klode2019-11-251-0/+3
| | |
| * | patterns: Add ?archiveJulian Andres Klode2019-11-251-0/+3
| | |
| * | patterns: Add ?source-name and ?source-versionJulian Andres Klode2019-11-251-0/+6
| | |
| * | patterns: Add ?versionJulian Andres Klode2019-11-251-0/+11
| | |
* | | netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode2019-12-021-5/+9
| |/ |/| | | | | | | | | | | | | | | | | | | | | 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
* | German manpage translation updateChris Leick2019-11-261-57/+62
|/
* Release 1.9.41.9.4Julian Andres Klode2019-09-192-3/+3
|
* Release 1.9.31.9.3Julian Andres Klode2019-08-1911-86/+3053
|
* doc/po4a: Fixup location of translated apt-patterns(7) xmlJulian Andres Klode2019-08-191-1/+1
|
* Add ?virtual patternJulian Andres Klode2019-08-151-0/+5
| | | | This matches any package that does not have versions.
* Add the ?exact-name patternJulian Andres Klode2019-08-151-0/+3
| | | | | | The ?exact-name pattern matches the name exactly, there is no substring matching going on, or any regular expression or fnmatch magic.
* Add ?essential patternJulian Andres Klode2019-08-151-0/+3
| | | | | | This matches all packages where at least one of the versions is marked essential; or well, whenver apt considers a package essential.
* Add ?broken patternJulian Andres Klode2019-08-151-0/+3
| | | | | This matches all packages that have broken dependencies in the installed version or the version selected for install.
* Add ?config-files and ?installed patternsJulian Andres Klode2019-08-151-0/+9
| | | | | | 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.
* Add ?obsolete and ?upgradable patternsJulian Andres Klode2019-08-151-0/+6
| | | | | | | | | 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.
* Add ?automatic and ?garbage patternsJulian Andres Klode2019-08-151-0/+11
| | | | | | 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.
* Add patterns for the existing CacheFilter::Matcher classesJulian Andres Klode2019-08-151-2/+36
| | | | | | | This implements the basic logic patterns: ?and ?false ?not ?or ?true and the basic package patterns: ?architecture ?name ?x-name-fnmatch
* doc: Add apt-patterns(7) manual pageJulian Andres Klode2019-08-153-0/+89
| | | | | This does not describe much yet, as there's not much to talk about.
* Release 1.9.21.9.2Julian Andres Klode2019-08-052-3/+3
|
* Release 1.9.11.9.1Julian Andres Klode2019-06-202-3/+3
|
* Release 1.9.0 to experimental1.9.0Julian Andres Klode2019-06-1719-68/+455
|
* doc/apt-get.8.xml: Fix typo in satisfy command descriptionJulian Andres Klode2019-06-121-1/+1
| | | | Gbp-Dch: ignore
* Introduce apt satisfy and apt-get satisfyJulian Andres Klode2019-06-113-0/+23
| | | | | | | | | | | | | | | | | | 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
* Merge tag '1.8.2'Julian Andres Klode2019-06-114-39/+26
|\ | | | | | | apt Debian release 1.8.2
| * Release 1.8.21.8.2Julian Andres Klode2019-05-282-3/+3
| |
| * French manpages translation updateJean-Pierre Giraud2019-05-211-34/+21
| | | | | | | | Closes: #929290
| * Portuguese manpages translation updateAmérico Monteiro2019-05-211-895/+1333
| | | | | | | | Closes: #926614
| * Fix typo in German manpage translationTilmanK2019-05-211-1/+1
| | | | | | | | | | Github-Fixes: #89 (cherry picked from commit 46ef1a3e8c8895c53ff1e4787dc96d4f6c5dba27)
* | More minor wording improvements in documentationJulian Andres Klode2019-05-1011-11/+11
| |
* | Merge tag '1.8.1'Julian Andres Klode2019-05-062-2/+2
|\| | | | | | | apt Debian release 1.8.1