ntk/apt.git
10 years agofix failing ./test/integration/test-disappearing-packages (thanks Donkult) - ported...
Michael Vogt [Tue, 22 Oct 2013 19:55:02 +0000 (21:55 +0200)]
fix failing ./test/integration/test-disappearing-packages (thanks Donkult) - ported from the mvo/feature/install-progress-refactor branch

10 years agotest/integration/run-tests: output the failed test names
Michael Vogt [Tue, 22 Oct 2013 19:38:45 +0000 (21:38 +0200)]
test/integration/run-tests: output the failed test names

10 years agoMerge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sid
Michael Vogt [Tue, 22 Oct 2013 19:24:13 +0000 (21:24 +0200)]
Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sid

10 years agoadd Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)
Michael Vogt [Sat, 19 Oct 2013 16:29:59 +0000 (18:29 +0200)]
add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)

10 years agouse std::string instead of char* in pkgDPkgPM::ProcessDpkgStatusLine()
Michael Vogt [Fri, 18 Oct 2013 07:40:05 +0000 (09:40 +0200)]
use std::string instead of char* in pkgDPkgPM::ProcessDpkgStatusLine()

10 years agoreshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some more to make it more robust
Michael Vogt [Fri, 18 Oct 2013 07:28:08 +0000 (09:28 +0200)]
reshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some more to make it more robust

10 years agoreshuffle dpkgpm.cc code a bit more
Michael Vogt [Fri, 18 Oct 2013 06:32:36 +0000 (08:32 +0200)]
reshuffle dpkgpm.cc code a bit more

10 years agoadd $* to gdb to make it more useful
Michael Vogt [Fri, 18 Oct 2013 06:32:14 +0000 (08:32 +0200)]
add $* to gdb to make it more useful

10 years agoadd APT::String::Strip(), start cleanup of ProcessDpkgStatusLine
Michael Vogt [Fri, 18 Oct 2013 06:10:29 +0000 (08:10 +0200)]
add APT::String::Strip(), start cleanup of ProcessDpkgStatusLine

10 years agofix broken clean when apt was finished and ensure that terminal progress is updated...
Michael Vogt [Thu, 17 Oct 2013 05:47:15 +0000 (07:47 +0200)]
fix broken clean when apt was finished and ensure that terminal progress is updated when a new dpkg-loop is entered in dpkgpm.cc

10 years agofix changelog
Michael Vogt [Tue, 15 Oct 2013 19:12:19 +0000 (21:12 +0200)]
fix changelog

10 years agoreleasing package apt version 0.9.12.1 0.9.12.1
Michael Vogt [Tue, 15 Oct 2013 16:50:09 +0000 (18:50 +0200)]
releasing package apt version 0.9.12.1

10 years agoremove POSTINST from framework, file tree can be used for this
Michael Vogt [Tue, 15 Oct 2013 16:09:09 +0000 (18:09 +0200)]
remove POSTINST from framework, file tree can be used for this

10 years agotests, do not send pkgname with arch via the status-fd
Michael Vogt [Tue, 15 Oct 2013 16:07:44 +0000 (18:07 +0200)]
tests, do not send pkgname with arch via the status-fd

10 years agoMerge remote-tracking branch 'upstream/debian/sid' into bugfix/bts-726156-2
Michael Vogt [Tue, 15 Oct 2013 15:54:31 +0000 (17:54 +0200)]
Merge remote-tracking branch 'upstream/debian/sid' into bugfix/bts-726156-2

10 years agofix logic for finding what package dpkg means in the --status-fd and only send out...
Michael Vogt [Tue, 15 Oct 2013 13:39:59 +0000 (15:39 +0200)]
fix logic for finding what package dpkg means in the --status-fd and only send out short packagenames

10 years agofix progress-segfault in case of dpkg errors/prompts
David Kalnischkies [Sun, 13 Oct 2013 17:33:09 +0000 (19:33 +0200)]
fix progress-segfault in case of dpkg errors/prompts

