]> git.pld-linux.org Git - packages/rpm.git/blob - disable-header-verification.patch
- up to 4.15.1
[packages/rpm.git] / disable-header-verification.patch
1 http://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.023633 seconds and 3 git commands to generate.