From sh162551@sac.sfbay.sun.com Fri Sep  5 01:58:00 2008
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 m858w046005460
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 5 Sep 2008 01:58:00 -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.2) with ESMTP id m858vvna005005;
	Fri, 5 Sep 2008 02:57:59 -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 <0K6P00J07SWMII00@nwk-avmta-2.sfbay.sun.com>; Fri,
 05 Sep 2008 01:57:58 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K6P00CAPSWMKC70@nwk-avmta-2.sfbay.sun.com>; Fri,
 05 Sep 2008 01:57:58 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
 by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m858vwuB018229; Fri, 05 Sep 2008 01:57:58 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
 by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m858vupY005454; Fri,
 05 Sep 2008 01:57:56 -0700 (PDT)
Received: (from sh162551@localhost)
 by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m858vuB2005449; Fri,
 05 Sep 2008 01:57:56 -0700 (PDT)
Date: Fri, 05 Sep 2008 01:57:56 -0700 (PDT)
From: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Subject: net6 for OpenSolaris [LSARC/2008/566 FastTrack timeout 09/12/2008]
To: lsarc-ext@sun.com
Cc: luis.debenthencourt@sun.com
Message-id: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 2913


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 net6 for OpenSolaris
    1.2. Name of Document Author/Supplier:
	 Author:  Luis Debethencourt
    1.3  Date of This Document:
	05 September, 2008
4. Technical Description
1. Introduction
   1.1. Project/Component Working Name:

	Net6

   1.2. Name of Document Author/Supplier:

	Luis de Bethencourt

   1.3. Date of This Document:

	18/08/2008

   	1.3.1. Date this project was conceived:

		03/06/2008

   1.4. Name of Major Document Customer(s)/Consumer(s):

	1.4.1. The PAC or CPT you expect to review your project:

		Solaris PAC

	1.4.2. The ARC(s) you expect to review your project:

		LSARC

	1.4.3. The Director/VP who is "Sponsoring" this project:

		robert.odea@sun.com

	1.4.4. The name of your business unit:

		OPG / OpenSource.

   1.5. Email Aliases:
	1.5.1. Responsible Manager:

		tom.garland@sun.com

	1.5.2. Responsible Engineer:

		luis.debethencourt@sun.com

	1.5.3. Marketing Manager:

		dan.roberts@sun.com

	1.5.4. Interest List:

		desktop-discuss@opensolaris.org

4. Technical Description:
   4.1. Details:
	Net6 is a library which eases the development of network-based
	applications as it provides a TCP protocol abstraction for C++.

	It is needed by the upcoming proposal for gobby, since gobby depends on
	net6.

	Net6 is an open source software and this proposal integrates 
	version	1.3, the latest stable version.

	This software is going to be built with SunStudio.

   4.2. Bug/RFE Number(s):

	6735887.

   4.3. In Scope:

        See above.

   4.4. Out of Scope:

        See above.

   4.5. Interfaces:

	--------------------------------------------------------------------
	Exported				Stability	Comments
	--------------------------------------------------------------------
	SUNWnet6				Uncommited

	libnet6-1.3.so.0			Volatile	SONAME

	--------------------------------------------------------------------
	Imported	Stability		Comments
	--------------------------------------------------------------------
	gnutls		Volatile		LSARC 2008/341
	gcrypt		Volatile		LSARC 2008/354

   4.6. Doc Impact:

	New doc in /usr/share/doc.
    
   4.7. Admin/Config Impact:

	None.
    
   4.8. HA Impact:

	None.			

   4.9. I18N/L10N Impact:

	None.
    
   4.10. Packaging & Delivery:

	Adds new package, SUNWnet6.

    4.11. Security Impact:

	The net6 code ddoes not itself perfrom encryption, but encryption is
	supported via the GnuTLS (and libgcrypt).
	
    4.12. Dependencies:

	Net6 depends of the software listed in the Imported
	Interfaces section.

