]> git.saurik.com Git - apt.git/commit
disable fnmatch()
authorMichael Vogt <mvo@debian.org>
Fri, 14 Feb 2014 18:58:56 +0000 (19:58 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 14 Feb 2014 19:02:26 +0000 (20:02 +0100)
commit32611903e8dcd6599042552c6c576b70e3d6633a
tree673d645f2472ce746ae196060dad74456dd0a7c6
parent16724b66fef02208ef050a36f732991941e39025
disable fnmatch()

The current PackageContainerInterface::FromString() will do a
FromFnmatch() first and then FromRegEx(). This commit reverts
that change to restore the old behavior to only look for RegEx
and not glob-style pattern. The rational is that:
a) currently a fnmatch() is misleadingly reported as a regex match to
   the user (Bug#738880)
b) a fnmatch may match something different than a a RegEx so the
   change broke a published interface
apt-pkg/cacheset.cc