Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-28 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt | |
2013-07-27 | run "doxygen -u" to update doxygen config | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-07-27 | update the symbol files to reflect current state | David Kalnischkies | |
2013-07-26 | exclude config.{sub,guess} from source package | David Kalnischkies | |
Lintian complains about these links in the source package as they leave the source directory and as they are autogenerated there isn't that much sense in shipping them, we can just recreate them before calling configure. | |||
2013-07-26 | fix another missing va_end() | Michael Vogt | |
2013-07-26 | fix missing va_end() | Michael Vogt | |
2013-07-26 | fix some coverity chroot() releated warnings | Michael Vogt | |
2013-07-26 | reenable automatic parallel build of APT | David Kalnischkies | |
It works for a while now in manual tests, now lets see how it will perform if enabled for all by default automatically. | |||
2013-07-26 | implement debian/rules build-{arch,indep} as required by policy 3.9.4 | David Kalnischkies | |
2013-07-26 | correct management-typo in description found by lintian | David Kalnischkies | |
2013-07-26 | add missing Turkish (tr) to po/LINGUAS | David Kalnischkies | |
And while at it ensure that this can't happen again by letting the build fail in case a po file is available but the language isn't mentioned in the LINGUAS file (not even as a disabled language). | |||
2013-07-26 | add missing test make | Michael Vogt | |
2013-07-26 | remove ALL_LINGUAS as it is overruled by po/LINGUAS | David Kalnischkies | |
The list shows that it is ignored as some translations which are shipped are not included here, so remove this source of possible confusion. Git-Dch: Ignore | |||
2013-07-26 | make autoconf happy by "mv configure.{in,ac}" | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-07-26 | ensure that FileFd::Size returns 0 in error cases | David Kalnischkies | |
2013-07-26 | proper cleanup varargs in _error (uncovered by Coverity) | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-07-26 | use FileFd::Write instead of fwrite for errors | David Kalnischkies | |
Using the static FileFd::Write method gives us error messages for free so we use it here to avoid failing silently (with a fail silent error). Git-Dch: Ignore | |||
2013-07-26 | add missing "make test" for travis | Michael Vogt | |
2013-07-26 | update changelog for upload0.9.9.4 | Michael Vogt | |
2013-07-26 | request absolute URIs from proxies again (0.9.9.3 regession) | David Kalnischkies | |
Commit 2b9c9b7f28b18f6ae3e422020e8934872b06c9f3 not only removes keep-alive, but also changes the request URI send to proxies which are required to be absolute URIs rather than the usual absolute paths. Closes: 717891 | |||
2013-07-26 | build tree first | Michael Vogt | |
2013-07-26 | make setup in travis.yml a bit more verbose | Michael Vogt | |
2013-07-25 | pick up Translation-* even if only compressed available | David Kalnischkies | |
On CD-ROMs Translation-* files are only in compressed form included in the Release file. This used to work while we had no record of Translation-* files in the Release file at all as APT would have just guessed the (compressed) filename and accepted it (unchecked), but now that it checks for the presents of entries and if it finds records it expects the uncompressed to be verifiable. This commit relaxes this requirement again to fix the regression. We are still secure "enough" as we can validate the compressed file we have downloaded, so we don't loose anything by not requiring a hashsum for the uncompressed files to double-check them. Closes: 717665 | |||
2013-07-25 | fix travis.yml | Michael Vogt | |
2013-07-25 | add missing "free(buffer) for allocated buffer | Michael Vogt | |
2013-07-25 | fix potential GetLock() fd leak | Michael Vogt | |
2013-07-25 | delete targets data | Michael Vogt | |
2013-07-25 | fix resource leak when verification fails | Michael Vogt | |
2013-07-25 | apt-pkg/indexcopy.cc: check for pending errors before calling fdopen() | Michael Vogt | |
2013-07-25 | call fdopen() after FileFd was checked | Michael Vogt | |
2013-07-25 | add .travis.yml | Michael Vogt | |
2013-07-25 | fix resource leak (thanks coverity) | Michael Vogt | |
2013-07-25 | rework the code in cdromutl.cc to make coverity (more) happy | Michael Vogt | |
2013-07-25 | fix off-by-one error in HttpMethod::AutoDetectProxy() | Michael Vogt | |
2013-07-25 | fix off-by-one error and do not use magic constant of 100 when checking ↵ | Michael Vogt | |
StackPost | |||
2013-07-25 | always "delete d" in FileFd::~FileFd to coverity happy | Michael Vogt | |
2013-07-25 | skip all Description fields in apt-cache, not just first (Closes: 717254)0.9.9.3 | Michael Vogt | |
* skip all Description fields in apt-cache, not just first (Closes: 717254) * fix 'apt-cache search' crash with missing description (Closes: 647590) | |||
2013-07-25 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2013-07-24 | Merge remote-tracking branch 'upstream/debian/sid' | Michael Vogt | |
2013-07-23 | debian/apt.postinst: | Michael Vogt | |
* debian/apt.postinst: - run /etc/kernel/postinst.d/apt-auto-removal once on upgrade to ensure that the correct auto-removal list is generated (closes: #717615) | |||
2013-07-23 | debian/apt.auto-removal.sh: | Michael Vogt | |
* debian/apt.auto-removal.sh: - do not include debug symbol packages for the kernel in the blacklist (closes: #717616) | |||
2013-07-23 | remove double list include | Michael Vogt | |
2013-07-18 | fix 'apt-cache search' crash with missing description | David Kalnischkies | |
Beside the earlier fixed 'apt-cache show', 'showpkg' and 'search' deal with descriptions. 'showpkg' was fixed by fixing the cache generation for 'show', but 'search' still segfaulted. On the upside, it doesn't segfault any longer, on the downside, if a package has no description at all (aka: not in the Packages file and not in a Translation-* file) the package can't be found with 'search', even if we search only by name. That is a shortcoming in the code, but fixing it means rewriting it completely for dubious gain at best. So this commit just skips packages without a description and is done. Closes: 647590 | |||
2013-07-18 | skip all Description fields in apt-cache, not just first | David Kalnischkies | |
Given a Packages file like: […] Description: foo bar baz moo moo moo Multi-Arch: foreign Description-md5: 97e204a9f4ad8c681dbd54ec7c505251 […] We have to display the Multi-Arch flag field as well as the fields after the Description-md5, but not this field itself, as we already have one printed alongside the Description we display. Closes: 717254 | |||
2013-07-17 | Merge remote-tracking branch 'geissert/proxy-keep-alive' into debian/sid | Michael Vogt | |
2013-07-17 | fix if-clause to generate hook-info for 'rc' packages (Closes: 717006)0.9.9.2 | Michael Vogt | |
2013-07-17 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2013-07-16 | fix if-clause to generate hook-info for 'rc' packages | David Kalnischkies | |
The code incorrectly skips printing of current version information, if the package has no current version (for APT, but for dpkg as it is the case for packages which are removed but not purged) by using an unintended "else if" rather than an "if". Closes: 717006 | |||
2013-07-16 | Vietnamese updated by Tran Ngoc Quan. Closes: #717016 | Christian PERRIER | |
2013-07-14 | Do not send a connection: keep-alive, at all | Raphael Geissert | |