Skip Menu |

This queue is for tickets about the Crypt-X509 CPAN distribution.

Report information
The Basics
Id: 61403
Status: resolved
Priority: 0/
Queue: Crypt-X509

People
Owner: alexander.w.jung [...] gmail.com
Requestors: dkg [...] fifthhorseman.net
Cc:
AdminCc:

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



Subject: Fwd: Bug#597126: missing subject's locality function
Date: Thu, 16 Sep 2010 16:30:28 -0400
To: bug-Crypt-X509 [...] rt.cpan.org
From: Daniel Kahn Gillmor <dkg [...] fifthhorseman.net>
Hi there -- Just got this message via the debian BTS i'm the debian maintainer for libcrypt-x509-perl, the debian package of Crypt::X509), along with the attached patch to provide the subject's locality. http://bugs.debian.org/597126 let me know if you see any problem with this. If it can go into the next revision sometime soon, i'm happy to wait for you as upstream. If you think it's problematic, i'm happy to hear your explanations. Thanks for Crypt::X509 and all your work on it, --dkg

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

Subject: Bug#597126: missing subject's locality function
Date: Thu, 16 Sep 2010 21:40:51 +0200
To: submit [...] bugs.debian.org
From: Milan Kocian <milon [...] wq.cz>
Package: libcrypt-x509-perl Version: 0.40-1 In the source is missing function for returning subject's locality from certificate. Correction is simple, see patch below. Regards, --- a/X509.pm 2010-09-16 21:18:06.840840619 +0200 +++ b/X509.pm 2010-09-16 21:17:49.588711091 +0200 @@ -394,6 +394,19 @@ return _subject_part( $self, '2.5.4.6' ); } +=head2 subject_locality + +Returns the string value for subject's locality (= the value with the + OID 2.5.4.7 or in DN Syntax everything after C<l=>). +Only the first entry is returned. C<undef> if subject contains no locality attribute. + +=cut back + +sub subject_locality { + my $self = shift; + return _subject_part( $self, '2.5.4.7' ); +} + =head2 subject_state Returns the string value for subject's state or province (= the value with the -- Milan Kocian
Download signature.asc
application/pgp-signature 892b

Message body not shown because it is not plain text.

RT-Send-CC: 597126 [...] bugs.debian.org
Hello, I included this new function into the next version of the perl module which should be on CPAN in a Day or two. Yours, Alexander
Subject: Bug#597126: Info received ([rt.cpan.org #61403] Fwd: Bug#597126: missing subject's locality function )
Date: Fri, 07 Jan 2011 22:21:02 +0000
To: bug-Crypt-X509 [...] rt.cpan.org
From: owner [...] bugs.debian.org (Debian Bug Tracking System)
Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Daniel Kahn Gillmor <dkg@fifthhorseman.net> If you wish to submit further information on this problem, please send it to 597126@bugs.debian.org. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. -- 597126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597126 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
RT-Send-CC: 597126 [...] bugs.debian.org
ok, crypt::x509 version 0.5 fixes this and is on CPAN (please wait for distribution) Yours, Alexander
Subject: Bug#597126: Info received ([rt.cpan.org #61403] Fwd: Bug#597126: missing subject's locality function )
Date: Fri, 07 Jan 2011 23:00:07 +0000
To: bug-Crypt-X509 [...] rt.cpan.org
From: owner [...] bugs.debian.org (Debian Bug Tracking System)
Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Daniel Kahn Gillmor <dkg@fifthhorseman.net> If you wish to submit further information on this problem, please send it to 597126@bugs.debian.org. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. -- 597126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597126 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
another colse of the bug - this time without mail to debians bug tracking... Yours, alexander