Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-14 | Make apt compile with clang++ again | Michael Vogt | |
This allows us to run the clang static analyzer and to run the testsuite with the clang MemorySanitizer. | |||
2015-08-14 | Make auto-remove and auto-clean aliases for the versions without - | Julian Andres Klode | |
Some people type them instead of autoremove and autoclean, so make them happy. Closes: #274159 Makes-Happy: Ansgar | |||
2015-08-14 | apt_preferences(5): Mention overlapping of pin matches | Julian Andres Klode | |
2015-08-14 | apt_preferences(5): Correct default pin assignment documentation | Julian Andres Klode | |
This was broken, as higher pins were also assigned to versions that are installed. Closes: #623706 | |||
2015-08-14 | apt-cache(8): Mention that --names-only search provides | Julian Andres Klode | |
Closes: #618017 | |||
2015-08-14 | apt-cache: Show an error if stats gets any arguments | Julian Andres Klode | |
Closes: #153161 | |||
2015-08-14 | Say "in combination with the other options" if an option is not understood | Julian Andres Klode | |
Closes: #762758 | |||
2015-08-14 | Mention that source order only matter per version | Julian Andres Klode | |
Closes: #617445 | |||
2015-08-14 | Replace UINT_MAX with std::numeric_limits<unsigned int>::max() | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-14 | Add integration test for Pin-Priority range checks | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-14 | Replace --force-yes by various options starting with --allow | Julian Andres Klode | |
This enables more fine grained control over such exceptions. | |||
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into ↵ | Julian Andres Klode | |
debian/experimental | |||
2015-08-14 | po/fr.po: Remove the unbreakable space before ! in the confirm string | Julian Andres Klode | |
This was probably really annoying for French people wanting to remove essential packages, sorry about that. Closes: #727680 | |||
2015-08-13 | Accept --upgradeable as synonym for --upgradable | Julian Andres Klode | |
It's a tiny diff, so why not? But no need to document it. Closes: #787846 | |||
2015-08-13 | Use setresuid() and setresgid() where available | Julian Andres Klode | |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode | |
More standardization | |||
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode | |
Switch to std::unique_ptr, as this is safer than SPtr. | |||
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode | |
This is nicer | |||
2015-08-13 | Remove an invalid fi from a testcase | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-13 | Fix integration tests for the removal of the Package pin output | Julian Andres Klode | |
This should make them work again. | |||
2015-08-12 | Drop the Section field from pkgCache::Package again | Julian Andres Klode | |
This somehow got back, we don't really know why. Emulate the Section() method in the PkgIterator by looking at the section of the head of the VersionList. | |||
2015-08-12 | apt_preferences(5): Re-document how priorities are calculated | Julian Andres Klode | |
The old text did not match either the old or the new implementation, so let's rewrite it to explain the new implementation. Closes: #554773 | |||
2015-08-12 | policy: Be more strict about parsing pin files, and document prio 0 | Julian Andres Klode | |
Treat invalid pin priorities and overflows as an error. Closes: #429912 | |||
2015-08-12 | apt-cache: Improve translateability of the "with priority" thing | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-12 | Only make Upgradable() return true for packages with a candidate | Julian Andres Klode | |
If there is no candidate, the package should not be considered upgradeable. LP: #896689 | |||
2015-08-12 | apt-cache: Modify policy output to use per-version pins | Julian Andres Klode | |
Also optionally enable old output by setting APT::Policy=0. | |||
2015-08-12 | Add a parameter ConsiderFiles to GetPriority(VerIterator) | Julian Andres Klode | |
This allows us to exclude files from being considered for the priority, so it will return only specific-version matches. | |||
2015-08-12 | use a=experimental instead n=experimental in pin documentation | Johannes Schauer | |
Closes: 783343 | |||
2015-08-12 | document APT::Periodic::RandomSleep | Tomas Pospisek | |
The documentation in the patch is from https://help.ubuntu.com/community/AutomaticSecurityUpdates That page is licensed under Creative Commons Attribution-ShareAlike 3.0. Because I'm unsure how that license meshes with apt's license I've not copied the text but formulated the same information freely in my own words. The original text was contributed by Chris Bainbridge [1][3] and Kees Cook [2]. Thanks to them. [1] https://help.ubuntu.com/community/AutomaticSecurityUpdates?action=diff&rev1=40&rev2=41 [2] https://help.ubuntu.com/community/AutomaticSecurityUpdates?action=diff&rev1=38&rev2=39 [3] https://help.ubuntu.com/community/AutomaticSecurityUpdates?action=diff&rev1=37&rev2=38 Closes: 776380 Thanks: Chris Bainbridge and Kees Cook for initial text | |||
2015-08-12 | Do not set unhonored DPKG_NO_TSTP variable for dpkg | Guillem Jover | |
Support for that variable was removed in dpkg in 1.15.6, in commit 6f037003e8b96878b485efb7cbd1f846e3bf4e97. Closes: #765366 | |||
2015-08-12 | document VERSION 2 (and 3) pre-install-pkgs hook interface | Jonathan Nieder | |
[Commiter: Patch adapted to apply to current version of the manpage and added/moved a few words about Version 3 to make it fit better] Closes: 627188 | |||
2015-08-12 | Replace all "press enter" occurrences with "press [Enter]" | Luca Bruno | |
Thanks: Andre Felipe Machado for initial patch Closes: 414848 | |||
2015-08-12 | replace direct calls to egrep with grep -E | Daniel Hartwig | |
The rest of the initial patch is not needed or incorrect in our usage. Big changes for the dselect scripts seem unneeded as well as those are hardly used by anyone anymore… [commit message written by commiter] Closes: 255577 Thanks: David Weinehall for initial patch | |||
2015-08-12 | remove Dir:: scope limit of RootDir in the documentation | David Kalnischkies | |
RootDir doesn't only effect Dir-scope but all FindDir directories, so document it accordingly. Closes: 659387 | |||
2015-08-12 | support setting a port for rsh:// in sources.list | Daniel Hartwig | |
[Commiter comment: Untested, but looks and compiles fine, so what could possibly go wrong] Closes: 624727 | |||
2015-08-12 | po-fixups: fill Project-Id-Version and Encoding correctly | Guillem Jover | |
Closes: 612996 | |||
2015-08-12 | travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5 | David Kalnischkies | |
This makes travis-ci able to run our tests again. Sometimes. If it doesn't spontaneously fails with internal gcc errors… Git-Dch: Ignore | |||
2015-08-12 | Makefile: Add a make fast command for development | Julian Andres Klode | |
This excludes dselect, po, and doc. | |||
2015-08-12 | apt.cron.daily: Reference 10periodic instead of 02periodic | Julian Andres Klode | |
LP: #1332106 | |||
2015-08-11 | debian/control: Rename libapt-pkg4.15 -> libapt-pkg5.0 | Julian Andres Klode | |
2015-08-11 | debian/gbp.conf: Set multimaint-merge = True | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-11 | Annotate more methods with APT_OVERRIDE | Julian Andres Klode | |
Gbp-Dch: ignore Reported-By: g++ -Wsuggest-override Thanks: g++ -Wsuggest-override | |||
2015-08-11 | Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg | Julian Andres Klode | |
2015-08-11 | Merge changelog entries from sid-gcc5 | Julian Andres Klode | |
2015-08-11 | po: Update Simplified Chinese programs translation | Zhou Mo | |
* fix a wrong translation. * update some translations. | |||
2015-08-11 | po: update zh_CN translation slightly | Zhou Mo | |
2015-08-11 | ExecFork: Use /proc/self/fd to determine which files to close | Julian Andres Klode | |
This significantly reduces the number of files that have to be closed and seems to be faster, despite the additional reads. On systems where /proc/self/fd is not available, we fallback to the old code that closes all file descriptors >= 3. Closes: #764204 | |||
2015-08-11 | Make QItem a subclass of DescItem | Julian Andres Klode | |
CurrentItem previously was a DescItem, so let's make QItem a DescItem to not break things. | |||
2015-08-11 | Re-introduce None as a deprecated alias for No | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-11 | Drop C++11 elements from headers | Julian Andres Klode | |