Subject: CVS commit: pkgsrc/devel/rpc2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/20/2002 22:28:02
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jun 20 19:28:01 UTC 2002

Modified Files:
	pkgsrc/devel/rpc2: Makefile PLIST distinfo
	pkgsrc/devel/rpc2/patches: patch-aa

Log Message:
Update devel/rpc2 to version 1.13.  Changes from version 1.10 include:

* Fixed crash when an expired connection receives a NAK.
* Increased lower bound on retransmission time to 300ms.
* Removed Linux specific optimization in processing time calculation which
  made RPC2 clients assume a server can respond faster than it actually does.
* Fixed the very infrequent SFTP_SendResponse crash again, hopefully for real
  this time.
* A non-masqueraded rpc2 client wouldn't send out it's SFTP packets through
  the rpc2 socket when talkin to a masqueraded rpc2-server. This broke
  backfetches through a firewall.
* Added delayed acks, when an RPC2 operation on the server is taking more than
  200ms, an unsolicited RPC2_BUSY is sent back to the client to avoid
  unnecessary retransmissions of the request.
* Stricter prototyping for callback functions.
* Fixed the very infrequent SFTP_SendResponse crash.
* Keeping track of current fd offset in sftp to allow non-multirpc transfers
  from/to a non-seekable fd (eg. stdout).


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/rpc2/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/rpc2/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/rpc2/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/rpc2/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.