From wyllys.ingersoll@sun.com Wed Mar 25 06:35:23 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n2PDZNLL012034
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 25 Mar 2009 06:35:23 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n2PDZM6B027825;
	Wed, 25 Mar 2009 06:35:22 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KH200N01DQX1Z00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Mar 2009 06:35:21 -0700 (PDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KH200GXNDQUMC70@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 25 Mar 2009 06:35:18 -0700 (PDT)
Received: from [10.7.251.182] (punchin-wyllys.SFBay.Sun.COM [10.7.251.182])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id n2PDZGRl486095
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed,
 25 Mar 2009 06:35:18 -0700 (PDT)
Date: Wed, 25 Mar 2009 09:35:03 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@sun.com>
Subject: PSARC 2009/189 - Perl extensions for using OpenSSL
To: PSARC-ext@sun.com
Cc: Mark Phalan <Mark.Phalan@sun.com>
Message-id: <49CA3307.5070504@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.18 (X11/20090112)
Status: RO
Content-Length: 3860



I submitted this case for Mark Phalan on Monday but for some reason it never went out to the PSARC
mailing list.  I am emailing it here for the record.

-Wyllys Ingersoll


Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
Copyright 2009 Sun Microsystems

1. Introduction
   1.1. Project/Component Working Name:

	Net::SSLeay - Perl extension for using OpenSSL

   1.2. Name of Document Author/Supplier:

	Mark Phalan

   1.3. Date of This Document:

	16 March, 2009

2. Project Summary
   2.1. Project Description:

	Integreate Net::SSLeay into Solaris. Net::SSLeay is a Perl
	extension for using OpenSSL.

4. Technical Description:
    4.1. Details:

	Net::SSLeay provides two Perl modules:
		Net::SSLeay.pm
		Net::SSLeay::Handle.pm

	From Net::SSLeay.3:
	"This module offers some high level convinience functions for accessing
	 web pages on SSL servers (for symmetry, same API is offered for
	 accessing http servers, too), a sslcat() function for writing your own
	 clients, and finally access to the SSL api of SSLeay/OpenSSL package so
	 you can write servers or clients for more complicated applications."

	From Net::SSLeay::Handle.3:
	"Perl module that lets SSL (HTTPS) sockets be handled as standard file
	 handles."

	The current version of Net::SSLeay will be taken as-is and integreated
	with Solaris. No changes are planned.

    4.2. Bug/RFE Number(s):

	6759600 include perl bindings for openssl

    4.5. Interfaces:

--------------------------------------------------------------------------------
Exported                                               Stability    Comments
--------------------------------------------------------------------------------
SUNWperl-net-ssleay			                     Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Net/SSLeay/SSLeay.bs Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Net/SSLeay/SSLeay.so Volatile  Shared Object
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Net/SSLeay/.packlist Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Net/SSLeay.pm             Volatile  Perl Module
usr/perl5/vendor_perl/5.8.4/$PARCH/Net/SSLeay/Handle.pm      Volatile  Perl Module


--------------------------------------------------------------------------------
Imported                                              Stability    Comments
--------------------------------------------------------------------------------
Perl 5.8.4 			Evolving     PSARC 1999/192 Including
                                             Perl 5 with Solaris and
                                             PSARC 2003/661 Update Perl
                                             to version 5.8.x.  
OpenSSL                         External     PSARC 2003/500

A contracted with the OpenSSL project will be signed before integration.

    4.6. Doc Impact:

	New manpages will be introduced which cover the two Perl modules.
	Net::SSLeay.3
	Net::SSLeay::Handle.3

    4.10. Packaging & Delivery:

	SUNWperl-net-ssleay

    4.11. Security Impact:

         This case adds Perl language bindings to OpenSSL and provides
         no other significant additional functionality related to security.
         It is only functional if OpenSSL is also on the system.

    4.12. Dependencies:

         PSARC 2003/500 OpenSSL in /usr/sfw
         PSARC 2006/019 OpenSSL upgrade to 0.9.8a
         PSARC 2006/555 Move OpenSSL to usr
	 PSARC 1999/192 Including Perl 5 with Solaris
         PSARC 2003/661 Update Perl

5. Reference Documents:

	Project website: http://alioth.debian.org/projects/net-ssleay/
	CPAN: http://search.cpan.org/~flora/Net-SSLeay-1.35/lib/Net/SSLeay.pm

6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
   	6.4.1. Consolidation or Component Name:

		SFW

   6.5. ARC review type:

		FastTrack

   6.6. ARC Exposure:

		Open

From Mark.Phalan@sun.com Wed Apr  8 02:30:18 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n389UI9a015845
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 8 Apr 2009 02:30:18 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n389UHwN007021
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 8 Apr 2009 03:30:18 -0600 (MDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KHR0010DZQIS400@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 08 Apr 2009 03:30:18 -0600 (MDT)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KHR00LFKZQHBL20@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 08 Apr 2009 03:30:17 -0600 (MDT)
Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe2.eu.sun.com [192.18.6.11])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n389UG2X026482	for
 <PSARC-ext@sun.com>; Wed, 08 Apr 2009 09:30:16 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 id <0KHR00F00YJPJT00@fe-emea-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 08 Apr 2009 10:30:16 +0100 (BST)
Received: from [129.157.71.112] ([unknown] [129.157.71.112])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 with ESMTPSA id <0KHR008BQZP82QE0@fe-emea-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 08 Apr 2009 10:29:32 +0100 (BST)
Date: Wed, 08 Apr 2009 11:29:23 +0200
From: Mark Phalan <Mark.Phalan@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <49CA3307.5070504@sun.com>
Sender: Mark.Phalan@sun.com
To: PSARC-ext@sun.com
Cc: Wyllys Ingersoll <Wyllys.Ingersoll@sun.com>,
        Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <1239182963.4418.23.camel@zup>
MIME-version: 1.0
X-Mailer: Evolution 2.24.2
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com>
Status: RO
Content-Length: 379


On Wed, 2009-03-25 at 09:35 -0400, Wyllys Ingersoll wrote:
...
> 
> 1. Introduction
>    1.1. Project/Component Working Name:
> 
> 	Net::SSLeay - Perl extension for using OpenSSL


Can anyone tell me why this (two+ weeks old) fasttrack case is still
open? Is it simply due to a lack of +1s?
Is there any hope of having it approved before PSARC meets next week?

Thanks,

-Mark


From Darren.Moffat@sun.com Wed Apr  8 02:37:44 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n389bi81016190
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 8 Apr 2009 02:37:44 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n389bhl1028224
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 8 Apr 2009 02:37:43 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KHS0040702V0700@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 08 Apr 2009 02:37:43 -0700 (PDT)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KHS00NKW02T3940@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 08 Apr 2009 02:37:42 -0700 (PDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n389bfsI027836	for
 <PSARC-ext@sun.com>; Wed, 08 Apr 2009 09:37:41 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 id <0KHR00B00Z5DKT00@fe-emea-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 08 Apr 2009 10:37:41 +0100 (BST)
Received: from [192.168.1.103]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 with ESMTPSA id <0KHS00IX702LP110@fe-emea-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 08 Apr 2009 10:37:34 +0100 (BST)
Date: Wed, 08 Apr 2009 10:37:32 +0100
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <1239182963.4418.23.camel@zup>
Sender: Darren.Moffat@sun.com
To: Mark Phalan <Mark.Phalan@sun.com>
Cc: PSARC-ext@sun.com, Wyllys Ingersoll <Wyllys.Ingersoll@sun.com>,
        Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <49DC705C.2090006@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
User-Agent: Thunderbird 2.0.0.18 (X11/20090211)
Status: RO
Content-Length: 496

Mark Phalan wrote:
> On Wed, 2009-03-25 at 09:35 -0400, Wyllys Ingersoll wrote:
> ...
>> 1. Introduction
>>    1.1. Project/Component Working Name:
>>
>> 	Net::SSLeay - Perl extension for using OpenSSL
> 
> 
> Can anyone tell me why this (two+ weeks old) fasttrack case is still
> open? Is it simply due to a lack of +1s?
> Is there any hope of having it approved before PSARC meets next week?

If there is a +1 required consider this mine - I thought I had done so 
already.

--
Darren J Moffat

From wyllys.ingersoll@sun.com Wed Apr  8 06:33:19 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n38DXJvl028114
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 8 Apr 2009 06:33:19 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n38DXCok024920;
	Wed, 8 Apr 2009 21:33:15 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KHS00C05AZDW700@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 08 Apr 2009 06:33:13 -0700 (PDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.59])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KHS00KRXAZDA8D0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 08 Apr 2009 06:33:13 -0700 (PDT)
Received: from [10.7.251.182] (punchin-wyllys.SFBay.Sun.COM [10.7.251.182])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id n38DXC0H208202
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed,
 08 Apr 2009 06:33:13 -0700 (PDT)
Date: Wed, 08 Apr 2009 09:33:09 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <1239182963.4418.23.camel@zup>
To: Mark Phalan <Mark.Phalan@sun.com>
Cc: PSARC-ext@sun.com, Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <49DCA795.9090609@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
User-Agent: Thunderbird 2.0.0.18 (X11/20090112)
Status: RO
Content-Length: 670

Mark Phalan wrote:
> On Wed, 2009-03-25 at 09:35 -0400, Wyllys Ingersoll wrote:
> ...
>> 1. Introduction
>>    1.1. Project/Component Working Name:
>>
>> 	Net::SSLeay - Perl extension for using OpenSSL
> 
> 
> Can anyone tell me why this (two+ weeks old) fasttrack case is still
> open? Is it simply due to a lack of +1s?
> Is there any hope of having it approved before PSARC meets next week?
> 
> Thanks,
> 
> -Mark

I should have followed more closely, sorry. I wasnt able to make
the meetings in the past couple of weeks (and I won't make it today,
either). 

With Darren's +1, it should probably just be approved since there 
have been no other comments.

-Wyllys


From Mark.Phalan@Sun.COM Thu Apr 16 01:50:01 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n3G8o1k6001475
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 16 Apr 2009 01:50:01 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n3G8o1Kj006765
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 16 Apr 2009 01:50:01 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KI600007R7DRK00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 16 Apr 2009 01:50:01 -0700 (PDT)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KI600APZR7CJTE0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 16 Apr 2009 01:50:01 -0700 (PDT)
Received: from fe-emea-10.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n3G8o02Z027066	for
 <PSARC-ext@sun.com>; Thu, 16 Apr 2009 08:50:00 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 id <0KI600400R58NJ00@fe-emea-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 16 Apr 2009 09:50:00 +0100 (BST)
Received: from [129.157.71.112] ([unknown] [129.157.71.112])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 with ESMTPSA id <0KI600KLWR7BWKC0@fe-emea-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 16 Apr 2009 09:49:59 +0100 (BST)
Date: Thu, 16 Apr 2009 10:49:47 +0200
From: Mark Phalan <Mark.Phalan@Sun.COM>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <49DCA795.9090609@sun.com>
Sender: Mark.Phalan@Sun.COM
To: Wyllys Ingersoll <Wyllys.Ingersoll@Sun.COM>
Cc: PSARC-ext@Sun.COM, Anup Sekhar <Anup.Sekhar@Sun.COM>
Message-id: <1239871787.3970.49.camel@zup>
MIME-version: 1.0
X-Mailer: Evolution 2.24.2
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
 <49DCA795.9090609@sun.com>
Status: RO
Content-Length: 903


On Wed, 2009-04-08 at 09:33 -0400, Wyllys Ingersoll wrote:
> Mark Phalan wrote:
> > On Wed, 2009-03-25 at 09:35 -0400, Wyllys Ingersoll wrote:
> > ...
> >> 1. Introduction
> >>    1.1. Project/Component Working Name:
> >>
> >> 	Net::SSLeay - Perl extension for using OpenSSL
> > 
> > 
> > Can anyone tell me why this (two+ weeks old) fasttrack case is still
> > open? Is it simply due to a lack of +1s?
> > Is there any hope of having it approved before PSARC meets next week?
> > 
> > Thanks,
> > 
> > -Mark
> 
> I should have followed more closely, sorry. I wasnt able to make
> the meetings in the past couple of weeks (and I won't make it today,
> either). 
> 
> With Darren's +1, it should probably just be approved since there 
> have been no other comments.
> 

I see its still not approved (after 3 weeks). It has a +1 from Darren.
Is there anything stopping this being approved?

Thanks,

-M


From carlsonj@phorcys.east.sun.com Thu Apr 16 04:39:08 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n3GBd8fA002046
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 16 Apr 2009 04:39:08 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n3GBd8Ma021933
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@Sun.COM>; Thu, 16 Apr 2009 04:39:08 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KI600207Z17XL00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Thu, 16 Apr 2009 04:39:07 -0700 (PDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KI6001KMZ16JU00@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Thu,
 16 Apr 2009 04:39:07 -0700 (PDT)
Received: from phorcys.east.sun.com (phorcys.East.Sun.COM [129.148.174.143])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n3GBd0EY051009; Thu, 16 Apr 2009 07:39:00 -0400 (EDT)
Received: from phorcys.east.sun.com (phorcys.local [127.0.0.1])
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3) with ESMTP id n3GBcTXc021112; Thu,
 16 Apr 2009 07:38:29 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3/Submit) id n3GBcTA7021109; Thu,
 16 Apr 2009 07:38:29 -0400 (EDT)
