]> git.saurik.com Git - apt.git/commit - methods/ftp.cc
allow acquire method specific options via Binary scope
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 13:48:36 +0000 (14:48 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 5 Nov 2015 11:21:33 +0000 (12:21 +0100)
commit23e64f6d0facf9610c1042326ad9850e071e8349
treecd1beda585ecbb992076838403ef775168e20d08
parent30c8107e9c56d7d78dcf9136f94aeed9d631dfb3
allow acquire method specific options via Binary scope

Allows users who know what they are getting themselves into with this
trick to e.g. disable privilege dropping for e.g. file:// until they can
fix up the permissions on those repositories. It helps also the test
framework and people with a similar setup (= me) to run in less modified
environments.
13 files changed:
methods/aptmethod.h
methods/ftp.cc
methods/ftp.h
methods/gpgv.cc
methods/gzip.cc
methods/http.h
methods/https.h
methods/rred.cc
methods/rsh.cc
methods/rsh.h
methods/server.cc
methods/server.h
test/integration/framework