5. Reference Documents:

	The Net6 homepage
	- http://gobby.0x539.de/trac/


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		Desktop
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Irene.Huang@sun.com Fri Sep  5 02:06:38 2008
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 m8596bPt005922
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 5 Sep 2008 02:06:38 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m8596Yln026209
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Fri, 5 Sep 2008 17:06:36 +0800 (SGT)
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 <0K6P00501TAY3A00@brm-avmta-1.central.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@Sun.COM); Fri, 05 Sep 2008 03:06:34 -0600 (MDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K6P001MCTAXEC20@brm-avmta-1.central.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@Sun.COM); Fri,
 05 Sep 2008 03:06:34 -0600 (MDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m8596WLl008747	for
 <lsarc-ext@Sun.COM>; Fri, 05 Sep 2008 09:06:32 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K6P00E01T96YL00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@Sun.COM (ORCPT lsarc-ext@Sun.COM); Fri,
 05 Sep 2008 17:06:32 +0800 (SGT)
Received: from [129.158.217.30] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K6P00MJATAU9MC4@mail-apac.sun.com>; Fri,
 05 Sep 2008 17:06:31 +0800 (SGT)
Date: Fri, 05 Sep 2008 17:06:27 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: net6 for OpenSolaris [LSARC/2008/566 FastTrack timeout 09/12/2008]
In-reply-to: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@sun.com, Luis de Bethencourt <Luis.Debethencourt@sun.com>
Message-id: <48C0F693.1030800@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_fejG3EowfY/OXG1Yfzf6iw)"
X-PMX-Version: 5.4.1.325704
References: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
Status: RO
Content-Length: 3980

This is a multi-part message in MIME format.

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

Hi, all

I am setting the timeout for this case to be 09/12/2008
The pkgmap is attached.

--Irene
Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 net6 for OpenSolaris
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Luis Debethencourt
>     1.3  Date of This Document:
> 	05 September, 2008
> 4. Technical Description
> 1. Introduction
>    1.1. Project/Component Working Name:
>
> 	Net6
>
>    1.2. Name of Document Author/Supplier:
>
> 	Luis de Bethencourt
>
>    1.3. Date of This Document:
>
> 	18/08/2008
>
>    	1.3.1. Date this project was conceived:
>
> 		03/06/2008
>
>    1.4. Name of Major Document Customer(s)/Consumer(s):
>
> 	1.4.1. The PAC or CPT you expect to review your project:
>
> 		Solaris PAC
>
> 	1.4.2. The ARC(s) you expect to review your project:
>
> 		LSARC
>
> 	1.4.3. The Director/VP who is "Sponsoring" this project:
>
> 		robert.odea@sun.com
>
> 	1.4.4. The name of your business unit:
>
> 		OPG / OpenSource.
>
>    1.5. Email Aliases:
> 	1.5.1. Responsible Manager:
>
> 		tom.garland@sun.com
>
> 	1.5.2. Responsible Engineer:
>
> 		luis.debethencourt@sun.com
>
> 	1.5.3. Marketing Manager:
>
> 		dan.roberts@sun.com
>
> 	1.5.4. Interest List:
>
> 		desktop-discuss@opensolaris.org
>
> 4. Technical Description:
>    4.1. Details:
> 	Net6 is a library which eases the development of network-based
> 	applications as it provides a TCP protocol abstraction for C++.
>
> 	It is needed by the upcoming proposal for gobby, since gobby depends on
> 	net6.
>
> 	Net6 is an open source software and this proposal integrates 
> 	version	1.3, the latest stable version.
>
> 	This software is going to be built with SunStudio.
>
>    4.2. Bug/RFE Number(s):
>
> 	6735887.
>
>    4.3. In Scope:
>
>         See above.
>
>    4.4. Out of Scope:
>
>         See above.
>
>    4.5. Interfaces:
>
> 	--------------------------------------------------------------------
> 	Exported				Stability	Comments
> 	--------------------------------------------------------------------
> 	SUNWnet6				Uncommited
>
> 	libnet6-1.3.so.0			Volatile	SONAME
>
> 	--------------------------------------------------------------------
> 	Imported	Stability		Comments
> 	--------------------------------------------------------------------
> 	gnutls		Volatile		LSARC 2008/341
> 	gcrypt		Volatile		LSARC 2008/354
>
>    4.6. Doc Impact:
>
> 	New doc in /usr/share/doc.
>     
>    4.7. Admin/Config Impact:
>
> 	None.
>     
>    4.8. HA Impact:
>
> 	None.			
>
>    4.9. I18N/L10N Impact:
>
> 	None.
>     
>    4.10. Packaging & Delivery:
>
> 	Adds new package, SUNWnet6.
>
>     4.11. Security Impact:
>
> 	The net6 code ddoes not itself perfrom encryption, but encryption is
> 	supported via the GnuTLS (and libgcrypt).
> 	
>     4.12. Dependencies:
>
> 	Net6 depends of the software listed in the Imported
> 	Interfaces section.
>
> 5. Reference Documents:
>
> 	The Net6 homepage
> 	- http://gobby.0x539.de/trac/
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


