[Rpm-maint] [rpm-software-management/rpm] Support alternative (uncompressed) payload digest in packages (#880)

Panu Matilainen notifications at github.com
Thu Oct 3 13:13:55 UTC 2019


FWIW, here's how to bypass the broken md5 in verify:
```
[root at sopuli rpm]# ./rpm -Uvh /tmp/hello-uc.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
	package hello-2.0-1.x86_64 does not verify: MD5 digest: BAD (Expected 055607c4dee6464b9415ae726e7d81a7 != 839d24c30e5188e0b83599fbe3865919)
[root at sopuli rpm]# ./rpm -Uvh --define "_pkgverify_flags 0x20000" /tmp/hello-uc.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:hello-2.0-1                      ################################# [100%]
[root at sopuli rpm]#
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/880#issuecomment-537939976
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191003/8d9d5c40/attachment.html>


More information about the Rpm-maint mailing list