Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-25 | improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to ↵ | Michael Vogt | |
Francesco Poli) | |||
2013-10-22 | add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597) | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid | Michael Vogt | |
2013-10-01 | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 | Michael Vogt | |
2013-08-28 | add man-page, improve option, use --with-new-pkgs as the flag | Michael Vogt | |
2013-08-16 | allow Pre-Install-Pkgs hooks to get info over an FD != stdin | David Kalnischkies | |
This adds ::InfoFD option alongside the ::Version one to request sending the information to the specified FD, by default it is STDIN as it was the case before. The environment variable APT_HOOK_INFO_FD contains the FD the data is on as a confirmation that the APT version used understood the request. Allowing the hook to choose the FD is needed/helpful e.g. for shellscripts which have a hard time accessing FDs above 9 (as >= 10 are usually used internally by them) Closes: #671728 | |||
2013-08-15 | merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵ | Michael Vogt | |
(closes: #705445) Conflicts: debian/changelog | |||
2013-07-27 | run "doxygen -u" to update doxygen config | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-07-11 | implement arch+= and arch-= for sources.list | David Kalnischkies | |
Default is to acquire all architectures from APT::Architectures which can be changed by arch=, but this isn't very flexible if you want "mostly" the default as you have to hardcode the architectures then, so arch-= and arch+= can be used to add/remove architectures from the default set. On a machine with 'amd64' and 'i386' configured the lines: deb [arch+=armel] http://example.org/debian wheezy rocks deb [arch-=amd64] http://example.org/debian jessie rocks will result in the download of: wheezy Packages for 'amd64', 'i386' and 'armel' jessie Packages for 'i386' | |||
2013-07-11 | Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info | David Kalnischkies | |
Adds on top of Version 2 to all displayed version numbers the architecture as well as the MultiArch flag for consumption by the hooks. Most of the time the architecture will be the same for both versions displayed, but packages might change from "all" to "any" (or back) between versions so we can't display the architecture for packages. Pseudo-Format for Version 3: <name> <version> <arch> <m-a-flag> <compare> <version> <arch> <m-a-flag> Examples: stuff - - none < 1 amd64 none **CONFIGURE** libsame 1 i386 same < 2 i386 same **CONFIGURE** stuff 2 i386 none > 1 i386 none **CONFIGURE** libsame 2 i386 same > - - none **REMOVE** toolkit 1 all foreign > - - none **REMOVE** Closes: #712116 | |||
2013-07-11 | * Fix up two things in debian/apt.auto-removal.sh: | Adam Conrad | |
- Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. Conflicts: configure.in debian/changelog doc/apt-verbatim.ent | |||
2013-07-02 | Merge remote-tracking branch 'mvo/bugfix/bts-712433' into debian/sid | Michael Vogt | |
2013-06-22 | Improve the apt-cdrom output when no CD-ROM can be auto-detected | Michael Vogt | |
(closes: #712433) | |||
2013-06-20 | fix syntax error in the configure-index | David Kalnischkies | |
The file isn't supposed to be a valid config file, but it should show valid syntax non-the-less. Git-Dch: Ignore | |||
2013-06-13 | fix file location for configure-index.gz in apt.conf(5) | David Kalnischkies | |
Closes: #711921 | |||
2013-06-09 | stop building l10n if strings are unchanged | David Kalnischkies | |
The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time. | |||
2013-06-09 | build the en manpages in subdirectory doc/en | David Kalnischkies | |
Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too. | |||
2013-05-08 | refresh translations | Michael Vogt | |
2013-04-09 | Complete translation | bubulle@debian.org | |
2013-04-09 | Reformat PO file | bubulle@debian.org | |
2013-04-09 | Fix typo | bubulle@debian.org | |
2013-04-08 | releasing version 0.9.7.9~exp3 | Michael Vogt | |
2013-04-03 | releasing version 0.9.7.9~exp2 | Michael Vogt | |
2013-04-02 | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt | |
2013-03-25 | * doc/apt.conf.5.xml: | Michael Vogt | |
- document Acquire::ForceIPv{4,6} | |||
2013-03-22 | releasing version 0.9.7.9~exp1 | Michael Vogt | |
2013-03-22 | merged the debian-wheezy branch | Michael Vogt | |
2013-03-14 | * SECURITY UPDATE: InRelease verification bypass0.9.7.8 | Michael Vogt | |
- CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw | |||
2013-01-09 | fix missing translated apt.8 manpages, thanks to Helge Kreutzmann | Michael Vogt | |
for the report. Closes: #696923 | |||
2013-01-08 | doc/po/it.po: fix small XML errors | Michael Vogt | |
2012-12-24 | Italian translation update for manpages | bubulle@debian.org | |
2012-12-13 | releasing version 0.9.7.70.9.7.7 | Michael Vogt | |
2012-10-16 | releasing version 0.9.7.60.9.7.6 | Michael Vogt | |
2012-10-15 | merge from lp:~donkult/apt/sid | Michael Vogt | |
2012-09-11 | releasing version 0.9.7.50.9.7.5 | Michael Vogt | |
2012-09-08 | Portuguese (Américo Monteiro) (Closes: #686975) | bubulle@debian.org | |
2012-08-30 | * Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435) | KURASAWA Nozomu | |
2012-08-30 | * doc/apt_preferences.5.xml: | David Kalnischkies | |
- use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989) | |||
2012-08-06 | releasing version 0.9.7.40.9.7.4 | Michael Vogt | |
2012-08-06 | merged from david | Michael Vogt | |
2012-08-04 | * doc/apt-verbatim.ent: | David Kalnischkies | |
- denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release | |||
2012-08-04 | Polish manpages translation (Closes: #683109) | Robert Luberda | |
2012-07-27 | merged from david0.9.7.3 | Michael Vogt | |
2012-07-18 | fix two markup-typos in the spanish manpage translation | David Kalnischkies | |
2012-07-14 | Spanish; (Omar Campagne). Closes: #681566 | bubulle@debian.org | |
2012-07-13 | releasing version 0.9.7.20.9.7.2 | Michael Vogt | |
2012-07-13 | doc/po/fr.po: fix xml error | Michael Vogt | |
2012-07-09 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2012-07-04 | A few other errors spotted by Phil Kern | bubulle@debian.org | |
2012-07-04 | Good suggestion by Phil Kern | bubulle@debian.org | |