[Rpm-maint] [rpm-software-management/rpm] RPM fsverity support (#1203)

jessorensen notifications at github.com
Wed May 27 18:13:11 UTC 2020


@jessorensen commented on this pull request.



> @@ -396,6 +397,16 @@ static void deleteSigs(Header sigh)
     headerDel(sigh, RPMSIGTAG_PGP5);
 }
 
+static void deleteFileSigs(Header sigh)
+{
+    headerDel(sigh, RPMSIGTAG_FILESIGNATURELENGTH);
+    headerDel(sigh, RPMSIGTAG_FILESIGNATURES);
+    headerDel(sigh, RPMTAG_VERITYSIGNATURELENGTH);
+    headerDel(sigh, RPMTAG_VERITYSIGNATURES);
+    headerDel(sigh, RPMTAG_VERITYSIGNATUREALGO);
+    headerDel(sigh, RPMTAG_VERITYSIGNATUREBLKSZ);

Thanks, I actually discovered this the hard way and already fixed it in my tree.

-- 
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/1203#discussion_r431346632
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200527/98844854/attachment.html>


More information about the Rpm-maint mailing list