specific pins below 1000 cause downgrades
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 7 Aug 2013 16:00:07 +0000 (18:00 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 8 Aug 2013 13:16:18 +0000 (15:16 +0200)
commit1680800209dc85387c4c2da9a1edfcde44f87807
tree0bb3f2bbf9eeef408101188f276123560965a5ad
parentafc2891fdac29848826a7f9cdeb22ce0c2409350
specific pins below 1000 cause downgrades

We start your quest by using the version of a package applying to a
specific pin, but that version could very well be below the current
version, which causes APT to suggest a downgrade even if it is
advertised that it never does this below 1000.

Its of course questionable what use a specific pin on a package has
which has a newer version already installed, but reacting with the
suggestion of a downgrade is really not appropriated (even if its kinda
likely that this is actually the intend the user has – it could just as
well be an outdated pin) and as pinning is complicated enough we should
atleast do what is described in the manpage.

So we look out for the specific pin and if we haven't seen it at the
moment we see the installed version, we ignore the specific pin.

Closes: 543966
apt-pkg/policy.cc
test/integration/test-bug-543966-downgrade-below-1000-pin [new file with mode: 0755]