Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | add a testcase for 100 char long path truncate bug #689582 | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-09-12 | don't truncate 100 char long paths in tar extraction | Oskari Saarenmaa | |
When a data.tar.{gz,xz} contains a path name that is exactly 100 characters long, it will get truncated to 99 chars upon extraction in ExtractTar::Go(). Using all of the 100 available characters for the filename seems to be new behaviour in gnu tar. Closes: #689582 Thanks: Mika Eloranta for the testcase! | |||
2013-09-10 | Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵0.9.11.3 | Michael Vogt | |
#722324) | |||
2013-09-10 | prepare upload | Michael Vogt | |
2013-09-03 | use FileFd in HashSum test to unbreak non-linux ports | David Kalnischkies | |
The testcode happily mixes FILE* operations and direct access to fds which is even a bit suprising that it works on linux and worked so long for non-linux ports, so we switch to usage of FileFd instead which provides us with simple fd-only operations. Its overkill for this test as its a bare file and we ask for the descriptor all the time, but it shouldn't hurt to implicitly test it a bit this way. Closes: 721723 Thanks: Aaron M. Ucko | |||
2013-09-03 | fix vim-style foldmarker | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-09-01 | Remove invalid "-f" option for apt-get check | Michael Vogt | |
Thanks to Philipp Weis (closes: #721477) | |||
2013-09-01 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
2013-08-31 | fix typo (mkostemp->mkstemp) | Michael Vogt | |
2013-08-31 | prepare upload of 0.9.120.9.11.2 | Michael Vogt | |
2013-08-28 | Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid | Michael Vogt | |
2013-08-28 | Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid | Michael Vogt | |
2013-08-28 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2013-08-28 | Complete Italian translation | Christian PERRIER | |
2013-08-28 | configurable compression for testcases | David Kalnischkies | |
Compressing files in 4 different styles eats test-time for no practical gain if we don't test them explicitly, so default to just building 'gz' compressed files as it is the simplest compression algorithm supported Git-Dch: Ignore | |||
2013-08-27 | old-style dpkg foreign architecture adding for tests | David Kalnischkies | |
Looks like the travis service runs on Ubuntu in a version which has dpkg with an earlier interface implementation, so lets try if we can't make the framework work with this dpkg version as well. Git-Dch: Ignore | |||
2013-08-27 | use mkstemp instead of mkostemp in FileFd::Open() | David Kalnischkies | |
FileFd currently supports no fileflags which would make sense to provide via mkostemp, so we can just use mkstemp here which is a standard function compared to glib extension mkostemp. O_CREAT (Create) and O_TRUNC (Empty) are implied by O_EXCL, which is the mode mkstemp uses by default. The file description is opened ReadWrite, but that used to be the default for FileFd in the old times and not a problem as the difference is needed by FileFd to decide in which way the compressor pipeline needs to be created (if any). Git-Dch: Ignore | |||
2013-08-27 | replace usage of potential dangerous mktemp with mkstemp | Angel Guzman Maeso | |
Avoid the warning "the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'". It is not strictly necessary to change the usage from a security point of view here, but mktemp is also removed from the standard since POSIX.1-2008. The mkostemp call returns a file descriptor the logic for TemporaryFileName has been changed accordingly to get the same results. The file permissions are corrected by using fchmod() as the default for FileFd is 666 while mkstemp creates files with 600 by default. | |||
2013-08-27 | Update Italian translation. Closes: #721030 | Christian PERRIER | |
2013-08-27 | allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵ | Michael Vogt | |
dist-upgrade 2vcard- 4g8+ | |||
2013-08-27 | use SPtr<pkgProblemResolver> to simply code | Michael Vogt | |
2013-08-26 | update changelog | Michael Vogt | |
2013-08-26 | apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/ | Michael Vogt | |
2013-08-26 | dselect/install: add new DSELECT_UPGRADE_OPTS="-f" | Michael Vogt | |
2013-08-26 | dselect/install: | Michael Vogt | |
* dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532) | |||
2013-08-26 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
Conflicts: debian/changelog | |||
2013-08-25 | Changelog entry for Vietnamese translation | Christian PERRIER | |
2013-08-25 | Update Vietnamese translation to 0.9.11 | Tran Ngoc Quan | |
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com> | |||
2013-08-24 | update changelog for update0.9.11.1 | Michael Vogt | |
2013-08-24 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2013-08-23 | dselect/update: remove "-f" option as its not being used in the context of ↵ | Michael Vogt | |
apt-get update | |||
2013-08-23 | ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to ↵ | Michael Vogt | |
get de-referenced first | |||
2013-08-22 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
2013-08-22 | do chdir("/") after chroot() | Michael Vogt | |
2013-08-22 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2013-08-22 | apt-pkg:contrib Avoid compiler warning about sign-compare | Ángel Guzmán Maeso | |
The fix avoid the warning "comparison between signed and unsigned integer expressions [-Wsign-compare]"· The index for the loop needs to be unsigned for compare with globbuf.gl_pathc structure member | |||
2013-08-22 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt | |
Conflicts: apt-pkg/tagfile.h | |||
2013-08-22 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2013-08-22 | fix compiler warning about sign-compare | Angel Guzman Maeso | |
This fix avoids the warning "comparison between signed and unsigned integer expressions [-Wsign-compare]". The index for the loop needs to be unsigned for compare with globbuf.gl_pathc structure member. | |||
2013-08-22 | add versions to manpages-it Replaces+Breaks | David Kalnischkies | |
In the meantime the package was updated to remove the old APT manpages from this package, so we can now add a Breaks and version it, too. The intial Replaces was added in: b57220d815aedbc023847d0885e08c6ed50e629a | |||
2013-08-22 | add a breaks libapt-inst for FileFd changes in 0.9.9 | David Kalnischkies | |
Partial upgrades… The fix for 704608 assumes that bf35c19b817cc1474b3deabce0b0953c248bad42 was applied to libapt-inst which isn't the case for partial upgrades of course, so break it to ensure that it is the case. Closes: 720449 | |||
2013-08-21 | prepare unstable upload0.9.11 | Michael Vogt | |
2013-08-19 | fix incorrect bugnumber for the Pre-Install-Pkgs hook (Closes: #671726) | Michael Vogt | |
2013-08-19 | add lintian override for no-shlibs-control-file and only install ↵ | Michael Vogt | |
libapt-private.so.* instead libapt-private.so | |||
2013-08-19 | Merge pull request #3 from cbaines/debian/sid | Michael Vogt | |
Add test for bug 507998 | |||
2013-08-19 | prepare for release | Michael Vogt | |
2013-08-17 | update changelog | Michael Vogt | |
2013-08-17 | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid | Michael Vogt | |
Conflicts: cmdline/apt-get.cc | |||
2013-08-17 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2013-08-17 | Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sid | Christian PERRIER | |