Skip Menu |

This queue is for tickets about the GnuPG-Interface CPAN distribution.

Report information
The Basics
Id: 57137
Status: resolved
Priority: 0/
Queue: GnuPG-Interface

People
Owner: Nobody in particular
Requestors: dkg [...] fifthhorseman.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: GnuPG::Interface should handle User Attribute packets [PATCH]
Date: Sun, 02 May 2010 02:08:04 -0400
To: bug-GnuPG-Interface [...] rt.cpan.org, submit [...] bugs.debian.org
From: Daniel Kahn Gillmor <dkg [...] fifthhorseman.net>
Package: libgnupg-interface-perl Tags: patch Severity: wishlist Currently, GnuPG doesn't handle User Attribute packets, producing the following warning: Show quoted text
> unknown record type uat at /usr/share/perl5/GnuPG/Interface.pm line 545, <GEN1> line 271.
The attached patch implements a minimal GnuPG::UserAttribute to at least parse the basic information provided by GnuPG's --with-colons output, and avoid the error when parsing keys with User Attributes attached. This should apply at the tail of the recent series of patches i've submitted. --dkg

Message body is not shown because sender requested not to inline it.

Download signature.asc
application/pgp-signature 892b

Message body not shown because it is not plain text.

On 2010-05-02T02:08:26-04:00, dkg@fifthhorseman.net wrote: Show quoted text
> The attached patch implements a minimal GnuPG::UserAttribute
This was applied as 6a50ef5 and released in 0.43. - Alex