]> git.pld-linux.org Git - packages/rpm.git/blame - disable-header-verification.patch
- rel 46; fake python version for eggs dependency generator, so it will generate...
[packages/rpm.git] / disable-header-verification.patch
CommitLineData
8b6cca9f
ER
1http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2015-February/024241.html
2
3--- rpm-5.4.15/lib/verify.c~ 2015-02-11 12:07:41.000000000 +0200
4+++ rpm-5.4.15/lib/verify.c 2015-02-11 17:31:05.418447510 +0200
5@@ -563,6 +563,7 @@
6
7 {
8 /* Verify header digest/signature. */
9+#if NOTYET
10 if (qva->qva_flags & (VERIFY_DIGEST | VERIFY_SIGNATURE))
11 {
12 const char * horigin = headerGetOrigin(h);
13@@ -577,6 +578,7 @@
14 uh = _free(uh);
15 msg = _free(msg);
16 }
17+#endif
18
19 /* Verify file digests. */
20 if (fc > 0 && (qva->qva_flags & VERIFY_FILES))
This page took 0.043839 seconds and 4 git commands to generate.