]> git.saurik.com Git - apt.git/log
apt.git
10 years agoif Resolver fails, do not continue even if not broken
David Kalnischkies [Fri, 30 May 2014 11:42:36 +0000 (13:42 +0200)] 
if Resolver fails, do not continue even if not broken

This can happen if the request is already a well-formed request all by
itself (e.g. the package has no dependencies), but the resolver found
a reason to not accept it as solution. Our edsp 'dump' solver e.g.
shouldn't be able to trigger install, which it does otherwise.

10 years agoMerge EDSP 0.5 w/ multi-arch support for external solvers
David Kalnischkies [Fri, 30 May 2014 11:13:03 +0000 (13:13 +0200)] 
Merge EDSP 0.5 w/ multi-arch support for external solvers

"I am going to merge it tomorrow…"

10 years agoMerge remote-tracking branch 'mvo/debian/sid' into debian/sid
Michael Vogt [Thu, 29 May 2014 10:23:51 +0000 (12:23 +0200)] 
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid

10 years agoFix more warnings from clang
Michael Vogt [Wed, 28 May 2014 08:29:23 +0000 (10:29 +0200)] 
Fix more warnings from clang

Reported-By: clang++ -Werror
Conflicts:
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h
apt-pkg/deb/debmetaindex.h

10 years agocmdline/apt-extracttemplates.cc: remove unused private var
Michael Vogt [Wed, 28 May 2014 11:49:52 +0000 (13:49 +0200)] 
cmdline/apt-extracttemplates.cc: remove unused private var

Reported-By: clang -Wall
10 years agoMerge remote-tracking branch 'upstream/debian/sid' into debian/experimental
Michael Vogt [Thu, 29 May 2014 10:14:42 +0000 (12:14 +0200)] 
Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental

Conflicts:
test/integration/test-bug-747261-arch-specific-conflicts

10 years ago(try to) fix travis-ci build failures
David Kalnischkies [Mon, 12 May 2014 19:25:43 +0000 (21:25 +0200)] 
(try to) fix travis-ci build failures

dpkg on Ubuntu 12.04 does not seem to support parsing arch-specific
dependencies, so we try to detect if we face such a dpkg in the test.

In the other test the order depends on libdb, which changes per arch, so
we just run it through our sorting binary and be happy (hopefully).

Git-Dch: Ignore

10 years agoincrease Pkg/Grp hash table size from 2k to 64k
Michael Vogt [Thu, 29 May 2014 08:29:21 +0000 (10:29 +0200)] 
increase Pkg/Grp hash table size from 2k to 64k

10 years agoadd hashtable stats
Michael Vogt [Thu, 29 May 2014 08:22:09 +0000 (10:22 +0200)] 
add hashtable stats

10 years agocmdline/apt-extracttemplates.cc: remove unused private var
Michael Vogt [Wed, 28 May 2014 11:49:52 +0000 (13:49 +0200)] 
cmdline/apt-extracttemplates.cc: remove unused private var

Reported-By: clang -Wall
10 years agotest/integration/test-apt-ftparchive-src-cachedb: make test more robust
Michael Vogt [Wed, 28 May 2014 09:22:10 +0000 (11:22 +0200)] 
test/integration/test-apt-ftparchive-src-cachedb: make test more robust

10 years agoFix more warnings from clang
Michael Vogt [Wed, 28 May 2014 08:29:23 +0000 (10:29 +0200)] 
Fix more warnings from clang

Reported-By: clang++ -Werror
10 years agoFix warning about uninitialized variable
Michael Vogt [Wed, 28 May 2014 08:00:52 +0000 (10:00 +0200)] 
Fix warning about uninitialized variable

Reported-By: clang++ -Werror
10 years agoFix uninitialized value
Michael Vogt [Wed, 28 May 2014 07:24:58 +0000 (09:24 +0200)] 
Fix uninitialized value

Reported-By: scan-build
10 years agouse free() instead of delete[] in debSrcRecordParser::~debSrcRecordParser
Michael Vogt [Tue, 27 May 2014 21:42:10 +0000 (23:42 +0200)] 
use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParser

The Buffer was allocated using strndup() so we need to free it using
free() instead of delete[]

10 years agoDo not try to cast a pkgDepCache::Policy to a pkgCache
Michael Vogt [Tue, 27 May 2014 15:49:53 +0000 (17:49 +0200)] 
Do not try to cast a pkgDepCache::Policy to a pkgCache