Errors and conffile prompts have a fourth information piece,
which the "old" code access which isn't provided by the "new" one.

This isn't checking if the messages are really well-formed,
so it could still segfault on misformed messages, but this code
needs more work anyway, so one step at a time.

Closes: 726047

10 years agoMerge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid
Michael Vogt [Fri, 11 Oct 2013 20:05:47 +0000 (22:05 +0200)]
Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid

10 years agoadd missing _() around the new "Progress" string
Michael Vogt [Fri, 11 Oct 2013 20:05:38 +0000 (22:05 +0200)]
add missing _() around the new "Progress" string

10 years agoMerge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid
Michael Vogt [Wed, 9 Oct 2013 20:37:46 +0000 (22:37 +0200)]
Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid

10 years agofix typo
Michael Vogt [Wed, 9 Oct 2013 19:20:57 +0000 (21:20 +0200)]
fix typo

10 years agofix typo
Michael Vogt [Wed, 9 Oct 2013 19:20:57 +0000 (21:20 +0200)]
fix typo

10 years agoreleasing package apt version 0.9.12
Michael Vogt [Wed, 9 Oct 2013 18:50:13 +0000 (20:50 +0200)]
releasing package apt version 0.9.12

10 years agoupdate changelog
Michael Vogt [Wed, 9 Oct 2013 13:02:49 +0000 (15:02 +0200)]
update changelog

10 years agoMerge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sid
Michael Vogt [Wed, 9 Oct 2013 12:55:01 +0000 (14:55 +0200)]
Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sid

10 years agoMerge remote-tracking branch 'mvo/feature/add-upgrade-mode-test' into debian/sid
Michael Vogt [Wed, 9 Oct 2013 12:51:09 +0000 (14:51 +0200)]
Merge remote-tracking branch 'mvo/feature/add-upgrade-mode-test' into debian/sid

10 years agofixup various UI issues in the test
Michael Vogt [Wed, 9 Oct 2013 12:02:42 +0000 (14:02 +0200)]
fixup various UI issues in the test

10 years agoreally fix test
Michael Vogt [Wed, 9 Oct 2013 10:37:52 +0000 (12:37 +0200)]
really fix test

10 years agouse "insertpackage" instead of "buildsimplenativepackage"
Michael Vogt [Wed, 9 Oct 2013 09:01:18 +0000 (11:01 +0200)]
use "insertpackage" instead of "buildsimplenativepackage"

10 years agoupdate Uploaders to match recent uploaders better
Michael Vogt [Wed, 9 Oct 2013 08:27:11 +0000 (10:27 +0200)]
update Uploaders to match recent uploaders better

10 years agoadd test for upgrade, upgrade --with-new-pkgs, dist-upgrade
Michael Vogt [Wed, 9 Oct 2013 05:58:31 +0000 (07:58 +0200)]
add test for upgrade, upgrade --with-new-pkgs, dist-upgrade

10 years agoapt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea reset
Michael Vogt [Tue, 8 Oct 2013 19:48:14 +0000 (21:48 +0200)]
apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea reset

10 years agoprepare new release
Michael Vogt [Tue, 8 Oct 2013 18:39:03 +0000 (20:39 +0200)]
prepare new release

10 years agoMerge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sid
Michael Vogt [Tue, 8 Oct 2013 17:59:26 +0000 (19:59 +0200)]
Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sid

10 years agoMerge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid
Michael Vogt [Tue, 8 Oct 2013 17:59:04 +0000 (19:59 +0200)]
Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid

10 years agoMerge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sid
Michael Vogt [Tue, 8 Oct 2013 17:57:42 +0000 (19:57 +0200)]
Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sid

10 years agodebian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure the apt...
Michael Vogt [Tue, 8 Oct 2013 17:46:39 +0000 (19:46 +0200)]
debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure the apt-auto-removal file is correctly create, thanks to Ben Hutchings