--Boundary_(ID_fejG3EowfY/OXG1Yfzf6iw)
Content-type: text/plain; name=SUNWnet6.pkgmap
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=SUNWnet6.pkgmap

: 1 525
1 i copyright 27031 54021 1219406467
1 i depend 403 35301 1219406467
1 d none lib 0755 root bin
1 s none lib/libnet6-1.3.so.0=libnet6-1.3.so.0.0.0
1 f none lib/libnet6-1.3.so.0.0.0 0755 root bin 235380 56161 1219406466
1 s none lib/libnet6.so=libnet6-1.3.so.0.0.0
1 i pkginfo 555 45077 1219406467

--Boundary_(ID_fejG3EowfY/OXG1Yfzf6iw)--

From John.Fischer@sun.com Fri Sep  5 10:31:48 2008
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 m85HVlhX020027
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 5 Sep 2008 10:31:47 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m85HVjWB028587
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Fri, 5 Sep 2008 18:31:46 +0100 (BST)
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 <0K6Q00501GOXRS00@nwk-avmta-1.sfbay.Sun.COM> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Fri, 05 Sep 2008 10:31:45 -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 <0K6Q003H2GOXYH10@nwk-avmta-1.sfbay.Sun.COM> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Fri,
 05 Sep 2008 10:31:45 -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 m85HVjiW009627	for
 <lsarc-ext@sun.com>; Fri, 05 Sep 2008 10:31:45 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K6Q00G01B5E5P00@fe-sfbay-10.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Fri,
 05 Sep 2008 10:31:45 -0700 (PDT)
Received: from [192.168.10.13] ([76.20.56.47])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K6Q007KKGOT0UG0@fe-sfbay-10.sun.com>; Fri,
 05 Sep 2008 10:31:41 -0700 (PDT)
Date: Fri, 05 Sep 2008 10:31:30 -0700
From: John Fischer <John.Fischer@sun.com>
Subject: Re: net6 for OpenSolaris [LSARC/2008/566 FastTrack timeout 09/12/2008]
In-reply-to: <48C0F693.1030800@sun.com>
Sender: John.Fischer@sun.com
To: Irene Huang <Irene.Huang@sun.com>
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, lsarc-ext@sun.com,
        Luis de Bethencourt <Luis.Debethencourt@sun.com>
Reply-to: John.Fischer@sun.com
Message-id: <48C16CF2.6060007@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: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
 <48C0F693.1030800@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080728)
Status: RO
Content-Length: 3808

Luis,

Does this project deal with IPv6 as well as IPv4?

Thanks,

John

Irene Huang wrote:
> Hi, all
> 
> I am setting the timeout for this case to be 09/12/2008
> The pkgmap is attached.
> 
> --Irene
> Shi-Ying Irene Huang wrote:
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>      net6 for OpenSolaris
>>     1.2. Name of Document Author/Supplier:
>>      Author:  Luis Debethencourt
>>     1.3  Date of This Document:
>>     05 September, 2008
>> 4. Technical Description
>> 1. Introduction
>>    1.1. Project/Component Working Name:
>>
>>     Net6
>>
>>    1.2. Name of Document Author/Supplier:
>>
>>     Luis de Bethencourt
>>
>>    1.3. Date of This Document:
>>
>>     18/08/2008
>>
>>        1.3.1. Date this project was conceived:
>>
>>         03/06/2008
>>
>>    1.4. Name of Major Document Customer(s)/Consumer(s):
>>
>>     1.4.1. The PAC or CPT you expect to review your project:
>>
>>         Solaris PAC
>>
>>     1.4.2. The ARC(s) you expect to review your project:
>>
>>         LSARC
>>
>>     1.4.3. The Director/VP who is "Sponsoring" this project:
>>
>>         robert.odea@sun.com
>>
>>     1.4.4. The name of your business unit:
>>
>>         OPG / OpenSource.
>>
>>    1.5. Email Aliases:
>>     1.5.1. Responsible Manager:
>>
>>         tom.garland@sun.com
>>
>>     1.5.2. Responsible Engineer:
>>
>>         luis.debethencourt@sun.com
>>
>>     1.5.3. Marketing Manager:
>>
>>         dan.roberts@sun.com
>>
>>     1.5.4. Interest List:
>>
>>         desktop-discuss@opensolaris.org
>>
>> 4. Technical Description:
>>    4.1. Details:
>>     Net6 is a library which eases the development of network-based
>>     applications as it provides a TCP protocol abstraction for C++.
>>
>>     It is needed by the upcoming proposal for gobby, since gobby 
>> depends on
>>     net6.
>>
>>     Net6 is an open source software and this proposal integrates 
>>     version    1.3, the latest stable version.
>>
>>     This software is going to be built with SunStudio.
>>
>>    4.2. Bug/RFE Number(s):
>>
>>     6735887.
>>
>>    4.3. In Scope:
>>
>>         See above.
>>
>>    4.4. Out of Scope:
>>
>>         See above.
>>
>>    4.5. Interfaces:
>>
>>     --------------------------------------------------------------------
>>     Exported                Stability    Comments
>>     --------------------------------------------------------------------
>>     SUNWnet6                Uncommited
>>
>>     libnet6-1.3.so.0            Volatile    SONAME
>>
>>     --------------------------------------------------------------------
>>     Imported    Stability        Comments
>>     --------------------------------------------------------------------
>>     gnutls        Volatile        LSARC 2008/341
>>     gcrypt        Volatile        LSARC 2008/354
>>
>>    4.6. Doc Impact:
>>
>>     New doc in /usr/share/doc.
>>        4.7. Admin/Config Impact:
>>
>>     None.
>>        4.8. HA Impact:
>>
>>     None.           
>>
>>    4.9. I18N/L10N Impact:
>>
>>     None.
>>        4.10. Packaging & Delivery:
>>
>>     Adds new package, SUNWnet6.
>>
>>     4.11. Security Impact:
>>
>>     The net6 code ddoes not itself perfrom encryption, but encryption is
>>     supported via the GnuTLS (and libgcrypt).
>>     
>>     4.12. Dependencies:
>>
>>     Net6 depends of the software listed in the Imported
>>     Interfaces section.
>>
>> 5. Reference Documents:
>>
>>     The Net6 homepage
>>     - http://gobby.0x539.de/trac/
>>
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>        6.4.1. Consolidation C-team Name:
>>         Desktop
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>   
> 

