Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-22 | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506) | Michael Vogt | |
2014-04-22 | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update ↵ | Michael Vogt | |
(LP: #1310548, closes: #744297) | |||
2014-04-11 | l10n: vi.po (624t): Update translation | Trần Ngọc Quân | |
Signed-off-by: Michael Vogt <mvo@debian.org> | |||
2014-04-11 | Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sid | Michael Vogt | |
Conflicts: test/integration/test-apt-cli-list | |||
2014-04-11 | Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sid | Michael Vogt | |
2014-04-11 | consider priorities only for downloadable pkgs in resolver | David Kalnischkies | |
A package which can't be downloaded anymore is very likely dropped from a release and can therefore no longer be 'standard' (or similar). We therefore do not grant points for them anymore and demote them to prio:extra instead which helps other packages breaking them away even if they have a lower priority. The testcase was initially created by Michael Vogt and just amended. | |||
2014-04-11 | extend FileFd test behond basic permission tests | David Kalnischkies | |
We now do Open, Write and Read (the later multiple ways) for each permission and each compressor we have configured to cover more cases and especially ensure that compressors do not change our premissions. This test is also to be credited for discovering the skippos-fix. Git-Dch: Ignore | |||
2014-04-11 | deal with umask only if we really need to for mkstemp | David Kalnischkies | |
As the comment actually says: open() does the umask dance by itself, so we don't need to do it for it. We have to do it after mkstemp in Atomic though, so move it into the if. Also removes the "micro-optimisation" "FilePermissions == 600" as it doesn't trigger at the moment anyway as 600 != 0600. | |||
2014-04-11 | don't double-count seeks in FileFd::Skip for bzip/xz | David Kalnischkies | |
FileFd::Read already deals with the increase of the skipposition so that we as the caller in FileFd::Skip really shouldn't increase it, too. | |||
2014-04-11 | do not create an (additional) empty compressor | David Kalnischkies | |
FileFd code knows how to deal with such a compressor, so it isn't a problem, but it is absolutely not needed as we already have an (matching) identity compressor with '.' earlier in the list. Git-Dch: Ignore | |||
2014-04-11 | be able to run abicheck from any directory | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-04-11 | use wildcard to get files in our library makefiles | David Kalnischkies | |
The explicit listing is a pain every time you want to add a file to the list and serves no propose as we list all files there anyway, so this is not only easier but also documents this fact. Git-Dch: Ignore | |||
2014-04-10 | fix test-failure in adt | Michael Vogt | |
2014-04-10 | prepare 1.0.1 release1.0.1 | Michael Vogt | |
2014-04-10 | apt: Minor typo in 'apt' man page (closes: #743657) | Josef Vitu | |
2014-04-10 | Merge remote-tracking branch 'mvo/bugfix/lp1304657-perms' into debian/sid | Michael Vogt | |
2014-04-10 | Merge remote-tracking branch 'mvo/bugfix/apt-search-case' into debian/sid | Michael Vogt | |
2014-04-10 | improve umask/fchmod code readability | Michael Vogt | |
2014-04-10 | Rename FileFd::Open() Perms to AccessMode | Michael Vogt | |
Bug lp:#1304657 was caused by confusion around the name Perms. The new name AccessMode should make it clear that its not the literal file permissions but instead the AccessMode passed to open() (i.e. the umask needs to be applied) | |||
2014-04-10 | Fix insecure file permissions when using FileFd with OpenMode::Atomic | Michael Vogt | |
Commit 7335eebea6dd43581d4650a8818b06383ab89901 introduced a bug that caused FileFd to create insecure permissions when FileFd::Atomic is used. This commit fixes the permissions and adds a test. The bug is most likely caused by the confusing "Perm" parameter that is passed to Open() - its not the file permissions but intead the "mode" part of open/creat. | |||
2014-04-09 | Notice the user about "apt list -a" when only a single hit if found | Michael Vogt | |
If the user is using "apt list pattern" and there is only a single hit, notice about "--all-versions" as this is what the user may be interessted in | |||
2014-04-09 | Fix possible race when stunnel/aptwebserver create their PID files | Michael Vogt | |
This patch should fix spurious test failures in jenkins or travis that are caused by a race condition in the {stunnel,aptwebserver}.pid file creation | |||
2014-04-08 | fix apt list output for pkgs in dpkg ^rc state | Michael Vogt | |
Packages in the "deinstall ok config-file" have no candidate or instaleld version. So they must be special cased in the apt list generation. | |||
2014-04-08 | Merge branch 'bugfix/apt-search-case' into debian/sid | Michael Vogt | |
2014-04-07 | make apt search case-insensitive by default | Michael Vogt | |
2014-04-07 | Add versioned openjdk-6-jdk breaks | Julian Andres Klode | |
This helps if people did unclean upgrades from squeeze, namely to jessie directly. | |||
2014-04-07 | Version the Breaks/Replaces for sun-java{5,6}-jdk (LP: #1302736) | Julian Andres Klode | |
This is a *hack* to work around unofficial packages for Java 7 and 8 that wrongly provide the Java 5 and 6 packages. Closes: #743616 | |||
2014-04-04 | Fix crash in "apt list" when a sources.list file is unreable | Michael Vogt | |
Closes: 743413 | |||
2014-04-01 | releasing package apt version 1.01.0 | Michael Vogt | |
2014-04-01 | add sun-java{5,6}-jdk to breaks/replaces as that provided a "apt" binary as well | Michael Vogt | |
2014-04-01 | install "apt" binary by default | Michael Vogt | |
2014-04-01 | prepare release | Michael Vogt | |
2014-04-01 | remove no longer needed apt.7 page | Michael Vogt | |
2014-04-01 | fix small apt.8.xml issues | Michael Vogt | |
2014-04-01 | refresh po/pot and unfuzzy apt-extracttemplate change | Michael Vogt | |
2014-04-01 | debian: Add default compress option to xz | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-04-01 | l10n: vi.po (623t): Update Vietnamese translation | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-04-01 | Merge remote-tracking branch 'mvo/feature/apt-manpage' into debian/sid | Michael Vogt | |
Conflicts: cmdline/apt.cc | |||
2014-04-01 | add "full-upgrade" to the apt.5.xml documentation | Michael Vogt | |
2014-04-01 | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-manpage | Michael Vogt | |
Conflicts: cmdline/apt.cc | |||
2014-04-01 | Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sid | Michael Vogt | |
2014-04-01 | enable DPkg::Progress-Fancy by default | Michael Vogt | |
2014-04-01 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-04-01 | do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs() | Michael Vogt | |
If a external command closes the PIPE unexpectedly, do not crash in pkgDPkgPM::RunScriptsWithPkgs but ignore the SIGPIPE. | |||
2014-04-01 | Add new Debug::RunScripts option | Michael Vogt | |
This debug option will display all scripts that are run by apts RunScripts and RunScriptsWithPkgs helpers. | |||
2014-03-27 | Merge branch 'debian/sid' into feature/more-fancy-progress | Michael Vogt | |
2014-03-27 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt | |
2014-03-27 | Use mkstemp() in apt-extracttemplaes (closes: #741627) | Michael Vogt | |
Use mkstemp() in apt-extractemplates and add a integrationtest for apt-extracttemplates too. Thanks to Steve Kemp for the report. | |||
2014-03-27 | fix documentation for APT::Periodic::MaxSize "0" (closes: #740551) | Michael Vogt | |
2014-03-27 | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt | |
A text progressbar is now displayed in the Dpkg::Progress-Fancy mode. It can be turned off via the apt option Dpkg::Progress-Fancy::Progress-Bar=false |