Fix incorrect cast in pkgDepCache::Policy::GetCandidateVer()

Reported-By: clang -fsanitize=address -fno-omit-frame-pointer
10 years agouse free() instead of delete() when realloc is used
Michael Vogt [Tue, 27 May 2014 14:25:43 +0000 (16:25 +0200)] 
use free() instead of delete() when realloc is used

ContentsExtract::~ContentsExtract() needs to use free() because
Data got allocated via realloc()

Reported-By: clang -fsanitize=address -fno-omit-frame-pointer
10 years agoMerge remote-tracking branch 'upstream/debian/sid' into debian/sid
Michael Vogt [Tue, 27 May 2014 12:09:48 +0000 (14:09 +0200)] 
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid

10 years agoupdate Doxyfile to 1.8.7 to silence deprecation warnings
David Kalnischkies [Thu, 22 May 2014 16:41:52 +0000 (18:41 +0200)] 
update Doxyfile to 1.8.7 to silence deprecation warnings

Git-Dch: ignore

10 years agofix screen width detection for apt/apt-get lists
Sebastian Schmidt [Sat, 17 May 2014 04:57:47 +0000 (06:57 +0200)] 
fix screen width detection for apt/apt-get lists

3163087b moved SigWinch(int) from apt-get.cc to private-output.cc
without moving #include <sys/ioctl.h>, making SigWinch a nop.

Closes: 748430, 747942
10 years agomove ByHash into its own function
Michael Vogt [Thu, 22 May 2014 15:47:22 +0000 (17:47 +0200)] 
move ByHash into its own function

10 years agofix tight loop detection and temporary removes
David Kalnischkies [Sat, 17 May 2014 10:37:13 +0000 (12:37 +0200)] 
fix tight loop detection and temporary removes

As outlined in #748355 apt segfaulted if it encountered a loop between a
package pre-depending on a package conflicting with the previous as it
ended up in an endless loop trying to unpack 'the other package'.

In this specific case as an essential package is involved a lot of force
needs to be applied, but can also be caused by 'normal' tight loops and
highlights a problem in how we handle breaks which we want to avoid.

The fix comes in multiple entangled changes:
1. All Smart* calls are guarded with loop detection. Some already had it,
   some had parts of it, some did it incorrect, and some didn't even try.
2. temporary removes to avoid a loop (which is done if a loop is
   detected) prevent the unpack of this looping package (we tried to unpack
   it to avoid the conflict/breaks, but due to a loop we couldn't, so we
   remove/deconfigure it instead which means we can't unpack it now)
3. handle conflicts and breaks very similar instead of duplicating most
   of the code. The only remaining difference is, as it should:
   deconfigure is enough for breaks, for conflicts we need the big hammer

10 years agoconsistently fail if Smart* packagemanager actions fail
David Kalnischkies [Fri, 16 May 2014 15:28:11 +0000 (17:28 +0200)] 
consistently fail if Smart* packagemanager actions fail

These failure conditions come with an error message attached and the
conditions aren't workaroundable (otherwise this would have been done
instead of returning failure), so not erroring out here means that we
execute dpkg later on with a known not-working ordering adding insult
(our own error messages at the end) to injury (dpkg failure).

10 years agomark as Automatic/Downloadable pure as gcc suggests
David Kalnischkies [Thu, 8 May 2014 17:03:33 +0000 (19:03 +0200)] 
mark as Automatic/Downloadable pure as gcc suggests

Git-Dch: Ignore
Reported-By: gcc
10 years agomake test independent from the actual Install-Size
David Kalnischkies [Thu, 8 May 2014 16:52:51 +0000 (18:52 +0200)] 
make test independent from the actual Install-Size

Git-Dch: Ignore

10 years agoAdd APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release file
Michael Vogt [Thu, 22 May 2014 15:36:09 +0000 (17:36 +0200)] 
Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release file

The by-hash can be configured on a per-hostname basis and a Release
file can indicate that it has by-hash support via a new flag.

The location of the hash now matches the AptByHash spec

10 years agoadd TODO
Michael Vogt [Thu, 22 May 2014 09:09:11 +0000 (11:09 +0200)] 
add TODO

10 years agoImplement simple by-hash for apt update
Michael Vogt [Thu, 22 May 2014 08:49:35 +0000 (10:49 +0200)] 
Implement simple by-hash for apt update