Date: Thu, 16 Apr 2009 07:38:29 -0400
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <1239871787.3970.49.camel@zup>
To: Mark Phalan <Mark.Phalan@sun.com>
Cc: Wyllys Ingersoll <Wyllys.Ingersoll@sun.com>, PSARC-ext@sun.com,
        Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <18919.6325.305290.78227@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
 <49DCA795.9090609@sun.com> <1239871787.3970.49.camel@zup>
Status: RO
Content-Length: 690

Mark Phalan writes:
> I see its still not approved (after 3 weeks). It has a +1 from Darren.
> Is there anything stopping this being approved?

No.  In fact, we allowed it to time out on the 3rd, and it should have
been marked approved at that point.  It wasn't, and it showed up on
the ARC radar yesterday, so we affirmatively approved it then.

It's the case owner (the fast-track sponsor) who is supposed to stay
on top of this.

Wyllys: please update this case.

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From gdamore@sun.com Thu Apr 16 07:06:58 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n3GE6vnM005246
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 16 Apr 2009 07:06:58 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n3GE6uDw020824
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 16 Apr 2009 15:06:56 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KI7006055VKDB00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 16 Apr 2009 08:06:56 -0600 (MDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KI700IRJ5VKNVA0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 16 Apr 2009 08:06:56 -0600 (MDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n3GE6uXK004546	for
 <PSARC-ext@sun.com>; Thu, 16 Apr 2009 07:06:56 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 id <0KI700L005NM0700@fe-sfbay-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 16 Apr 2009 07:06:56 -0700 (PDT)
Received: from [192.168.251.11] ([unknown] [76.93.15.33])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 with ESMTPSA id <0KI700BIC5VCUOB0@fe-sfbay-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 16 Apr 2009 07:06:49 -0700 (PDT)
Date: Thu, 16 Apr 2009 07:06:48 -0700
From: "Garrett D'Amore" <gdamore@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <1239871787.3970.49.camel@zup>
Sender: Garrett.Damore@sun.com
To: Mark Phalan <Mark.Phalan@sun.com>
Cc: Wyllys Ingersoll <wyllys.ingersoll@sun.com>, PSARC-ext@sun.com,
        Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <49E73B78.6050506@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
 <49DCA795.9090609@sun.com> <1239871787.3970.49.camel@zup>
User-Agent: Thunderbird 2.0.0.18 (X11/20081201)
Status: RO
Content-Length: 1074

It is long since approved ... the IAM file just needs to be updated.

    - Garrett

Mark Phalan wrote:
> On Wed, 2009-04-08 at 09:33 -0400, Wyllys Ingersoll wrote:
>   
>> Mark Phalan wrote:
>>     
>>> On Wed, 2009-03-25 at 09:35 -0400, Wyllys Ingersoll wrote:
>>> ...
>>>       
>>>> 1. Introduction
>>>>    1.1. Project/Component Working Name:
>>>>
>>>> 	Net::SSLeay - Perl extension for using OpenSSL
>>>>         
>>> Can anyone tell me why this (two+ weeks old) fasttrack case is still
>>> open? Is it simply due to a lack of +1s?
>>> Is there any hope of having it approved before PSARC meets next week?
>>>
>>> Thanks,
>>>
>>> -Mark
>>>       
>> I should have followed more closely, sorry. I wasnt able to make
>> the meetings in the past couple of weeks (and I won't make it today,
>> either). 
>>
>> With Darren's +1, it should probably just be approved since there 
>> have been no other comments.
>>
>>     
>
> I see its still not approved (after 3 weeks). It has a +1 from Darren.
> Is there anything stopping this being approved?
>
> Thanks,
>
> -M
>
>   


From wyllys.ingersoll@sun.com Thu Apr 16 13:13:14 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n3GKDCWJ007656
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 16 Apr 2009 13:13:13 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n3GKCrpk043108;
	Thu, 16 Apr 2009 14:13:11 -0600 (MDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KI700I01MTZEX00@brm-avmta-1.central.sun.com>; Thu,
 16 Apr 2009 14:13:11 -0600 (MDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.59])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KI7004QOMTYY7B0@brm-avmta-1.central.sun.com>; Thu,
 16 Apr 2009 14:13:10 -0600 (MDT)
Received: from [10.7.251.182] (punchin-wyllys.SFBay.Sun.COM [10.7.251.182])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id n3GKD3ss224773
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu,
 16 Apr 2009 13:13:10 -0700 (PDT)
Date: Thu, 16 Apr 2009 16:13:03 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <1239871787.3970.49.camel@zup>
To: Mark Phalan <Mark.Phalan@sun.com>
Cc: PSARC-ext@sun.com, Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <49E7914F.5030802@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
 <49DCA795.9090609@sun.com> <1239871787.3970.49.camel@zup>
User-Agent: Thunderbird 2.0.0.18 (X11/20090112)
Status: RO
Content-Length: 1002


At this point, I think it can be marked closed/approved.

-Wyllys



Mark Phalan wrote:
> On Wed, 2009-04-08 at 09:33 -0400, Wyllys Ingersoll wrote:
>> Mark Phalan wrote:
>>> On Wed, 2009-03-25 at 09:35 -0400, Wyllys Ingersoll wrote:
>>> ...
>>>> 1. Introduction
>>>>    1.1. Project/Component Working Name:
>>>>
>>>> 	Net::SSLeay - Perl extension for using OpenSSL
>>>
>>> Can anyone tell me why this (two+ weeks old) fasttrack case is still
>>> open? Is it simply due to a lack of +1s?
>>> Is there any hope of having it approved before PSARC meets next week?
>>>
>>> Thanks,
>>>
>>> -Mark
>> I should have followed more closely, sorry. I wasnt able to make
>> the meetings in the past couple of weeks (and I won't make it today,
>> either). 
>>
>> With Darren's +1, it should probably just be approved since there 
>> have been no other comments.
>>
> 
> I see its still not approved (after 3 weeks). It has a +1 from Darren.
> Is there anything stopping this being approved?
> 
> Thanks,
> 
> -M


From Mark.Phalan@sun.com Fri Apr 17 01:59:30 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n3H8xUTe009343
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 17 Apr 2009 01:59:30 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n3H8xTIg018823
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 17 Apr 2009 01:59:30 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KI80030FMB53700@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 17 Apr 2009 01:59:29 -0700 (PDT)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KI800118MB3NZ10@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 17 Apr 2009 01:59:28 -0700 (PDT)
Received: from fe-emea-10.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10])
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n3H8xRve008192	for
 <PSARC-ext@sun.com>; Fri, 17 Apr 2009 08:59:27 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 id <0KI800600LRSIO00@fe-emea-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 17 Apr 2009 09:59:27 +0100 (BST)
