On 08/18/11 18:12, Brock Pytlik wrote:
Patch:

--- old/src/modules/actions/signature.py Thu Aug 18 18:10:50 2011
+++ new/src/modules/actions/signature.py Thu Aug 18 18:10:49 2011
@@ -407,7 +407,7 @@
if self.hash is not None:
res.append((self.name, "certificate", self.hash,
self.hash))
- res.append((self.name, "hash type",
+ res.append((self.name, "algorithm",
self.attrs["algorithm"], self.attrs["algorithm"]))
res.append((self.name, "signature", self.attrs["value"],
self.attrs["value"]))



Bug:
18829 indexing for signature actions seems broken

LGTM.

-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to