10 years agofix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()
Michael Vogt [Mon, 7 Oct 2013 11:46:30 +0000 (13:46 +0200)]
fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()

10 years agofix libapt-inst for >2G debs (closes: #725483)
Michael Vogt [Mon, 7 Oct 2013 11:42:50 +0000 (13:42 +0200)]
fix libapt-inst for >2G debs (closes: #725483)

10 years agouse Dpkg::Progress-Fancy to be consitent with Dpkg::Progress
Michael Vogt [Mon, 7 Oct 2013 11:37:28 +0000 (13:37 +0200)]
use Dpkg::Progress-Fancy to be consitent with Dpkg::Progress

10 years agoadd -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ terminals
Michael Vogt [Mon, 7 Oct 2013 08:26:50 +0000 (10:26 +0200)]
add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ terminals

10 years agorename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES
Michael Vogt [Sat, 5 Oct 2013 10:30:26 +0000 (12:30 +0200)]
rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES

10 years agoMove ListUpdate/AquireUpdate into update.{cc,h}
Michael Vogt [Sat, 5 Oct 2013 10:22:55 +0000 (12:22 +0200)]
Move ListUpdate/AquireUpdate into update.{cc,h}

This moves the ListUpdate/AquireUpdate out of the "catch-all"
algorithm.{cc,h} file into its own update.{cc,h}

10 years ago* move upgrade releated code into upgrade.{cc,h}
Michael Vogt [Sat, 5 Oct 2013 10:15:03 +0000 (12:15 +0200)]
* move upgrade releated code into upgrade.{cc,h}

The upgrade releated code is moved into upgrade.{cc,h} and
all pkg*Upgrade* prototypes are included in algorihms.h to
avoid breaking API (unless build with APT_9_CLEANER_HEADERS).

10 years agore-add "Calculating upgrade..." message
Michael Vogt [Sat, 5 Oct 2013 09:55:08 +0000 (11:55 +0200)]
re-add "Calculating upgrade..." message

10 years agocleanup upgrade API some more (thanks for the feedback from David)
Michael Vogt [Sat, 5 Oct 2013 09:54:08 +0000 (11:54 +0200)]
cleanup upgrade API some more (thanks for the feedback from David)

10 years agoMerge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt [Sat, 5 Oct 2013 08:49:34 +0000 (10:49 +0200)]
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid

10 years agoMerge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian/sid
Michael Vogt [Sat, 5 Oct 2013 08:49:26 +0000 (10:49 +0200)]
Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian/sid

10 years agotests: install --no-install-recommends and stunnel4 for travis
David Kalnischkies [Thu, 3 Oct 2013 20:58:55 +0000 (22:58 +0200)]
tests: install --no-install-recommends and stunnel4 for travis

stunnel4 is required for https tests

Git-Dch: Ignore

10 years agotest: use a multiarch capable dpkg rather than workaround
David Kalnischkies [Thu, 3 Oct 2013 20:49:58 +0000 (22:49 +0200)]
test: use a multiarch capable dpkg rather than workaround

The tests require nowadays a (somewhat) multiarch-capable dpkg, so
replace the workaround as marked in the FIXME with a proper install as
the workaround isn't working always correctly, letting the test fail.

Git-Dch: Ignore

10 years agodo not ++ on erased package pointers in autoremove
David Kalnischkies [Thu, 3 Oct 2013 20:23:11 +0000 (22:23 +0200)]
do not ++ on erased package pointers in autoremove

Symptom: In an Ubuntu precise chroot (like on travis-ci)
test-bug-613420-new-garbage-dependency segfaults in a std::set
operator++ on an iterator we have erased previously
(but not if run under gdb of course)

10 years agofix lzma-support detection via xz binary
David Kalnischkies [Thu, 3 Oct 2013 19:34:52 +0000 (21:34 +0200)]
fix lzma-support detection via xz binary

Clear() only clears a config option, not removing it and an empty
setting still exists. Hence we set the option instead to the xz path
so that the later existance check can find a binary for the test

10 years agouse pkgAcqArchive in 'download' for proper errors
David Kalnischkies [Thu, 3 Oct 2013 13:11:21 +0000 (15:11 +0200)]
use pkgAcqArchive in 'download' for proper errors

With a bit of trickery we can reuse the usual infrastructure we have in
place to acquire deb files for the 'download' operation as well, which
gains us authentification check & display, error messages, correct
filenames and "downloads" from the root-owned archives.

10 years agoput fetch errors in 'source' on our errorstack
David Kalnischkies [Thu, 3 Oct 2013 12:45:41 +0000 (14:45 +0200)]
put fetch errors in 'source' on our errorstack

refactor the fetching process so that it looks more like the
others we have in the hope that we can reuse code in the future.

This is a soft interface change as 'source' previously printed
errors directly on stderr, while it will now push it onto our usual
error stack.

10 years agorefactor onError relabeling of DestFile as '.FAILED'
David Kalnischkies [Wed, 2 Oct 2013 23:12:18 +0000 (01:12 +0200)]
refactor onError relabeling of DestFile as '.FAILED'

This helps ensure three things:
- each error is reported via ReportMirrorFailure
- if DestFile doesn't exist, do not attempt rename
- renames happen for every error

The last one wasn't the case for Size mismatches, which isn't nice, but
not a exploitable problem per-se as the file isn't picked up and remains
in partial/ where the following download-try will at most take it for a
partial request which fails the hashsum verification later on

Git-Dch: Ignore

10 years agotests: fix some problems travis encounters
David Kalnischkies [Wed, 2 Oct 2013 11:34:59 +0000 (13:34 +0200)]
tests: fix some problems travis encounters

Git-Dch: Ignore

10 years agoMerge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bugfix...
Michael Vogt [Wed, 2 Oct 2013 08:15:52 +0000 (10:15 +0200)]
Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bugfix/dpkg-progress-multiarch

10 years agomake dpkg progress slightly nicer
Michael Vogt [Wed, 2 Oct 2013 08:15:28 +0000 (10:15 +0200)]
make dpkg progress slightly nicer

10 years agochange maxsplit default from "0" to maxint
Michael Vogt [Tue, 1 Oct 2013 10:38:03 +0000 (12:38 +0200)]
change maxsplit default from "0" to maxint

10 years agoimprove documentation for StringSplit()
Michael Vogt [Tue, 1 Oct 2013 10:03:37 +0000 (12:03 +0200)]
improve documentation for StringSplit()

10 years agorename "--dpkg-progress" to "--show-progress" and document it in apt-get.8
Michael Vogt [Tue, 1 Oct 2013 09:30:56 +0000 (11:30 +0200)]
rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8

10 years agodon't consider holds for autoremoval
David Kalnischkies [Mon, 30 Sep 2013 16:51:40 +0000 (18:51 +0200)]
don't consider holds for autoremoval

We can't remove packages which are held back by the user with a hold, so
marking them (or its dependencies) as garbage will lead our autoremover
into madness – and given that the package is important enough that the
user has held it back it can't be garbage (at least at the moment), so
even if a front-end wants to use the info just for information display
its a good idea to not consider it garbage for them.

Closes: 724995

10 years agohandle complete responses to https range requests
David Kalnischkies [Mon, 30 Sep 2013 14:41:16 +0000 (16:41 +0200)]
handle complete responses to https range requests

Servers might respond with a complete file either because they don't
support Ranges at all or the If-Range condition isn't statisfied, so we
have to parse the headers curl gets ourself to seek or truncate the file
we have so far.

This also finially adds the testcase testing a bunch of partial
situations for both, http and https - which is now all green.

Closes: 617643, 667699
LP: 1157943

10 years agofix partial (206 and 416) support in https
David Kalnischkies [Mon, 30 Sep 2013 11:42:33 +0000 (13:42 +0200)]
fix partial (206 and 416) support in https

As lengthy discussed in lp:1157943 partial https support was utterly
broken as a 206 response was handled as an (unhandled) error. This is
the first part of fixing it by supporting a 206 response and starting to
deal with 416.

10 years agorefactor http client implementation
David Kalnischkies [Tue, 17 Sep 2013 20:35:44 +0000 (22:35 +0200)]
refactor http client implementation

No effective behavior change, just shuffling big junks of code between
methods and classes to split them into those strongly related to our
client implementation and those implementing HTTP.

The idea is to get HTTPS to a point in which most of the implementation
can be shared even though the client implementations itself is
completely different. This isn't anywhere near yet though, but it should
beenough to reuse at least a few lines from http in https now.

Git-Dch: Ignore

10 years agoreplace "filesize - 1" trick in http with proper 416 handling
David Kalnischkies [Mon, 16 Sep 2013 22:41:58 +0000 (00:41 +0200)]
replace "filesize - 1" trick in http with proper 416 handling

Our http client requests the "filesize - 1" for the small edgecase of
handling a file which was completely downloaded, but not yet moved to
the correct place as we get 416 errors in that case, but as we can
handle 416 returns now we just special-case the situation of requesting
the exact filesize and handle it as a 200 without content instead.

10 years agoretry without partial data after a 416 response
David Kalnischkies [Mon, 16 Sep 2013 21:21:11 +0000 (23:21 +0200)]
retry without partial data after a 416 response

If we get a 416 from the server it means the Range we asked for is above
the real filesize of the file on the server. Mostly this happens if the
server isn't supporting If-Range, but regardless of how we end up with
the partial data, the data is invalid so we discard it and retry with a
fresh plate and hope for the best.

Old behavior was to consider 416 an error and retry with a different
compression until we ran out of compression and requested the
uncompressed file (which doesn't exist on most mirrors) with an accept
line which server answered with "406 Not Acceptable".

Closes: 710924

10 years agoadd Range and If-Range support in the webserver
David Kalnischkies [Sun, 15 Sep 2013 22:02:21 +0000 (00:02 +0200)]
add Range and If-Range support in the webserver

Git-Dch: Ignore

10 years agoaccess _config via GET requests in the webserver
David Kalnischkies [Sun, 15 Sep 2013 20:54:04 +0000 (22:54 +0200)]
access _config via GET requests in the webserver

Git-Dch: Ignore

10 years agoAPT has no bugs
David Kalnischkies [Mon, 30 Sep 2013 07:08:33 +0000 (09:08 +0200)]
APT has no bugs

Okay, maybe it does have a "few", but the DDTP issues mentioned in this
file are long since gone, so lets just drop the file and look at the PTS
instead: http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=apt

Git-Dch: Ignore

10 years agotest: apt-get source with more than one argument
David Kalnischkies [Thu, 26 Sep 2013 14:25:11 +0000 (16:25 +0200)]
test: apt-get source with more than one argument

Closes: 722549
Git-Dch: Ignore

10 years agoprint-uris prints regardless of quiet-level again
David Kalnischkies [Thu, 26 Sep 2013 12:56:45 +0000 (14:56 +0200)]
print-uris prints regardless of quiet-level again

While the InstallPackages code was moved from apt-get into the private
library the output was moved from (std::)cout to c1out which isn't shown
in quiet level 2 (and above), so we flip back to std::cout to ensure
that it is always printed as you are not going to use --print-uris if
you don't want to see the uris…

Closes: 722207

10 years agocompression-neutral message for missing data.tar member
David Kalnischkies [Thu, 26 Sep 2013 12:06:25 +0000 (14:06 +0200)]
compression-neutral message for missing data.tar member

It even reuses the message used for the other check-for members, so one
less message to translate (good, as not that many people will ever see it).

Closes: 722710

10 years agopkg from only trusted sources keeps being trusted
David Kalnischkies [Thu, 26 Sep 2013 11:32:49 +0000 (13:32 +0200)]
pkg from only trusted sources keeps being trusted

--allow-unauthenticated switches the download to a pre-0.6 system in
which a package can come from any source, rather than that trusted
packages can only come from trusted sources.

To allow this the flag used to set all packages as untrusted, which is a
bit much, so we check now if the package can be acquired via an
untrusted source and only if this is the case set it as untrusted.

As APT nowadays supports setting sources as trusted via a flag in the
sources.list this mode shouldn't be used that much anymore though.

[Note that this is not the patch from the BTS]

Closes: 617690

10 years agodon't strip :any from dependencies in single-arch
David Kalnischkies [Sat, 21 Sep 2013 12:23:02 +0000 (14:23 +0200)]
don't strip :any from dependencies in single-arch

The parser goes a bit to far by stripping :any from dependencies in a
single architecture environment. the flag "Multi-Arch: allowed" doesn't
care any architecture restrictions in that case (as in single arch
everything is native), but it still limits the possible versions
statisfying the dependency so stripping :any over-simplifies in upgrade
situations from "Multi-Arch: none" to "Multi-Arch: allowed".

Closes: 723586

10 years agoFix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073
Christian PERRIER [Mon, 23 Sep 2013 05:06:18 +0000 (07:06 +0200)]
Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073

10 years agoreleasing package apt version 0.9.11.4
Michael Vogt [Fri, 20 Sep 2013 12:11:48 +0000 (14:11 +0200)]
releasing package apt version 0.9.11.4

10 years agodo not trust FileFd::Eof() in pkgTagFile::Fill()
David Kalnischkies [Fri, 20 Sep 2013 11:34:22 +0000 (13:34 +0200)]
do not trust FileFd::Eof() in pkgTagFile::Fill()

The Eof check was added (by me of course) in
0aae6d14390193e25ab6d0fd49295bd7b131954f
as part of a fix up ~a month ago (at DebConf).

The idea was not that bad, but doesn't make that much sense either
as this bit is set by the FileFd based on Actual as well, so this is
basically doing the same check again – with the difference that the
HitEof bit can still linger from a previous Read we did at the end of
the file, but have seek'd away from it now.

Combined with the length of entries, entry order and other not that
easily controllable conditions you can be 'lucky' enough to hit this
problem in a way which even visible (truncating of other fields might
 not be visible easily, like 'Tags' and others).

Closes: 723705
Thanks: Cyril Brulebois

10 years agoimprove the API for Upgrade()
Michael Vogt [Wed, 18 Sep 2013 15:55:44 +0000 (17:55 +0200)]
improve the API for Upgrade()

10 years agoadd a testcase for 100 char long path truncate bug #689582
David Kalnischkies [Thu, 12 Sep 2013 11:42:37 +0000 (13:42 +0200)]
add a testcase for 100 char long path truncate bug #689582

Git-Dch: Ignore

10 years agodon't truncate 100 char long paths in tar extraction
Oskari Saarenmaa [Thu, 12 Sep 2013 11:20:01 +0000 (13:20 +0200)]
don't truncate 100 char long paths in tar extraction

When a data.tar.{gz,xz} contains a path name that is exactly
100 characters long, it will get truncated to 99 chars upon
extraction in ExtractTar::Go().

Using all of the 100 available characters for the filename
seems to be new behaviour in gnu tar.

Closes: #689582
Thanks: Mika Eloranta for the testcase!

10 years agoFix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: #722324) 0.9.11.3
Michael Vogt [Tue, 10 Sep 2013 15:41:01 +0000 (17:41 +0200)]
Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: #722324)

10 years agoprepare upload
Michael Vogt [Tue, 10 Sep 2013 15:32:50 +0000 (17:32 +0200)]
prepare upload

10 years agodoc update
Michael Vogt [Sat, 7 Sep 2013 14:16:49 +0000 (16:16 +0200)]
doc update

10 years agofix multiarch status-fd progress calculation
Michael Vogt [Sat, 7 Sep 2013 11:30:48 +0000 (13:30 +0200)]
fix multiarch status-fd progress calculation

10 years agoadd maxsplit parameter to StringSplit
Michael Vogt [Sat, 7 Sep 2013 11:12:50 +0000 (13:12 +0200)]
add maxsplit parameter to StringSplit

10 years agoimplement StringSplit() as we need this to fix the dpkg status-fd output parsing
Michael Vogt [Sat, 7 Sep 2013 10:19:51 +0000 (12:19 +0200)]
implement StringSplit() as we need this to fix the dpkg status-fd output parsing

10 years agouse FileFd in HashSum test to unbreak non-linux ports
David Kalnischkies [Tue, 3 Sep 2013 21:00:37 +0000 (23:00 +0200)]
use FileFd in HashSum test to unbreak non-linux ports

The testcode happily mixes FILE* operations and direct access to fds
which is even a bit suprising that it works on linux and worked so
long for non-linux ports, so we switch to usage of FileFd instead
which provides us with simple fd-only operations. Its overkill for this
test as its a bare file and we ask for the descriptor all the time, but
it shouldn't hurt to implicitly test it a bit this way.

Closes: 721723
Thanks: Aaron M. Ucko

10 years agofix vim-style foldmarker
David Kalnischkies [Fri, 30 Aug 2013 15:18:20 +0000 (17:18 +0200)]
fix vim-style foldmarker

Git-Dch: Ignore

10 years agoRemove invalid "-f" option for apt-get check
Michael Vogt [Sun, 1 Sep 2013 16:34:34 +0000 (18:34 +0200)]
Remove invalid "-f" option for apt-get check

Thanks to Philipp Weis (closes: #721477)

10 years agoMerge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid
Michael Vogt [Sun, 1 Sep 2013 16:33:26 +0000 (18:33 +0200)]
Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid

10 years agofix typo (mkostemp->mkstemp)
Michael Vogt [Sat, 31 Aug 2013 15:05:23 +0000 (17:05 +0200)]
fix typo (mkostemp->mkstemp)

10 years agoprepare upload of 0.9.12 0.9.11.2
Michael Vogt [Sat, 31 Aug 2013 14:31:53 +0000 (16:31 +0200)]
prepare upload of 0.9.12

10 years agoMerge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new
Michael Vogt [Wed, 28 Aug 2013 10:46:49 +0000 (12:46 +0200)]
Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new

10 years agoits --with-new-pkgs
Michael Vogt [Wed, 28 Aug 2013 09:36:44 +0000 (11:36 +0200)]
its --with-new-pkgs

10 years agoadd man-page, improve option, use --with-new-pkgs as the flag
Michael Vogt [Wed, 28 Aug 2013 09:28:40 +0000 (11:28 +0200)]
add man-page, improve option, use --with-new-pkgs as the flag

10 years agoMerge remote-tracking branch 'mvo/feature/install-progress' into debian/sid
Michael Vogt [Wed, 28 Aug 2013 08:59:54 +0000 (10:59 +0200)]
Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid

10 years agoMerge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid
Michael Vogt [Wed, 28 Aug 2013 07:15:26 +0000 (09:15 +0200)]
Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid

10 years agoMerge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt [Wed, 28 Aug 2013 07:12:41 +0000 (09:12 +0200)]
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid

10 years agoComplete Italian translation
Christian PERRIER [Wed, 28 Aug 2013 04:54:13 +0000 (06:54 +0200)]
Complete Italian translation