fix problematic use of tolower() when calculating the version
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 23 Apr 2009 10:53:48 +0000 (12:53 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 23 Apr 2009 10:53:48 +0000 (12:53 +0200)
commit4e86942abf369e5bce6c3612d0e8f2aa5a9f2821
tree857ceb635f174ac61e35913b78e131cb5804dd4b
parentc5d8878d1ffe7484e049f52189a07f3847e4fda9
fix problematic use of tolower() when calculating the version
hash by using locale independant tolower_ascii() function.
Thanks to M. Vefa Bicakci (LP: #80248)
apt-pkg/contrib/strutl.cc
apt-pkg/contrib/strutl.h
apt-pkg/deb/deblistparser.cc
apt-pkg/pkgcache.cc
debian/changelog