From Luis.Debethencourt@sun.com Mon Sep  8 04:01:54 2008
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 m88B1s46010068
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 8 Sep 2008 04:01:54 -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 m88B1sYB015814
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Mon, 8 Sep 2008 04:01:54 -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 <0K6V00403IN4IX00@nwk-avmta-2.sfbay.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Mon, 08 Sep 2008 04:01:52 -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 <0K6V00HXUIN3OYB0@nwk-avmta-2.sfbay.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Mon,
 08 Sep 2008 04:01:52 -0700 (PDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m88B1pLA018380	for
 <lsarc-ext@sun.com>; Mon, 08 Sep 2008 11:01:51 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K6V00701HUWIX00@fe-emea-09.sun.com>
 (original mail from Luis.Debethencourt@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Mon,
 08 Sep 2008 12:01:51 +0100 (BST)
Received: from [129.156.226.200] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K6V00MAIIMWZ230@fe-emea-09.sun.com>; Mon,
 08 Sep 2008 12:01:44 +0100 (BST)
Date: Mon, 08 Sep 2008 11:58:12 +0100
From: Luis de Bethencourt <Luis.Debethencourt@sun.com>
Subject: Re: net6 for OpenSolaris [LSARC/2008/566 FastTrack timeout 09/12/2008]
In-reply-to: <48C16CF2.6060007@sun.com>
Sender: Luis.Debethencourt@sun.com
To: John.Fischer@sun.com
Cc: Irene Huang <Irene.Huang@sun.com>,
        Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, lsarc-ext@sun.com
Reply-to: Luis.Debethencourt@sun.com
Message-id: <48C50544.7080107@sun.com>
Organization: Sun Microsystems - Dublin Ireland
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: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
 <48C0F693.1030800@sun.com> <48C16CF2.6060007@sun.com>
User-Agent: Thunderbird 2.0.0.6 (X11/20071119)
Status: RO
Content-Length: 4027

John Fischer wrote:
> Luis,
>
> Does this project deal with IPv6 as well as IPv4?
>
> Thanks,
>
> John

Yes it does.

Luis
>
> Irene Huang wrote:
>> Hi, all
>>
>> I am setting the timeout for this case to be 09/12/2008
>> The pkgmap is attached.
>>
>> --Irene
>> Shi-Ying Irene Huang wrote:
>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>> This information is Copyright 2008 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>>      net6 for OpenSolaris
>>>     1.2. Name of Document Author/Supplier:
>>>      Author:  Luis Debethencourt
>>>     1.3  Date of This Document:
>>>     05 September, 2008
>>> 4. Technical Description
>>> 1. Introduction
>>>    1.1. Project/Component Working Name:
>>>
>>>     Net6
>>>
>>>    1.2. Name of Document Author/Supplier:
>>>
>>>     Luis de Bethencourt
>>>
>>>    1.3. Date of This Document:
>>>
>>>     18/08/2008
>>>
>>>        1.3.1. Date this project was conceived:
>>>
>>>         03/06/2008
>>>
>>>    1.4. Name of Major Document Customer(s)/Consumer(s):
>>>
>>>     1.4.1. The PAC or CPT you expect to review your project:
>>>
>>>         Solaris PAC
>>>
>>>     1.4.2. The ARC(s) you expect to review your project:
>>>
>>>         LSARC
>>>
>>>     1.4.3. The Director/VP who is "Sponsoring" this project:
>>>
>>>         robert.odea@sun.com
>>>
>>>     1.4.4. The name of your business unit:
>>>
>>>         OPG / OpenSource.
>>>
>>>    1.5. Email Aliases:
>>>     1.5.1. Responsible Manager:
>>>
>>>         tom.garland@sun.com
>>>
>>>     1.5.2. Responsible Engineer:
>>>
>>>         luis.debethencourt@sun.com
>>>
>>>     1.5.3. Marketing Manager:
>>>
>>>         dan.roberts@sun.com
>>>
>>>     1.5.4. Interest List:
>>>
>>>         desktop-discuss@opensolaris.org
>>>
>>> 4. Technical Description:
>>>    4.1. Details:
>>>     Net6 is a library which eases the development of network-based
>>>     applications as it provides a TCP protocol abstraction for C++.
>>>
>>>     It is needed by the upcoming proposal for gobby, since gobby 
>>> depends on
>>>     net6.
>>>
>>>     Net6 is an open source software and this proposal integrates     
>>> version    1.3, the latest stable version.
>>>
>>>     This software is going to be built with SunStudio.
>>>
>>>    4.2. Bug/RFE Number(s):
>>>
>>>     6735887.
>>>
>>>    4.3. In Scope:
>>>
>>>         See above.
>>>
>>>    4.4. Out of Scope:
>>>
>>>         See above.
>>>
>>>    4.5. Interfaces:
>>>
>>>     
>>> --------------------------------------------------------------------
>>>     Exported                Stability    Comments
>>>     
>>> --------------------------------------------------------------------
>>>     SUNWnet6                Uncommited
>>>
>>>     libnet6-1.3.so.0            Volatile    SONAME
>>>
>>>     
>>> --------------------------------------------------------------------
>>>     Imported    Stability        Comments
>>>     
>>> --------------------------------------------------------------------
>>>     gnutls        Volatile        LSARC 2008/341
>>>     gcrypt        Volatile        LSARC 2008/354
>>>
>>>    4.6. Doc Impact:
>>>
>>>     New doc in /usr/share/doc.
>>>        4.7. Admin/Config Impact:
>>>
>>>     None.
>>>        4.8. HA Impact:
>>>
>>>     None.          
>>>    4.9. I18N/L10N Impact:
>>>
>>>     None.
>>>        4.10. Packaging & Delivery:
>>>
>>>     Adds new package, SUNWnet6.
>>>
>>>     4.11. Security Impact:
>>>
>>>     The net6 code ddoes not itself perfrom encryption, but 
>>> encryption is
>>>     supported via the GnuTLS (and libgcrypt).
>>>         4.12. Dependencies:
>>>
>>>     Net6 depends of the software listed in the Imported
>>>     Interfaces section.
>>>
>>> 5. Reference Documents:
>>>
>>>     The Net6 homepage
>>>     - http://gobby.0x539.de/trac/
>>>
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>        6.4.1. Consolidation C-team Name:
>>>         Desktop
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>   
>>


From Irene.Huang@sun.com Thu Sep 11 20:27:28 2008
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 m8C3RRaV009735
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 11 Sep 2008 20:27:28 -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 m8C3RLew005179
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Fri, 12 Sep 2008 11:27:26 +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 <0K7200J05C9PEA00@nwk-avmta-1.sfbay.Sun.COM> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@Sun.COM); Thu, 11 Sep 2008 20:27:25 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K7200J94C9OAF00@nwk-avmta-1.sfbay.Sun.COM> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@Sun.COM); Thu,
 11 Sep 2008 20:27:25 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m8C3ROI5024698	for
 <lsarc-ext@Sun.COM>; Fri, 12 Sep 2008 03:27:24 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K7200001C98G600@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@Sun.COM (ORCPT lsarc-ext@Sun.COM); Fri,
 12 Sep 2008 11:27:24 +0800 (SGT)
