Teach rpmAddSignature() and rpmReadSignature() about 64bit tags
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 26 Jun 2008 13:28:17 +0000 (16:28 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 26 Jun 2008 13:28:17 +0000 (16:28 +0300)
commit5831f37b215be053096ee38b090bddba2e7cdad6
tree74eb249bfc7848bb41a4d6a4e45c6dd376559a5a
parent09ca0902dfacd6de00237235717af3d9162a76e2
Teach rpmAddSignature() and rpmReadSignature() about 64bit tags
- use 64bit size if it exists, otherwise quietly fall back to 32bit one
- can't use tag extensions to convert there as legacy sigtags conflict
  with things like RPMTAG_NAME
lib/package.c
lib/rpmchecksig.c
lib/signature.c