* Thijs Kinkhorst <[EMAIL PROTECTED]> [070912 14:05]: > Hi, > > > I've sent a mail with the attached files to [EMAIL PROTECTED] > > at August 20th, but got no reply since then. Thus attaching them here > > again. > > Thank you for your work, I've reviewed it and I'm wondering about why you > made > this change specifically: > > - if( kl < fl && strncmp(fingerprint+fl-kl,keypart,kl) == 0 ) > + if( kl < fl && strncasecmp(fingerprint+fl-kl,keypart,kl) == 0 ) > > Can you clarify?
libgpgme always returns the fingerprints in upper case, and if cases mismatches reprepro will just print that none of the requested keys were found. (because no key with lower case fingerprint was found, as there can't be some with libgpgme). As humans often tend to use lower case, this could lead to some confusion when upgrading (as it looks like it worked before and then suddenly claims there is no known key while there is, just with the wrong key). Hochachtungsvoll, Bernhard R. Link -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]