Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
snj 655fbf8432 Update dropbear to 0.52. Build an scp binary and call it dbscp so it
doesn't conflict with openssh.

Changes since 0.50:

0.52 - Wed 12 November 2008

- Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to
  tunnel standard input/output to a TCP port-forwarded remote host.

- Add "proxy command" support to dbclient, to allow using a spawned
  process for IO rather than a direct TCP connection. eg
	  dbclient remotehost
  is equivalent to
	  dbclient -J 'nc remotehost 22' remotehost
  (the hostname is still provided purely for looking up saved host keys)

- Combine netcat-alike and proxy support to allow "multihop"
  connections, with comma-separated host syntax.  Allows running

	  dbclient user1@host1,user2@host2,user3@host3

  to end up at host3 via the other two, using SSH TCP forwarding. It's
  a bit like onion-routing. All connections are established from the
  local machine.  The comma-separated syntax can also be used for
  scp/rsync, eg

  rsync -a -e dbclient m@gateway,m2@host,martello:/home/matt/ ~/backup/

  to bounce through a few hosts.

- Add -I "idle timeout" option (contributed by Farrell Aultman)

- Allow restrictions on authorized_keys logins such as restricting
  commands to be run etc. This is a subset of those allowed by OpenSSH,
  doesn't yet allow restricting source host.

- Use vfork() for scp on uClinux

- Default to PATH=/usr/bin:/bin for shells.

- Report errors if -R forwarding fails

- Add counter mode cipher support, which avoids some security problems
  with the standard CBC mode.

- Support zlib@openssh.com delayed compression for client/server. It
  can be required for the Dropbear server with the '-Z' option. This
  is useful for security as it avoids exposing the server to attacks
  on zlib by unauthenticated remote users, though requires client side
  support.

- options.h has been split into options.h (user-changable) and
  sysoptions.h (less commonly changed)

- Support "dbclient -s sftp" to specify a subsystem

- Fix a bug in replies to channel requests that could be triggered by
  recent versions of PuTTY

0.51 - Thu 27 March 2008

- Make a copy of password fields rather erroneously relying on getwpnam()
  to be safe to call multiple times

- If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is
  as well) always use that program, ignoring isatty() and $DISPLAY

- Wait until a process exits before the server closes a connection, so
  that an exit code can be sent. This fixes problems with exit codes not
  being returned, which could cause scp to fail.
2009-08-26 21:10:11 +00:00
archivers bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
audio bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
benchmarks bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
biology Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
bootstrap Add /usr/bsd to $overpath for IRIX as per PR 38802. I'm going to leave 2009-08-01 20:19:37 +00:00
cad bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
chat bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
comms bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
converters bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
cross Remove BROKEN_IN variable. It was no maintained, and there was no 2009-08-25 12:32:54 +00:00
databases bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
devel Correct LICENSE, per PR 41943. 2009-08-26 20:37:00 +00:00
distfiles
doc + bochs-2.4.1, covered-0.7.6, covered-current-20090802, f-spot-0.6.1.1, 2009-08-26 21:09:24 +00:00
editors bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
emulators bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
filesystems bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
finance bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
fonts bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
games bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
geography bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
graphics Updating package graphics/ImageMagick from 6.5.3.2nb1 to 6.5.5.3 2009-08-26 21:06:46 +00:00
ham bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
inputmethod bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
lang bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
licenses Add mpl-1.0 (Mozilla Public License), and allow it by default. 2009-07-26 09:18:29 +00:00
mail bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
math bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
mbone Fix destdir installation 2009-08-18 15:57:59 +00:00
meta-pkgs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
misc bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
mk Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
multimedia bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
net bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
news bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
packages
parallel Fix installed manual pages to correctly refer to SGE rather than GE. 2009-08-19 09:56:22 +00:00
pkgtools bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
print bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
regress Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
security Update dropbear to 0.52. Build an scp binary and call it dbscp so it 2009-08-26 21:10:11 +00:00
shells remove ftp.gw.com from master_sites. service suspended. 2009-08-15 23:43:26 +00:00
sysutils One HOMEPAGE should be plenty. 2009-08-26 20:22:49 +00:00
templates audit-packages is now in pkg_install on pkgsrc HEAD and stable so update 2008-12-10 22:06:48 +00:00
textproc bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
time bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
wm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
www Fix very obvious alignment issue 2009-08-26 21:07:31 +00:00
x11 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
Makefile cleanup 2009-05-16 07:21:05 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.