From wyllys.ingersoll@oracle.com Wed Mar 24 10:09:54 2010
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 o2OH9sEK000894
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 10:09:54 -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.4) with ESMTP id o2OH9qgC038610;
	Wed, 24 Mar 2010 11:09:53 -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 <0KZS0023BQCCNQ00@brm-avmta-1.central.sun.com>; Wed,
 24 Mar 2010 11:09:48 -0600 (MDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS008TPQCBVEC0@brm-avmta-1.central.sun.com>; Wed,
 24 Mar 2010 11:09:47 -0600 (MDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o2OH9kTC027107; Wed,
 24 Mar 2010 17:09:46 +0000 (GMT)
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o2NN6j5c016270; Wed, 24 Mar 2010 17:09:45 +0000 (GMT)
Received: from abhmt015.oracle.com by acsmt354.oracle.com	with ESMTP id
 107529091269450543; Wed, 24 Mar 2010 10:09:03 -0700
Received: from [10.7.251.182] (/10.7.251.182)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 24 Mar 2010 10:09:03 -0700
Date: Wed, 24 Mar 2010 13:09:01 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Subject: PSARC 2010/084 Perl Crypt bindings for OpenSSL
To: PSARC-ext@sun.com, Hai-May Chao <Hai-May.Chao@sun.com>
Message-id: <4BAA472D.5060301@oracle.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_fi0ovu6e7apsdaxWhpKaaQ)"
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 1.0
X-Source-IP: acsmt353.oracle.com [141.146.40.153]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090204.4BAA475A.0026:SCFMA4539814,ss=1,fgs=0
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 8714

This is a multi-part message in MIME format.

--Boundary_(ID_fi0ovu6e7apsdaxWhpKaaQ)
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7BIT


Somehow this case got created but the one-pager was never sent out.  Attached is the
proposal.  My apologies to the project team for the snafu.

-Wyllys




--Boundary_(ID_fi0ovu6e7apsdaxWhpKaaQ)
Content-type: text/plain; name=perl-crypt-onepager.txt
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=perl-crypt-onepager.txt

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

1. Introduction
   1.1. Project/Component Working Name:

	Perl Crypt bindings for OpenSSL


	This project will include:
	Crypt::OpenSSL::AES - A Perl wrapper around OpenSSL's AES library
	Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
	Crypt::OpenSSL::Blowfish - Blowfish Algorithm using OpenSSL
	Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL
	Crypt::OpenSSL::PKCS10 - Perl extension to OpenSSL's PKCS10 API
	Crypt::OpenSSL::Random - Routines for accessing the OpenSSL pseudo-random
			number generator
	Crypt::OpenSSL::RC4 - RC4 library based on OpenSSL
	Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
	Crypt::OpenSSL::SMIME - signing and encrypting messages with S/MIME standard
			using OpenSSL libraries	

   1.2. Name of Document Author/Supplier:

	Hai-May Chao

   1.3. Date of This Document:

	Feburary 15, 2010

2. Project Summary
   2.1. Project Description:

	Integrate Perl crypt wrapper functions for using OpenSSL library
	into Solaris.


4. Technical Description:
    4.1. Details:

	This project will provide the following Perl modules:
	Crypt::OpenSSL::AES.pm
	Crypt::OpenSSL::Bignum.pm
	Crypt::OpenSSL::Bignum::CTX.pm
	Crypt::OpenSSL::Blowfish.pm
	Crypt::OpenSSL::DSA.pm
	Crypt::OpenSSL::PKCS10.pm
	Crypt::OpenSSL::Random.pm
	Crypt::OpenSSL::RC4.pm
	Crypt::OpenSSL::RSA.pm
	Crypt::OpenSSL::SMIME.pm

    4.2. Bug/RFE Number(s):

	6926100 Provide Perl crypt bindings to OpenSSL library
    
    4.5. Interfaces:

------------------------------------------------------------------------------------------------
Exported								Stability Comments
------------------------------------------------------------------------------------------------
SUNWcrypt-openssl-aes							Committed Package Name
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/AES/AES.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/AES/AES.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/AES/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.10.0/$PARCH/Crypt/OpenSSL/AES.pm		Volatile  Perl Module

SUNWcrypt-openssl-bignum						Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/Bignum/Bignum.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/Bignum/Bignum.so	Volatile  Shared Object	
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/Bignum/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/Bignum.pm		Volatile  Perl Module
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/Bignum/CTX.pm		Volatile  Perl Module

SUNWcrypt-openssl-blowfish						    Committed Package Name
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/Blowfish/Blowfish.bs Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/Blowfish/Blowfish.so Volatile  Shared Object
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/Blowfish/.packlist   Volatile  Perl package file list
usr/perl5/vendor_perl/5.10.0/$PARCH/Crypt/OpenSSL/Blowfish.pm		    Volatile  Perl Module

SUNWcrypt-openssl-dsa							Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/DSA/DSA.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/DSA/DSA.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/DSA/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/DSA.pm			Volatile  Perl Module
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/DSA/Signature.pod 

SUNWcrypt-openssl-pkcs10						Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/PKCS10/PKCS10.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/PKCS10/PKCS10.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/PKCS10/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/PKCS10.pm		Volatile  Perl Module 

SUNWcrypt-openssl-random						Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/Random/Random.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/Random/Random.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/Random/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/Random.pm		Volatile  Perl Module

SUNWcrypt-openssl-rc4							Committed Package Name
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/RC4/RC4.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/RC4/RC4.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.10.0/$PARCH/auto/Crypt/OpenSSL/RC4/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.10.0/$PARCH/Crypt/OpenSSL/RC4.pm		Volatile  Perl Module

SUNWcrypt-openssl-rsa							Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/RSA/RSA.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/RSA/RSA.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/RSA/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/RSA.pm			Volatile  Perl Module

SUNWcrypt-openssl-smime							Committed Package Name
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/SMIME/SMIME.bs	Volatile  Perl module bootstrap file
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/SMIME/SMIME.so	Volatile  Shared Object
usr/perl5/vendor_perl/5.8.4/$PARCH/auto/Crypt/OpenSSL/SMIME/.packlist	Volatile  Perl package file list
usr/perl5/vendor_perl/5.8.4/$PARCH/Crypt/OpenSSL/SMIME.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
Perl 5.10.0	Evolving	PSARC 2009/315 Update Perl to version 5.10.x 
OpenSSL		External	PSARC 2003/500

    
    4.6. Doc Impact:

	New manpages will be introduced which cover the new Perl modules
	as listed in the section 4.1.

	Crypt::OpenSSL::AES.3
	Crypt::OpenSSL::Bignum.3
	Crypt::OpenSSL::Bignum::CTX.3
	Crypt::OpenSSL::Blowfish.3
	Crypt::OpenSSL::DSA.3
	Crypt::OpenSSL::DSA::Signature.3
	Crypt::OpenSSL::PKCS10.3
	Crypt::OpenSSL::Random.3
	Crypt::OpenSSL::RC4.3
	Crypt::OpenSSL::RSA.3
    
    4.10. Packaging & Delivery:

	SUNWcrypt-openssl-aes
	SUNWcrypt-openssl-bignum
	SUNWcrypt-openssl-blowfish
	SUNWcrypt-openssl-dsa
	SUNWcrypt-openssl-pkcs10
	SUNWcrypt-openssl-random
	SUNWcrypt-openssl-rc4
	SUNWcrypt-openssl-rsa
	SUNWcrypt-openssl-smime
    
    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 1999/192 Including Perl 5 with Solaris
	PSARC 2003/661 Update Perl to version 5.8.x
	PSARC 2009/315 Update Perl to version 5.10.x

5. Reference Documents:

	CPAN -
	http://search.cpan.org/~ttar/Crypt-OpenSSL-AES-0.02/
	http://search.cpan.org/~iroberts/Crypt-OpenSSL-Bignum-0.04/
	http://search.cpan.org/~vkramskih/Crypt-OpenSSL-Blowfish-0.02/		
	http://search.cpan.org/~tjmather/Crypt-OpenSSL-DSA-0.13/
	http://search.cpan.org/~jonozzz/Crypt-OpenSSL-PKCS10-0.06/
	http://search.cpan.org/~iroberts/Crypt-OpenSSL-Random-0.04/
	http://search.cpan.org/~tokuhirom/Crypt-OpenSSL-RC4-0.02/
	http://search.cpan.org/~iroberts/Crypt-OpenSSL-RSA-0.26/
	http://search.cpan.org/~deemon/Crypt-OpenSSL-SMIME-0.02/

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



--Boundary_(ID_fi0ovu6e7apsdaxWhpKaaQ)--

From Darren.Moffat@oracle.com Wed Mar 24 10:38:54 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o2OHcsa9001656
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 10:38:54 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OHcoUa019743;
	Wed, 24 Mar 2010 12:38:54 -0500 (CDT)
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 <0KZS00A1DROTQ000@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 10:38:53 -0700 (PDT)
Received: from sca-ea-mail-1.sun.com ([192.18.43.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS009WCROO2Q00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 10:38:48 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o2OHcmgr000452;
 Wed, 24 Mar 2010 17:38:48 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o2OD0UDp022838; Wed, 24 Mar 2010 17:38:44 +0000 (GMT)
Received: from abhmt009.oracle.com by acsmt353.oracle.com	with ESMTP id
 112773881269452225; Wed, 24 Mar 2010 10:37:05 -0700
Received: from [10.7.251.221] (/10.7.251.221)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 24 Mar 2010 10:37:05 -0700
Date: Wed, 24 Mar 2010 17:37:01 +0000
From: Darren J Moffat <Darren.Moffat@oracle.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA472D.5060301@oracle.com>
To: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Cc: PSARC-ext@sun.com, Hai-May Chao <Hai-May.Chao@sun.com>
Message-id: <4BAA4DBD.9050106@Oracle.COM>
Organization: Oracle Solaris Security
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
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090202.4BAA4E28.0019:SCFMA4539814,ss=1,fgs=0
References: <4BAA472D.5060301@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 311

I see no major issues with this case.

However the packaging will need to be different.

Probably one of these:

pkg:/library/security/openssl/perl/{aes,bignum,...}
pkg:/library/perl-5/openssl/{aes,bignum,...}

I think the second one is more likely as these are perl bindings for 
openssl.

-- 
Darren J Moffat

From Hai-May.Chao@sun.com Wed Mar 24 11:05:23 2010
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 o2OI5NqT002537
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 11:05:23 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o2OI5MjM020006;
	Wed, 24 Mar 2010 12:05:22 -0600 (MDT)
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 <0KZS00A0BSWY9000@nwk-avmta-2.sfbay.sun.com>; Wed,
 24 Mar 2010 11:05:22 -0700 (PDT)
Received: from jurassic.Eng.Sun.COM ([129.146.17.63])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS000VVSWXBRC0@nwk-avmta-2.sfbay.sun.com>; Wed,
 24 Mar 2010 11:05:21 -0700 (PDT)
Received: from [129.150.12.115]
 (vpn-129-150-12-115.SFBay.Sun.COM [129.150.12.115])
	by jurassic.Eng.Sun.COM (8.14.4+Sun/8.14.4) with ESMTP id o2OI5Kjg851017; Wed,
 24 Mar 2010 11:05:20 -0700 (PDT)
Date: Wed, 24 Mar 2010 11:07:14 -0700
From: Hai-May Chao <Hai-May.Chao@sun.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA4DBD.9050106@Oracle.COM>
To: Darren J Moffat <Darren.Moffat@oracle.com>
Cc: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>, PSARC-ext@sun.com
Message-id: <4BAA54D2.1000202@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: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
User-Agent: Thunderbird 2.0b2 (X11/20070227)
Status: RO
Content-Length: 621

Darren J Moffat wrote:
> I see no major issues with this case.
>
> However the packaging will need to be different.
>
> Probably one of these:
>
> pkg:/library/security/openssl/perl/{aes,bignum,...}
> pkg:/library/perl-5/openssl/{aes,bignum,...}
>
> I think the second one is more likely as these are perl bindings for 
> openssl.
>

I'm still using SVR4 packaging scheme.  I touched base with Norm,
and he suggested for me to use SVR4 definitions for now, until SFW
moves to IPS.  Depending on the timing, I'll either change it before my
putback or it will be changed to IPS with the rest of the gate.

Thanks,
Hai-May


From gdamore@sun.com Wed Mar 24 11:09:51 2010
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 o2OI9pQo002581
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 11:09:51 -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.4) with ESMTP id o2OI9oWl023259
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 24 Mar 2010 12:09:50 -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 <0KZS0080DT4EDO00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Mar 2010 12:09:50 -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 <0KZS005WAT49DX20@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 24 Mar 2010 12:09:50 -0600 (MDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o2OI9j5C022414	for
 <PSARC-ext@sun.com>; Wed, 24 Mar 2010 11:09:45 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KZS00100SYHT200@fe-sfbay-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Mar 2010 11:09:45 -0700 (PDT)
Received: from [192.168.251.11] ([unknown] [76.93.15.33])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KZS009F2T3X6R50@fe-sfbay-09.sun.com>; Wed,
 24 Mar 2010 11:09:34 -0700 (PDT)
Date: Wed, 24 Mar 2010 11:09:33 -0700
From: "Garrett D'Amore" <gdamore@sun.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA54D2.1000202@sun.com>
Sender: Garrett.Damore@sun.com
To: Hai-May Chao <Hai-May.Chao@sun.com>
Cc: Darren J Moffat <Darren.Moffat@oracle.com>,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>, PSARC-ext@sun.com
Message-id: <4BAA555D.2040800@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100131
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 878

On 03/24/10 11:07 AM, Hai-May Chao wrote:
> Darren J Moffat wrote:
>> I see no major issues with this case.
>>
>> However the packaging will need to be different.
>>
>> Probably one of these:
>>
>> pkg:/library/security/openssl/perl/{aes,bignum,...}
>> pkg:/library/perl-5/openssl/{aes,bignum,...}
>>
>> I think the second one is more likely as these are perl bindings for 
>> openssl.
>>
>
> I'm still using SVR4 packaging scheme.  I touched base with Norm,
> and he suggested for me to use SVR4 definitions for now, until SFW
> moves to IPS.  Depending on the timing, I'll either change it before my
> putback or it will be changed to IPS with the rest of the gate.
>
> Thanks,
> Hai-May
>

That's fine with me, but you need to fix the "Committed" value for your 
package names -- clearly they are not Committed, since you know you'll 
be changing them soon.

     - Garrett


From Hai-May.Chao@sun.com Wed Mar 24 11:16:04 2010
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 o2OIG4U5002679
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 11:16:04 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o2OIFxaZ027636;
	Wed, 24 Mar 2010 12:16:03 -0600 (MDT)
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 <0KZS00I3LTEQRG00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 11:16:02 -0700 (PDT)
Received: from jurassic.Eng.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 <0KZS009S5TEM2T60@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 11:15:58 -0700 (PDT)
Received: from [129.150.12.115]
 (vpn-129-150-12-115.SFBay.Sun.COM [129.150.12.115])
	by jurassic.Eng.Sun.COM (8.14.4+Sun/8.14.4) with ESMTP id o2OIFwUg852620; Wed,
 24 Mar 2010 11:15:58 -0700 (PDT)
Date: Wed, 24 Mar 2010 11:17:52 -0700
From: Hai-May Chao <Hai-May.Chao@sun.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA555D.2040800@sun.com>
To: "Garrett D'Amore" <gdamore@sun.com>
Cc: Darren J Moffat <Darren.Moffat@oracle.com>,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>, PSARC-ext@sun.com
Message-id: <4BAA5750.6050700@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: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
User-Agent: Thunderbird 2.0b2 (X11/20070227)
Status: RO
Content-Length: 967

Garrett D'Amore wrote:
> On 03/24/10 11:07 AM, Hai-May Chao wrote:
>> Darren J Moffat wrote:
>>> I see no major issues with this case.
>>>
>>> However the packaging will need to be different.
>>>
>>> Probably one of these:
>>>
>>> pkg:/library/security/openssl/perl/{aes,bignum,...}
>>> pkg:/library/perl-5/openssl/{aes,bignum,...}
>>>
>>> I think the second one is more likely as these are perl bindings for 
>>> openssl.
>>>
>>
>> I'm still using SVR4 packaging scheme.  I touched base with Norm,
>> and he suggested for me to use SVR4 definitions for now, until SFW
>> moves to IPS.  Depending on the timing, I'll either change it before my
>> putback or it will be changed to IPS with the rest of the gate.
>>
>> Thanks,
>> Hai-May
>>
>
> That's fine with me, but you need to fix the "Committed" value for 
> your package names -- clearly they are not Committed, since you know 
> you'll be changing them soon.
>
>     - Garrett
>

I'll fix it.

Thanks,
Hai-May


From sebastien.roy@oracle.com Wed Mar 24 11:26:26 2010
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 o2OIQQZK002808
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 11:26:26 -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.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OIQP1c021283;
	Wed, 24 Mar 2010 11:26:26 -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 <0KZS00L17TW14X00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 11:26:25 -0700 (PDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS0099GTVY2Q80@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 11:26:22 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o2OIQMQs017721; Wed,
 24 Mar 2010 18:26:22 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o2ODM6aC018576; Wed, 24 Mar 2010 18:26:20 +0000 (GMT)
Received: from abhmt001.oracle.com by acsmt353.oracle.com	with ESMTP id
 107748181269455150; Wed, 24 Mar 2010 11:25:50 -0700
Received: from [129.148.174.103] (/129.148.174.103)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 24 Mar 2010 11:25:49 -0700
Date: Wed, 24 Mar 2010 14:22:56 -0400
From: Sebastien Roy <sebastien.roy@oracle.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA555D.2040800@sun.com>
To: "Garrett D'Amore" <gdamore@sun.com>
Cc: Hai-May Chao <Hai-May.Chao@sun.com>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@sun.com,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Message-id: <4BAA5880.30501@oracle.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
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090206.4BAA594D.00FA:SCFMA4539814,ss=1,fgs=0
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100302
 Lightning/1.0b1 Thunderbird/3.0.2
Status: RO
Content-Length: 846

On 03/24/10 02:09 PM, Garrett D'Amore wrote:
> That's fine with me, but you need to fix the "Committed" value for your
> package names -- clearly they are not Committed, since you know you'll
> be changing them soon.

Package names should be no less than Committed, especially now that IPS 
can refer to a package using an older name.  Since package names are how 
package dependencies are built, and how software is bundled and 
installed, anything less than Committed doesn't make sense to me.

That said, since SFW packages are delivered to the system using the 
hierarchical IPS scheme (e.g. diagnostic/wireshark), I don't think that 
the fact that the SFW gate doesn't directly deliver IPS packages is a 
valid reason for this case not to export a proper IPS package name, nor 
for the package name to be anything less than Committed.

-Seb

From Hai-May.Chao@Sun.COM Wed Mar 24 11:56:03 2010
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 o2OIu324003367
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 11:56:03 -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.4) with ESMTP id o2OIu0J5061050;
	Wed, 24 Mar 2010 12:56:02 -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 <0KZS00C0BV9DY000@brm-avmta-1.central.sun.com>; Wed,
 24 Mar 2010 12:56:01 -0600 (MDT)
Received: from jurassic.Eng.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 <0KZS00513V9CDY80@brm-avmta-1.central.sun.com>; Wed,
 24 Mar 2010 12:56:00 -0600 (MDT)
Received: from [129.150.12.115]
 (vpn-129-150-12-115.SFBay.Sun.COM [129.150.12.115])
	by jurassic.Eng.Sun.COM (8.14.4+Sun/8.14.4) with ESMTP id o2OItx04869123; Wed,
 24 Mar 2010 11:55:59 -0700 (PDT)
Date: Wed, 24 Mar 2010 11:57:54 -0700
From: Hai-May Chao <Hai-May.Chao@Sun.COM>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA5880.30501@oracle.com>
To: Sebastien Roy <sebastien.roy@oracle.com>
Cc: "Garrett D'Amore" <gdamore@Sun.COM>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@Sun.COM,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Message-id: <4BAA60B2.7000506@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: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
 <4BAA5880.30501@oracle.com>
User-Agent: Thunderbird 2.0b2 (X11/20070227)
Status: RO
Content-Length: 1066

Sebastien Roy wrote:
> On 03/24/10 02:09 PM, Garrett D'Amore wrote:
>> That's fine with me, but you need to fix the "Committed" value for your
>> package names -- clearly they are not Committed, since you know you'll
>> be changing them soon.
>
> Package names should be no less than Committed, especially now that 
> IPS can refer to a package using an older name.  Since package names 
> are how package dependencies are built, and how software is bundled 
> and installed, anything less than Committed doesn't make sense to me.
>
> That said, since SFW packages are delivered to the system using the 
> hierarchical IPS scheme (e.g. diagnostic/wireshark), I don't think 
> that the fact that the SFW gate doesn't directly deliver IPS packages 
> is a valid reason for this case not to export a proper IPS package 
> name, nor for the package name to be anything less than Committed.
>
> -Seb

I'll update this case to reflect an IPS scheme (I'll check with Norm 
with regard
to the names of IPS packages).   The package names will be Committed.

Thanks,
Hai-May


From Nicolas.Williams@sun.com Wed Mar 24 11:57:50 2010
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 o2OIvo0W003386
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 11:57:50 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OIvnUC007086;
	Wed, 24 Mar 2010 11:57:49 -0700 (PDT)
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 <0KZS00D05VCD4800@brm-avmta-1.central.sun.com>; Wed,
 24 Mar 2010 12:57:49 -0600 (MDT)
Received: from sca-ea-mail-1.sun.com ([192.18.43.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS005NDVCCDZ60@brm-avmta-1.central.sun.com>; Wed,
 24 Mar 2010 12:57:49 -0600 (MDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o2OIvmc5020168;
 Wed, 24 Mar 2010 18:57:48 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o2OD0QfN022622; Wed, 24 Mar 2010 18:57:47 +0000 (GMT)
Received: from abhmt009.oracle.com by acsmt354.oracle.com	with ESMTP id
 107826881269456988; Wed, 24 Mar 2010 11:56:28 -0700
Received: from Sun.COM (/129.153.128.104)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 24 Mar 2010 11:56:28 -0700
Date: Wed, 24 Mar 2010 13:56:22 -0500
From: Nicolas Williams <Nicolas.Williams@sun.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA5880.30501@oracle.com>
To: Sebastien Roy <sebastien.roy@oracle.com>
Cc: "Garrett D'Amore" <gdamore@sun.com>, Hai-May Chao <Hai-May.Chao@sun.com>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@sun.com,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Message-id: <20100324185621.GX21244@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090204.4BAA60AC.000F,ss=1,fgs=0
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
 <4BAA5880.30501@oracle.com>
User-Agent: Mutt/1.5.20 (2010-03-02)
Status: RO
Content-Length: 649

On Wed, Mar 24, 2010 at 02:22:56PM -0400, Sebastien Roy wrote:
> On 03/24/10 02:09 PM, Garrett D'Amore wrote:
> >That's fine with me, but you need to fix the "Committed" value for your
> >package names -- clearly they are not Committed, since you know you'll
> >be changing them soon.
> 
> Package names should be no less than Committed, especially now that
> IPS can refer to a package using an older name.  Since package names
> are how package dependencies are built, and how software is bundled
> and installed, anything less than Committed doesn't make sense to
> me.

I thought IPS supports pkg renaming, so why should pkg names be
Committed?

From sebastien.roy@oracle.com Wed Mar 24 12:10:48 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o2OJAmhV003547
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 12:10:48 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OJ9oJ4019531;
	Wed, 24 Mar 2010 14:10:47 -0500 (CDT)
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 <0KZS00D09VXGYU00@nwk-avmta-2.sfbay.sun.com>; Wed,
 24 Mar 2010 12:10:28 -0700 (PDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS00BP0VXFSM20@nwk-avmta-2.sfbay.sun.com>; Wed,
 24 Mar 2010 12:10:28 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o2OJARlb000629; Wed,
 24 Mar 2010 19:10:27 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o2OJAPY7031746; Wed, 24 Mar 2010 19:10:25 +0000 (GMT)
Received: from abhmt010.oracle.com by acsmt353.oracle.com	with ESMTP id
 107861691269457746; Wed, 24 Mar 2010 12:09:06 -0700
Received: from [129.148.174.103] (/129.148.174.103)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 24 Mar 2010 12:09:05 -0700
Date: Wed, 24 Mar 2010 15:06:13 -0400
From: Sebastien Roy <sebastien.roy@oracle.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <20100324185621.GX21244@Sun.COM>
To: Nicolas Williams <Nicolas.Williams@sun.com>
Cc: "Garrett D'Amore" <gdamore@sun.com>, Hai-May Chao <Hai-May.Chao@sun.com>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@sun.com,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Message-id: <4BAA62A5.3060502@oracle.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
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090205.4BAA63A1.018F:SCFMA4539814,ss=1,fgs=0
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
 <4BAA5880.30501@oracle.com> <20100324185621.GX21244@Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100302
 Lightning/1.0b1 Thunderbird/3.0.2
Status: RO
Content-Length: 1228

On 03/24/10 02:56 PM, Nicolas Williams wrote:
> On Wed, Mar 24, 2010 at 02:22:56PM -0400, Sebastien Roy wrote:
>> On 03/24/10 02:09 PM, Garrett D'Amore wrote:
>>> That's fine with me, but you need to fix the "Committed" value for your
>>> package names -- clearly they are not Committed, since you know you'll
>>> be changing them soon.
>>
>> Package names should be no less than Committed, especially now that
>> IPS can refer to a package using an older name.  Since package names
>> are how package dependencies are built, and how software is bundled
>> and installed, anything less than Committed doesn't make sense to
>> me.
>
> I thought IPS supports pkg renaming, so why should pkg names be
> Committed?

Package names should be Committed because package names are how packages 
refer to one another in dependencies, and how tools describe what 
software is bundled into higher level constructs such as distributions 
and images.  The fact that IPS easily allows a package to be known under 
a new name while preserving the old one (for the reasons I just stated) 
doesn't change that.  I don't want to turn this perl case into an IPS 
discussion, so please contact me offline if you want to discuss this 
further.

-Seb

From gdamore@sun.com Wed Mar 24 12:15:41 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o2OJFfHI003635
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 12:15:41 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OJFaHV023829
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 24 Mar 2010 14:15:41 -0500 (CDT)
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 <0KZS0092LW64LK00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 24 Mar 2010 12:15:40 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS009QAW622RE0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 24 Mar 2010 12:15:39 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o2OJFcjA026129	for
 <PSARC-ext@Sun.COM>; Wed, 24 Mar 2010 12:15:38 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KZS00000VTE5U00@fe-sfbay-10.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Wed, 24 Mar 2010 12:15:38 -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 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KZS00CSVW5UBHD0@fe-sfbay-10.sun.com>; Wed,
 24 Mar 2010 12:15:30 -0700 (PDT)
Date: Wed, 24 Mar 2010 12:15:30 -0700
From: "Garrett D'Amore" <gdamore@sun.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <20100324185621.GX21244@Sun.COM>
Sender: Garrett.Damore@sun.com
To: Nicolas Williams <Nicolas.Williams@sun.com>
Cc: Sebastien Roy <sebastien.roy@oracle.com>,
        Hai-May Chao <Hai-May.Chao@sun.com>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@sun.com,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Message-id: <4BAA64D2.40601@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
 <4BAA5880.30501@oracle.com> <20100324185621.GX21244@Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100131
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 1190

On 03/24/10 11:56 AM, Nicolas Williams wrote:
> On Wed, Mar 24, 2010 at 02:22:56PM -0400, Sebastien Roy wrote:
>    
>> On 03/24/10 02:09 PM, Garrett D'Amore wrote:
>>      
>>> That's fine with me, but you need to fix the "Committed" value for your
>>> package names -- clearly they are not Committed, since you know you'll
>>> be changing them soon.
>>>        
>> Package names should be no less than Committed, especially now that
>> IPS can refer to a package using an older name.  Since package names
>> are how package dependencies are built, and how software is bundled
>> and installed, anything less than Committed doesn't make sense to
>> me.
>>      
> I thought IPS supports pkg renaming, so why should pkg names be
> Committed?
>    

Indeed.  There are more package renames and breakups in the works too -- 
the big change to hierarchical names was just the first round.

Furthermore, I seem to recall that IPS packaging in Open Solaris has 
automatic dependency tracking, which isn't so dependent on package names 
but on package manifests.

Btw, has anyone altered the docs folk that all those "Availability" 
attributes in the man pages are now obsolete?

     - Garrett


From sebastien.roy@oracle.com Wed Mar 24 12:23:09 2010
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 o2OJN97k003991
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 12:23:09 -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.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OJN8VT020329;
	Wed, 24 Mar 2010 12:23: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 <0KZS00B09WIK7N00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 12:23:08 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS00AJSWIIWQ00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Mar 2010 12:23:06 -0700 (PDT)
Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o2OJN6pJ002397; Wed,
 24 Mar 2010 19:23:06 +0000 (GMT)
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153])
	by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o2OJN2C1028519; Wed, 24 Mar 2010 19:23:02 +0000 (GMT)
Received: from abhmt003.oracle.com by acsmt353.oracle.com	with ESMTP id
 113116201269458488; Wed, 24 Mar 2010 12:21:28 -0700
Received: from [129.148.174.103] (/129.148.174.103)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 24 Mar 2010 12:21:28 -0700
Date: Wed, 24 Mar 2010 15:18:36 -0400
From: Sebastien Roy <sebastien.roy@oracle.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA64D2.40601@sun.com>
To: "Garrett D'Amore" <gdamore@sun.com>
Cc: Nicolas Williams <Nicolas.Williams@sun.com>,
        Hai-May Chao <Hai-May.Chao@sun.com>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@sun.com,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Message-id: <4BAA658C.9040607@oracle.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
X-Source-IP: acsmt353.oracle.com [141.146.40.153]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090203.4BAA6699.00D1:SCFMA4539814,ss=1,fgs=0
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
 <4BAA5880.30501@oracle.com> <20100324185621.GX21244@Sun.COM>
 <4BAA64D2.40601@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100302
 Lightning/1.0b1 Thunderbird/3.0.2
Status: RO
Content-Length: 1686

On 03/24/10 03:15 PM, Garrett D'Amore wrote:
> On 03/24/10 11:56 AM, Nicolas Williams wrote:
>> On Wed, Mar 24, 2010 at 02:22:56PM -0400, Sebastien Roy wrote:
>>> On 03/24/10 02:09 PM, Garrett D'Amore wrote:
>>>> That's fine with me, but you need to fix the "Committed" value for your
>>>> package names -- clearly they are not Committed, since you know you'll
>>>> be changing them soon.
>>> Package names should be no less than Committed, especially now that
>>> IPS can refer to a package using an older name. Since package names
>>> are how package dependencies are built, and how software is bundled
>>> and installed, anything less than Committed doesn't make sense to
>>> me.
>> I thought IPS supports pkg renaming, so why should pkg names be
>> Committed?
>
> Indeed. There are more package renames and breakups in the works too --
> the big change to hierarchical names was just the first round.
>
> Furthermore, I seem to recall that IPS packaging in Open Solaris has
> automatic dependency tracking, which isn't so dependent on package names
> but on package manifests.

At the risk of outing 2010/067 before the materials are made open, that 
case suggests that software use package versions to track feature 
support for various components.  This is another place where package 
names are codified.  In any case, the existing ARC best practice trumps 
this discussion.

http://sac.sfbay/cgi-bin/bp.cgi?NAME=stability.bp

If we need to change the best practice, let's not do it here as part of 
this case.

> Btw, has anyone altered the docs folk that all those "Availability"
> attributes in the man pages are now obsolete?

What does this have to do with this case?

-Seb

From Alan.Coopersmith@sun.com Wed Mar 24 12:48:45 2010
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 o2OJmjH8004277
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Mar 2010 12:48:45 -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.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o2OJmjbu001986
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 24 Mar 2010 12:48:45 -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 <0KZS00G07XP96I00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Mar 2010 12:48:45 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KZS00BVNXP6SW30@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 24 Mar 2010 12:48:42 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o2OJmgUE016522	for
 <PSARC-ext@sun.com>; Wed, 24 Mar 2010 12:48:42 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KZS00K00XNY0000@fe-sfbay-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Mar 2010 12:48:42 -0700 (PDT)
Received: from [129.145.155.53] ([unknown] [129.145.155.53])
 by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KZS00FMMXP60M10@fe-sfbay-09.sun.com>; Wed,
 24 Mar 2010 12:48:42 -0700 (PDT)
Date: Wed, 24 Mar 2010 12:48:42 -0700
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: Re: PSARC 2010/084 Perl Crypt bindings for OpenSSL
In-reply-to: <4BAA64D2.40601@sun.com>
Sender: Alan.Coopersmith@sun.com
To: "Garrett D'Amore" <gdamore@sun.com>
Cc: Nicolas Williams <Nicolas.Williams@sun.com>,
        Sebastien Roy <sebastien.roy@oracle.com>,
        Hai-May Chao <Hai-May.Chao@sun.com>,
        Darren J Moffat <Darren.Moffat@oracle.com>, PSARC-ext@sun.com,
        Wyllys Ingersoll <wyllys.ingersoll@oracle.com>,
        Rich Burridge <Rich.Burridge@sun.com>
Message-id: <4BAA6C9A.8050107@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
References: <4BAA472D.5060301@oracle.com> <4BAA4DBD.9050106@Oracle.COM>
 <4BAA54D2.1000202@sun.com> <4BAA555D.2040800@sun.com>
 <4BAA5880.30501@oracle.com> <20100324185621.GX21244@Sun.COM>
 <4BAA64D2.40601@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090926)
Status: RO
Content-Length: 383

Garrett D'Amore wrote:
> Btw, has anyone altered the docs folk that all those "Availability"
> attributes in the man pages are now obsolete?

Rich Burridge has updated them to the new IPS names, and I think finally
fixed the Stability levels to the new taxonomy too.

-- 
	-Alan Coopersmith-           alan.coopersmith@sun.com
	 Oracle Solaris Platform Engineering: X Window System


From sacadmin Wed Apr  7 11:19:27 2010
Received: from dm-sfbay-02.sfbay.sun.com (dm-sfbay-02.SFBay.Sun.COM [129.146.11.31])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o37IJRd0018443
	for <PSARC@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:19:27 -0700 (PDT)
Received: from sca-ea-mail-1.sun.com (sca-ea-mail-1.Sun.COM [192.18.43.24])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o37IJRiD015106
	for <PSARC@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:19:27 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by sca-ea-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o37IJM1Z012832;
	Wed, 7 Apr 2010 18:19:22 GMT
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o37EJ1i4005010;
	Wed, 7 Apr 2010 18:19:21 GMT
Received: from abhmt013.oracle.com by acsmt354.oracle.com
	with ESMTP id 155021691270664259; Wed, 07 Apr 2010 11:17:39 -0700
Received: from [10.7.251.182] (/10.7.251.182)
	by default (Oracle Beehive Gateway v4.0)
	with ESMTP ; Wed, 07 Apr 2010 11:17:38 -0700
Message-ID: <4BBCCC41.6060609@oracle.com>
Date: Wed, 07 Apr 2010 14:17:37 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214 Lightning/1.0b1 Thunderbird/3.0.1
MIME-Version: 1.0
To: PSARC-ext <PSARC-ext@sun.com>, PSARC@sac.sfbay.sun.com
Subject: PSARC 2010/084 Crypt Bindings for Perl
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Source-IP: acsmt355.oracle.com [141.146.40.155]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090203.4BBCCCA9.0244:SCFMA4539814,ss=1,fgs=0
Status: RO
Content-Length: 289


I was unable to call in today, but I believe this case (PSARC 2010/084) has converged and can be approved.
There have been no further comments since March 24 and I saw no outstanding issues
in the mail logs.

If there are no further comments, I will update the status.

-Wyllys Ingersoll

From wyllys.ingersoll@oracle.com Wed Apr  7 11:19:30 2010
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 o37IJTST018447
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:19:29 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o37IJS50000737
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 7 Apr 2010 12:19:29 -0600 (MDT)
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 <0L0I00L0JQWHZC00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 Apr 2010 11:19:29 -0700 (PDT)
Received: from sca-ea-mail-1.sun.com ([192.18.43.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L0I00DMOQWFEM90@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 Apr 2010 11:19:27 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by sca-ea-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o37IJM1Z012832;
 Wed, 07 Apr 2010 18:19:22 +0000 (GMT)
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o37EJ1i4005010; Wed, 07 Apr 2010 18:19:21 +0000 (GMT)
Received: from abhmt013.oracle.com by acsmt354.oracle.com	with ESMTP id
 155021691270664259; Wed, 07 Apr 2010 11:17:39 -0700
Received: from [10.7.251.182] (/10.7.251.182)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 07 Apr 2010 11:17:38 -0700
Date: Wed, 07 Apr 2010 14:17:37 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Subject: PSARC 2010/084 Crypt Bindings for Perl
To: PSARC-ext <PSARC-ext@sun.com>, PSARC@sac.sfbay.sun.com
Message-id: <4BBCCC41.6060609@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt355.oracle.com [141.146.40.155]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090203.4BBCCCA9.0244:SCFMA4539814,ss=1,fgs=0
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 289


I was unable to call in today, but I believe this case (PSARC 2010/084) has converged and can be approved.
There have been no further comments since March 24 and I saw no outstanding issues
in the mail logs.

If there are no further comments, I will update the status.

-Wyllys Ingersoll

From sacadmin Wed Apr  7 11:25:28 2010
Received: from dm-sfbay-01.sfbay.sun.com (dm-sfbay-01.SFBay.Sun.COM [129.145.155.118])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o37IPSNr018574
	for <PSARC@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:25:28 -0700 (PDT)
Received: from sca-ea-mail-4.sun.com (sca-ea-mail-4.Sun.COM [192.18.43.22])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o37IPS60019521
	for <PSARC@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:25:28 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o37IPSP2021629;
	Wed, 7 Apr 2010 18:25:28 GMT
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o376uxTD014482;
	Wed, 7 Apr 2010 18:25:27 GMT
Received: from abhmt015.oracle.com by acsmt354.oracle.com
	with ESMTP id 143751251270664727; Wed, 07 Apr 2010 11:25:27 -0700
Received: from [129.148.174.103] (/129.148.174.103)
	by default (Oracle Beehive Gateway v4.0)
	with ESMTP ; Wed, 07 Apr 2010 11:25:26 -0700
Message-ID: <4BBCCE15.1000903@oracle.com>
Date: Wed, 07 Apr 2010 14:25:25 -0400
From: Sebastien Roy <sebastien.roy@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100315 Lightning/1.0b1 Thunderbird/3.0.3
MIME-Version: 1.0
To: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
CC: PSARC-ext <PSARC-ext@sun.com>, PSARC@sac.sfbay.sun.com
Subject: Re: PSARC 2010/084 Crypt Bindings for Perl
References: <4BBCCC41.6060609@oracle.com>
In-Reply-To: <4BBCCC41.6060609@oracle.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Source-IP: acsmt355.oracle.com [141.146.40.155]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090201.4BBCCE17.020D:SCFMA4539814,ss=1,fgs=0
Status: RO
Content-Length: 642

Wyllys,

On 04/ 7/10 02:17 PM, Wyllys Ingersoll wrote:
>
> I was unable to call in today, but I believe this case (PSARC 2010/084) has converged and can be approved.
> There have been no further comments since March 24 and I saw no outstanding issues
> in the mail logs.
>
> If there are no further comments, I will update the status.

As was noted in the minutes, this case was approved during the meeting. 
  I also noted during the meeting that we're still waiting for a package 
name from Hai-May, who stated that whatever it was would be Committed. 
Please follow-through on that, but indeed, there is no other outstanding 
issue.

-Seb

From sebastien.roy@oracle.com Wed Apr  7 11:25:31 2010
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 o37IPUt9018578
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:25:30 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o37IPTR7005804
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 7 Apr 2010 12:25:30 -0600 (MDT)
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 <0L0I0000PR6HIA00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 Apr 2010 11:25:29 -0700 (PDT)
Received: from sca-ea-mail-4.sun.com ([192.18.43.22])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L0I00D6RR6GEMB0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 Apr 2010 11:25:28 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o37IPSP2021629;
 Wed, 07 Apr 2010 18:25:28 +0000 (GMT)
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o376uxTD014482; Wed, 07 Apr 2010 18:25:27 +0000 (GMT)
Received: from abhmt015.oracle.com by acsmt354.oracle.com	with ESMTP id
 143751251270664727; Wed, 07 Apr 2010 11:25:27 -0700
Received: from [129.148.174.103] (/129.148.174.103)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 07 Apr 2010 11:25:26 -0700
Date: Wed, 07 Apr 2010 14:25:25 -0400
From: Sebastien Roy <sebastien.roy@oracle.com>
Subject: Re: PSARC 2010/084 Crypt Bindings for Perl
In-reply-to: <4BBCCC41.6060609@oracle.com>
To: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Cc: PSARC-ext <PSARC-ext@sun.com>, PSARC@sac.sfbay.sun.com
Message-id: <4BBCCE15.1000903@oracle.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
X-Source-IP: acsmt355.oracle.com [141.146.40.155]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090201.4BBCCE17.020D:SCFMA4539814,ss=1,fgs=0
References: <4BBCCC41.6060609@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100315
 Lightning/1.0b1 Thunderbird/3.0.3
Status: RO
Content-Length: 642

Wyllys,

On 04/ 7/10 02:17 PM, Wyllys Ingersoll wrote:
>
> I was unable to call in today, but I believe this case (PSARC 2010/084) has converged and can be approved.
> There have been no further comments since March 24 and I saw no outstanding issues
> in the mail logs.
>
> If there are no further comments, I will update the status.

As was noted in the minutes, this case was approved during the meeting. 
  I also noted during the meeting that we're still waiting for a package 
name from Hai-May, who stated that whatever it was would be Committed. 
Please follow-through on that, but indeed, there is no other outstanding 
issue.

-Seb

From wyllys.ingersoll@oracle.com Wed Apr  7 11:29:38 2010
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 o37ITcdn018611
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:29:38 -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.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o37ITboK009926
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 7 Apr 2010 11:29:37 -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 <0L0I00J0FRDDHB00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 Apr 2010 11:29:37 -0700 (PDT)
Received: from sca-ea-mail-4.sun.com ([192.18.43.22])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L0I00IQQRDCQY10@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 Apr 2010 11:29:36 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o37ITZFG023058	for
 <PSARC-ext@Sun.COM>; Wed, 07 Apr 2010 18:29:36 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o37ITZ8w016388	for <PSARC-ext@Sun.COM>; Wed,
 07 Apr 2010 18:29:35 +0000 (GMT)
Received: from abhmt020.oracle.com by acsmt353.oracle.com	with ESMTP id
 143758971270664883; Wed, 07 Apr 2010 11:28:03 -0700
Received: from [10.7.251.182] (/10.7.251.182)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 07 Apr 2010 11:28:03 -0700
Date: Wed, 07 Apr 2010 14:28:01 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Subject: Re: PSARC 2010/084 Crypt Bindings for Perl
In-reply-to: <4BBCCE15.1000903@oracle.com>
To: Sebastien Roy <sebastien.roy@oracle.com>, PSARC-ext@sun.com
Message-id: <4BBCCEB1.9070704@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090203.4BBCCF0F.0160:SCFMA4539814,ss=1,fgs=0
References: <4BBCCC41.6060609@oracle.com> <4BBCCE15.1000903@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 893

On 04/07/10 14:25, Sebastien Roy wrote:
> Wyllys,
> 
> On 04/ 7/10 02:17 PM, Wyllys Ingersoll wrote:
>>
>> I was unable to call in today, but I believe this case (PSARC
>> 2010/084) has converged and can be approved.
>> There have been no further comments since March 24 and I saw no
>> outstanding issues
>> in the mail logs.
>>
>> If there are no further comments, I will update the status.
> 
> As was noted in the minutes, this case was approved during the meeting.
>  I also noted during the meeting that we're still waiting for a package
> name from Hai-May, who stated that whatever it was would be Committed.
> Please follow-through on that, but indeed, there is no other outstanding
> issue.
> 
> -Seb


OK thanks, I hadnt seen the minutes yet when I sent the msg.  I see them now
though.  I will follow up with Hai-May for a package name and have her email
it to the alias.

-Wyllys

From sacadmin Wed Apr  7 11:57:35 2010
Received: from dm-sfbay-01.sfbay.sun.com (dm-sfbay-01.SFBay.Sun.COM [129.145.155.118])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o37IvZ3Q019775
	for <PSARC@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:57:35 -0700 (PDT)
Received: from sca-ea-mail-3.sun.com (sca-ea-mail-3.Sun.COM [192.18.43.21])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o37IvZIJ003868
	for <PSARC@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:57:35 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o37IvZRq008678;
	Wed, 7 Apr 2010 18:57:35 GMT
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o37IvXiH005909;
	Wed, 7 Apr 2010 18:57:33 GMT
Received: from abhmt004.oracle.com by acsmt355.oracle.com
	with ESMTP id 143843481270666649; Wed, 07 Apr 2010 11:57:29 -0700
Received: from [129.150.12.115] (/129.150.12.115)
	by default (Oracle Beehive Gateway v4.0)
	with ESMTP ; Wed, 07 Apr 2010 11:57:29 -0700
Message-ID: <4BBCD60E.6000407@oracle.com>
Date: Wed, 07 Apr 2010 11:59:26 -0700
From: Hai-May Chao <haimay.chao@oracle.com>
User-Agent: Thunderbird 2.0b2 (X11/20070227)
MIME-Version: 1.0
To: Sebastien Roy <sebastien.roy@oracle.com>
CC: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>,
        PSARC-ext <PSARC-ext@sun.com>, PSARC@sac.sfbay.sun.com
Subject: Re: PSARC 2010/084 Crypt Bindings for Perl
References: <4BBCCC41.6060609@oracle.com> <4BBCCE15.1000903@oracle.com>
In-Reply-To: <4BBCCE15.1000903@oracle.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090206.4BBCD59E.01C4:SCFMA4539814,ss=1,fgs=0
Status: RO
Content-Length: 828

Seb,

I updated the one-pager with the IPS package names suggested during ARC 
review,
and sent it to Wyllys.

Thanks,
Hai-May



Sebastien Roy wrote:
> Wyllys,
>
> On 04/ 7/10 02:17 PM, Wyllys Ingersoll wrote:
>>
>> I was unable to call in today, but I believe this case (PSARC 
>> 2010/084) has converged and can be approved.
>> There have been no further comments since March 24 and I saw no 
>> outstanding issues
>> in the mail logs.
>>
>> If there are no further comments, I will update the status.
>
> As was noted in the minutes, this case was approved during the 
> meeting.  I also noted during the meeting that we're still waiting for 
> a package name from Hai-May, who stated that whatever it was would be 
> Committed. Please follow-through on that, but indeed, there is no 
> other outstanding issue.
>
> -Seb
>


From haimay.chao@oracle.com Wed Apr  7 11:57:37 2010
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 o37IvaMg019779
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 7 Apr 2010 11:57:37 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o37IvZum032927
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 7 Apr 2010 12:57:36 -0600 (MDT)
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 <0L0I00L0VSO04K00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 Apr 2010 11:57:36 -0700 (PDT)
Received: from sca-ea-mail-3.sun.com ([192.18.43.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L0I00I47SNZQU50@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 Apr 2010 11:57:35 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by sca-ea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o37IvZRq008678;
 Wed, 07 Apr 2010 18:57:35 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o37IvXiH005909; Wed, 07 Apr 2010 18:57:33 +0000 (GMT)
Received: from abhmt004.oracle.com by acsmt355.oracle.com	with ESMTP id
 143843481270666649; Wed, 07 Apr 2010 11:57:29 -0700
Received: from [129.150.12.115] (/129.150.12.115)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 07 Apr 2010 11:57:29 -0700
Date: Wed, 07 Apr 2010 11:59:26 -0700
From: Hai-May Chao <haimay.chao@oracle.com>
Subject: Re: PSARC 2010/084 Crypt Bindings for Perl
In-reply-to: <4BBCCE15.1000903@oracle.com>
To: Sebastien Roy <sebastien.roy@oracle.com>
Cc: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>,
        PSARC-ext <PSARC-ext@sun.com>, PSARC@sac.sfbay.sun.com
Message-id: <4BBCD60E.6000407@oracle.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
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090206.4BBCD59E.01C4:SCFMA4539814,ss=1,fgs=0
References: <4BBCCC41.6060609@oracle.com> <4BBCCE15.1000903@oracle.com>
User-Agent: Thunderbird 2.0b2 (X11/20070227)
Status: RO
Content-Length: 828

Seb,

I updated the one-pager with the IPS package names suggested during ARC 
review,
and sent it to Wyllys.

Thanks,
Hai-May



Sebastien Roy wrote:
> Wyllys,
>
> On 04/ 7/10 02:17 PM, Wyllys Ingersoll wrote:
>>
>> I was unable to call in today, but I believe this case (PSARC 
>> 2010/084) has converged and can be approved.
>> There have been no further comments since March 24 and I saw no 
>> outstanding issues
>> in the mail logs.
>>
>> If there are no further comments, I will update the status.
>
> As was noted in the minutes, this case was approved during the 
> meeting.  I also noted during the meeting that we're still waiting for 
> a package name from Hai-May, who stated that whatever it was would be 
> Committed. Please follow-through on that, but indeed, there is no 
> other outstanding issue.
>
> -Seb
>


From wyllys.ingersoll@oracle.com Wed Apr  7 12:12:51 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o37JCp77020305
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 7 Apr 2010 12:12:51 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o37JCoVW007989
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 7 Apr 2010 14:12:50 -0500 (CDT)
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 <0L0I00C2JTDEW700@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 Apr 2010 12:12:50 -0700 (PDT)
Received: from sca-ea-mail-4.sun.com ([192.18.43.22])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L0I005NMTDDV710@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 Apr 2010 12:12:49 -0700 (PDT)
Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125])
	by sca-ea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o37JCmIA009822	for
 <PSARC-ext@sun.com>; Wed, 07 Apr 2010 19:12:49 +0000 (GMT)
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o37EPEAA007524	for <PSARC-ext@sun.com>; Wed,
 07 Apr 2010 19:12:48 +0000 (GMT)
Received: from abhmt008.oracle.com by acsmt355.oracle.com	with ESMTP id
 155194041270667544; Wed, 07 Apr 2010 12:12:24 -0700
Received: from [10.7.251.182] (/10.7.251.182)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 07 Apr 2010 12:12:23 -0700
Date: Wed, 07 Apr 2010 15:12:21 -0400
From: Wyllys Ingersoll <wyllys.ingersoll@oracle.com>
Subject: Re: PSARC 2010/084 Crypt Bindings for Perl
In-reply-to: <4BBCD60E.6000407@oracle.com>
To: Hai-May Chao <haimay.chao@oracle.com>
Cc: Sebastien Roy <sebastien.roy@oracle.com>, PSARC-ext <PSARC-ext@sun.com>
Message-id: <4BBCD915.10601@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt355.oracle.com [141.146.40.155]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090201.4BBCD930.00FB:SCFMA4539814,ss=1,fgs=0
References: <4BBCCC41.6060609@oracle.com> <4BBCCE15.1000903@oracle.com>
 <4BBCD60E.6000407@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 962


Got it, I posted it in the case directory.

-Wyllys


On 04/07/10 14:59, Hai-May Chao wrote:
> Seb,
> 
> I updated the one-pager with the IPS package names suggested during ARC
> review,
> and sent it to Wyllys.
> 
> Thanks,
> Hai-May
> 
> 
> 
> Sebastien Roy wrote:
>> Wyllys,
>>
>> On 04/ 7/10 02:17 PM, Wyllys Ingersoll wrote:
>>>
>>> I was unable to call in today, but I believe this case (PSARC
>>> 2010/084) has converged and can be approved.
>>> There have been no further comments since March 24 and I saw no
>>> outstanding issues
>>> in the mail logs.
>>>
>>> If there are no further comments, I will update the status.
>>
>> As was noted in the minutes, this case was approved during the
>> meeting.  I also noted during the meeting that we're still waiting for
>> a package name from Hai-May, who stated that whatever it was would be
>> Committed. Please follow-through on that, but indeed, there is no
>> other outstanding issue.
>>
>> -Seb
>>
> 