Received: from [129.158.217.30] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K7200367C9MJPKB@mail-apac.sun.com>; Fri,
 12 Sep 2008 11:27:23 +0800 (SGT)
Date: Fri, 12 Sep 2008 11:27:17 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: net6 for OpenSolaris [LSARC/2008/566 FastTrack timeout 09/12/2008]
In-reply-to: <48C50544.7080107@sun.com>
Sender: Irene.Huang@sun.com
To: Luis.Debethencourt@sun.com
Cc: John.Fischer@sun.com, Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>,
        lsarc-ext@sun.com
Message-id: <48C9E195.6090605@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: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
 <48C0F693.1030800@sun.com> <48C16CF2.6060007@sun.com>
 <48C50544.7080107@sun.com>
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
Status: RO
Content-Length: 4288

If no objections I am closing this case within 24 hours.

--Irene
Luis de Bethencourt wrote:
> John Fischer wrote:
>> Luis,
>>
>> Does this project deal with IPv6 as well as IPv4?
>>
>> Thanks,
>>
>> John
>
> Yes it does.
>
> Luis
>>
>> Irene Huang wrote:
>>> Hi, all
>>>
>>> I am setting the timeout for this case to be 09/12/2008
>>> The pkgmap is attached.
>>>
>>> --Irene
>>> Shi-Ying Irene Huang wrote:
>>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>>> This information is Copyright 2008 Sun Microsystems
>>>> 1. Introduction
>>>>     1.1. Project/Component Working Name:
>>>>      net6 for OpenSolaris
>>>>     1.2. Name of Document Author/Supplier:
>>>>      Author:  Luis Debethencourt
>>>>     1.3  Date of This Document:
>>>>     05 September, 2008
>>>> 4. Technical Description
>>>> 1. Introduction
>>>>    1.1. Project/Component Working Name:
>>>>
>>>>     Net6
>>>>
>>>>    1.2. Name of Document Author/Supplier:
>>>>
>>>>     Luis de Bethencourt
>>>>
>>>>    1.3. Date of This Document:
>>>>
>>>>     18/08/2008
>>>>
>>>>        1.3.1. Date this project was conceived:
>>>>
>>>>         03/06/2008
>>>>
>>>>    1.4. Name of Major Document Customer(s)/Consumer(s):
>>>>
>>>>     1.4.1. The PAC or CPT you expect to review your project:
>>>>
>>>>         Solaris PAC
>>>>
>>>>     1.4.2. The ARC(s) you expect to review your project:
>>>>
>>>>         LSARC
>>>>
>>>>     1.4.3. The Director/VP who is "Sponsoring" this project:
>>>>
>>>>         robert.odea@sun.com
>>>>
>>>>     1.4.4. The name of your business unit:
>>>>
>>>>         OPG / OpenSource.
>>>>
>>>>    1.5. Email Aliases:
>>>>     1.5.1. Responsible Manager:
>>>>
>>>>         tom.garland@sun.com
>>>>
>>>>     1.5.2. Responsible Engineer:
>>>>
>>>>         luis.debethencourt@sun.com
>>>>
>>>>     1.5.3. Marketing Manager:
>>>>
>>>>         dan.roberts@sun.com
>>>>
>>>>     1.5.4. Interest List:
>>>>
>>>>         desktop-discuss@opensolaris.org
>>>>
>>>> 4. Technical Description:
>>>>    4.1. Details:
>>>>     Net6 is a library which eases the development of network-based
>>>>     applications as it provides a TCP protocol abstraction for C++.
>>>>
>>>>     It is needed by the upcoming proposal for gobby, since gobby 
>>>> depends on
>>>>     net6.
>>>>
>>>>     Net6 is an open source software and this proposal 
>>>> integrates     version    1.3, the latest stable version.
>>>>
>>>>     This software is going to be built with SunStudio.
>>>>
>>>>    4.2. Bug/RFE Number(s):
>>>>
>>>>     6735887.
>>>>
>>>>    4.3. In Scope:
>>>>
>>>>         See above.
>>>>
>>>>    4.4. Out of Scope:
>>>>
>>>>         See above.
>>>>
>>>>    4.5. Interfaces:
>>>>
>>>>     
>>>> --------------------------------------------------------------------
>>>>     Exported                Stability    Comments
>>>>     
>>>> --------------------------------------------------------------------
>>>>     SUNWnet6                Uncommited
>>>>
>>>>     libnet6-1.3.so.0            Volatile    SONAME
>>>>
>>>>     
>>>> --------------------------------------------------------------------
>>>>     Imported    Stability        Comments
>>>>     
>>>> --------------------------------------------------------------------
>>>>     gnutls        Volatile        LSARC 2008/341
>>>>     gcrypt        Volatile        LSARC 2008/354
>>>>
>>>>    4.6. Doc Impact:
>>>>
>>>>     New doc in /usr/share/doc.
>>>>        4.7. Admin/Config Impact:
>>>>
>>>>     None.
>>>>        4.8. HA Impact:
>>>>
>>>>     None.             4.9. I18N/L10N Impact:
>>>>
>>>>     None.
>>>>        4.10. Packaging & Delivery:
>>>>
>>>>     Adds new package, SUNWnet6.
>>>>
>>>>     4.11. Security Impact:
>>>>
>>>>     The net6 code ddoes not itself perfrom encryption, but 
>>>> encryption is
>>>>     supported via the GnuTLS (and libgcrypt).
>>>>         4.12. Dependencies:
>>>>
>>>>     Net6 depends of the software listed in the Imported
>>>>     Interfaces section.
>>>>
>>>> 5. Reference Documents:
>>>>
>>>>     The Net6 homepage
>>>>     - http://gobby.0x539.de/trac/
>>>>
>>>>
>>>> 6. Resources and Schedule
>>>>     6.4. Steering Committee requested information
>>>>        6.4.1. Consolidation C-team Name:
>>>>         Desktop
>>>>     6.5. ARC review type: FastTrack
>>>>     6.6. ARC Exposure: open
>>>>
>>>>   
>>>
>


