From Daniel.Hain@sun.com Tue Apr  8 12:01:46 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 m38J1jmY006312
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 8 Apr 2008 12:01:46 -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 m38J1iq3015043
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 8 Apr 2008 20:01:44 +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 <0JZ000C05SUW4800@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Tue, 08 Apr 2008 12:01:44 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZ000KAVSUVAJF0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Tue,
 08 Apr 2008 12:01:43 -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 m38J1hXF007865	for
 <PSARC-ext@Sun.Com>; Tue, 08 Apr 2008 12:01:43 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JZ000D01SFD1H00@fe-sfbay-09.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Tue,
 08 Apr 2008 12:01:43 -0700 (PDT)
Received: from [192.168.0.4] ([72.197.213.236])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0JZ0001SBSUSVW50@fe-sfbay-09.sun.com> for
 PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Tue,
 08 Apr 2008 12:01:41 -0700 (PDT)
Date: Tue, 08 Apr 2008 19:01:37 -0700
From: Daniel Hain <Daniel.Hain@sun.com>
Subject: PSARC/2008/245   Integrate librsync library into Solaris
Sender: Daniel.Hain@sun.com
To: PSARC-ext@sun.com
Cc: Pradhap.Devarajan@sun.com
Message-id: <47FC2381.9070202@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
User-Agent: Thunderbird 2.0.0.9 (X11/20080213)
Status: RO
Content-Length: 3151

I'm submitting this fast-track for Pradhap Devarajan.  The timer is set for
April 15th, 2008.

Dan


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

1. Introduction
   1.1. Project/Component Working Name:

        Integrate librsync library into Solaris

   1.2. Name of Document Author/Supplier:

        Pradhap Devarajan

   1.3. Date of This Document:
        03/20/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:
                PSARC
        1.4.3. The Director/VP who is "Sponsoring" this project:
                Chris.Armes@sun.com
        1.4.4. The name of your business unit:
                Solaris Revenue Product Engineering

   1.5. Email Aliases:
        1.5.1. Responsible Manager: joe.g@sun.com
        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
        1.5.4. Interest List:

2. Project Summary
   2.1. Project Description:
  
   librsync is a free software library that implements the rsync 
remote-delta algorithm.
  

4. Technical Description:

        Summary:
        This project integrates librsync-0.9.7 into Solaris
        This project requests a micro binding.

    4.1. Details:
       
        librsync is a free software library that implements the rsync 
remote-delta algorithm.
        This algorithm allows efficient remote updates of a file, 
without requiring the old
        and new versions to both be present at the sending end. The 
library uses a "streaming"
        design similar to that of zlib with the aim of allowing it to be 
embedded into many
        different applications.

        librsync has been developed by Martin Pool <mbp@samba.org> with 
Andrew Tridgell <tridge@samba.org>

    4.5. Interfaces:

        Standard C Library Functions
        Socket Library Functions

   
    4.6. Doc Impact:

        New man page: rdiff.1 librsync.3 (see case directory)
 
   
    4.11. Security Impact:
       
        None.

    4.12 Deliverables:

        SPARC:-
        -------
        usr/bin/rdiff
        usr/include/librsync.h
        usr/include/librsync-config.h
        usr/lib/librsync.so
        usr/lib/librsync.so.1
        usr/lib/librsync.so.1.0.2
        usr/bin/sparcv9/rdiff
        usr/lib/sparcv9/librsync.so
        usr/lib/sparcv9/librsync.so.1
        usr/lib/sparcv9/librsync.so.1.0.2
       
       
        i386:-
        -------
        usr/bin/rdiff
        usr/include/librsync.h
        usr/include/librsync-config.h
        usr/lib/librsync.so
        usr/lib/librsync.so.1
        usr/lib/librsync.so.1.0.2
        usr/bin/amd64/rdiff
        usr/lib/amd64/librsync.so
        usr/lib/amd64/librsync.so.1
        usr/lib/amd64/librsync.so.1.0.2


5. References:
   http://librsync.sourceforge.net/

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

   6.5. ARC review type:
                FastTrack

   6.6. ARC Exposure:
                open



From Trevor.Watson@sun.com Wed Apr  9 00:36:30 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 m397aT37000113
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 9 Apr 2008 00:36:29 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m397aMDg027633
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 9 Apr 2008 15:36:28 +0800 (SGT)
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 <0JZ100J01RSQG900@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 09 Apr 2008 00:36:26 -0700 (PDT)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZ100E8MRSOCY70@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 00:36:25 -0700 (PDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10])
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m397aOYC018348	for
 <PSARC-ext@sun.com>; Wed, 09 Apr 2008 07:36:24 +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 <0JZ100I01RPV8B00@fe-emea-09.sun.com>
 (original mail from Trevor.Watson@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 08:36:24 +0100 (BST)
Received: from [192.168.254.102] ([81.129.4.93])
 by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0JZ10095URSDJB30@fe-emea-09.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 08:36:14 +0100 (BST)
Date: Wed, 09 Apr 2008 08:36:13 +0100
From: Trevor Watson <Trevor.Watson@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <47FC2381.9070202@sun.com>
Sender: Trevor.Watson@sun.com
To: Daniel Hain <Daniel.Hain@sun.com>
Cc: PSARC-ext@sun.com, Pradhap.Devarajan@sun.com
Message-id: <47FC71ED.7060304@Sun.COM>
Organization: Sun Microsystems Ltd.
MIME-version: 1.0
Content-type: multipart/signed;
 boundary=------------ms020505000706050300030402; micalg=sha1;
 protocol="application/x-pkcs7-signature"
X-PMX-Version: 5.4.1.325704
References: <47FC2381.9070202@sun.com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080213)
Status: RO
Content-Length: 8343


--------------ms020505000706050300030402
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Dan,

Can you explain what is the relationship (if any) between /usr/bin/rsync and 
librsync ?

Would it be possible to build /usr/bin/rsync by linking to this library as 
seems sensible?

Trev