This implements a apt update schema that get the indexfiles by the
hash instead of the name. The rational is that updates to the archive
servers/mirrors are not atomic so the client may have the previous
version of the Release file when the server updates to a new
Release file and new Packages/Sources/Translations indexes. By
keeping the files around by their hash we can still get the previous
indexfile without a hashsum mismatch.

Enable with APT::Acquire::By-Hash=1

10 years agoshow upgradable packages after apt update
Michael Vogt [Tue, 22 Apr 2014 14:07:32 +0000 (16:07 +0200)] 
show upgradable packages after apt update

Closes: 748389
10 years agoadd an additional test for arch specific conflicts
David Kalnischkies [Sat, 10 May 2014 12:21:10 +0000 (14:21 +0200)] 
add an additional test for arch specific conflicts

In bugreport #747261 I confirmed with this testcase that apt actually
supports the requested architecture-specific conflicts already since
2012 with commit cef094c2ec8214b2783a2ac3aa70cf835381eae1.

The old test only does simulations which are handy to check apt,
this one builds 'real' packages to see if dpkg agrees with us.

Git-Dch: Ignore

10 years agoNever parse Version/Architecture tags in a Translation-$lang file
Michael Vogt [Thu, 15 May 2014 12:37:33 +0000 (14:37 +0200)] 
Never parse Version/Architecture tags in a Translation-$lang file

Version/Architecture information in a Translation-$lang file is
not allowed, so don't try to parse it. This is a fix for a bugreport
where a Translation-en file contained the content of the regular
Packages file (probably due to local FS corruption). This lead to
strange error messages on file download.

Thanks to Thomas Reusch for the report.

10 years agoMerge remote-tracking branch 'donkult/debian/experimental' into debian/experimental
Michael Vogt [Wed, 14 May 2014 16:04:48 +0000 (18:04 +0200)] 
Merge remote-tracking branch 'donkult/debian/experimental' into debian/experimental

Conflicts:
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h

