Michael Gauthier | 1 Mar 2010 06:13
Favicon
Gravatar

Re: method for Crypt_GPG to sign and encrypt file in one pass

On Thu, 2009-11-12 at 11:38 -0400, Michael Gauthier wrote:
> On Thu, 2009-11-12 at 12:32 +0000, Ken Guest wrote:
> > hi Mike,
> > patch attached for signing and encrypting a file in one pass with
> > Crypt_GPG - something that's required here immediately so I
> > went ahead and added it to a local install of the package. Didn't
> > really have the time to file a feature request or anything like that.
> > 
> > Thought you might want to look over it and perhaps incorporate it into
> > the public version of Crypt_GPG.
> > 
> > 
> Ken,
> 
> I cleaned up and applied your patch in changeset 290586. See:
> 
> http://svn.php.net/viewvc/pear/packages/Crypt_GPG/trunk/Crypt/GPG.php?r1=290586&r2=290585&pathrev=290586&diff_format=u
> 
> The biggest change I made was the method name. I chose encryptAndSign()
> instead of signAndEncrypt() because it matches the GnuPG APIs of other
> languages better.
> 
> The change will be in the next public release of Crypt_GPG, which will
> happen after I write new tests for the new features in trunk.
> 
> Regards,
> 
Hi Ken,

This feature has been released in Crypt_GPG-1.1.0:
(Continue reading)

Ken Guest | 1 Mar 2010 10:16
Picon
Favicon
Gravatar

Re: method for Crypt_GPG to sign and encrypt file in one pass

superb ;-)

thanks again!

Ken

On Mon, Mar 1, 2010 at 5:13 AM, Michael Gauthier <mike <at> silverorange.com>wrote:

> On Thu, 2009-11-12 at 11:38 -0400, Michael Gauthier wrote:
> > On Thu, 2009-11-12 at 12:32 +0000, Ken Guest wrote:
> > > hi Mike,
> > > patch attached for signing and encrypting a file in one pass with
> > > Crypt_GPG - something that's required here immediately so I
> > > went ahead and added it to a local install of the package. Didn't
> > > really have the time to file a feature request or anything like that.
> > >
> > > Thought you might want to look over it and perhaps incorporate it into
> > > the public version of Crypt_GPG.
> > >
> > >
> > Ken,
> >
> > I cleaned up and applied your patch in changeset 290586. See:
> >
> >
> http://svn.php.net/viewvc/pear/packages/Crypt_GPG/trunk/Crypt/GPG.php?r1=290586&r2=290585&pathrev=290586&diff_format=u
> >
> > The biggest change I made was the method name. I chose encryptAndSign()
> > instead of signAndEncrypt() because it matches the GnuPG APIs of other
> > languages better.
(Continue reading)

till | 1 Mar 2010 15:06
Picon

file_roles

Hey,

got a question in regard to PEAR_PackageFileManager2 (1.0.1), and I
don't seem to be able to find the answer.

When I pass my array to setOptions(), I have a key 'file_roles' =>
array('README.md' => 'doc');. The README.md is never recognized and
gets role "data" in the end. I want it to be "doc" instead.

Any help is appreciated.

Till

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

till | 1 Mar 2010 15:09
Picon

Re: file_roles

On Mon, Mar 1, 2010 at 3:06 PM, till <till <at> php.net> wrote:
> Hey,
>
> got a question in regard to PEAR_PackageFileManager2 (1.0.1), and I
> don't seem to be able to find the answer.
>
> When I pass my array to setOptions(), I have a key 'file_roles' =>
> array('README.md' => 'doc');. The README.md is never recognized and
> gets role "data" in the end. I want it to be "doc" instead.
>
> Any help is appreciated.
>
> Till
>

Meh... Ok, for the sake of the Internet, the correct name of the key
is not "file_roles", but "exceptions". =)

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Till Klampaeckel | 1 Mar 2010 19:22
Picon

[PEPr] Proposal for Web Services::Services_UseKetchup


Till Klampaeckel (http://pear.php.net/user/till) proposes Web Services::Services_UseKetchup.

You can find more detailed information here:
 http://pear.php.net/pepr/pepr-proposal-show.php?id=628

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Till Klampaeckel | 2 Mar 2010 01:18
Picon

[PEPr] Comment on File Formats::Genealogy_Gedcom55


* SVN link is a 404

* PHP License is discouraged for new code, usw BSD, MIT, Apache or LGPL
instead. :)

-- 
http://pear.php.net/pepr/pepr-proposal-show.php?id=627

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Daniel O'Connor | 2 Mar 2010 02:20
Picon
Gravatar

Re: [PEPr] Comment on File Formats::Genealogy_Gedcom55

Note to self: should put this on the PEPr UI.

On Tue, Mar 2, 2010 at 10:48 AM, Till Klampaeckel <till <at> php.net> wrote:

>
> * SVN link is a 404
> * PHP License is discouraged for new code, usw BSD, MIT, Apache or LGPL
> instead. :)
>
> --
> http://pear.php.net/pepr/pepr-proposal-show.php?id=627
>
> --
> PEAR Development Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Till Klampaeckel | 2 Mar 2010 16:23
Picon

[PEPr] Changes in proposal for Web Services::Services_UseKetchup


Till Klampaeckel (http://pear.php.net/user/till) has edited the proposal for Web Services::Services_UseKetchup.

Change comment:

Updated links and description to point to 0.0.2.

Please review the proposal:
http://pear.php.net/pepr/pepr-proposal-show.php?id=628

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Christian Weiske | 4 Mar 2010 11:12
Picon
Favicon
Gravatar

Pyrus problem: installing pecl/APC fails

Hi,

A problem installing pecl's APC with pyrus:

pyrus-5.3.1 -v install pecl/apc
Pyrus version 2.0.0a1 SHA-1: 2FDFB5E00A6D707437DBC047AAF9D115C6484D90
Using PEAR installation found at /root/phpfarm/inst/pear2/5.3.1

Connected...
Mime-type: application/octet-stream

pear2\Pyrus\Registry\Exception: Error: package pecl.php.net/APC could
not be installed in registry: Unable to execute statement: constraint
failed Exception: Unable to execute statement: constraint failed

It also seems that -v doesn't do anything.

-- 
Regards/Mit freundlichen Grüßen
Christian Weiske

-= Geeking around in the name of science since 1982 =-

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Christian Weiske | 4 Mar 2010 11:13
Picon
Favicon
Gravatar

Pyrus problem: Listing all packages on pecl with invalid XML

Hi,

Pyrus totally stops when some invalid XML is found on a channel server.
Should this always be that way?

pyrus-5.3.1 remote-list pecl
Pyrus version 2.0.0a1 SHA-1: 2FDFB5E00A6D707437DBC047AAF9D115C6484D90
Using PEAR installation found at /root/phpfarm/inst/pear2/5.3.1
Remote packages for channel pecl:
Audio:
   FliteTTS                   n/a       Text to speech voice synthesis
for PHP KTaglib                    0.2.0     Library to edit audio
properties and tags on MPEG and OGG
files Ovrimos                    n/a       Ovrimos
interface Key: * = installed, ! = upgrades available
pear2\Pyrus\REST\Exception: Invalid xml downloaded from
"http://pecl.php.net/rest/c/Authentication/packagesinfo.xml"
pear2\Pyrus\XMLParser\Exception: Invalid XML document

-- 
Regards/Mit freundlichen Grüßen
Christian Weiske

-= Geeking around in the name of science since 1982 =-

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

(Continue reading)


Gmane