From Irene.Huang@Sun.COM Sat Sep 13 23:57:47 2008
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 m8E6vkdl004886
	for <LSARC-ext@sac.sfbay.sun.com>; Sat, 13 Sep 2008 23:57:47 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m8E6vhTx001628
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Sun, 14 Sep 2008 07:57:46 +0100 (BST)
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 <0K760070NBC7HX00@nwk-avmta-2.sfbay.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Sat, 13 Sep 2008 23:57:43 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K7600HUGBC5HB60@nwk-avmta-2.sfbay.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Sat,
 13 Sep 2008 23:57:42 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m8E6vf99004561	for
 <lsarc-ext@sun.com>; Sun, 14 Sep 2008 06:57:41 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K7600D01AYEP600@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Sun,
 14 Sep 2008 14:57:40 +0800 (SGT)
Received: from [129.158.217.30] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K76003R4BC3JPJJ@mail-apac.sun.com>; Sun,
 14 Sep 2008 14:57:40 +0800 (SGT)
Date: Sun, 14 Sep 2008 14:57:34 +0800
From: Irene Huang <Irene.Huang@Sun.COM>
Subject: Re: net6 for OpenSolaris [LSARC/2008/566 FastTrack timeout 09/12/2008]
In-reply-to: <48C9E195.6090605@sun.com>
Sender: Irene.Huang@Sun.COM
To: Irene Huang <Irene.Huang@Sun.COM>
Cc: Luis.Debethencourt@Sun.COM, John.Fischer@Sun.COM,
        Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, lsarc-ext@Sun.COM