Daniel Hain wrote:
> I'm submitting this fast-track for Pradhap Devarajan.  The timer is set for
> April 15th, 2008.
> 
> Dan
> 
> 
> Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
> Copyright 2007 Sun Microsystems
> 
> 1. Introduction
>   1.1. Project/Component Working Name:
> 
>        Integrate librsync library into Solaris
> 
>   1.2. Name of Document Author/Supplier:
> 
>        Pradhap Devarajan
> 
>   1.3. Date of This Document:
>        03/20/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:
>                PSARC
>        1.4.3. The Director/VP who is "Sponsoring" this project:
>                Chris.Armes@sun.com
>        1.4.4. The name of your business unit:
>                Solaris Revenue Product Engineering
> 
>   1.5. Email Aliases:
>        1.5.1. Responsible Manager: joe.g@sun.com
>        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
>        1.5.4. Interest List:
> 
> 2. Project Summary
>   2.1. Project Description:
>  
>   librsync is a free software library that implements the rsync 
> remote-delta algorithm.
>  
> 
> 4. Technical Description:
> 
>        Summary:
>        This project integrates librsync-0.9.7 into Solaris
>        This project requests a micro binding.
> 
>    4.1. Details:
>              librsync is a free software library that implements the 
> rsync remote-delta algorithm.
>        This algorithm allows efficient remote updates of a file, without 
> requiring the old
>        and new versions to both be present at the sending end. The 
> library uses a "streaming"
>        design similar to that of zlib with the aim of allowing it to be 
> embedded into many
>        different applications.
> 
>        librsync has been developed by Martin Pool <mbp@samba.org> with 
> Andrew Tridgell <tridge@samba.org>
> 
>    4.5. Interfaces:
> 
>        Standard C Library Functions
>        Socket Library Functions
> 
>      4.6. Doc Impact:
> 
>        New man page: rdiff.1 librsync.3 (see case directory)
> 
>      4.11. Security Impact:
>              None.
> 
>    4.12 Deliverables:
> 
>        SPARC:-
>        -------
>        usr/bin/rdiff
>        usr/include/librsync.h
>        usr/include/librsync-config.h
>        usr/lib/librsync.so
>        usr/lib/librsync.so.1
>        usr/lib/librsync.so.1.0.2
>        usr/bin/sparcv9/rdiff
>        usr/lib/sparcv9/librsync.so
>        usr/lib/sparcv9/librsync.so.1
>        usr/lib/sparcv9/librsync.so.1.0.2
>                    i386:-
>        -------
>        usr/bin/rdiff
>        usr/include/librsync.h
>        usr/include/librsync-config.h
>        usr/lib/librsync.so
>        usr/lib/librsync.so.1
>        usr/lib/librsync.so.1.0.2
>        usr/bin/amd64/rdiff
>        usr/lib/amd64/librsync.so
>        usr/lib/amd64/librsync.so.1
>        usr/lib/amd64/librsync.so.1.0.2
> 
> 
> 5. References:
>   http://librsync.sourceforge.net/
> 
> 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
> 
> 


--------------ms020505000706050300030402
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJEzCC
AuQwggJNoAMCAQICEA5ynnFhe0L2X4Nn+Yld/64wDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UE
BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMT
I1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDMyNzA5MDgwN1oX
DTA5MDMyNzA5MDgwN1owRzEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEkMCIG
CSqGSIb3DQEJARYVdHJldm9yLndhdHNvbkBzdW4uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOC
AQ8AMIIBCgKCAQEAyZwilaIN733kIsYqsZbImswA8Sk0iXLbpJVy1AOcT17idwdBQvCWyi+U
3IChmCi3UFICe7mQYBYOqUXriYFdNoBedNuYHKcmSEUH1FYgEgiDnVco3JalC9i8n3U9CxfP
07FW8vnY9ElEWST9JuXMAWnF65jtjN0tbRDBRjhbkk56HD0IjyA1Hb6j+64lg7V22Yposetm
q3RUaTrDbY0snhAXsrC1utxmHRTEBoe5UAFLxQ+HMSnTwuIuTsoQKvStKJbaYLBMkgUUDnFt
oEX4MDwUrkr1Nusc93OZpXHFkkA6EHUmy9tUYCf8edMmo+zh6fJj+cdSBSTVa/OSaFYChwID
AQABozIwMDAgBgNVHREEGTAXgRV0cmV2b3Iud2F0c29uQHN1bi5jb20wDAYDVR0TAQH/BAIw
ADANBgkqhkiG9w0BAQUFAAOBgQARi+UnZNEQGjGwUB08ogc/KwQSkheOXbmVWW9TGx5yOHBX
ZxdwMmW43sCNZh+tP09PnecSnB8qF51bj8ZrYRIXp6JExaJcH7bBSTN5xlQru4Tx5dZp/XQG
poFJRZVpod2cycqLLxUVql/qIKLpBS7mDmW5PONXtmwe6IoxOhzh8TCCAuQwggJNoAMCAQIC
EA5ynnFhe0L2X4Nn+Yld/64wDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkExJTAjBgNV
BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz
b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDMyNzA5MDgwN1oXDTA5MDMyNzA5MDgw
N1owRzEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEkMCIGCSqGSIb3DQEJARYV
dHJldm9yLndhdHNvbkBzdW4uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA
yZwilaIN733kIsYqsZbImswA8Sk0iXLbpJVy1AOcT17idwdBQvCWyi+U3IChmCi3UFICe7mQ
YBYOqUXriYFdNoBedNuYHKcmSEUH1FYgEgiDnVco3JalC9i8n3U9CxfP07FW8vnY9ElEWST9
JuXMAWnF65jtjN0tbRDBRjhbkk56HD0IjyA1Hb6j+64lg7V22Yposetmq3RUaTrDbY0snhAX
srC1utxmHRTEBoe5UAFLxQ+HMSnTwuIuTsoQKvStKJbaYLBMkgUUDnFtoEX4MDwUrkr1Nusc
93OZpXHFkkA6EHUmy9tUYCf8edMmo+zh6fJj+cdSBSTVa/OSaFYChwIDAQABozIwMDAgBgNV
HREEGTAXgRV0cmV2b3Iud2F0c29uQHN1bi5jb20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0B
AQUFAAOBgQARi+UnZNEQGjGwUB08ogc/KwQSkheOXbmVWW9TGx5yOHBXZxdwMmW43sCNZh+t
P09PnecSnB8qF51bj8ZrYRIXp6JExaJcH7bBSTN5xlQru4Tx5dZp/XQGpoFJRZVpod2cycqL
LxUVql/qIKLpBS7mDmW5PONXtmwe6IoxOhzh8TCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcN
AQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcT
CUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRp
ZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBG
cmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNv
bTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYD
VQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVy
c29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
xKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkV
cI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq
VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMG
A1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZy
ZWVtYWlsQ0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJp
dmF0ZUxhYmVsMi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIX
oUOWlJ1/TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydx
VyWN3amcOY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8x
ggNkMIIDYAIBATB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGlu
ZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu
ZyBDQQIQDnKecWF7QvZfg2f5iV3/rjAJBgUrDgMCGgUAoIIBwzAYBgkqhkiG9w0BCQMxCwYJ
KoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wODA0MDkwNzM2MTNaMCMGCSqGSIb3DQEJBDEW
BBQb0WAa5O/Q2eyGfOhea/4bwQazrzBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMHMA4G
CCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDCB
hQYJKwYBBAGCNxAEMXgwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1
bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElz
c3VpbmcgQ0ECEA5ynnFhe0L2X4Nn+Yld/64wgYcGCyqGSIb3DQEJEAILMXigdjBiMQswCQYD
VQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UE
AxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEA5ynnFhe0L2X4Nn+Yld
/64wDQYJKoZIhvcNAQEBBQAEggEAtC/lFo3obcKCPaq84sSj5GL/jhODIoamLSDOGbBp/zCG
mXqMF5xCxURexojT7OShKenGr3EJLCXmLtY6gxg5RJ8R94HdIO/CCsdZWRpdCtJP9EiYZ36e
X4Z6+zdkQRusQ98OHgLRLraHP04aT9LVL3sZpf5gD0YKiugEHCgeRq26OBflvG8qGJn8dJgS
CB3C4YtqZaOq0JvtLlxMhwKtE0qm9tIJANqzXrbj05AYTEL/LUGmhP6lhlBPoyCkJdPSVXe5
UrVDFSDAzux5476rjATABkMXVsYLfFMbODtCvj781T5mnZkpqY4ZsRHS+sMscLChV9RnAzg/
yTAqsa8ragAAAAAAAA==
--------------ms020505000706050300030402--

