]> git.saurik.com Git - apt.git/commit
methods: read config in most to least specific order
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 17 Aug 2016 19:53:05 +0000 (21:53 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 17 Aug 2016 19:53:05 +0000 (21:53 +0200)
commitd1bdb73a96d01896ec8e213a0f14abc38d19a929
tree78f7cf7d9cd0ecf96a504ae995290a6ba994c320
parent1485040e1b6b0b7ef706bf9552698e4c8e82051f
methods: read config in most to least specific order

The implementation of the generic config fallback did the fallback in
the wrong order so that the least specific option wasn't the last value
picked but in fact the first oneā€¦ doh!

So in the bugreports case http -> https -> http::<hostname> ->
https::<hostname> while it should have been the reverse as before.

Regression-In: 30060442025824c491f58887ca7369f3c572fa57
Closes: 834642
methods/aptmethod.h
test/integration/test-bug-623443-fail-on-bad-proxies