- add payload uncompressed size to signature to avoid rewriting header.
authorjbj <devnull@localhost>
Sun, 3 Mar 2002 23:09:49 +0000 (23:09 +0000)
committerjbj <devnull@localhost>
Sun, 3 Mar 2002 23:09:49 +0000 (23:09 +0000)
commit2e2d1cad39b9bf8af73ec7b2c584236aabcdad14
tree29804eebc51fc8e0143e62a7743f1c635b25820e
parent48b19eaedae1d80691073730628c3ef806d6322d
- add payload uncompressed size to signature to avoid rewriting header.
- drill header sha1 into signature parallel to header+payload md5.
- mandatory "most effective" signature check on query/verify/install.
- don't bother adding empty filemd's to index.
- add Pubkey index, using signer id as binary key.
- display pubkeys in hex when debugging db access.
- retrieve pubkey(s) from rpmdb, not from detached signature file.
- reapply Berkeley DB patch #4491.

CVS patchset: 5341
CVS date: 2002/03/03 23:09:49
15 files changed:
CHANGES
build/pack.c
db/hash/hash_dup.c
db/hash/hash_page.c
lib/package.c
lib/query.c
lib/rpmchecksig.c
lib/rpmlib.h
lib/signature.c
lib/verify.c
rpm.spec
rpm.spec.in
rpmdb/rpmdb.c
rpmdb/rpmdb.h
rpmio/rpmio_internal.h