]>
git.saurik.com Git - apt.git/log
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
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)
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:24:15 +0000 (17:24 +0100)]
- fix parse error when dpkg sends unexpected data
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:04:23 +0000 (14:04 +0200)]
* fix "purge" commandline argument, closes: #133421
(thanks to Julien Danjou for the patch)
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:50:31 +0000 (20:50 +0200)]
* fix missing SetExecClose() call when the status-fd is used
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:03:07 +0000 (16:03 +0200)]
* make apt build with g++ 4.3
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
Michael Vogt [Thu, 6 Sep 2007 13:38:32 +0000 (15:38 +0200)]
* dpkg-triggers: Deal properly with new package states.
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: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:02:45 +0000 (10:02 +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
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
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: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
Michael Vogt [Fri, 3 Aug 2007 19:04:07 +0000 (21:04 +0200)]
* added missing test/fake-status file
Michael Vogt [Fri, 3 Aug 2007 16:59:39 +0000 (18:59 +0200)]
* make apt -Wall clean
Michael Vogt [Fri, 3 Aug 2007 12:56:41 +0000 (14:56 +0200)]
* merged from dpkg-log branch
Michael Vogt [Fri, 3 Aug 2007 12:55:10 +0000 (14:55 +0200)]
* test/pre-upload-check.py:
- commit initial testsuit code to do a blackbox test on the
generated binary to catch common problem before a upload
Michael Vogt [Fri, 3 Aug 2007 12:53:51 +0000 (14:53 +0200)]
* apt-pkg/init.cc:
- init Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- only work with term_out if it is not NULL
Michael Vogt [Fri, 3 Aug 2007 09:27:47 +0000 (11:27 +0200)]
(ABI break)
* merged apt--sha256 branch to fully support the new
sha256 checksums in the Packages and Release files
(ABI break)
Michael Vogt [Fri, 3 Aug 2007 09:23:25 +0000 (11:23 +0200)]
* merged from dpkg-log branch
Michael Vogt [Fri, 3 Aug 2007 09:21:19 +0000 (11:21 +0200)]
* doc/examples/configure-index:
- updated Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- make the terminal log optional
- rename Dir::Log::Name to Dir::Log::Terminal
Michael Vogt [Fri, 3 Aug 2007 09:13:25 +0000 (11:13 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
ABI break
Michael Vogt [Fri, 3 Aug 2007 08:22:24 +0000 (10:22 +0200)]
* apt-pkg/acquire-item.cc:
- remove zero size files on I-M-S hit
* methods/https.cc:
- only send LastModified if we actually have one
- send range request with if-range
- delete failed downloads
Michael Vogt [Thu, 2 Aug 2007 22:56:57 +0000 (00:56 +0200)]
debian/changelog: updated credits
Michael Vogt [Thu, 2 Aug 2007 17:23:41 +0000 (19:23 +0200)]
* methods/https.cc:
- only send i-m-s if last-modified is > 0
- instead of resume send a range: if-range: custom header
- merge 304 detection patch from thom may (thanks!)
* apt-pkg/acquire-item.cc:
- remove empty files on i-m-s hits from partial/
Michael Vogt [Thu, 2 Aug 2007 09:56:54 +0000 (11:56 +0200)]
* apt-inst/contrib/extracttar.cc:
- fix fd leak for zero size files
Otavio Salvador [Wed, 1 Aug 2007 22:51:20 +0000 (19:51 -0300)]
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
directory downloading on non-linux architectures (closes: #435597)
Otavio Salvador [Tue, 31 Jul 2007 18:23:12 +0000 (15:23 -0300)]
Release 0.7.5
Michael Vogt [Tue, 31 Jul 2007 10:11:54 +0000 (12:11 +0200)]
* apt-pkg/acquire-item.cc:
- only verify checksum in pkgAcqFile if we actually have one
Otavio Salvador [Mon, 30 Jul 2007 23:26:53 +0000 (20:26 -0300)]
Changed Guillem's mail address as per his request
Michael Vogt [Mon, 30 Jul 2007 19:48:03 +0000 (21:48 +0200)]
* methods/makefile:
- install lzma symlink method (for full lzma support)
* debian/control:
- suggest "lzma"
Michael Vogt [Mon, 30 Jul 2007 15:47:05 +0000 (17:47 +0200)]
* apt-pkg/acquire-item.{cc,h}:
- rename "hash" into ExpectedHash in pkgAcqFile, pkgAcqIndex
- add missing HashSum() call to class pkgAcqIndex
- use the data provided by acquire-method (and send via the
{SHA256,SHA1,MD5Sum}-Hash tag when comparing the hash, this
avoids calculating the hash twice (just like old libapt)
* apt-pkg/acquire-method.cc:
- send MD5Sum-Hash tag to libapt to be consistant with
HashString::SupportedHashes()
* apt-pkg/acquire-worker.cc:
- check with "Owner->HashSum().HashType()" what hash the frontend
is expecting and pass it to pkgAcquireItem::Done() in the new
HashString format
- add some debugging output
* apt-pkg/contrib/hashes.cc:
- fix off-by-one error when constructing a HashString from a single
input string
* apt-pkg/contrib/hashes.h:
- add "HashType()" method
* apt-pkg/init.h, apt-pkg/makefile, methods/makefile:
- break ABI
Michael Vogt [Mon, 30 Jul 2007 14:53:02 +0000 (16:53 +0200)]
* apt-pkg/acquire-item.cc:
- md5sum -> hashsum
Michael Vogt [Mon, 30 Jul 2007 14:51:58 +0000 (16:51 +0200)]
* apt-pkg/acquire-method.{cc,h}:
- transfert sha256 sum between libapt and method too
Otavio Salvador [Sat, 28 Jul 2007 15:25:01 +0000 (12:25 -0300)]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to add
support to add lzma support (closes: #408201)
Michael Vogt [Thu, 26 Jul 2007 17:18:11 +0000 (19:18 +0200)]
* implement sha256/sha1/md5 checking with proper backward compatibility
and fallback
Michael Vogt [Thu, 26 Jul 2007 08:45:18 +0000 (10:45 +0200)]
* apt-pkg/depcache.cc:
- support a list of sections for:
APT::Install-Recommends-Sections
APT::Never-MarkAuto-Sections
Michael Vogt [Thu, 26 Jul 2007 08:27:28 +0000 (10:27 +0200)]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
dpkg-architecture to get the host architecture (closes: #407187)
* vi.po: completed to 532t, again. Closes: #429899
* gl.po: completed to 532t. Closes: #429506
* vi.po: completed to 532t. Closes: #428672
Michael Vogt [Thu, 26 Jul 2007 08:25:10 +0000 (10:25 +0200)]
* apt-pkg/depcache.cc:
- support a list of sections for:
APT::Install-Recommends-Sections
APT::Never-MarkAuto-Sections
Otavio Salvador [Wed, 25 Jul 2007 23:27:40 +0000 (20:27 -0300)]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
dpkg-architecture to get the host architecture (closes: #407187)
Otavio Salvador [Tue, 24 Jul 2007 15:32:37 +0000 (12:32 -0300)]
Added myself as uploader. Acked by Michael
Otavio Salvador [Tue, 24 Jul 2007 15:17:16 +0000 (12:17 -0300)]
releasing version 0.7.4
Michael Vogt [Tue, 24 Jul 2007 12:36:13 +0000 (14:36 +0200)]
* merged from otavio
Michael Vogt [Tue, 24 Jul 2007 12:30:33 +0000 (14:30 +0200)]
* merged from apt--mvo
Michael Vogt [Tue, 24 Jul 2007 12:29:46 +0000 (14:29 +0200)]
* merged from Christian Perrier (thanks!)
* eu.po: completed to 532t. Closes: #423766
* Update all PO and the POT. Gives 529t3f for formerly
complete translations
* Unfuzzy formerly complete translations (es, fr, gl, vi)
* es.po: completed to 532t, again. Closes: #429935
* vi.po: completed to 532t, again. Closes: #429899
Michael Vogt [Tue, 24 Jul 2007 12:24:48 +0000 (14:24 +0200)]
* merged from Christian Perrier (thanks!)
* eu.po: completed to 532t. Closes: #423766
* Update all PO and the POT. Gives 529t3f for formerly
complete translations
* Unfuzzy formerly complete translations (es, fr, gl, vi)
* es.po: completed to 532t, again. Closes: #429935
* vi.po: completed to 532t, again. Closes: #429899
Michael Vogt [Mon, 23 Jul 2007 13:28:32 +0000 (15:28 +0200)]
* cmdline/apt-get.cc:
- fix in the task-install code regexp (thanks to Adam Conrad and
Colin Watson)
- support task removal too: apt-get remove taskname^
(thanks to Matt Zimmerman reporting this problem)
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
* Fix compilation warnings:
- apt-pkg/contrib/configuration.cc: wrong argument type;
- apt-pkg/deb/dpkgpm.cc: wrong signess;
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
- methods/https.cc:
- type conversion;
- unused variable;
- changed SetupProxy() method to void;
* Simplified HttpMethod::Fetch on http.cc removing Tail variable;
* Fix pipeline handling on http.cc (closes: #413324)
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
<schepler@math.unipd.it> by the patch (closes: #359634)
* Fix example for Install-{Recommends,Suggests} options on
configure-index example file. Thanks to Peter Eisentraut
<peter_e@gmx.net> by the patch (closes: #432223)
* fixed compile errors with g++ 4.3 (thanks to
Michael Vogt [Mon, 23 Jul 2007 13:27:14 +0000 (15:27 +0200)]
* smalish changelog fixes
Michael Vogt [Thu, 19 Jul 2007 10:21:20 +0000 (11:21 +0100)]
merge logrotate support
Michael Vogt [Thu, 19 Jul 2007 09:46:47 +0000 (10:46 +0100)]
add logrotate support
Michael Vogt [Thu, 19 Jul 2007 09:40:39 +0000 (10:40 +0100)]
merge the local changes back
Michael Vogt [Thu, 19 Jul 2007 09:37:05 +0000 (10:37 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}
- a bit cleanup
- move the log date to the right place
- write log to dir::log::name
apt-pkg/init.cc:
- init dir::log::name "/var/log/apt/term.log"
debian/apt.dirs:
- create /var/log/apt/
doc/examples/configure-index:
- add new dir::log::name to the index
Michael Vogt [Wed, 18 Jul 2007 23:56:22 +0000 (00:56 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- move output processing ProcessDpkgStatusLine() and out of the
Go() method (yeah!) - things start to look more tidy now
Michael Vogt [Wed, 18 Jul 2007 23:22:42 +0000 (00:22 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- move make dpkgstatus processing into DoDpkgStatusFd()
and ProcessDpkgStatusLine() [the later is a stub for now]
Michael Vogt [Wed, 18 Jul 2007 11:33:36 +0000 (12:33 +0100)]
- support task removal too: apt-get remove taskname^
(thanks to Matt Zimmerman reporting this problem)
Otavio Salvador [Tue, 17 Jul 2007 02:05:01 +0000 (23:05 -0300)]
Another sync with Christian
Otavio Salvador [Tue, 17 Jul 2007 02:03:16 +0000 (23:03 -0300)]
Remove a useless entry from changelog
Michael Vogt [Mon, 16 Jul 2007 16:07:42 +0000 (17:07 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- merge select() based terminal log
Michael Vogt [Mon, 16 Jul 2007 08:19:45 +0000 (09:19 +0100)]
apt-pkg/deb/dpkgpm.cc:
- run DoStdin(), DoTerminalPty() calls only if their FD is in the
returned set after select()
Michael Vogt [Sun, 15 Jul 2007 16:38:22 +0000 (17:38 +0100)]
apt-pkg/deb/dpkgpm.cc:
- write current time to log
Michael Vogt [Sun, 15 Jul 2007 14:42:15 +0000 (15:42 +0100)]
apt-pkg/deb/dpkgpm.cc:
- unbreak progress reporting, make code nicer
Michael Vogt [Sun, 15 Jul 2007 10:11:04 +0000 (11:11 +0100)]
apt-pkg/deb/dpkgpm.{cc,h}:
- move the terminal and stdin reading into its own functions
Michael Vogt [Sun, 15 Jul 2007 09:30:30 +0000 (10:30 +0100)]
apt-pkg/deb/dpkgpm.cc:
- use select() to check for new data
bubulle@debian.org [Sun, 15 Jul 2007 06:17:44 +0000 (08:17 +0200)]
Sync with Michael
bubulle@debian.org [Sun, 15 Jul 2007 06:13:54 +0000 (08:13 +0200)]
Sync with Peter Karlsson and fix an error in sv.po
Otavio Salvador [Sat, 14 Jul 2007 18:52:26 +0000 (15:52 -0300)]
[ Christian Perrier ]
* Basque translation update. Closes: ##423766
* Unfuzzy formerly complete translations
* French translation update
* Re-generate PO(T) files
* Sync with Michael
* Spanish translation update
Otavio Salvador [Sat, 14 Jul 2007 18:50:17 +0000 (15:50 -0300)]
Revert po/apt-all.pot changes to make merging from Christian's branch easier.
Peter Karlsson [Sat, 14 Jul 2007 17:44:14 +0000 (18:44 +0100)]
Made several improvements suggested by Daniel Nylander.
Peter Karlsson [Sat, 14 Jul 2007 16:24:10 +0000 (17:24 +0100)]
Fixed fuzzy strings.
Otavio Salvador [Sat, 14 Jul 2007 16:02:52 +0000 (13:02 -0300)]
Merge fixes branch.
Michael Vogt [Sat, 14 Jul 2007 15:13:23 +0000 (16:13 +0100)]
* Simplified HttpMethod::Fetch on http.cc removing Tail variable;
* Fix pipeline handling on http.cc (closes: #413324)
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
<schepler@math.unipd.it> by the patch (closes: #359634)
* Fix example for Install-{Recommends,Suggests} options on
configure-index example file. Thanks to Peter Eisentraut
<peter_e@gmx.net> by the patch (closes: #432223)
Otavio Salvador [Thu, 12 Jul 2007 17:09:39 +0000 (14:09 -0300)]
* Fix example for Install-{Recommends,Suggests} options on
configure-index example file. Thanks to Peter Eisentraut
<peter_e@gmx.net> by the patch (closes: #432223)
Otavio Salvador [Thu, 12 Jul 2007 17:05:12 +0000 (14:05 -0300)]
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
<schepler@math.unipd.it> by the patch (closes: #359634)
Otavio Salvador [Thu, 12 Jul 2007 17:02:46 +0000 (14:02 -0300)]
Sync with Michael branch
Michael Vogt [Thu, 12 Jul 2007 15:49:43 +0000 (16:49 +0100)]
- fix in the task-install code regexp (thanks to Adam Conrad and
Colin Watson)
Michael Vogt [Thu, 12 Jul 2007 15:12:33 +0000 (16:12 +0100)]
* cmdline/apt-get.cc:
- fix in the task-install code
* Fix compilation warnings:
- apt-pkg/contrib/configuration.cc: wrong argument type;
- apt-pkg/deb/dpkgpm.cc: wrong signess;
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
- methods/https.cc:
- type conversion;
- unused variable;
- changed SetupProxy() method to void;
Michael Vogt [Wed, 11 Jul 2007 22:21:07 +0000 (23:21 +0100)]
* cmdline/apt-get.cc:
- fix in the task-install code
bubulle@debian.org [Wed, 11 Jul 2007 06:02:32 +0000 (08:02 +0200)]
Basque translation update. Closes: ##423766
Otavio Salvador [Tue, 10 Jul 2007 19:49:12 +0000 (16:49 -0300)]
* Fix pipeline handling on http.cc (closes: #413324)
Otavio Salvador [Tue, 10 Jul 2007 19:12:25 +0000 (16:12 -0300)]
Simplified HttpMethod::Fetch on http.cc removing Tail variable;
Otavio Salvador [Tue, 10 Jul 2007 18:14:57 +0000 (15:14 -0300)]
Minor typos.
Otavio Salvador [Tue, 10 Jul 2007 18:06:12 +0000 (15:06 -0300)]
* Fix compilation warnings:
- apt-pkg/contrib/configuration.cc: wrong argument type;
- apt-pkg/deb/dpkgpm.cc: wrong signess;
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
- methods/https.cc:
- type conversion;
- unused variable;
- changed SetupProxy() method to void;
bubulle@debian.org [Fri, 6 Jul 2007 05:27:18 +0000 (07:27 +0200)]
Unfuzzy formerly complete translations
bubulle@debian.org [Fri, 6 Jul 2007 05:23:04 +0000 (07:23 +0200)]
French translation update
bubulle@debian.org [Fri, 6 Jul 2007 05:21:35 +0000 (07:21 +0200)]
Re-generate PO(T) files
bubulle@debian.org [Fri, 6 Jul 2007 05:18:13 +0000 (07:18 +0200)]
Sync with Michael
Michael Vogt [Tue, 3 Jul 2007 19:38:32 +0000 (21:38 +0200)]
* first (raw and ineffient) implementation
Michael Vogt [Tue, 3 Jul 2007 09:39:38 +0000 (11:39 +0200)]
* merged fixes from otavio (thanks!)
Otavio Salvador [Mon, 2 Jul 2007 16:29:03 +0000 (13:29 -0300)]
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)