Received: from [129.157.71.112] ([unknown] [129.157.71.112])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009))
 with ESMTPSA id <0KI800F0KMAYRTA0@fe-emea-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 17 Apr 2009 09:59:23 +0100 (BST)
Date: Fri, 17 Apr 2009 10:59:08 +0200
From: Mark Phalan <Mark.Phalan@sun.com>
Subject: Re: PSARC 2009/189 - Perl extensions for using OpenSSL
In-reply-to: <49E7914F.5030802@sun.com>
Sender: Mark.Phalan@sun.com
To: Wyllys Ingersoll <Wyllys.Ingersoll@sun.com>
Cc: PSARC-ext@sun.com, Anup Sekhar <Anup.Sekhar@sun.com>
Message-id: <1239958748.3970.1153.camel@zup>
MIME-version: 1.0
X-Mailer: Evolution 2.24.2
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <49CA3307.5070504@sun.com> <1239182963.4418.23.camel@zup>
 <49DCA795.9090609@sun.com> <1239871787.3970.49.camel@zup>
 <49E7914F.5030802@sun.com>
Status: RO
Content-Length: 179


On Thu, 2009-04-16 at 16:13 -0400, Wyllys Ingersoll wrote:
> At this point, I think it can be marked closed/approved.
> 

I see its been marked as closed/approved.

Thanks!

-M


