Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-15 | Never parse Version/Architecture tags in a Translation-$lang file | Michael Vogt | |
Version/Architecture information in a Translation-$lang file is not allowed, so don't try to parse it. This is a fix for a bugreport where a Translation-en file contained the content of the regular Packages file (probably due to local FS corruption). This lead to strange error messages on file download. Thanks to Thomas Reusch for the report. | |||
2014-05-08 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into ↵ | Michael Vogt | |
debian/sid | |||
2014-05-08 | fix regression from commit 215b0faf | Michael Vogt | |
2014-05-07 | show progress in run-tests | Michael Vogt | |
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into ↵ | Michael Vogt | |
debian/sid | |||
2014-05-07 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2014-05-05 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: configure.ac debian/apt.dirs debian/changelog | |||
2014-05-05 | prepare release 1.0.31.0.3 | Michael Vogt | |
2014-05-05 | Revert "add bash completion for the "apt" command" | Michael Vogt | |
This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc. Conflicts: debian/rules | |||
2014-05-05 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt | |
2014-05-04 | EDSP: add APT-Release field to Package stanzas | Stefano Zacchiroli | |
2014-05-04 | EDSP: add Source field to Package stanzas | Stefano Zacchiroli | |
2014-05-04 | EDSP: add Architecture(s) multi-arch fields to the Request stanza | Stefano Zacchiroli | |
2014-05-04 | EDSP: bump protocol version to 0.5 | Stefano Zacchiroli | |
2014-05-04 | EDSP doc: fix typo in Request stanza description | Stefano Zacchiroli | |
2014-04-30 | Only do openpty() if both stdin/stdout are terminals | Michael Vogt | |
Closes: 746434 | |||
2014-04-28 | initialize Verify in second pkgAcqIndex constructor | David Kalnischkies | |
gcc reports in testcase ./test-bug-596498-trusted-unsigned-repo: apt-pkg/acquire-item.cc:1059:7: runtime error: load of value 234, which is not a valid value for type 'bool' This happens as the bool Verify is initialized only in one of the two constructors of the pkgAcqIndex class. It isn't a problem through as the verification controlled by this flag is optional and used to fail early on garbage files (like network portal pages) instead of later on in the hashsum verification or while parsing (the then untrusted) file. Reported-By: gcc-4.9 -fsanitize=undefined | |||
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt | |
2014-04-28 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
2014-04-28 | debian/apt-doc.docs: remove README.MultiArch | Michael Vogt | |
2014-04-28 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: po/vi.po | |||
2014-04-28 | l10n: vi.po: Update one new string | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-04-26 | allow vendors to install configuration files | David Kalnischkies | |
Vendors like ubuntu need to change some options, so giving them a way to do this less painfully avoids reducing differences. | |||
2014-04-26 | fix FileFd::Size bitswap on big-endian architectures | Adam Conrad | |
gzip only gives us 32bit of size, storing it in a 64bit container and doing a 32bit flip on it has therefore unintended results. So we just go with a exact size container and let the flipping be handled by eglibc provided le32toh removing our #ifdef machinery. Closes: 745866 | |||
2014-04-26 | enforce LFS for partial files in https range requests | David Kalnischkies | |
2014-04-26 | remove unused duplicated acqprogress.{cc,h} files | David Kalnischkies | |
Those files are in apt-private and used from there. Git-Dch: Ignore | |||
2014-04-26 | build http request in a stringstream | David Kalnischkies | |
beside reducing code a bit, it avoids oddball problems while building the string and doesn't trigger static analyse warnings. | |||
2014-04-26 | remove outdated README.MultiArch | David Kalnischkies | |
Debian wheezy shipped MultiArch to the masses and the predictions remained true in sofar as little changes in apt itself and many other frontends were needed compared to the fallout if done differently. The info included is this file is therefore no longer current and adds no useful information anymore, so we can drop it for good. | |||
2014-04-26 | add a README for vendor information | David Kalnischkies | |
2014-04-26 | add vendor information for BlankOn | Mahyuddin Ramli | |
Modified by commiter to not publicily export the codename (as the manpages do not use it that way) and removing the included additional derives logic as it was not working (the link always exists at that point) and isn't needed as we do the special casing for debian mainly because it would shallow all distributions otherwise. (similar, but not that strong for ubuntu) Closes: 743595 | |||
2014-04-26 | handle pkgnames shorter than modifiers | David Kalnischkies | |
The bugreport highlights the problem with an empty package name. We fix this by 'ignoring' these so that it behaves just like "apt-get install". The deeper problem is that modifier strings can be longer than a package name in which case the comparison doesn't make sense, so don't compare then. Was not noticed so far as all modifiers are of length 1, so the only package name shorter than this is in fact the empty package name. Closes: 744940 | |||
2014-04-26 | properly undo CD-ROM mount in all error cases | John Ogness | |
In bug #740673 various issues in the CD-ROM handling code were identified, while most the issues ended up being fixed in another way, the unmounting of the CD-ROM in error cases was not tackled so far. (The patch was modified by the commiter to apply) | |||
2014-04-25 | provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific ↵ | Michael Vogt | |
config files | |||
2014-04-25 | add bash completion for the "apt" command | Michael Vogt | |
2014-04-25 | reduce delta from ubuntu | Michael Vogt | |
2014-04-25 | releasing package apt version 1.0.2ubuntu11.0.2ubuntu1 | Michael Vogt | |
2014-04-25 | prepare 1.0.2ubuntu1 release | Michael Vogt | |
2014-04-25 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-04-25 | prepare release 1.0.21.0.2 | Michael Vogt | |
2014-04-23 | 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-23 | support dist-upgrade options in full-upgrade | David Kalnischkies | |
dist-upgrade is supposed to be an alias for full-upgrade in apt, but dist-upgrade was the only command recognized of the two in the option and flags recognition code. | |||
2014-04-23 | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update ↵ | Michael Vogt | |
(LP: #1310548, closes: #744297) | |||
2014-04-23 | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506) | Michael Vogt | |
2014-04-23 | Consistently use Dpkg::Progress* in documentation | James McCoy | |
Closes: 745452 | |||
2014-04-22 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt | |
2014-04-22 | Consistently use Dpkg::Progress* in documentation | James McCoy | |
Closes: 745452 | |||
2014-04-22 | Updated Thai program translation (closes: #745120) | Theppitak Karoonboonyanan | |
2014-04-22 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
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) |