From brian.utterback@Sun.COM Wed Apr  9 05:40:20 2008
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 m39CeKBi009349
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 9 Apr 2008 05:40:20 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m39CeJZm011328
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 9 Apr 2008 05:40:20 -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 <0JZ2007015V7YS00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 09 Apr 2008 06:40:19 -0600 (MDT)
Received: from dm-east-02.east.sun.com ([129.148.13.5])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZ2004PE5V6UQ20@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 06:40:19 -0600 (MDT)
Received: from [129.148.226.12] (sr1-unsh01-02.East.Sun.COM [129.148.226.12])
	by dm-east-02.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m39CeFDw012759; Wed, 09 Apr 2008 08:40:16 -0400 (EDT)
Date: Wed, 09 Apr 2008 08:40:15 -0400
From: Brian Utterback <brian.utterback@Sun.COM>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <47FC2381.9070202@sun.com>
To: Daniel Hain <Daniel.Hain@Sun.COM>
Cc: PSARC-ext@Sun.COM, Pradhap.Devarajan@Sun.COM
Message-id: <47FCB92F.30705@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: <47FC2381.9070202@sun.com>
User-Agent: Thunderbird 2.0.0.14pre (X11/20080330)
Status: RO
Content-Length: 3822

What interfaces are exported and at what stability level?

Are all three shared libraries the same one or are 1 and 1.0.2 
different? If they are different, which one does the .so link to?
Why are you delivering 1 and 1.0.2 anyway?

Daniel Hain wrote:
> I'm submitting this fast-track for Pradhap Devarajan.  The timer is set for
> April 15th, 2008.
> 
> Dan
> 
> 
> Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
> Copyright 2007 Sun Microsystems
> 
> 1. Introduction
>   1.1. Project/Component Working Name:
> 
>        Integrate librsync library into Solaris
> 
>   1.2. Name of Document Author/Supplier:
> 
>        Pradhap Devarajan
> 
>   1.3. Date of This Document:
>        03/20/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:
>                PSARC
>        1.4.3. The Director/VP who is "Sponsoring" this project:
>                Chris.Armes@sun.com
>        1.4.4. The name of your business unit:
>                Solaris Revenue Product Engineering
> 
>   1.5. Email Aliases:
>        1.5.1. Responsible Manager: joe.g@sun.com
>        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
>        1.5.4. Interest List:
> 
> 2. Project Summary
>   2.1. Project Description:
>  
>   librsync is a free software library that implements the rsync 
> remote-delta algorithm.
>  
> 
> 4. Technical Description:
> 
>        Summary:
>        This project integrates librsync-0.9.7 into Solaris
>        This project requests a micro binding.
> 
>    4.1. Details:
>              librsync is a free software library that implements the 
> rsync remote-delta algorithm.
>        This algorithm allows efficient remote updates of a file, without 
> requiring the old
>        and new versions to both be present at the sending end. The 
> library uses a "streaming"
>        design similar to that of zlib with the aim of allowing it to be 
> embedded into many
>        different applications.
> 
>        librsync has been developed by Martin Pool <mbp@samba.org> with 
> Andrew Tridgell <tridge@samba.org>
> 
>    4.5. Interfaces:
> 
>        Standard C Library Functions
>        Socket Library Functions
> 
>      4.6. Doc Impact:
> 
>        New man page: rdiff.1 librsync.3 (see case directory)
> 
>      4.11. Security Impact:
>              None.
> 
>    4.12 Deliverables:
> 
>        SPARC:-
>        -------
>        usr/bin/rdiff
>        usr/include/librsync.h
>        usr/include/librsync-config.h
>        usr/lib/librsync.so
>        usr/lib/librsync.so.1
>        usr/lib/librsync.so.1.0.2
>        usr/bin/sparcv9/rdiff
>        usr/lib/sparcv9/librsync.so
>        usr/lib/sparcv9/librsync.so.1
>        usr/lib/sparcv9/librsync.so.1.0.2
>                    i386:-
>        -------
>        usr/bin/rdiff
>        usr/include/librsync.h
>        usr/include/librsync-config.h
>        usr/lib/librsync.so
>        usr/lib/librsync.so.1
>        usr/lib/librsync.so.1.0.2
>        usr/bin/amd64/rdiff
>        usr/lib/amd64/librsync.so
>        usr/lib/amd64/librsync.so.1
>        usr/lib/amd64/librsync.so.1.0.2
> 
> 
> 5. References:
>   http://librsync.sourceforge.net/
> 
> 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
> 
> 

-- 
blu

There are two rules in life:
Rule 1- Don't tell people everything you know
----------------------------------------------------------------------
Brian Utterback - Solaris RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom

From Pradhap.Devarajan@sun.com Wed Apr  9 06:27:36 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 m39DRZFx010145
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 9 Apr 2008 06:27:36 -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 m39DRYQZ027457
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 9 Apr 2008 07:27:35 -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 <0JZ200A1F81W2200@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 09 Apr 2008 06:27:32 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZ2001HV81VILA0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 06:27:32 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m39DRiEW000640	for
 <PSARC-ext@sun.com>; Wed, 09 Apr 2008 13:27:44 +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 <0JZ200C017ZYV500@mail-apac.sun.com>
 (original mail from Pradhap.Devarajan@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 21:26:58 +0800 (SGT)
Received: from [129.158.226.208] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JZ200B3Z80XRFQB@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 09 Apr 2008 21:26:58 +0800 (SGT)
Date: Wed, 09 Apr 2008 18:57:25 +0530
From: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <47FCB92F.30705@sun.com>
Sender: Pradhap.Devarajan@sun.com
To: Brian Utterback <Brian.Utterback@sun.com>
Cc: Daniel Hain <Daniel.Hain@sun.com>, PSARC-ext@sun.com
Reply-to: Pradhap.Devarajan@sun.com
Message-id: <47FCC43D.9050103@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: <47FC2381.9070202@sun.com> <47FCB92F.30705@sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080228)
Status: RO
Content-Length: 3995

Hi Brian,
    Interface commitment level for librsync is "Volatile" . Its been 
documented in manpages. librsync.so and librsync.so.1 are symlinks to 
librsync.so.1.0.2 .

