]>
git.saurik.com Git - apt.git/log
Otavio Salvador [Tue, 9 Oct 2007 12:42:05 +0000 (09:42 -0300)]
- Swedish updated.
Peter Karlsson [Tue, 9 Oct 2007 12:26:47 +0000 (13:26 +0100)]
Updated Swedish translation.
Peter Karlsson [Mon, 8 Oct 2007 10:44:54 +0000 (11:44 +0100)]
Merge upstream.
Otavio Salvador [Sat, 6 Oct 2007 21:54:11 +0000 (18:54 -0300)]
* cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
patch to add 'purge' command line argument (closes: #133421).
Otavio Salvador [Sat, 6 Oct 2007 21:38:51 +0000 (18:38 -0300)]
Fix indentation
Otavio Salvador [Sat, 6 Oct 2007 21:24:27 +0000 (18:24 -0300)]
* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
statement of apt-get (closes: #445468).
Michael Vogt [Fri, 5 Oct 2007 06:27:21 +0000 (08:27 +0200)]
- only send LastModified if we actually have a file
- delete zero size I-M-S hits
Michael Vogt [Fri, 5 Oct 2007 05:50:24 +0000 (07:50 +0200)]
* methods/https.cc:
- fix off-by-one error I-M-S handling
- cleanup after I-M-S hit
- only send LastModified if we actually have a file
- delete zero size I-M-S hits
Michael Vogt [Fri, 5 Oct 2007 05:48:13 +0000 (07:48 +0200)]
methods/https.cc:
- delete zero size I-M-S hits
- fix of-by-one error in I-M-S code
Michael Vogt [Fri, 5 Oct 2007 04:58:52 +0000 (06:58 +0200)]
* apt-pkg/acquire-item.cc
- fix disappearing local Packages.gz file (LP: #131166)
Michael Vogt [Fri, 5 Oct 2007 04:30:53 +0000 (06:30 +0200)]
apt-pkg/acquire-item.cc:
- do not unlink() on normal i-m-s hit, this fixes the problem
that local repository files got a i-m-s hit too and got removed
test/pre-upload-check.py
- add test for local Packages.gz file removal
- add test for leftover files in partial/
Michael Vogt [Thu, 4 Oct 2007 17:35:59 +0000 (19:35 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- fix crash in WriteApportReport (LP: #144537)
Michael Vogt [Wed, 3 Oct 2007 07:55:04 +0000 (09:55 +0200)]
merged from the dpkg-log branch
Michael Vogt [Wed, 3 Oct 2007 00:27:08 +0000 (02:27 +0200)]
apt-pkg/acquire-item.cc:
- cherry pick from --mvo
Michael Vogt [Wed, 3 Oct 2007 00:21:52 +0000 (02:21 +0200)]
* Reset curl options and timestamp between downloaded files. Thanks to
Ryan Murray <rmurray@debian.org> for the patch
Michael Vogt [Wed, 3 Oct 2007 00:19:54 +0000 (02:19 +0200)]
* apt-pkg/deb/debmetaindex.cc: comparison with string literal results
in unspecified behaviour;
Michael Vogt [Wed, 3 Oct 2007 00:06:37 +0000 (02:06 +0200)]
- French updated
- Basque updated. Closes: #436425
- Fix the zh_CN translator's name in debian/changelog for 0.7.2
Closes: #423272
- Vietnamese updated. Closes: #440611
- Danish updated. Closes: #441102
- Thai added. Closes: #442833
* Add hash support to copy method. Thanks Anders Kaseorg by the patch
(closes: #436055)
* Reset curl options and timestamp between downloaded files. Thanks to
Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
* Fix compilation warnings:
- apt-pkg/indexfile.cc: conversion from string constant to 'char*';
- apt-pkg/acquire-item.cc: likewise;
- apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
has type 'size_t';
- apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
string constant to 'char*';
- methods/gpgv.cc: conversion from string constant to 'char*';
- methods/ftp.cc: likewise;
- cmdline/apt-extracttemplates.cc: likewise;
- apt-pkg/deb/debmetaindex.cc: comparison with string literal results
in unspecified behaviour;
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
directory downloading on non-linux architectures (closes: #435597)
* zh_CN.po: Updated by Kov Chai Closes: #416822
Otavio Salvador [Tue, 2 Oct 2007 12:46:44 +0000 (09:46 -0300)]
- apt-pkg/deb/debmetaindex.cc: comparison with string literal results
in unspecified behaviour;
Otavio Salvador [Tue, 2 Oct 2007 12:39:05 +0000 (09:39 -0300)]
- cmdline/apt-extracttemplates.cc: likewise;
Otavio Salvador [Tue, 2 Oct 2007 12:36:42 +0000 (09:36 -0300)]
- methods/ftp.cc: likewise;
Otavio Salvador [Tue, 2 Oct 2007 12:35:23 +0000 (09:35 -0300)]
- methods/gpgv.cc: conversion from string constant to 'char*';
Otavio Salvador [Tue, 2 Oct 2007 12:33:32 +0000 (09:33 -0300)]
- apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
string constant to 'char*';
Otavio Salvador [Tue, 2 Oct 2007 12:25:37 +0000 (09:25 -0300)]
- apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
has type 'size_t';
Otavio Salvador [Tue, 2 Oct 2007 12:21:58 +0000 (09:21 -0300)]
- apt-pkg/acquire-item.cc: likewise;
Otavio Salvador [Tue, 2 Oct 2007 12:19:20 +0000 (09:19 -0300)]
* Fix compilation warnings:
- apt-pkg/indexfile.cc: conversion from string constant to 'char*';
Michael Vogt [Tue, 2 Oct 2007 11:52:22 +0000 (13:52 +0200)]
- fix parse error when dpkg sends unexpected data
* fix missing SetExecClose() call when the status-fd is used
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes: #133421
(thanks to Julien Danjou for the patch)
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled
* apt-pkg/acquire-item.cc:
- fix crash in diff acquire code
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019)
(thanks to Laurent Bigonville)
* apt-pkg/contrib/mmap.cc:
- don't fail if msync() returns > 0
Michael Vogt [Thu, 27 Sep 2007 18:38:14 +0000 (20:38 +0200)]
* apt-pkg/acquire-item.cc:
- fix typo
Michael Vogt [Thu, 27 Sep 2007 17:23:55 +0000 (19:23 +0200)]
* apt-pkg/acquire-item.cc:
- fix crash in diff acquire code
* apt-pkg/contrib/mmap.cc:
- don't fail if msync() returns > 0
Paul Sladen [Thu, 27 Sep 2007 03:05:03 +0000 (06:05 +0300)]
* Have 'cron.daily/apt' send D-Bus doesn't exist error messages
to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
Michael Vogt [Tue, 25 Sep 2007 09:25:42 +0000 (11:25 +0200)]
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019)
(thanks to Laurent Bigonville, LP: #140019)
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019)
(thanks to Laurent Bigonville)
Michael Vogt [Tue, 25 Sep 2007 09:17:18 +0000 (11:17 +0200)]
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019)
(thanks to Laurent Bigonville)
Colin Watson [Sat, 22 Sep 2007 20:43:17 +0000 (21:43 +0100)]
releasing version 0.7.6ubuntu11
Colin Watson [Sat, 22 Sep 2007 20:38:43 +0000 (21:38 +0100)]
* apt-pkg/contrib/mmap.cc:
- don't fail if msync() returns > 0 (LP: #144001)
bubulle@debian.org [Wed, 19 Sep 2007 19:54:03 +0000 (21:54 +0200)]
Thai translation added
Michael Vogt [Tue, 18 Sep 2007 16:47:16 +0000 (17:47 +0100)]
apt-pkg/deb/dpkgpm.cc:
- make it compileable
Michael Vogt [Tue, 18 Sep 2007 16:46:03 +0000 (17:46 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- fix parse error when dpkg sends unexpected data
Michael Vogt [Tue, 18 Sep 2007 16:24:15 +0000 (17:24 +0100)]
- fix parse error when dpkg sends unexpected data
Michael Vogt [Fri, 14 Sep 2007 14:50:07 +0000 (16:50 +0200)]
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled (LP: #139448)
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled
Michael Vogt [Fri, 14 Sep 2007 14:32:17 +0000 (16:32 +0200)]
* merged from apt--mvo
Michael Vogt [Fri, 14 Sep 2007 14:11:56 +0000 (16:11 +0200)]
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled
Michael Vogt [Fri, 14 Sep 2007 13:28:14 +0000 (15:28 +0200)]
* apt-pkg/packagemanager.{cc,h}:
- move DoInstallPostFork() out of the header into the .cc file
Michael Vogt [Fri, 14 Sep 2007 12:32:02 +0000 (14:32 +0200)]
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes LP: #125733
(thanks to Julien Danjou for the patch)
* fix missing SetExecClose() call when the status-fd is used
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes: #133421
(thanks to Julien Danjou for the patch)
Michael Vogt [Fri, 14 Sep 2007 12:26:09 +0000 (14:26 +0200)]
revert rev 1327.1.89.1.87.2.28 (bzr merge . -r 1327.1.89.1.87.2.28..1327.1.89.1.87.2.27)
Michael Vogt [Fri, 14 Sep 2007 12:04:23 +0000 (14:04 +0200)]
* fix "purge" commandline argument, closes: #133421
(thanks to Julien Danjou for the patch)
Otavio Salvador [Wed, 12 Sep 2007 20:05:19 +0000 (17:05 -0300)]
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
Michael Vogt [Tue, 11 Sep 2007 19:46:51 +0000 (21:46 +0200)]
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean
Michael Vogt [Tue, 11 Sep 2007 18:55:44 +0000 (20:55 +0200)]
* fix missing SetExecClose() call when the status-fd is used
(LP: #136767)
Michael Vogt [Tue, 11 Sep 2007 18:50:31 +0000 (20:50 +0200)]
* fix missing SetExecClose() call when the status-fd is used
Michael Vogt [Tue, 11 Sep 2007 18:28:47 +0000 (20:28 +0200)]
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
* make apt build with g++ 4.3
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
* make apt build with g++ 4.3
* dpkg-triggers: Deal properly with new package states.
Michael Vogt [Mon, 10 Sep 2007 14:52:56 +0000 (16:52 +0200)]
* apt-pkg/contrib/hashes.h:
- fix anohter missing cstring include
Michael Vogt [Mon, 10 Sep 2007 14:28:04 +0000 (16:28 +0200)]
apt-pkg/deb/dpkgpm.cc:
- ignore EINTR on select()
Michael Vogt [Mon, 10 Sep 2007 14:22:53 +0000 (16:22 +0200)]
* merged from the mvo branch
Michael Vogt [Mon, 10 Sep 2007 14:03:07 +0000 (16:03 +0200)]
* make apt build with g++ 4.3
Michael Vogt [Mon, 10 Sep 2007 14:02:28 +0000 (16:02 +0200)]
* make apt build with g++ 4.3
Michael Vogt [Mon, 10 Sep 2007 13:59:55 +0000 (15:59 +0200)]
* dpkg-triggers: Deal properly with new package states.
Michael Vogt [Mon, 10 Sep 2007 13:09:28 +0000 (15:09 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- fix progress reporting precent calculation (LP: #137798)
Michael Vogt [Mon, 10 Sep 2007 12:56:53 +0000 (14:56 +0200)]
apt-pkg/deb/dpkgpm.cc:
- comment out dpkg trigger messages, those seem to be not generated by
dpkg over the status fd
bubulle@debian.org [Sat, 8 Sep 2007 17:03:07 +0000 (19:03 +0200)]
Convert to UTF-8
bubulle@debian.org [Fri, 7 Sep 2007 17:49:43 +0000 (19:49 +0200)]
Danish translation update
Michael Vogt [Thu, 6 Sep 2007 13:38:32 +0000 (15:38 +0200)]
* dpkg-triggers: Deal properly with new package states.
Michael Vogt [Wed, 5 Sep 2007 16:43:34 +0000 (18:43 +0200)]
debian/rules:
- do not clean debian/copyright, soyuz checks for it now
Michael Vogt [Wed, 5 Sep 2007 13:51:43 +0000 (15:51 +0200)]
* add missing 'debian/copyright'
why did that got lost from the bzr tree?!?!?
Michael Vogt [Wed, 5 Sep 2007 13:10:55 +0000 (15:10 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
- fix bug in dpkg log writing when a signal is caught during
select() (LP: #134858)
- write end marker in the log as well
Michael Vogt [Wed, 5 Sep 2007 13:09:56 +0000 (15:09 +0200)]
apt-pkg/deb/dpkgpm.cc:
- remove leading "\n"
Michael Vogt [Wed, 5 Sep 2007 12:57:35 +0000 (14:57 +0200)]
* write start/end log tags
Michael Vogt [Wed, 5 Sep 2007 12:16:45 +0000 (14:16 +0200)]
* reupload to fix FTBFS
bubulle@debian.org [Mon, 3 Sep 2007 21:20:50 +0000 (23:20 +0200)]
Vietnamese translation update
Michael Vogt [Tue, 28 Aug 2007 08:54:59 +0000 (10:54 +0200)]
* test/fake-status:
- make the fake package architecture all to make the testsuit
work on all arches
Michael Vogt [Tue, 28 Aug 2007 08:49:02 +0000 (10:49 +0200)]
* merged from apt--mvo
Michael Vogt [Tue, 28 Aug 2007 08:19:57 +0000 (10:19 +0200)]
* test/pre-upload-check.py:
- add pointer to test-data-repo
Michael Vogt [Tue, 28 Aug 2007 08:17:07 +0000 (10:17 +0200)]
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
Michael Vogt [Tue, 28 Aug 2007 08:14:43 +0000 (10:14 +0200)]
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
Michael Vogt [Tue, 28 Aug 2007 08:11:13 +0000 (10:11 +0200)]
* apt-pkg/pkgcachegen.cc:
- increase default mmap size
* tests/local-repo:
- added local repository testcase
Michael Vogt [Tue, 28 Aug 2007 08:02:45 +0000 (10:02 +0200)]
* merged from dpkg-log branch
Michael Vogt [Tue, 28 Aug 2007 07:55:08 +0000 (09:55 +0200)]
* merged from dpkg-log branch
Michael Vogt [Mon, 27 Aug 2007 12:28:27 +0000 (14:28 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- on error in select() continue
Ian Jackson [Thu, 16 Aug 2007 00:10:35 +0000 (01:10 +0100)]
dpkg-triggers: deal properly with new package states; 0.7.6ubuntu6
Michael Vogt [Sat, 11 Aug 2007 07:20:46 +0000 (09:20 +0200)]
* merged from sha256 branch
Michael Vogt [Sat, 11 Aug 2007 07:19:21 +0000 (09:19 +0200)]
* merged dpkg-log branch
bubulle@debian.org [Sat, 11 Aug 2007 06:02:35 +0000 (08:02 +0200)]
Fix changelog entry for 0.7.2 with the correct translator's name. Closes: #423272
Otavio Salvador [Fri, 10 Aug 2007 21:05:05 +0000 (18:05 -0300)]
* Reset curl options and timestamp between downloaded files. Thanks to
Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
Michael Vogt [Thu, 9 Aug 2007 10:34:46 +0000 (12:34 +0200)]
* apt-pkg/acquire-item.cc:
- fix file removal on local repo i-m-s hit (LP: #131166)
* tests/local-repo:
- added regression test for this bug
* apt-pkg/pkgcachegen.cc:
- increase default mmap size
* tests/local-repo:
- added local repository testcase
Michael Vogt [Thu, 9 Aug 2007 10:31:46 +0000 (12:31 +0200)]
* apt-pkg/pkgcachegen.cc:
- increase default mmap size
* tests/local-repo:
- added local repository testcase
bubulle@debian.org [Thu, 9 Aug 2007 05:58:05 +0000 (07:58 +0200)]
Basque translation update
Michael Vogt [Wed, 8 Aug 2007 17:31:03 +0000 (19:31 +0200)]
* methods/copy.cc:
- take hashes here too
* apt-pkg/acquire-worker.cc:
- only pass on computed hash if we recived one from the method
Michael Vogt [Wed, 8 Aug 2007 17:28:43 +0000 (19:28 +0200)]
* apt-pkg/acquire-worker.cc:
- only pass a hash if we actually got one from the method
* methods/copy.cc:
- take hashes here too (*sigh*)
Michael Vogt [Wed, 8 Aug 2007 10:52:56 +0000 (12:52 +0200)]
* cmdline/apt-get.cc:
- remove YnPrompt when a XS-Vcs- tag is found, improve the
notice (LP: #129575)
Michael Vogt [Mon, 6 Aug 2007 16:21:40 +0000 (18:21 +0200)]
* apt-pkg/pkgcachegen.cc:
- increase default mmap size (LP: #125640)
Michael Vogt [Mon, 6 Aug 2007 14:48:55 +0000 (16:48 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- fix packagename extraction when writting apport reports
Michael Vogt [Mon, 6 Aug 2007 13:53:07 +0000 (15:53 +0200)]
* merged from apt--mvo
Otavio Salvador [Mon, 6 Aug 2007 13:45:59 +0000 (10:45 -0300)]
* Add hash support to copy method. Thanks Anders Kaseorg by the patch
(closes: #436055)
Michael Vogt [Mon, 6 Aug 2007 13:41:32 +0000 (15:41 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
move term_out into DPkgPM class
Michael Vogt [Mon, 6 Aug 2007 13:18:14 +0000 (15:18 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- do not break if no /dev/pts is available
Michael Vogt [Mon, 6 Aug 2007 13:13:30 +0000 (15:13 +0200)]
* merged with dpkg-log branch
Michael Vogt [Mon, 6 Aug 2007 13:11:48 +0000 (15:11 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- do not fail if openpty() fails
bubulle@debian.org [Mon, 6 Aug 2007 07:00:00 +0000 (09:00 +0200)]
Update changelog as well
bubulle@debian.org [Mon, 6 Aug 2007 06:57:38 +0000 (08:57 +0200)]
Updated French translation
bubulle@debian.org [Sat, 4 Aug 2007 10:43:36 +0000 (12:43 +0200)]
Regenerate PO(T) files
Michael Vogt [Fri, 3 Aug 2007 20:45:23 +0000 (22:45 +0200)]
* doc/examples/sources.list:
- change example source to gutsy
Michael Vogt [Fri, 3 Aug 2007 19:04:07 +0000 (21:04 +0200)]
* added missing test/fake-status file