Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 67217a21ce Update openssh package to 4.7.1 (4.7p1).
Changes since OpenSSH 4.6:
============================

Security bugs resolved in this release:

 * Prevent ssh(1) from using a trusted X11 cookie if creation of an
   untrusted cookie fails; found and fixed by Jan Pechanec.

Other changes, new functionality and fixes in this release:

 * sshd(8) in new installations defaults to SSH Protocol 2 only.
   Existing installations are unchanged.

 * The SSH channel window size has been increased, and both ssh(1)
   sshd(8) now send window updates more aggressively. These improves
   performance on high-BDP (Bandwidth Delay Product) networks.

 * ssh(1) and sshd(8) now preserve MAC contexts between packets, which
   saves 2 hash calls per packet and results in 12-16% speedup for
   arcfour256/hmac-md5.

 * A new MAC algorithm has been added, UMAC-64 (RFC4418) as
   "umac-64@openssh.com". UMAC-64 has been measured to be
   approximately 20% faster than HMAC-MD5.

 * A -K flag was added to ssh(1) to set GSSAPIAuthentication=Yes

 * Failure to establish a ssh(1) TunnelForward is now treated as a
   fatal error when the ExitOnForwardFailure option is set.

 * ssh(1) returns a sensible exit status if the control master goes
   away without passing the full exit status. (bz #1261)

 * The following bugs have been fixed in this release:

   - When using a ProxyCommand in ssh(1), set the outgoing hostname with
     gethostname(2), allowing hostbased authentication to work (bz #616)
   - Make scp(1) skip FIFOs rather than hanging (bz #856)
   - Encode non-printing characters in scp(1) filenames.
     these could cause copies to be aborted with a "protocol error"
     (bz #891)
   - Handle SIGINT in sshd(8) privilege separation child process to
     ensure that wtmp and lastlog records are correctly updated
     (bz #1196)
   - Report GSSAPI mechanism in errors, for libraries that support
     multiple mechanisms (bz #1220)
   - Improve documentation for ssh-add(1)'s -d option (bz #1224)
   - Rearrange and tidy GSSAPI code, removing server-only code being
     linked into the client. (bz #1225)
   - Delay execution of ssh(1)'s LocalCommand until after all forwadings
     have been established. (bz #1232)
   - In scp(1), do not truncate non-regular files (bz #1236)
   - Improve exit message from ControlMaster clients. (bz #1262)
   - Prevent sftp-server(8) from reading until it runs out of buffer
     space, whereupon it would exit with a fatal error. (bz #1286)

 * Portable OpenSSH bugs fixed:

   - Fix multiple inclusion of paths.h on AIX 5.1 systems. (bz #1243)
   - Implement getpeereid for Solaris using getpeerucred. Solaris
     systems will now refuse ssh-agent(1) and ssh(1) ControlMaster
     clients from different, non-root users (bz #1287)
   - Fix compilation warnings by including string.h if found. (bz #1294)
   - Remove redefinition of _res in getrrsetbyname.c for platforms that
     already define it. (bz #1299)
   - Fix spurious "chan_read_failed for istate 3" errors from sshd(8),
     a side-effect of the "hang on exit" fix introduced in 4.6p1.
     (bz #1306)
   - pam_end() was not being called if authentication failed (bz #1322)
   - Fix SELinux support when SELinux is in permissive mode. Previously
     sshd(8) was treating SELinux errors as always fatal. (bz #1325)
   - Ensure that pam_setcred(..., PAM_ESTABLISH_CRED) is called before
     pam_setcred(..., PAM_REINITIALIZE_CRED), fixing pam_dhkeys.
     (bz #1339)
   - Fix privilege separation on QNX - pre-auth only, this platform does
     not support file descriptior passing needed for post-auth privilege
     separation. (bz #1343)
2007-09-07 10:41:11 +00:00
archivers Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
audio Update xine-arts to 1.1.7nb1: add 2007-09-06 14:27:06 +00:00
benchmarks Fixed build failure on NetBSD 3.0: 2007-08-30 09:23:31 +00:00
biology Added mk/misc/category.mk, which contains the definitions that are only 2007-08-13 08:12:41 +00:00
bootstrap Add QNX configuration. From Sean Boudreau. 2007-09-06 20:13:44 +00:00
cad Allow a nicer syntax for expressing needing at least a certain version 2007-08-23 18:20:30 +00:00
chat Add "sasl" option. Not enabled by default. 2007-09-05 14:31:52 +00:00
comms Fix path to and depend on Perl. Bump revision. 2007-08-30 16:29:56 +00:00
converters Minor changes to this package: 2007-08-31 10:47:35 +00:00
cross Added mk/misc/category.mk, which contains the definitions that are only 2007-08-13 08:12:41 +00:00
crosspkgtools Added mk/misc/category.mk, which contains the definitions that are only 2007-08-13 08:12:41 +00:00
databases allow this package to build properly on Mac OS X as shared extension 2007-09-04 23:21:27 +00:00
devel Add QNX support. Don't redefine __BEGIN_DECLS and __END_DECLS if 2007-09-06 20:25:21 +00:00
distfiles
doc + fetchyahoo-2.11.2, galculator-1.3, libarchive-2.2.7, openssh-4.7p1. 2007-09-06 22:01:44 +00:00
editors Add widechar support. From L. Schmidt in PR 36895. 2007-09-05 23:05:13 +00:00
emulators Add -msse2 to the list of CFLAGS which break qemu 2007-09-04 20:05:48 +00:00
filesystems Fix typo in COMMENT. 2007-08-25 11:51:44 +00:00
finance update to 0.8.3 2007-09-05 16:42:16 +00:00
fonts Fix path to and dependency on Perl. Bump revision. 2007-09-04 19:27:18 +00:00
games +gcompris 2007-09-04 21:48:32 +00:00
geography Update to 1.3.1. 2007-08-22 12:25:32 +00:00
graphics Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
ham If we force linkage with a library, link in the pthread dependency 2007-09-04 20:20:58 +00:00
inputmethod Update to 9100, provided by Yamashiro Jun in PR 36675. 2007-08-30 20:19:45 +00:00
lang Supports DESTDIR installation. 2007-09-06 19:56:16 +00:00
licenses Add license file for tin, and make news/tin use it. 2007-09-05 21:59:41 +00:00
mail Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
math update to 5.13.0 2007-09-03 16:08:47 +00:00
mbone Added mk/misc/category.mk, which contains the definitions that are only 2007-08-13 08:12:41 +00:00
meta-pkgs As multiple people have expressed shock and wonderment at its lack, 2007-09-03 04:49:42 +00:00
misc +goffice0.5 2007-09-05 16:07:29 +00:00
mk pkg_info needs at least one package name. Fixes PR 36940. 2007-09-07 10:38:44 +00:00
multimedia Only try to build with "libXvMC" support if we use modular X.org. 2007-09-07 10:06:22 +00:00
net Fix build problem with gcc4 (on NetBSD 4/current). 2007-09-07 05:42:25 +00:00
news Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
packages
parallel Update sge to 6.0 Update 11 2007-08-15 02:03:05 +00:00
pkgtools Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
print +libpaper 2007-09-04 20:12:55 +00:00
regress Added mk/misc/category.mk, which contains the definitions that are only 2007-08-13 08:12:41 +00:00
security Update openssh package to 4.7.1 (4.7p1). 2007-09-07 10:41:11 +00:00
shells Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
sysutils Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
templates Removed a double redirection. Changed the URL on the FTP server to 2007-05-07 08:19:35 +00:00
textproc Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
time Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
wm Update ion3-devel to the latest rc version, patch provided by Philip Paeps 2007-09-06 10:22:30 +00:00
www Update squid to 2.6.16 (2.6.STABLE16). 2007-09-07 10:39:35 +00:00
x11 Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
Makefile Fix typo in comment. 2007-06-19 22:30:33 +00:00
pkglocate
README

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

Please see doc/pkgsrc.txt for information.