thanks,
Pradhap.D

PS: Seems to be some issue with jive forums today, It doesn't send mail 
if someone puts update to the thread directly.

Brian Utterback wrote:
> What interfaces are exported and at what stability level?
>
> Are all three shared libraries the same one or are 1 and 1.0.2 
> different? If they are different, which one does the .so link to?
> Why are you delivering 1 and 1.0.2 anyway?
>
> Daniel Hain wrote:
>> I'm submitting this fast-track for Pradhap Devarajan.  The timer is 
>> set for
>> April 15th, 2008.
>>
>> Dan
>>
>>
>> Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
>> Copyright 2007 Sun Microsystems
>>
>> 1. Introduction
>>   1.1. Project/Component Working Name:
>>
>>        Integrate librsync library into Solaris
>>
>>   1.2. Name of Document Author/Supplier:
>>
>>        Pradhap Devarajan
>>
>>   1.3. Date of This Document:
>>        03/20/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:
>>                PSARC
>>        1.4.3. The Director/VP who is "Sponsoring" this project:
>>                Chris.Armes@sun.com
>>        1.4.4. The name of your business unit:
>>                Solaris Revenue Product Engineering
>>
>>   1.5. Email Aliases:
>>        1.5.1. Responsible Manager: joe.g@sun.com
>>        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
>>        1.5.4. Interest List:
>>
>> 2. Project Summary
>>   2.1. Project Description:
>>  
>>   librsync is a free software library that implements the rsync 
>> remote-delta algorithm.
>>  
>>
>> 4. Technical Description:
>>
>>        Summary:
>>        This project integrates librsync-0.9.7 into Solaris
>>        This project requests a micro binding.
>>
>>    4.1. Details:
>>              librsync is a free software library that implements the 
>> rsync remote-delta algorithm.
>>        This algorithm allows efficient remote updates of a file, 
>> without requiring the old
>>        and new versions to both be present at the sending end. The 
>> library uses a "streaming"
>>        design similar to that of zlib with the aim of allowing it to 
>> be embedded into many
>>        different applications.
>>
>>        librsync has been developed by Martin Pool <mbp@samba.org> 
>> with Andrew Tridgell <tridge@samba.org>
>>
>>    4.5. Interfaces:
>>
>>        Standard C Library Functions
>>        Socket Library Functions
>>
>>      4.6. Doc Impact:
>>
>>        New man page: rdiff.1 librsync.3 (see case directory)
>>
>>      4.11. Security Impact:
>>              None.
>>
>>    4.12 Deliverables:
>>
>>        SPARC:-
>>        -------
>>        usr/bin/rdiff
>>        usr/include/librsync.h
>>        usr/include/librsync-config.h
>>        usr/lib/librsync.so
>>        usr/lib/librsync.so.1
>>        usr/lib/librsync.so.1.0.2
>>        usr/bin/sparcv9/rdiff
>>        usr/lib/sparcv9/librsync.so
>>        usr/lib/sparcv9/librsync.so.1
>>        usr/lib/sparcv9/librsync.so.1.0.2
>>                    i386:-
>>        -------
>>        usr/bin/rdiff
>>        usr/include/librsync.h
>>        usr/include/librsync-config.h
>>        usr/lib/librsync.so
>>        usr/lib/librsync.so.1
>>        usr/lib/librsync.so.1.0.2
>>        usr/bin/amd64/rdiff
>>        usr/lib/amd64/librsync.so
>>        usr/lib/amd64/librsync.so.1
>>        usr/lib/amd64/librsync.so.1.0.2
>>
>>
>> 5. References:
>>   http://librsync.sourceforge.net/
>>
>> 6. Resources and Schedule:
>>   6.4. Product Approval Committee requested information:
>>        6.4.1. Consolidation or Component Name:
>>                sfw
>>
>>   6.5. ARC review type:
>>                FastTrack
>>
>>   6.6. ARC Exposure:
>>                open
>>
>>
>

From gww@eng.sun.com Wed Apr  9 07:57:41 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 m39Eve2L012799
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 9 Apr 2008 07:57:41 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m39EvZEZ017235
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 9 Apr 2008 15:57:39 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JZ200H07C823300@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 09 Apr 2008 08:57:38 -0600 (MDT)
Received: from dm-eng-02.sfbay.sun.com ([129.146.11.32])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZ20042WC82UXB0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 09 Apr 2008 08:57:38 -0600 (MDT)
Received: from marduk.eng.sun.com (marduk.SFBay.Sun.COM [129.146.108.224])
	by dm-eng-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m39EvaX9011141; Wed, 09 Apr 2008 07:57:36 -0700 (PDT)
Received: from marduk.eng.sun.com (localhost [127.0.0.1])
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11) with ESMTP id m39Ev1wT003025; Wed,
 09 Apr 2008 07:57:01 -0700 (PDT)
Received: (from gww@localhost)
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11/Submit) id m39Ev1uA003024; Wed,
 09 Apr 2008 07:57:01 -0700 (PDT)
Date: Wed, 09 Apr 2008 07:57:01 -0700 (PDT)
From: Gary Winiger <gww@eng.sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
To: Brian.Utterback@sun.com, Pradhap.Devarajan@sun.com
Cc: Daniel.Hain@sun.com, PSARC-ext@sun.com
Message-id: <200804091457.m39Ev1uA003024@marduk.eng.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 309

> From Pradhap.Devarajan@sun.com Wed Apr  9 06:27:36 2008
>     Interface commitment level for librsync is "Volatile" . Its been 
> documented in manpages. librsync.so and librsync.so.1 are symlinks to 
> librsync.so.1.0.2 .

	Fine, and where are the man pages?  There nothing in the case
	directory.

Gary..

From Pradhap.Devarajan@sun.com Wed Apr  9 08:14:23 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 m39FEMi6013511
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 9 Apr 2008 08:14:22 -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 m39FEAGQ026117
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 9 Apr 2008 16:14:21 +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 <0JZ200C07CZV6C00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 09 Apr 2008 08:14:19 -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 <0JZ20081ZCZTWZ30@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 09 Apr 2008 08:14:18 -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 m39FElNS028204	for
 <PSARC-ext@Sun.COM>; Wed, 09 Apr 2008 15:14:47 +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 <0JZ200E01CW99L00@mail-apac.sun.com>
 (original mail from Pradhap.Devarajan@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 09 Apr 2008 23:14:10 +0800 (SGT)
Received: from [129.158.226.208] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JZ2004AMCZLPGKF@mail-apac.sun.com>; Wed,
 09 Apr 2008 23:14:10 +0800 (SGT)
Date: Wed, 09 Apr 2008 20:44:12 +0530
From: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <200804091457.m39Ev1uA003024@marduk.eng.sun.com>
Sender: Pradhap.Devarajan@sun.com
To: Gary Winiger <gww@eng.sun.com>
Cc: Brian.Utterback@sun.com, Daniel.Hain@sun.com, PSARC-ext@sun.com
Reply-to: Pradhap.Devarajan@sun.com
Message-id: <47FCDD44.5090700@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: <200804091457.m39Ev1uA003024@marduk.eng.sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080228)
Status: RO
Content-Length: 504

