]>
git.saurik.com Git - apt.git/log
Michael Vogt [Tue, 26 Jan 2010 10:27:58 +0000 (11:27 +0100)]
add new "Acquire::cdrom::AutoDetect" variable that enables/disables
the dlopen of libudev for automatic cdrom detection
Michael Vogt [Fri, 22 Jan 2010 20:21:30 +0000 (21:21 +0100)]
* methods/cdrom.cc:
- fixes in multi cdrom setup code
Michael Vogt [Fri, 22 Jan 2010 19:05:11 +0000 (20:05 +0100)]
* apt-pkg/contrib/cdromutl.cc:
- fix UnmountCdrom() fails, give it a bit more time and try
the umount again
Michael Vogt [Wed, 23 Dec 2009 13:11:59 +0000 (14:11 +0100)]
* cmdline/apt-get.cc:
- fix apt-get source pkg=version regression (closes: #561971)
Michael Vogt [Fri, 18 Dec 2009 15:55:06 +0000 (16:55 +0100)]
* merged lp:~mvo/apt/history
- this writes a /var/log/apt/history tagfile that contains details
from the transaction (complements term.log)
Michael Vogt [Fri, 18 Dec 2009 15:53:22 +0000 (16:53 +0100)]
merge from the debian-sid branch
Michael Vogt [Fri, 18 Dec 2009 14:43:49 +0000 (15:43 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","
Michael Vogt [Fri, 18 Dec 2009 10:51:01 +0000 (11:51 +0100)]
debian/apt.logrotate: keep histories for 12 month
Michael Vogt [Fri, 18 Dec 2009 10:30:22 +0000 (11:30 +0100)]
* debian/apt.logrotate:
- add to logratation
* doc/examples/configure-index:
- add as example
Michael Vogt [Fri, 18 Dec 2009 09:58:07 +0000 (10:58 +0100)]
apt-pkg/deb/dpkgpm.cc: fflush early
Michael Vogt [Fri, 18 Dec 2009 09:45:24 +0000 (10:45 +0100)]
fix order of upgrade, install check because for a upgrade "Install()" returns True as well
Michael Vogt [Fri, 18 Dec 2009 09:25:34 +0000 (10:25 +0100)]
add /var/log/apt/history.log file
bubulle@debian.org [Wed, 16 Dec 2009 22:00:06 +0000 (23:00 +0100)]
French translation update
Michael Vogt [Tue, 15 Dec 2009 12:49:21 +0000 (13:49 +0100)]
releasing version 0.7.25
Michael Vogt [Mon, 14 Dec 2009 16:45:51 +0000 (17:45 +0100)]
merge segfault fix from Mario Sanchez Prada, many thanks
(closes: #561109)
Michael Vogt [Mon, 14 Dec 2009 12:50:40 +0000 (13:50 +0100)]
doc/sources.list.5.xml: merge typo fixes
David Kalnischkies [Mon, 14 Dec 2009 11:44:17 +0000 (12:44 +0100)]
fix two other typos - this time in sources.list.5.xml:
* recongnizable --> recognizable
* maintain --> maintains
Michael Vogt [Mon, 14 Dec 2009 09:08:27 +0000 (10:08 +0100)]
apt-inst/makefile: include libversion.mak
Michael Vogt [Mon, 14 Dec 2009 08:22:29 +0000 (09:22 +0100)]
merged patches from david (many thanks)
David Kalnischkies [Sat, 12 Dec 2009 18:06:01 +0000 (19:06 +0100)]
fix to other oddities observed by Chris Leick while translating
in doc/apt-get.8.xml, namely:
- change equivalent "for" to "to the" (purge command)
- clarify --fix-broken sentence about specifying packages
David Kalnischkies [Sat, 12 Dec 2009 15:52:17 +0000 (16:52 +0100)]
decrease the libapt-inst major version again to 1.1 as the increase
was a backport error and is not needed (and destroys our non-abi-break hack)
David Kalnischkies [Sat, 12 Dec 2009 15:32:18 +0000 (16:32 +0100)]
remove informalexample tag which hides the programlisting in the
tree section of the apt-ftparchive manpage,
thanks Chris Leick for noticing it!
David Kalnischkies [Sat, 12 Dec 2009 15:28:25 +0000 (16:28 +0100)]
refactor the current changelog a bit
bubulle@debian.org [Sat, 12 Dec 2009 13:51:16 +0000 (14:51 +0100)]
French translation update
David Kalnischkies [Sat, 12 Dec 2009 00:54:33 +0000 (01:54 +0100)]
revert this commit as fast as possible (aka next ABI break)
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...
David Kalnischkies [Fri, 11 Dec 2009 11:45:04 +0000 (12:45 +0100)]
fix the backport of the https methods as they would require an ABI break
otherwise in the Configuration class.
David Kalnischkies [Thu, 10 Dec 2009 23:48:52 +0000 (00:48 +0100)]
fix a few typos in strings, comments and manpage of apt-ftparchive
thanks Karl Goetz! (Closes: #558757)
David Kalnischkies [Thu, 10 Dec 2009 23:44:32 +0000 (00:44 +0100)]
check cache size even if we do nothing else otherwise in apt.cron.daily,
thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
David Kalnischkies [Thu, 10 Dec 2009 23:42:43 +0000 (00:42 +0100)]
add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno
in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
David Kalnischkies [Thu, 10 Dec 2009 23:38:13 +0000 (00:38 +0100)]
add https options which default to the ones from http for the https
method as this is more sane than using only the http options without
a possibility to override these for https.
David Kalnischkies [Thu, 10 Dec 2009 23:32:01 +0000 (00:32 +0100)]
add config setting for User-Agent in http and https to the Acquire group,
thanks Timothy J. Miller! (Closes: #355782)
David Kalnischkies [Thu, 10 Dec 2009 23:23:18 +0000 (00:23 +0100)]
Backport rred patches from my own sid branch to the 0.7.25 branch
* 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.
Michael Vogt [Thu, 10 Dec 2009 22:48:04 +0000 (23:48 +0100)]
* apt-pkg/init.h:
- add compatibilty with old ABI name until the next ABI break
Michael Vogt [Thu, 10 Dec 2009 22:28:57 +0000 (23:28 +0100)]
* apt-pkg/init.h:
- add compatibilty with old ABI name until the next ABI break
Michael Vogt [Thu, 10 Dec 2009 21:29:48 +0000 (22:29 +0100)]
merged -r 1898..1899 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 21:20:07 +0000 (22:20 +0100)]
merged from the mvo branch (and contains all non-abi break changes from donkult)
Michael Vogt [Thu, 10 Dec 2009 20:59:49 +0000 (21:59 +0100)]
merged -r 1923..1926 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 20:48:54 +0000 (21:48 +0100)]
merged -r 1920..1922 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 20:45:31 +0000 (21:45 +0100)]
merged -r 1918..1919 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 20:43:34 +0000 (21:43 +0100)]
merged -r 1914..1915 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 20:35:50 +0000 (21:35 +0100)]
merged -r1901..1911 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 19:48:36 +0000 (20:48 +0100)]
merged -r1887..1901 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 17:07:12 +0000 (18:07 +0100)]
* cmdline/apt-get.cc:
- source should displays his final pkg pick (Closes: #249383, #550952)
- source doesn't need the complete version for match (Closes: #245250)
- source ignores versions/releases if not available (Closes: #377424)
Michael Vogt [Thu, 10 Dec 2009 16:24:40 +0000 (17:24 +0100)]
merged -r1875..1886 from lp:~donkult/apt/sid
Michael Vogt [Thu, 10 Dec 2009 16:11:28 +0000 (17:11 +0100)]
merge debian sid branch
Michael Vogt [Thu, 10 Dec 2009 15:07:43 +0000 (16:07 +0100)]
* merge lp:~mvo/apt/netrc branch, this adds support for a
/etc/apt/auth.conf that can be used to store username/passwords
in a "netrc" style file (with the extension that it supports "/"
in a machine definition). Based on the maemo git branch.
* apt-pkg/deb/dpkgpm.cc:
- add "purge" to list of known actions
Michael Vogt [Thu, 10 Dec 2009 15:06:40 +0000 (16:06 +0100)]
* merge lp:~mvo/apt/netrc branch, this adds support for a
/etc/apt/auth.conf that can be used to store username/passwords
in a "netrc" style file (with the extension that it supports "/"
in a machine definition). Based on the maemo git branch.
* apt-pkg/deb/dpkgpm.cc:
- add "purge" to list of known actions
Michael Vogt [Wed, 9 Dec 2009 09:56:29 +0000 (10:56 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- add "purge" to list of known actions
Michael Vogt [Mon, 7 Dec 2009 10:04:17 +0000 (11:04 +0100)]
merge lp:~mvo/apt/netrc branch, this adds support for a
/etc/apt/auth.conf that can be used to store username/passwords
in a "netrc" style file (with the extension that it supports "/"
in a machine definition). Based on the maemo git branch.
Michael Vogt [Mon, 7 Dec 2009 09:35:32 +0000 (10:35 +0100)]
if "/" is found in the machine, do a uri.startswith(host) substring match to support multiple user/passwds on the same host
Michael Vogt [Fri, 4 Dec 2009 09:22:56 +0000 (10:22 +0100)]
* apt-pkg/contrib/netrc.cc:
- check for hostname and then host+path
- better debug output
* methods/https.cc:
- fix bug in netrc integration
bubulle@debian.org [Thu, 3 Dec 2009 21:04:09 +0000 (22:04 +0100)]
Slovak translation update
Michael Vogt [Wed, 2 Dec 2009 16:24:56 +0000 (17:24 +0100)]
merge from the debian-sid branch
Michael Vogt [Wed, 2 Dec 2009 16:22:32 +0000 (17:22 +0100)]
* apt-pkg/packagemanager.cc:
- add output about pre-depends configuring when debug::pkgPackageManager
is used
* methods/https.cc:
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
thanks to Brian Thomason for the patch
* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
- typo fix (LP: #462328)
* cmdline/apt-key:
- Emit a warning if removed keys keyring is missing and skip associated
checks (LP: #218971)
bubulle@debian.org [Tue, 1 Dec 2009 20:51:17 +0000 (21:51 +0100)]
drop quote elements
bubulle@debian.org [Tue, 1 Dec 2009 20:31:37 +0000 (21:31 +0100)]
Simplified CHinese translation update
Julian Andres Klode [Tue, 1 Dec 2009 18:14:23 +0000 (19:14 +0100)]
doc/po: Rerun po4a to update the template and translations.
Julian Andres Klode [Tue, 1 Dec 2009 18:13:06 +0000 (19:13 +0100)]
doc/po/de.po: Fix missing > in </option>.
Julian Andres Klode [Tue, 1 Dec 2009 18:11:26 +0000 (19:11 +0100)]
doc/po/de.po: Fix the umlauts.
Julian Andres Klode [Tue, 1 Dec 2009 15:36:48 +0000 (16:36 +0100)]
* debian/apt.conf.autoremove:
- Add kfreebsd-image-* to the list (Closes: #558803)
Julian Andres Klode [Tue, 24 Nov 2009 14:22:51 +0000 (15:22 +0100)]
* ftparchive/apt-ftparchive.cc:
- Call setlocale() so translations are actually used.
David Kalnischkies [Tue, 24 Nov 2009 11:26:07 +0000 (12:26 +0100)]
fix a typo in debian/NEWS entry for 0.7.24: Allready -> Already (Closes: #557674)
Michael Vogt [Tue, 17 Nov 2009 15:55:22 +0000 (09:55 -0600)]
methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME
Michael Vogt [Tue, 17 Nov 2009 15:51:31 +0000 (09:51 -0600)]
* methods/https.cc:
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
thanks to Brian Thomason for the patch
bubulle@debian.org [Thu, 12 Nov 2009 07:32:33 +0000 (08:32 +0100)]
Italian translation update
bubulle@debian.org [Wed, 11 Nov 2009 18:44:38 +0000 (19:44 +0100)]
Italian translation update
David Kalnischkies [Mon, 2 Nov 2009 17:44:37 +0000 (18:44 +0100)]
bump policy to 3.8.3 as we have no outdated manpages anymore
David Kalnischkies [Mon, 2 Nov 2009 16:58:57 +0000 (17:58 +0100)]
don't try to detect glibc and libstdc++ version as we don't need this information any longer
David Kalnischkies [Mon, 2 Nov 2009 16:54:22 +0000 (17:54 +0100)]
remove traces of old manpage-buildsystems
David Kalnischkies [Mon, 2 Nov 2009 09:26:52 +0000 (10:26 +0100)]
fix/simplify buildsystem for the (now) po4a-only manpages
David Kalnischkies [Mon, 2 Nov 2009 09:11:03 +0000 (10:11 +0100)]
and last but not least: convert pt_BR to po4a
David Kalnischkies [Mon, 2 Nov 2009 08:52:58 +0000 (09:52 +0100)]
convert pl to use po4a-style manpage translation
David Kalnischkies [Mon, 2 Nov 2009 08:25:07 +0000 (09:25 +0100)]
convert es translation to be also a po4a translation
David Kalnischkies [Sun, 1 Nov 2009 22:39:14 +0000 (23:39 +0100)]
convert it translation to po4a
David Kalnischkies [Sun, 1 Nov 2009 22:36:09 +0000 (23:36 +0100)]
disable addendum for sgml-files as we have no valid file until now
Will be reenabled after Translators provide such a file.
bubulle@debian.org [Sat, 31 Oct 2009 19:40:17 +0000 (20:40 +0100)]
German translation update
David Kalnischkies [Thu, 29 Oct 2009 20:34:31 +0000 (21:34 +0100)]
remove generated sgml files (if we really had build them)
David Kalnischkies [Thu, 29 Oct 2009 17:01:10 +0000 (18:01 +0100)]
remove unneeded doc/ja/manpage.links (left over from the ja-po4a-patch)
David Kalnischkies [Thu, 29 Oct 2009 16:55:28 +0000 (17:55 +0100)]
merge the german translations from lp:~mvo/apt/debian-sid
* remerge the de-manpage in as it has some Ümläüte problems
* fixing the buildprocess for de by adding some boilerplate addendums
* correcting some syntaxbreaking typos and rebuild all manpage langs
Michael Vogt [Thu, 29 Oct 2009 10:53:01 +0000 (11:53 +0100)]
* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
- typo fix (LP: #462328)
David Kalnischkies [Wed, 28 Oct 2009 23:14:21 +0000 (00:14 +0100)]
correct various errors, typos and oddities in the manpages
Patch by Chris Leick which closes his on bug. Thanks!
* doc/ various manpages:
- correct various errors, typos and oddities (Closes: #552535)
* doc/apt-secure.8.xml:
- replace literal with emphasis tags in Archive configuration
David Kalnischkies [Wed, 28 Oct 2009 22:52:24 +0000 (23:52 +0100)]
fix some man page section numbers form programs referenced in the manpages
including dpkg and dselect which are in 1 instead of 8.
David Kalnischkies [Wed, 28 Oct 2009 22:44:26 +0000 (23:44 +0100)]
remove (outdated) config.{sub,guess} and use the ones provided
by the new added build-dependency autotools-dev instead
bubulle@debian.org [Wed, 28 Oct 2009 21:11:28 +0000 (22:11 +0100)]
German translation of manpages
David Kalnischkies [Wed, 28 Oct 2009 18:15:28 +0000 (19:15 +0100)]
remove unneeded control field duplications as lintian suggests it
David Kalnischkies [Wed, 28 Oct 2009 18:13:56 +0000 (19:13 +0100)]
refactor the buildsystem to extract library versions from one file,
so it is not needed to change x-files to just increase a version number
(because this is far to easy to forget one of the files, which will not
result in failures or is bad in general, but is inconsitent.)
David Kalnischkies [Sat, 24 Oct 2009 15:38:06 +0000 (17:38 +0200)]
Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)
Backported from lp:~mvo/apt/debian-experimental
Based on patch by Eugene V. Lyubimkin
David Kalnischkies [Sat, 24 Oct 2009 12:12:01 +0000 (14:12 +0200)]
Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2
Backported from lp:~mvo/apt/debian-experimental
Patch by Eugene V. Lyubimkin
bubulle@debian.org [Wed, 21 Oct 2009 18:23:12 +0000 (20:23 +0200)]
German translation completed
Michael Vogt [Wed, 21 Oct 2009 11:45:43 +0000 (13:45 +0200)]
more debug output in SmartConfigure
Michael Vogt [Wed, 21 Oct 2009 11:28:10 +0000 (13:28 +0200)]
* apt-pkg/packagemanager.cc:
- add output about pre-depends configuring when debug::pkgPackageManager
is used
David Kalnischkies [Tue, 20 Oct 2009 21:32:27 +0000 (23:32 +0200)]
* methods/connect.cc:
- display also strerror of "wicked" getaddrinfo errors
David Kalnischkies [Tue, 20 Oct 2009 06:30:21 +0000 (08:30 +0200)]
only warn if (free) space can't be determined as it overflows the struct
as this prevents e.g. download operations on large RAIDs (Closes: #522238)
David Kalnischkies [Tue, 20 Oct 2009 05:39:22 +0000 (07:39 +0200)]
Fix revno 1831.1.13 as i forget to add the definition to config.h.in
[cmdline/apt-get.cc] check for availability ofstatfs.f_type
Patch from Robert Millan, thanks! (Closes: #509313)
bubulle@debian.org [Mon, 19 Oct 2009 21:07:18 +0000 (23:07 +0200)]
German translation update
David Kalnischkies [Mon, 19 Oct 2009 20:00:37 +0000 (22:00 +0200)]
add more description to the manpage for the Immediate-Configuration and
change another message to be also translatable.
David Kalnischkies [Mon, 19 Oct 2009 19:10:09 +0000 (21:10 +0200)]
rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including:
* cmdline/apt-get.cc:
- source should displays his final pkg pick (Closes: #249383, #550952)
- source doesn't need the complete version for match (Closes: #245250)
- source ignores versions/releases if not available (Closes: #377424)
David Kalnischkies [Sun, 18 Oct 2009 08:43:25 +0000 (10:43 +0200)]
correct apt-mark showauto synopsis, thanks Andrew Schulman (Closes: #551440)
Michael Vogt [Fri, 16 Oct 2009 14:04:41 +0000 (16:04 +0200)]
add ftp support, basic debugging
Michael Vogt [Fri, 16 Oct 2009 13:42:05 +0000 (15:42 +0200)]
add maybe_add_auth for ftp as well