Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 12/27/1999 15:53:46
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Mon Dec 27 23:53:45 UTC 1999

Modified Files:
	pkgsrc/net/sftp: Makefile
	pkgsrc/net/sftp/files: md5
Added Files:
	pkgsrc/net/sftp/patches: patch-aa patch-ab

Log Message:
Update to V0.5. Changes:

        - added "dir" == "ls -l", "mget" == "get", "mput == "put"
        - filenames with spaces should work now
        - added ability to connect to a different port with -p.  -P now
          specifies remote path
        - fixed problems with multiple opens and no intermediate close
        - command line flags processed in open, so multiple opens with
          different flags will work

Uses NetBSD's libedit instead of libreadline. (Why don't we have any
documentation on that, btw?!?)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/sftp/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/sftp/files/md5
cvs rdiff -r0 -r1.1 pkgsrc/net/sftp/patches/patch-aa \
    pkgsrc/net/sftp/patches/patch-ab

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