Hi Gary,
    Sorry for the trouble. I have contacted Daniel Hain he will be 
uploading the manpages into case directory shortly.

regards,
Pradhap.D

Gary Winiger wrote:
>> From Pradhap.Devarajan@sun.com Wed Apr  9 06:27:36 2008
>>     Interface commitment level for librsync is "Volatile" . Its been 
>> documented in manpages. librsync.so and librsync.so.1 are symlinks to 
>> librsync.so.1.0.2 .
>>     
>
> 	Fine, and where are the man pages?  There nothing in the case
> 	directory.
>
> Gary..
>   

From Pradhap.Devarajan@Sun.COM Wed Apr  9 08:28:36 2008
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 m39FSaaa013739
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 9 Apr 2008 08:28:36 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m39FSV5N009361
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 9 Apr 2008 08:28:36 -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 <0JZ200I09DNMZF00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 09 Apr 2008 09:28: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 <0JZ2004FTDNKV5D0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 09 Apr 2008 09:28:33 -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 m39FT2lb028466	for
 <PSARC-ext@Sun.COM>; Wed, 09 Apr 2008 15:29:02 +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 <0JZ200I01DH9UF00@mail-apac.sun.com>
 (original mail from Pradhap.Devarajan@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 09 Apr 2008 23:28:24 +0800 (SGT)
Received: from [129.158.226.208] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JZ2004JJDNCPGMF@mail-apac.sun.com>; Wed,
 09 Apr 2008 23:28:24 +0800 (SGT)
Date: Wed, 09 Apr 2008 20:58:27 +0530
From: Pradhap Devarajan <Pradhap.Devarajan@Sun.COM>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <47FCDD44.5090700@sun.com>
Sender: Pradhap.Devarajan@Sun.COM
To: Pradhap.Devarajan@Sun.COM
Cc: Gary Winiger <gww@eng.sun.com>, Brian.Utterback@Sun.COM,
        Daniel.Hain@Sun.COM, PSARC-ext@Sun.COM
Reply-to: Pradhap.Devarajan@Sun.COM
Message-id: <47FCE09B.2030208@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: <200804091457.m39Ev1uA003024@marduk.eng.sun.com>
 <47FCDD44.5090700@sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080228)
Status: RO
Content-Length: 686

Thanks Dan for uploading it quickly . Now the manpages are available in 
case directory for evaluation.

regards,
Pradhap.D

Pradhap Devarajan wrote:
> Hi Gary,
>    Sorry for the trouble. I have contacted Daniel Hain he will be 
> uploading the manpages into case directory shortly.
>
> regards,
> Pradhap.D
>
> Gary Winiger wrote:
>>> From Pradhap.Devarajan@sun.com Wed Apr  9 06:27:36 2008
>>>     Interface commitment level for librsync is "Volatile" . Its been 
>>> documented in manpages. librsync.so and librsync.so.1 are symlinks 
>>> to librsync.so.1.0.2 .
>>>     
>>
>>     Fine, and where are the man pages?  There nothing in the case
>>     directory.
>>
>> Gary..
>>   
>

From gww@eng.sun.com Tue Apr 15 13:15:51 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 m3FKFoOQ005307
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 15 Apr 2008 13:15:51 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m3FKFRQo024817
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 15 Apr 2008 21:15:50 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JZD0092XUYDXF00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 15 Apr 2008 14:15:49 -0600 (MDT)
Received: from dm-eng-02.sfbay.sun.com ([129.146.11.32])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZD002EMUY8AK60@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 15 Apr 2008 14:15:45 -0600 (MDT)
Received: from marduk.eng.sun.com (marduk.SFBay.Sun.COM [129.146.108.224])
	by dm-eng-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m3FKFgWH019442; Tue, 15 Apr 2008 13:15:42 -0700 (PDT)
Received: from marduk.eng.sun.com (localhost [127.0.0.1])
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11) with ESMTP id m3FKFH5o011361; Tue,
 15 Apr 2008 13:15:17 -0700 (PDT)
Received: (from gww@localhost)
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11/Submit) id m3FKFHDH011360; Tue,
 15 Apr 2008 13:15:17 -0700 (PDT)
Date: Tue, 15 Apr 2008 13:15:17 -0700 (PDT)
From: Gary Winiger <gww@eng.sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
To: Pradhap.Devarajan@sun.com
Cc: Brian.Utterback@sun.com, Daniel.Hain@sun.com, psarc-ext@sun.com,
        gww@eng.sun.com
Message-id: <200804152015.m3FKFHDH011360@marduk.eng.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 562