10 years agoAdd new pkgAcqBaseIndex as base class for pkgAcq{DiffIndex,IndexMerge,pkgAcqBaseIndex...
Michael Vogt [Wed, 14 May 2014 15:47:20 +0000 (17:47 +0200)] 
Add new pkgAcqBaseIndex as base class for pkgAcq{DiffIndex,IndexMerge,pkgAcqBaseIndex, pkgAcqIndex}

10 years agoPass struct IndexTarget/indexRecords to pkgAcqIndex{,Merge}Diffs
Michael Vogt [Wed, 14 May 2014 15:29:23 +0000 (17:29 +0200)] 
Pass struct IndexTarget/indexRecords to pkgAcqIndex{,Merge}Diffs

If one of the pkgAcqIndex{,Merge}Diffs fails, they will run
pkgAcqIndex() which needs the IndexTarget/indexRecords data.
So we pass it along.

10 years ago(try to) fix travis-ci build failures
David Kalnischkies [Mon, 12 May 2014 19:25:43 +0000 (21:25 +0200)] 
(try to) fix travis-ci build failures

dpkg on Ubuntu 12.04 does not seem to support parsing arch-specific
dependencies, so we try to detect if we face such a dpkg in the test.

In the other test the order depends on libdb, which changes per arch, so
we just run it through our sorting binary and be happy (hopefully).

Git-Dch: Ignore

10 years agoadd an additional test for arch specific conflicts
David Kalnischkies [Sat, 10 May 2014 12:21:10 +0000 (14:21 +0200)] 
add an additional test for arch specific conflicts

In bugreport #747261 I confirmed with this testcase that apt actually
supports the requested architecture-specific conflicts already since
2012 with commit cef094c2ec8214b2783a2ac3aa70cf835381eae1.

The old test only does simulations which are handy to check apt,
this one builds 'real' packages to see if dpkg agrees with us.

Git-Dch: Ignore

10 years agoinvalid cache if architecture set doesn't match
David Kalnischkies [Sat, 10 May 2014 10:50:00 +0000 (12:50 +0200)] 
invalid cache if architecture set doesn't match

The cache heavily depends on the architecture(s) it is build for,
especially if you move from single- to multiarch. Adding a new
architecture to dpkg therefore has to be detected and must invalidate
the cache so that we don't operate on incorrect data.

The incorrect data will prevent us from doing otherwise sensible
actions (it doesn't allow bad things to happen) and the recovery is
simple and automatic in most cases, so this hides pretty well and is
also not as serious as it might sound at first.

Closes: 745036
10 years agoimprove pkgTagSection scanning and parsing
David Kalnischkies [Sat, 10 May 2014 09:24:44 +0000 (11:24 +0200)] 
improve pkgTagSection scanning and parsing

Removes the 256 fields limit, deals consistently with spaces littered
all over the place and is even a tiny bit faster than before.
Even comes with a bunch of new tests to validate these claims.

10 years agoparse and retrieve multiple Descriptions in one record
David Kalnischkies [Sun, 18 Aug 2013 20:20:25 +0000 (22:20 +0200)] 
parse and retrieve multiple Descriptions in one record

It seems unlikely for now that proper archives will carry multiple
Description-* stanzas in the Packages (or Translation-*) file, but
sometimes apt eats its own output as shown by the usage of the CD team
and it would be interesting to let apt output multiple translations
e.g. in 'apt-cache show'.

10 years agoreenable pipelining via hashsum reordering support
David Kalnischkies [Mon, 28 Apr 2014 08:02:27 +0000 (10:02 +0200)] 
reenable pipelining via hashsum reordering support

Now that methods have the expected hashes available they can check if
the response from the server is what they expected. Pipelining is one of
those areas in which servers can mess up by not supporting it properly,
which forced us to disable it for the time being. Now, we check if
we got a response out of order, which we can not only use to disable
pipelining automatically for the next requests, but we can fix it up
just like the server responded in proper order for the current requests.

To ensure that this little trick works pipelining is only attempt if we
have hashsums for all the files in the chain which in theory reduces the
use of pipelining usage even on the many servers which work properly,
but in practice only the InRelease file (or similar such) will be
requested without a hashsum – and as it is the only file requested in
that stage it can't be pipelined even if we wanted to.

Some minor annoyances remain: The display of the progress we have
doesn't reflect this change, so it looks like the same package gets
downloaded multiple times while others aren't at all. Further more,
partial files are not supported in this recovery as the received data
was appended to the wrong file, so the hashsum doesn't match.

Both seem to be minor enough to reenable pipelining by default until
further notice through to test if it really solves the problem.
This therefore reverts commit 8221431757c775ee875a061b184b5f6f2330f928.

10 years agotell download methods the expected hashes
David Kalnischkies [Sun, 27 Apr 2014 21:02:00 +0000 (23:02 +0200)] 
tell download methods the expected hashes

Now that we have all hashes in the acquire system, pass the info down to
the methods, so that it can use it in the request and/or to precheck the
response.

10 years agopromote ExpectedHashes to a pkgAcquire::Item member
David Kalnischkies [Sun, 27 Apr 2014 20:25:33 +0000 (22:25 +0200)] 
promote ExpectedHashes to a pkgAcquire::Item member

Beside being another big API break with hopefully zero fallout in
reality it avoids having the same member and helper code in each and
every subclass.

10 years agodeal with hashes in ftparchive more dynamic as well
David Kalnischkies [Sun, 27 Apr 2014 16:23:20 +0000 (18:23 +0200)] 
deal with hashes in ftparchive more dynamic as well

Now that libapts acquire system happily passes around hashes and can be
made to support new ones without an ABI break in the future, we can
free ftparchive from all the deprecation warnings the last commit
introduced for it.

The goal here isn't to preserve ABI as we have none to keep here, but to
help avoiding introduction problems of 'new' hashes later as bugs creep
into the copy&paste parts, so short/less of them is good.

10 years agouse HashStringList in the acquire system
David Kalnischkies [Sun, 18 Aug 2013 22:00:23 +0000 (00:00 +0200)] 
use HashStringList in the acquire system

It is not very extensible to have the supported Hashes hardcoded
everywhere and especially if it is part of virtual method names.
It is also possible that a method does not support the 'best' hash
(yet), so we might end up not being able to verify a file even though we
have a common subset of supported hashes. And those are just two of the
cases in which it is handy to have a more dynamic selection.

The downside is that this is a MAJOR API break, but the HashStringList
has a string constructor for compatibility, so with a bit of luck the
few frontends playing with the acquire system directly are okay.

10 years agouse 'best' hash for source authentication
David Kalnischkies [Sun, 18 Aug 2013 21:27:24 +0000 (23:27 +0200)] 
use 'best' hash for source authentication

Collect all hashes we can get from the source record and put them into a
HashStringList so that 'apt-get source' can use it instead of using
always the MD5sum.

We therefore also deprecate the MD5 struct member in favor of the list.

While at it, the parsing of the Files is enhanced so that records which
miss "Files" (aka MD5 checksums) are still searched for other checksums
as they include just as much data, just not with a nice and catchy name.

LP: 1098738

10 years agoadd a simple container for HashStrings
David Kalnischkies [Sun, 18 Aug 2013 21:17:05 +0000 (23:17 +0200)] 
add a simple container for HashStrings

APT supports more than just one HashString and even allows to enforce
the usage of a specific hash. This class is intended to help with
storage and passing around of the HashStrings.

Git-Dch: Ignore

10 years agotests: be able to disable "Fetched …" statistics message
David Kalnischkies [Thu, 8 May 2014 23:22:50 +0000 (01:22 +0200)] 
tests: be able to disable "Fetched …" statistics message

The line contains everchanging execution statistics which is harmful for
testcases as they need to filter out such lines, but this is hard so we
can just add an option to disable them instead and be done.

Git-Dch: Ignore

10 years agouse a std::vector instead of hardcoded array
David Kalnischkies [Thu, 8 May 2014 19:51:26 +0000 (21:51 +0200)] 
use a std::vector instead of hardcoded array

Arrays with predefined lengths are very fragile as they are
likely forgotten in future changes and the size in this case
is dynamic making it even more dangerous.

Git-Dch: Ignore

10 years agomark as Automatic/Downloadable pure as gcc suggests
David Kalnischkies [Thu, 8 May 2014 17:03:33 +0000 (19:03 +0200)] 
mark as Automatic/Downloadable pure as gcc suggests

Git-Dch: Ignore
Reported-By: gcc
10 years agomake test independent from the actual Install-Size
David Kalnischkies [Thu, 8 May 2014 16:52:51 +0000 (18:52 +0200)] 
make test independent from the actual Install-Size

Git-Dch: Ignore

10 years agofix apt-config test now that PATH changed in 8c617819
David Kalnischkies [Thu, 8 May 2014 16:51:24 +0000 (18:51 +0200)] 
fix apt-config test now that PATH changed in 8c617819

Git-Dch: Ignore

10 years agoapt-pkg/deb/debindexfile.cc: do not hardcode dpkg
Michael Vogt [Thu, 8 May 2014 12:39:51 +0000 (14:39 +0200)] 
apt-pkg/deb/debindexfile.cc: do not hardcode dpkg

10 years agoapt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetched, so...
Michael Vogt [Thu, 8 May 2014 12:31:10 +0000 (14:31 +0200)] 
apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetched, so why bother

10 years agoRevert "fix test-bug-602412-dequote-redirect by removing the aptget update size infor...
Michael Vogt [Thu, 8 May 2014 12:30:18 +0000 (14:30 +0200)] 
Revert "fix test-bug-602412-dequote-redirect by removing the aptget update size information"

This reverts commit 773642528b6d9858c2c68ada42705ea71c8db37e.

10 years agoMerge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experimental
Michael Vogt [Thu, 8 May 2014 12:29:30 +0000 (14:29 +0200)] 
Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experimental

Conflicts:
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/debindexfile.h
apt-pkg/deb/debsrcrecords.cc

10 years agoMerge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/exper...
Michael Vogt [Thu, 8 May 2014 11:43:46 +0000 (13:43 +0200)] 
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/experimental

10 years agoupdate test-apt-progress-fd
Michael Vogt [Thu, 8 May 2014 11:43:18 +0000 (13:43 +0200)] 
update test-apt-progress-fd

10 years agoMerge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progress-reporting
Michael Vogt [Thu, 8 May 2014 11:41:21 +0000 (13:41 +0200)] 
Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progress-reporting

10 years agoMerge branch 'debian/sid' into debian/experimental
Michael Vogt [Thu, 8 May 2014 09:51:19 +0000 (11:51 +0200)] 
Merge branch 'debian/sid' into debian/experimental

10 years agoMerge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debian/sid
Michael Vogt [Thu, 8 May 2014 09:51:09 +0000 (11:51 +0200)] 
Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debian/sid

10 years agofix regression from commit 215b0faf
Michael Vogt [Thu, 8 May 2014 09:46:29 +0000 (11:46 +0200)] 
fix regression from commit 215b0faf

10 years agoMerge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/exper...
Michael Vogt [Thu, 8 May 2014 07:48:51 +0000 (09:48 +0200)] 
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/experimental

10 years agocheck for UnfetchedReleaseFiles when calculating the update percent value
Michael Vogt [Thu, 8 May 2014 07:43:44 +0000 (09:43 +0200)] 
check for UnfetchedReleaseFiles when calculating the update percent value

10 years agoMerge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progress-reporting
Michael Vogt [Thu, 8 May 2014 07:18:39 +0000 (09:18 +0200)] 
Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progress-reporting

10 years agofix tests
Michael Vogt [Wed, 7 May 2014 20:34:34 +0000 (22:34 +0200)] 
fix tests

10 years agoadd BUILDDIRECTORY to PATH in the tests
Michael Vogt [Wed, 7 May 2014 20:05:26 +0000 (22:05 +0200)] 
add BUILDDIRECTORY to PATH in the tests

10 years agofix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
Michael Vogt [Wed, 7 May 2014 19:39:53 +0000 (21:39 +0200)] 
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR < 13)

10 years agoapt-pkg/contrib/macros.h: bump library version to 4.13
Michael Vogt [Wed, 7 May 2014 19:07:10 +0000 (21:07 +0200)] 
apt-pkg/contrib/macros.h: bump library version to 4.13

10 years agoshow progress in run-tests
Michael Vogt [Wed, 7 May 2014 19:03:45 +0000 (21:03 +0200)] 
show progress in run-tests

10 years agofix test-bug-602412-dequote-redirect by removing the aptget update size information
Michael Vogt [Wed, 7 May 2014 18:55:41 +0000 (20:55 +0200)] 
fix test-bug-602412-dequote-redirect by removing the aptget update size information

10 years agoMerge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/exper...
Michael Vogt [Wed, 7 May 2014 16:11:00 +0000 (18:11 +0200)] 
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/experimental

10 years agoMerge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experimental
Michael Vogt [Wed, 7 May 2014 16:10:52 +0000 (18:10 +0200)] 
Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experimental

10 years agoMerge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debian/sid
Michael Vogt [Wed, 7 May 2014 16:10:01 +0000 (18:10 +0200)] 
Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debian/sid

10 years agoMerge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt [Wed, 7 May 2014 16:09:11 +0000 (18:09 +0200)] 
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid

10 years agoMerge branch 'debian/sid' into debian/experimental
Michael Vogt [Wed, 7 May 2014 15:55:10 +0000 (17:55 +0200)] 
Merge branch 'debian/sid' into debian/experimental

Conflicts:
apt-pkg/cachefilter.h
apt-pkg/contrib/fileutl.cc
apt-pkg/contrib/netrc.h
apt-pkg/deb/debsrcrecords.cc
apt-pkg/init.h
apt-pkg/pkgcache.cc
debian/apt.install.in
debian/changelog

10 years agomove pkgSourceList::AddMetaIndex() into a private subclass until we decide about...
Michael Vogt [Wed, 7 May 2014 14:41:25 +0000 (16:41 +0200)] 
move pkgSourceList::AddMetaIndex() into a private subclass until we decide about a good API

10 years agorename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()
Michael Vogt [Wed, 7 May 2014 14:23:37 +0000 (16:23 +0200)] 
rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()

10 years agoMerge branch 'debian/sid' into bugfix/update-progress-reporting
Michael Vogt [Wed, 7 May 2014 13:41:54 +0000 (15:41 +0200)] 
Merge branch 'debian/sid' into bugfix/update-progress-reporting

10 years agoprepare release 1.0.3 1.0.3
Michael Vogt [Mon, 5 May 2014 14:26:12 +0000 (16:26 +0200)] 
prepare release 1.0.3

10 years agoRevert "add bash completion for the "apt" command"
Michael Vogt [Mon, 5 May 2014 14:24:52 +0000 (16:24 +0200)] 
Revert "add bash completion for the "apt" command"

This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc.

Conflicts:
debian/rules

10 years agoMerge remote-tracking branch 'upstream/debian/sid' into debian/sid
Michael Vogt [Mon, 5 May 2014 14:03:03 +0000 (16:03 +0200)] 
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid

10 years agoEDSP: add APT-Release field to Package stanzas
Stefano Zacchiroli [Thu, 5 Sep 2013 08:54:12 +0000 (10:54 +0200)] 
EDSP: add APT-Release field to Package stanzas

10 years agoEDSP: add Source field to Package stanzas
Stefano Zacchiroli [Thu, 5 Sep 2013 14:36:44 +0000 (16:36 +0200)] 
EDSP: add Source field to Package stanzas

10 years agoEDSP: add Architecture(s) multi-arch fields to the Request stanza
Stefano Zacchiroli [Wed, 4 Sep 2013 15:13:49 +0000 (17:13 +0200)] 
EDSP: add Architecture(s) multi-arch fields to the Request stanza

10 years agoEDSP: bump protocol version to 0.5
Stefano Zacchiroli [Wed, 4 Sep 2013 15:06:11 +0000 (17:06 +0200)] 
EDSP: bump protocol version to 0.5

10 years agoEDSP doc: fix typo in Request stanza description
Stefano Zacchiroli [Wed, 4 Sep 2013 15:04:09 +0000 (17:04 +0200)] 
EDSP doc: fix typo in Request stanza description

10 years agoOnly do openpty() if both stdin/stdout are terminals
Michael Vogt [Wed, 30 Apr 2014 15:04:29 +0000 (17:04 +0200)] 
Only do openpty() if both stdin/stdout are terminals

Closes: 746434
10 years agoinitialize Verify in second pkgAcqIndex constructor
David Kalnischkies [Mon, 28 Apr 2014 15:36:54 +0000 (17:36 +0200)] 
initialize Verify in second pkgAcqIndex constructor

gcc reports in testcase ./test-bug-596498-trusted-unsigned-repo:
apt-pkg/acquire-item.cc:1059:7: runtime error: load of value 234, which
is not a valid value for type 'bool'

This happens as the bool Verify is initialized only in one of the two
constructors of the pkgAcqIndex class. It isn't a problem through as the
verification controlled by this flag is optional and used to fail early
on garbage files (like network portal pages) instead of later on in the
hashsum verification or while parsing (the then untrusted) file.

Reported-By: gcc-4.9 -fsanitize=undefined
10 years agoMerge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt [Mon, 28 Apr 2014 15:45:07 +0000 (17:45 +0200)] 
Merge branch 'feature/abspath' into feature/apt-install-deb

10 years agofix tests
Michael Vogt [Mon, 28 Apr 2014 15:44:34 +0000 (17:44 +0200)] 
fix tests

10 years agouse flAbsPath()
Michael Vogt [Mon, 28 Apr 2014 15:40:50 +0000 (17:40 +0200)] 
use flAbsPath()

10 years agoMerge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt [Mon, 28 Apr 2014 15:25:28 +0000 (17:25 +0200)] 
Merge branch 'feature/abspath' into feature/apt-install-deb

Conflicts:
test/libapt/fileutl_test.cc

10 years agoadd flAbsPath() as a wrapper to realpath()
Michael Vogt [Mon, 28 Apr 2014 15:24:35 +0000 (17:24 +0200)] 
add flAbsPath() as a wrapper to realpath()

10 years agouse new Popen()
Michael Vogt [Mon, 28 Apr 2014 15:09:29 +0000 (17:09 +0200)] 
use new Popen()

10 years agoMerge branch 'feature/popen' into feature/apt-install-deb
Michael Vogt [Mon, 28 Apr 2014 15:01:58 +0000 (17:01 +0200)] 
Merge branch 'feature/popen' into feature/apt-install-deb

10 years agoImplement Popen() execv helper to avoid popen()
Michael Vogt [Mon, 28 Apr 2014 14:43:58 +0000 (16:43 +0200)] 
Implement Popen() execv helper to avoid popen()

10 years agoavoid deb specific code in private-install
Michael Vogt [Mon, 28 Apr 2014 12:50:11 +0000 (14:50 +0200)] 
avoid deb specific code in private-install

10 years agoFix missing ScreenWidth check in apt.cc
Michael Vogt [Mon, 28 Apr 2014 11:41:33 +0000 (13:41 +0200)] 
Fix missing ScreenWidth check in apt.cc

10 years agodebian/apt-doc.docs: remove README.MultiArch
Michael Vogt [Mon, 28 Apr 2014 10:57:01 +0000 (12:57 +0200)] 
debian/apt-doc.docs: remove README.MultiArch

10 years agol10n: vi.po: Update one new string
Trần Ngọc Quân [Mon, 28 Apr 2014 02:27:44 +0000 (09:27 +0700)] 
l10n: vi.po: Update one new string

Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>