Message-id: <48CCB5DE.30900@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: <200809050857.m858vuB2005449@sac.sfbay.sun.com>
 <48C0F693.1030800@sun.com> <48C16CF2.6060007@sun.com>
 <48C50544.7080107@sun.com> <48C9E195.6090605@sun.com>
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
Status: RO
Content-Length: 4511

Closed approved.

--Irene
Irene Huang wrote:
> If no objections I am closing this case within 24 hours.
>
> --Irene
> Luis de Bethencourt wrote:
>> John Fischer wrote:
>>> Luis,
>>>
>>> Does this project deal with IPv6 as well as IPv4?
>>>
>>> Thanks,
>>>
>>> John
>>
>> Yes it does.
>>
>> Luis
>>>
>>> Irene Huang wrote:
>>>> Hi, all
>>>>
>>>> I am setting the timeout for this case to be 09/12/2008
>>>> The pkgmap is attached.
>>>>
>>>> --Irene
>>>> Shi-Ying Irene Huang wrote:
>>>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>>>> This information is Copyright 2008 Sun Microsystems
>>>>> 1. Introduction
>>>>>     1.1. Project/Component Working Name:
>>>>>      net6 for OpenSolaris
>>>>>     1.2. Name of Document Author/Supplier:
>>>>>      Author:  Luis Debethencourt
>>>>>     1.3  Date of This Document:
>>>>>     05 September, 2008
>>>>> 4. Technical Description
>>>>> 1. Introduction
>>>>>    1.1. Project/Component Working Name:
>>>>>
>>>>>     Net6
>>>>>
>>>>>    1.2. Name of Document Author/Supplier:
>>>>>
>>>>>     Luis de Bethencourt
>>>>>
>>>>>    1.3. Date of This Document:
>>>>>
>>>>>     18/08/2008
>>>>>
>>>>>        1.3.1. Date this project was conceived:
>>>>>
>>>>>         03/06/2008
>>>>>
>>>>>    1.4. Name of Major Document Customer(s)/Consumer(s):
>>>>>
>>>>>     1.4.1. The PAC or CPT you expect to review your project:
>>>>>
>>>>>         Solaris PAC
>>>>>
>>>>>     1.4.2. The ARC(s) you expect to review your project:
>>>>>
>>>>>         LSARC
>>>>>
>>>>>     1.4.3. The Director/VP who is "Sponsoring" this project:
>>>>>
>>>>>         robert.odea@sun.com
>>>>>
>>>>>     1.4.4. The name of your business unit:
>>>>>
>>>>>         OPG / OpenSource.
>>>>>
>>>>>    1.5. Email Aliases:
>>>>>     1.5.1. Responsible Manager:
>>>>>
>>>>>         tom.garland@sun.com
>>>>>
>>>>>     1.5.2. Responsible Engineer:
>>>>>
>>>>>         luis.debethencourt@sun.com
>>>>>
>>>>>     1.5.3. Marketing Manager:
>>>>>
>>>>>         dan.roberts@sun.com
>>>>>
>>>>>     1.5.4. Interest List:
>>>>>
>>>>>         desktop-discuss@opensolaris.org
>>>>>
>>>>> 4. Technical Description:
>>>>>    4.1. Details:
>>>>>     Net6 is a library which eases the development of network-based
>>>>>     applications as it provides a TCP protocol abstraction for C++.
>>>>>
>>>>>     It is needed by the upcoming proposal for gobby, since gobby 
>>>>> depends on
>>>>>     net6.
>>>>>
>>>>>     Net6 is an open source software and this proposal 
>>>>> integrates     version    1.3, the latest stable version.
>>>>>
>>>>>     This software is going to be built with SunStudio.
>>>>>
>>>>>    4.2. Bug/RFE Number(s):
>>>>>
>>>>>     6735887.
>>>>>
>>>>>    4.3. In Scope:
>>>>>
>>>>>         See above.
>>>>>
>>>>>    4.4. Out of Scope:
>>>>>
>>>>>         See above.
>>>>>
>>>>>    4.5. Interfaces:
>>>>>
>>>>>     
>>>>> --------------------------------------------------------------------
>>>>>     Exported                Stability    Comments
>>>>>     
>>>>> --------------------------------------------------------------------
>>>>>     SUNWnet6                Uncommited
>>>>>
>>>>>     libnet6-1.3.so.0            Volatile    SONAME
>>>>>
>>>>>     
>>>>> --------------------------------------------------------------------
>>>>>     Imported    Stability        Comments
>>>>>     
>>>>> --------------------------------------------------------------------
>>>>>     gnutls        Volatile        LSARC 2008/341
>>>>>     gcrypt        Volatile        LSARC 2008/354
>>>>>
>>>>>    4.6. Doc Impact:
>>>>>
>>>>>     New doc in /usr/share/doc.
>>>>>        4.7. Admin/Config Impact:
>>>>>
>>>>>     None.
>>>>>        4.8. HA Impact:
>>>>>
>>>>>     None.             4.9. I18N/L10N Impact:
>>>>>
>>>>>     None.
>>>>>        4.10. Packaging & Delivery:
>>>>>
>>>>>     Adds new package, SUNWnet6.
>>>>>
>>>>>     4.11. Security Impact:
>>>>>
>>>>>     The net6 code ddoes not itself perfrom encryption, but 
>>>>> encryption is
>>>>>     supported via the GnuTLS (and libgcrypt).
>>>>>         4.12. Dependencies:
>>>>>
>>>>>     Net6 depends of the software listed in the Imported
>>>>>     Interfaces section.
>>>>>
>>>>> 5. Reference Documents:
>>>>>
>>>>>     The Net6 homepage
>>>>>     - http://gobby.0x539.de/trac/
>>>>>
>>>>>
>>>>> 6. Resources and Schedule
>>>>>     6.4. Steering Committee requested information
>>>>>        6.4.1. Consolidation C-team Name:
>>>>>         Desktop
>>>>>     6.5. ARC review type: FastTrack
>>>>>     6.6. ARC Exposure: open
>>>>>
>>>>>   
>>>>
>>
>


