[Rpm-maint] [rpm-software-management/rpm] Linker issue:pgpDigParamsSalt symbol unresolved when WITH_SEQUOIA=OFF option is used (Issue #3970)

yodelu notifications at github.com
Tue Sep 30 18:55:43 UTC 2025


yodayox left a comment (rpm-software-management/rpm#3970)

same here.. however build succeeded by applying this
````
--- a/lib/rpmvs.cc	2025-09-22 15:09:24.000000000 +0300
+++ b/lib/rpmvs.cc	2025-09-29 17:26:16.041863564 +0300
@@ -480,14 +480,6 @@
 		continue;
 
 	    rpmDigestBundleAddID(sis->bundle, sinfo->hashalgo, sinfo->id, 0);
-	    /* OpenPGP v6 signatures need a grain of salt to go */
-	    if (sinfo->type == RPMSIG_SIGNATURE_TYPE && sinfo->sig) {
-		const uint8_t *salt = NULL;
-		size_t slen = 0;
-		if (pgpDigParamsSalt(sinfo->sig, &salt, &slen) == 0 && salt) {
-		    rpmDigestBundleUpdateID(sis->bundle, sinfo->id, salt, slen);
-		}
-	    }
 	}
     }
 }
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3970#issuecomment-3353413505
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3970/3353413505 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250930/4f7d4683/attachment.htm>


More information about the Rpm-maint mailing list