Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | add TrustedParts so in the future new keyrings can just be dropped | David Kalnischkies | |
into /etc/apt/trusted.gpg.d/ which eliminates the need to have gpg installed to add keys to APTs trusted keyring (with apt-key) (Closes #304846) - Thanks to Timo Weingärtner & Peter Palfrader for providing different patchs/ideas for this! | |||
2010-01-03 | Add a GetListOfFilesInDir() helper method which replaces the old | David Kalnischkies | |
code copies used to load the various parts-files | |||
2010-01-02 | apt-key errors out nicely if wget is not installed (Closes: #545754) | David Kalnischkies | |
2010-01-02 | remove the horrible outdated share/*-archive.gpg files and all there traces | David Kalnischkies | |
We already depend on the proper keyring so we don't need to ship our own version which isn't used anyway. | |||
2010-01-02 | fix a typo in the apt.conf manpage spotted by lintian | David Kalnischkies | |
W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment | |||
2010-01-02 | fix another mistake spotted by lintian: | David Kalnischkies | |
I: apt: spelling-error-in-binary ./usr/lib/libapt-pkg-libc6.9-6.so.4.8.0 Alot A lot | |||
2010-01-02 | Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the ↵ | David Kalnischkies | |
suggestion: pkgcache.cc: In member function ‘const char* pkgCache::PkgIterator::CandVersion() const’: pkgcache.cc:301:51: error: cannot call constructor ‘pkgPolicy::pkgPolicy’ directly pkgcache.cc:301:51: note: for a function-style cast, remove the redundant ‘::pkgPolicy’ | |||
2010-01-02 | let all packages depend on | David Kalnischkies | |
2010-01-02 | add configuration PDiffs::Limit-options (FileLimit and SizeLimit) to | David Kalnischkies | |
not download too many or too big patches (Closes: #554349) | |||
2010-01-01 | bzrignore the now linked config.{guess,sub} files | David Kalnischkies | |
2010-01-01 | fix some warning from the buildtools in tools.m4 and configure.in | David Kalnischkies | |
2010-01-01 | instruct debiandoc to build files with utf-8 encoding | David Kalnischkies | |
2010-01-01 | remove translatable marker from the "%4i %s\n" string in apt-cache.cc | David Kalnischkies | |
2010-01-01 | update german manpage translation by Chris Leick | David Kalnischkies | |
2010-01-01 | Chris Leick spot & fix various typos in all manpages | David Kalnischkies | |
2010-01-01 | merge with lp:~mvo/apt/debian-sid to get updated french | David Kalnischkies | |
2009-12-29 | French translation update | bubulle@debian.org | |
2009-12-23 | Yet more French | bubulle@debian.org | |
2009-12-22 | Review by Philippe batailler | bubulle@debian.org | |
2009-12-22 | merge with lp:~mvo/apt/sid to get the finale 0.7.25 state | David Kalnischkies | |
2009-12-20 | French translation update | bubulle@debian.org | |
2009-12-19 | French translation update | bubulle@debian.org | |
2009-12-16 | French translation update | bubulle@debian.org | |
2009-12-15 | releasing version 0.7.250.7.25 | Michael Vogt | |
2009-12-14 | merge segfault fix from Mario Sanchez Prada, many thanks | Michael Vogt | |
(closes: #561109) | |||
2009-12-14 | doc/sources.list.5.xml: merge typo fixes | Michael Vogt | |
2009-12-14 | fix two other typos - this time in sources.list.5.xml: | David Kalnischkies | |
* recongnizable --> recognizable * maintain --> maintains | |||
2009-12-14 | apt-inst/makefile: include libversion.mak | Michael Vogt | |
2009-12-14 | merged patches from david (many thanks) | Michael Vogt | |
2009-12-12 | fix to other oddities observed by Chris Leick while translating | David Kalnischkies | |
in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages | |||
2009-12-12 | decrease the libapt-inst major version again to 1.1 as the increase | David Kalnischkies | |
was a backport error and is not needed (and destroys our non-abi-break hack) | |||
2009-12-12 | remove informalexample tag which hides the programlisting in the | David Kalnischkies | |
tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it! | |||
2009-12-12 | refactor the current changelog a bit | David Kalnischkies | |
2009-12-12 | French translation update | bubulle@debian.org | |
2009-12-12 | revert this commit as fast as possible (aka next ABI break) | David Kalnischkies | |
This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear... | |||
2009-12-11 | fix the backport of the https methods as they would require an ABI break | David Kalnischkies | |
otherwise in the Configuration class. | |||
2009-12-11 | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | |
thanks Karl Goetz! (Closes: #558757) | |||
2009-12-11 | check cache size even if we do nothing else otherwise in apt.cron.daily, | David Kalnischkies | |
thanks Francesco Poli for patch(s) and patience! (Closes: #459344) | |||
2009-12-11 | add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno | David Kalnischkies | |
in his response to Bernhard R. Link's patch, thanks! (Closes: #505020) | |||
2009-12-11 | add https options which default to the ones from http for the https | David Kalnischkies | |
method as this is more sane than using only the http options without a possibility to override these for https. | |||
2009-12-11 | add config setting for User-Agent in http and https to the Acquire group, | David Kalnischkies | |
thanks Timothy J. Miller! (Closes: #355782) | |||
2009-12-11 | Backport rred patches from my own sid branch to the 0.7.25 branch | David Kalnischkies | |
* rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps. | |||
2009-12-10 | * apt-pkg/init.h: | Michael Vogt | |
- add compatibilty with old ABI name until the next ABI break | |||
2009-12-10 | merge Michaels wonderful "fix" for the currently unwanted ABI Break | David Kalnischkies | |
2009-12-10 | * apt-pkg/init.h: | Michael Vogt | |
- add compatibilty with old ABI name until the next ABI break | |||
2009-12-10 | merge again with lp:~mvo/debian-sid | David Kalnischkies | |
2009-12-10 | merge with lp:~mvo/apt/debian-sid : move all my ABI break changes | David Kalnischkies | |
to the "new" 0.7.26 version | |||
2009-12-10 | merged -r 1898..1899 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merged from the mvo branch (and contains all non-abi break changes from donkult) | Michael Vogt | |
2009-12-10 | merged -r 1923..1926 from lp:~donkult/apt/sid | Michael Vogt | |