> Thanks Dan for uploading it quickly . Now the manpages are available in 
> case directory for evaluation.

	Perhaps it's unimportant, perphaps my expectations are different
	than the librsync community.  From the man pages in the case
	directory and without going to the source code (which I didn't),
	I couldn't even discover the function signature of the library
	routines in the proposed librsync.  Neither of the urls listed
	seemed to have what I would have considered to be man page level
	information.  Perhaps I'm just not looking hard enough.

Gary..

From Pradhap.Devarajan@sun.com Tue Apr 15 21:41:07 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 m3G4f67j024115
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 15 Apr 2008 21:41:06 -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 m3G4f2EC017126
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Wed, 16 Apr 2008 12:41:05 +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 <0JZE00103ICGAB00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 15 Apr 2008 22:41:04 -0600 (MDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZE0001MICF4C10@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 15 Apr 2008 22:41:04 -0600 (MDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m3G4fFFA027985	for
 <psarc-ext@sun.com>; Wed, 16 Apr 2008 04:41:15 +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 <0JZE00E01I9VR400@mail-apac.sun.com>
 (original mail from Pradhap.Devarajan@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Wed,
 16 Apr 2008 12:40:55 +0800 (SGT)
Received: from [129.158.226.208] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JZE007PJIC4UHIF@mail-apac.sun.com>; Wed,
 16 Apr 2008 12:40:55 +0800 (SGT)
Date: Wed, 16 Apr 2008 10:10:57 +0530
From: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <200804152015.m3FKFHDH011360@marduk.eng.sun.com>
Sender: Pradhap.Devarajan@sun.com
To: Gary Winiger <gww@eng.sun.com>
Cc: Brian.Utterback@sun.com, Daniel.Hain@sun.com, PSARC-ext@sun.com
Reply-to: Pradhap.Devarajan@sun.com
Message-id: <48058359.20407@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: <200804152015.m3FKFHDH011360@marduk.eng.sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080228)
Status: RO
Content-Length: 800

Hi Gary,
    I agree there is not much of information in librsync manpage. The 
only reason we are pulling in librsync is because rdiff-backup utility 
requires it.

thanks,
Pradhap.D

Gary Winiger wrote:
>> Thanks Dan for uploading it quickly . Now the manpages are available in 
>> case directory for evaluation.
>>     
>
> 	Perhaps it's unimportant, perphaps my expectations are different
> 	than the librsync community.  From the man pages in the case
> 	directory and without going to the source code (which I didn't),
> 	I couldn't even discover the function signature of the library
> 	routines in the proposed librsync.  Neither of the urls listed
> 	seemed to have what I would have considered to be man page level
> 	information.  Perhaps I'm just not looking hard enough.
>
> Gary..
>   

From Nicolas.Williams@sun.com Wed Apr 16 08:36:02 2008
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 m3GFa2W2010164
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 16 Apr 2008 08:36:02 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m3GFZqKc021512;
	Wed, 16 Apr 2008 08:36:00 -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 <0JZF00A1NCNXYO00@nwk-avmta-2.sfbay.sun.com>; Wed,
 16 Apr 2008 08:35:57 -0700 (PDT)
Received: from binky.Central.Sun.COM ([129.153.128.104])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZF009UICMURJ20@nwk-avmta-2.sfbay.sun.com>; Wed,
 16 Apr 2008 08:35:18 -0700 (PDT)
Received: from binky.Central.Sun.COM (localhost [127.0.0.1])
	by binky.Central.Sun.COM (8.14.1+Sun/8.14.1) with ESMTP id m3GFZIgI013501;
 Wed, 16 Apr 2008 10:35:18 -0500 (CDT)
Received: (from nw141292@localhost)
	by binky.Central.Sun.COM (8.14.1+Sun/8.14.1/Submit) id m3GFZIaQ013500; Wed,
 16 Apr 2008 10:35:18 -0500 (CDT)
Date: Wed, 16 Apr 2008 10:35:18 -0500
From: Nicolas Williams <Nicolas.Williams@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <48058359.20407@sun.com>
To: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Cc: Gary Winiger <gww@eng.sun.com>, Brian.Utterback@sun.com,
        Daniel.Hain@sun.com, PSARC-ext@sun.com
Mail-followup-to: Pradhap Devarajan <Pradhap.Devarajan@Sun.COM>,
 Gary Winiger <gww@eng.sun.com>, Brian.Utterback@sun.com, Daniel.Hain@sun.com,
 PSARC-ext@sun.com
Message-id: <20080416153517.GD8027@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
References: <200804152015.m3FKFHDH011360@marduk.eng.sun.com>
 <48058359.20407@sun.com>
X-Authentication-warning: binky.Central.Sun.COM: nw141292 set sender to
 Nicolas.Williams@sun.com using -f
User-Agent: Mutt/1.5.7i
Status: RO
Content-Length: 620

On Wed, Apr 16, 2008 at 10:10:57AM +0530, Pradhap Devarajan wrote:
>    I agree there is not much of information in librsync manpage. The 
> only reason we are pulling in librsync is because rdiff-backup utility 
> requires it.

http://librsync.sourcefrog.net/doc/librsync.html
http://librsync.sourcefrog.net/doc/librsync.pdf

Our manpages should certainly include these URLs.  It'd be nice if we
could also include a copy in /usr/share/doc/librsync/, but you'd need to
make sure that we can actually deliver those docs (i.e., that their
copyright license allows it or that we get permission from the author).

Nico
-- 

From Garrett.Damore@sun.com Wed Apr 16 08:43:31 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 m3GFhVsg010328
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 16 Apr 2008 08:43:31 -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 m3GFhSLS005050
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Wed, 16 Apr 2008 08:43:31 -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 <0JZF00B05D0IEC00@nwk-avmta-2.sfbay.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Wed, 16 Apr 2008 08:43:30 -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 <0JZF009HCD0IRH20@nwk-avmta-2.sfbay.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Wed,
 16 Apr 2008 08:43:30 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m3GFhUHU020853	for
 <psarc-ext@sun.com>; Wed, 16 Apr 2008 08:43:30 -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 <0JZF00701CYSZJ00@fe-sfbay-10.sun.com>
 (original mail from Garrett.Damore@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Wed,
 16 Apr 2008 08:43:30 -0700 (PDT)
Received: from [129.153.2.14] by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JZF00IYQD0C33D0@fe-sfbay-10.sun.com>; Wed,
 16 Apr 2008 08:43:25 -0700 (PDT)
Date: Wed, 16 Apr 2008 08:43:24 -0700
From: "Garrett D'Amore" <Garrett.Damore@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <20080416153517.GD8027@Sun.COM>
Sender: Garrett.Damore@sun.com
To: Pradhap Devarajan <Pradhap.Devarajan@sun.com>,
        Gary Winiger <gww@eng.sun.com>, Brian.Utterback@sun.com,
        Daniel.Hain@sun.com, psarc-ext@sun.com
Message-id: <48061E9C.7020503@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: <200804152015.m3FKFHDH011360@marduk.eng.sun.com>
 <48058359.20407@sun.com> <20080416153517.GD8027@Sun.COM>
User-Agent: Thunderbird 2.0.0.6 (X11/20070802)
Status: RO
Content-Length: 1065

Nicolas Williams wrote:
> On Wed, Apr 16, 2008 at 10:10:57AM +0530, Pradhap Devarajan wrote:
>   
>>    I agree there is not much of information in librsync manpage. The 
>> only reason we are pulling in librsync is because rdiff-backup utility 
>> requires it.
>>     
>
> http://librsync.sourcefrog.net/doc/librsync.html
> http://librsync.sourcefrog.net/doc/librsync.pdf
>
> Our manpages should certainly include these URLs.  It'd be nice if we
> could also include a copy in /usr/share/doc/librsync/, but you'd need to
> make sure that we can actually deliver those docs (i.e., that their
> copyright license allows it or that we get permission from the author).
>   

If at all possible, I strongly agree.  Links to external sites can 
change without notice, and I think having correct information available 
somewhere "stable" is more important.

In fact, if we can ship the docos, then the man pages should have 
references to their location in /usr/share/doc in preference to (or 
possibly "in addition to") external URLs, IMO. 

    -- Garrett
> Nico
>   


From Daniel.Hain@Sun.COM Thu Apr 17 15:54:40 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 m3HMsdhO012748
	for <psarc-ext@sac.sfbay.Sun.COM>; Thu, 17 Apr 2008 15:54:39 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m3HMsR1o023233
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Fri, 18 Apr 2008 06:54:38 +0800 (SGT)
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 <0JZH00N01RMZ4H00@nwk-avmta-2.sfbay.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Apr 2008 15:54:35 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZH00FSFRMZSHC0@nwk-avmta-2.sfbay.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Apr 2008 15:54:35 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m3HMsYnK008240	for
 <psarc-ext@sun.com>; Thu, 17 Apr 2008 15:54:34 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JZH00J01RETOF00@fe-sfbay-09.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Apr 2008 15:54:34 -0700 (PDT)
Received: from dhcp-usan09-88-152.West.Sun.COM ([129.153.88.152])
 by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JZH00372RMUCR80@fe-sfbay-09.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Apr 2008 15:54:30 -0700 (PDT)
Date: Thu, 17 Apr 2008 15:54:28 -0700
From: Dan Hain <Daniel.Hain@Sun.COM>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <48061E9C.7020503@sun.com>
Sender: Daniel.Hain@Sun.COM
To: psarc-ext@Sun.COM
Cc: Pradhap Devarajan <Pradhap.Devarajan@Sun.COM>
Message-id: <4807D524.3030104@sun.com>
Organization: Solaris Revenue Product Engineering
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: <200804152015.m3FKFHDH011360@marduk.eng.sun.com>
 <48058359.20407@sun.com> <20080416153517.GD8027@Sun.COM>
 <48061E9C.7020503@sun.com>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Status: RO
Content-Length: 1784

Garrett D'Amore wrote:
> Nicolas Williams wrote:
>> On Wed, Apr 16, 2008 at 10:10:57AM +0530, Pradhap Devarajan wrote:
>>  
>>>    I agree there is not much of information in librsync manpage. The 
>>> only reason we are pulling in librsync is because rdiff-backup 
>>> utility requires it.
>>>     
>>
>> http://librsync.sourcefrog.net/doc/librsync.html
>> http://librsync.sourcefrog.net/doc/librsync.pdf
>>
>> Our manpages should certainly include these URLs.  It'd be nice if we
>> could also include a copy in /usr/share/doc/librsync/, but you'd need to
>> make sure that we can actually deliver those docs (i.e., that their
>> copyright license allows it or that we get permission from the author).

The project team is contacting the author of the documents to determine 
whether we can deliver them as part of the package.  If we are permitted 
to use them, we will ship them as part of the package.  The 1-Pager will 
be updated to reflect the new deliverables and the man pages will be 
rev'd to identify the local path.

For now I've updated the time-out to 4/23 to allow time for the author 
to get back to us.  I will update the case directory with the documents 
and modifications as soon as we hear back.


-- 
Dan Hain 
Solaris Revenue Product Engineering (RPE)


From gww@eng.sun.com Tue Apr 22 15:03:27 2008
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 m3MM3Ri4007016
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 22 Apr 2008 15:03:27 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m3MM3QdX013561
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Tue, 22 Apr 2008 15:03:26 -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 <0JZQ0037FYLNKM00@nwk-avmta-2.sfbay.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 22 Apr 2008 15:03:23 -0700 (PDT)
Received: from dm-eng-02.sfbay.sun.com ([129.146.11.32])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZQ003GPYLD6V10@nwk-avmta-2.sfbay.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 22 Apr 2008 15:03:13 -0700 (PDT)
Received: from marduk.eng.sun.com (marduk.SFBay.Sun.COM [129.146.108.224])
	by dm-eng-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m3MM3BV8009033; Tue, 22 Apr 2008 15:03:11 -0700 (PDT)
Received: from marduk.eng.sun.com (localhost [127.0.0.1])
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11) with ESMTP id m3MM2vIT021606; Tue,
 22 Apr 2008 15:02:57 -0700 (PDT)
Received: (from gww@localhost)
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11/Submit) id m3MM2upa021605; Tue,
 22 Apr 2008 15:02:56 -0700 (PDT)
Date: Tue, 22 Apr 2008 15:02:56 -0700 (PDT)
From: Gary Winiger <gww@eng.sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
To: Daniel.Hain@sun.com, psarc-ext@sun.com
Cc: Pradhap.Devarajan@sun.com
Message-id: <200804222202.m3MM2upa021605@marduk.eng.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 809

> >> Our manpages should certainly include these URLs.  It'd be nice if we
> >> could also include a copy in /usr/share/doc/librsync/, but you'd need to
> >> make sure that we can actually deliver those docs (i.e., that their
> >> copyright license allows it or that we get permission from the author).
> 
> The project team is contacting the author of the documents to determine 
> whether we can deliver them as part of the package.  If we are permitted 
> to use them, we will ship them as part of the package.  The 1-Pager will 
> be updated to reflect the new deliverables and the man pages will be 
> rev'd to identify the local path.

	Has the permission to use the documentation been resolved?
	If not, the question is how will librsync and its remotely
	hosted documentation be kept in sync?

Gary..

From Daniel.Hain@sun.com Tue Apr 22 15:45:59 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 m3MMjx4L009306
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 22 Apr 2008 15:45:59 -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.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m3MMjvxd012606
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Tue, 22 Apr 2008 15:45:59 -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 <0JZR0052B0KL0900@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 22 Apr 2008 16:45:57 -0600 (MDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZR00NN70KI4030@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 22 Apr 2008 16:45:54 -0600 (MDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m3MMjsXS005444	for
 <psarc-ext@sun.com>; Tue, 22 Apr 2008 15:45:54 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JZR00M01029XA00@fe-sfbay-09.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 22 Apr 2008 15:45:54 -0700 (PDT)
Received: from dhcp-usan09-88-152.West.Sun.COM ([129.153.88.152])
 by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JZR0052R0KBF230@fe-sfbay-09.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 22 Apr 2008 15:45:47 -0700 (PDT)
Date: Tue, 22 Apr 2008 15:45:45 -0700
From: Dan Hain <Daniel.Hain@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <200804222202.m3MM2upa021605@marduk.eng.sun.com>
Sender: Daniel.Hain@sun.com
To: psarc-ext@sun.com
Cc: Pradhap.Devarajan@sun.com
Message-id: <480E6A99.6080100@sun.com>
Organization: Solaris Revenue Product Engineering
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: <200804222202.m3MM2upa021605@marduk.eng.sun.com>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Status: RO
Content-Length: 1524

Gary Winiger wrote:
>>>> Our manpages should certainly include these URLs.  It'd be nice if we
>>>> could also include a copy in /usr/share/doc/librsync/, but you'd need to
>>>> make sure that we can actually deliver those docs (i.e., that their
>>>> copyright license allows it or that we get permission from the author).
>>>>         
>> The project team is contacting the author of the documents to determine 
>> whether we can deliver them as part of the package.  If we are permitted 
>> to use them, we will ship them as part of the package.  The 1-Pager will 
>> be updated to reflect the new deliverables and the man pages will be 
>> rev'd to identify the local path.
>>     
>
> 	Has the permission to use the documentation been resolved?
> 	If not, the question is how will librsync and its remotely
> 	hosted documentation be kept in sync?
>   

Not yet.  I queried the project team earlier today about the resolution 
and am awaiting a response.


-- 
Dan Hain 
Solaris Revenue Product Engineering (RPE)


From Pradhap.Devarajan@sun.com Tue Apr 22 22:24: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 m3N5OlmL018402
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 22 Apr 2008 22:24:48 -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 m3N5OhHq010408
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Wed, 23 Apr 2008 06:24: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 <0JZR00501J1AQ000@nwk-avmta-1.sfbay.Sun.COM> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 22 Apr 2008 22:24:46 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZR009J3J19T170@nwk-avmta-1.sfbay.Sun.COM> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 22 Apr 2008 22:24:46 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m3N5OxHx001345	for
 <psarc-ext@sun.com>; Wed, 23 Apr 2008 05:24:59 +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 <0JZR00601IW7YF00@mail-apac.sun.com>
 (original mail from Pradhap.Devarajan@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Wed,
 23 Apr 2008 13:23:57 +0800 (SGT)
Received: from [129.158.226.208] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JZR00BSLIZTRF0E@mail-apac.sun.com>; Wed,
 23 Apr 2008 13:23:57 +0800 (SGT)
Date: Wed, 23 Apr 2008 10:54:35 +0530
From: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <200804222202.m3MM2upa021605@marduk.eng.sun.com>
Sender: Pradhap.Devarajan@sun.com
To: Gary Winiger <gww@eng.sun.com>
Cc: Daniel.Hain@sun.com, psarc-ext@sun.com
Reply-to: Pradhap.Devarajan@sun.com
Message-id: <480EC813.6080009@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: <200804222202.m3MM2upa021605@marduk.eng.sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080228)
Status: RO
Content-Length: 1022

Hi Gary,
    Author has given permission for re-distributing the documentation 
and he also updated that pdf's are under GPL license.

thanks,
Pradhap.D

Gary Winiger wrote:
>>>> Our manpages should certainly include these URLs.  It'd be nice if we
>>>> could also include a copy in /usr/share/doc/librsync/, but you'd need to
>>>> make sure that we can actually deliver those docs (i.e., that their
>>>> copyright license allows it or that we get permission from the author).
>>>>         
>> The project team is contacting the author of the documents to determine 
>> whether we can deliver them as part of the package.  If we are permitted 
>> to use them, we will ship them as part of the package.  The 1-Pager will 
>> be updated to reflect the new deliverables and the man pages will be 
>> rev'd to identify the local path.
>>     
>
> 	Has the permission to use the documentation been resolved?
> 	If not, the question is how will librsync and its remotely
> 	hosted documentation be kept in sync?
>
> Gary..
>   

From Daniel.Hain@Sun.COM Wed Apr 23 10:09:21 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 m3NH9K3V011690
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 23 Apr 2008 10:09:21 -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 m3NH93bS017971
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 24 Apr 2008 01:09:19 +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 <0JZS00D3JFNFVE00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Wed, 23 Apr 2008 10:09:15 -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 <0JZS005X4FNFLF90@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Wed,
 23 Apr 2008 10:09:15 -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 m3NH9FFX003497	for
 <PSARC-ext@Sun.Com>; Wed, 23 Apr 2008 10:09:15 -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 <0JZS00901FHCHB00@fe-sfbay-10.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Wed,
 23 Apr 2008 10:09:15 -0700 (PDT)
Received: from dhcp-usan09-88-152.West.Sun.COM ([129.153.88.152])
 by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JZS0085RFNEKQB0@fe-sfbay-10.sun.com> for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Wed, 23 Apr 2008 10:09:14 -0700 (PDT)
Date: Wed, 23 Apr 2008 10:09:11 -0700
From: Dan Hain <Daniel.Hain@Sun.COM>
Subject: Re: PSARC/2008/245   Integrate librsync library into Solaris
In-reply-to: <47FC2381.9070202@sun.com>
Sender: Daniel.Hain@Sun.COM
To: PSARC-ext@Sun.COM
Cc: Pradhap.Devarajan@Sun.COM
Message-id: <480F6D37.9080807@sun.com>
Organization: Solaris Revenue Product Engineering
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: <47FC2381.9070202@sun.com>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Status: RO
Content-Length: 3905

This was approved at today's meeting.

- Dan

Daniel Hain wrote:
> I'm submitting this fast-track for Pradhap Devarajan.  The timer is 
> set for
> April 15th, 2008.
>
> Dan
>
>
> Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
> Copyright 2007 Sun Microsystems
>
> 1. Introduction
>   1.1. Project/Component Working Name:
>
>        Integrate librsync library into Solaris
>
>   1.2. Name of Document Author/Supplier:
>
>        Pradhap Devarajan
>
>   1.3. Date of This Document:
>        03/20/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:
>                PSARC
>        1.4.3. The Director/VP who is "Sponsoring" this project:
>                Chris.Armes@sun.com
>        1.4.4. The name of your business unit:
>                Solaris Revenue Product Engineering
>
>   1.5. Email Aliases:
>        1.5.1. Responsible Manager: joe.g@sun.com
>        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
>        1.5.4. Interest List:
>
> 2. Project Summary
>   2.1. Project Description:
>  
>   librsync is a free software library that implements the rsync 
> remote-delta algorithm.
>  
>
> 4. Technical Description:
>
>        Summary:
>        This project integrates librsync-0.9.7 into Solaris
>        This project requests a micro binding.
>
>    4.1. Details:
>              librsync is a free software library that implements the 
> rsync remote-delta algorithm.
>        This algorithm allows efficient remote updates of a file, 
> without requiring the old
>        and new versions to both be present at the sending end. The 
> library uses a "streaming"
>        design similar to that of zlib with the aim of allowing it to 
> be embedded into many
>        different applications.
>
>        librsync has been developed by Martin Pool <mbp@samba.org> with 
> Andrew Tridgell <tridge@samba.org>
>
>    4.5. Interfaces:
>
>        Standard C Library Functions
>        Socket Library Functions
>
>      4.6. Doc Impact:
>
>        New man page: rdiff.1 librsync.3 (see case directory)
>
>      4.11. Security Impact:
>              None.
>
>    4.12 Deliverables:
>
>        SPARC:-
>        -------
>        usr/bin/rdiff
>        usr/include/librsync.h
>        usr/include/librsync-config.h
>        usr/lib/librsync.so
>        usr/lib/librsync.so.1
>        usr/lib/librsync.so.1.0.2
>        usr/bin/sparcv9/rdiff
>        usr/lib/sparcv9/librsync.so
>        usr/lib/sparcv9/librsync.so.1
>        usr/lib/sparcv9/librsync.so.1.0.2
>                    i386:-
>        -------
>        usr/bin/rdiff
>        usr/include/librsync.h
>        usr/include/librsync-config.h
>        usr/lib/librsync.so
>        usr/lib/librsync.so.1
>        usr/lib/librsync.so.1.0.2
>        usr/bin/amd64/rdiff
>        usr/lib/amd64/librsync.so
>        usr/lib/amd64/librsync.so.1
>        usr/lib/amd64/librsync.so.1.0.2
>
>
> 5. References:
>   http://librsync.sourceforge.net/
>
> 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
>
>


-- 
Dan Hain 
Solaris Revenue Product Engineering (RPE)


