Skip Menu |

This queue is for tickets about the GnuPG CPAN distribution.

Report information
The Basics
Id: 568
Status: resolved
Priority: 0/
Queue: GnuPG

People
Owner: robbiebow [...] cpan.org
Requestors: mark [...] summersault.com
Cc:
AdminCc:

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



Subject: GnuPG .09 in checks for write access in home directory when it's not needed
Hello, I'm using GnuPG .09. I was just reviewing the new() method, and found this: if ($args{homedir}) { croak ( "Invalid home directory: $args{homedir}\n") unless -d $args{homedir} && -w _ && -x _; $self->{homedir} = $args{homedir}; } The code is checking for write access to the home directory here, although it is not needed for encryption. The code could be modified to only check for write access if it was needed (which may not be in the new() function).
Hi there I'll look at changing this in the next release (0.11).
Subject: Re: [rt.cpan.org #568] GnuPG .09 in checks for write access in home directory when it's not needed
Date: Thu, 7 May 2009 14:00:26 -0400
To: bug-GnuPG [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> I'll look at changing this in the next release (0.11).
Thanks. I see you are taking over a module from Francis J. Lacoste. He wrote HTML::FormValidator which I now maintain as Data::FormValidator. I appreciate your help with the module maintenance! Mark
Subject: Re: [rt.cpan.org #568] GnuPG .09 in checks for write access in home directory when it's not needed
Date: Thu, 7 May 2009 19:11:01 +0100
To: bug-GnuPG [...] rt.cpan.org
From: Robbie Bow <robbiebow [...] gmail.com>
2009/5/7 mark@summersault.com via RT <bug-GnuPG@rt.cpan.org>: Show quoted text
>       Queue: GnuPG >  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=568 > >
>> I'll look at changing this in the next release (0.11).
> > Thanks.  I see you are taking over a module from Francis J. Lacoste. > > He wrote HTML::FormValidator which I now maintain as Data::FormValidator. > > I appreciate your help with the module maintenance! >
Got to keep the flame alive, aint we?!?
patched in master branch. Will be part of 0.18