Path to this page:
./
security/openssh,
Open Source Secure shell client and server (remote login program)
Branch: pkgsrc-2011Q1,
Version: 5.8.2nb2,
Package name: openssh-5.8.2nb2,
Maintainer: pkgsrc-usersOpenSSH is based on the last free version of Tatu Ylonen's SSH with
all patent-encumbered algorithms removed (to external libraries), all
known security bugs fixed, new features reintroduced and many other
clean-ups. More information about SSH itself can be found in the file
README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song.
This port consists of the re-introduction of autoconf support, PAM
support (for Linux and Solaris), EGD[1] support, SOCKS support (using
the Dante [6] libraries and replacements for OpenBSD library functions
that are (regrettably) absent from other unices. This port has been
best tested on Linux, Solaris, HPUX, NetBSD and Irix. Support for AIX,
SCO, NeXT and other Unices is underway. This version actively tracks
changes in the OpenBSD CVS repository.
MESSAGE.Interix [+/-]===========================================================================
$NetBSD: MESSAGE.Interix,v 1.1 2005/03/07 23:29:49 tv Exp $
OpenSSH on Interix has some important caveats:
* Hostname resolution uses the BIND resolver library rather than Windows
native lookup services. This requires that /etc/resolv.conf be set up
properly with a "nameserver" line; see resolv.conf(5). In most
installations, this was generated automatically when Services for UNIX
was installed (based on the name server in use at that time).
* Currently, UsePrivilegeSeparation does not work properly, so it defaults
to "no" on Interix.
* Network drives and encrypted local files may not be accessible after
logging in through sshd thanks to the way the Windows security API works.
A workaround is to "exec su USERNAME" after logging in, which will use
the password to create a proper Windows access credential key.
===========================================================================
MESSAGE.pam [+/-]===========================================================================
$NetBSD: MESSAGE.pam,v 1.3 2003/10/08 18:54:42 reed Exp $
To authenticate for SSH using PAM, add the contents of the file:
${EGDIR}/sshd.pam
to your PAM configuration file (or PAM configuration directory).
===========================================================================
MESSAGE.urandom [+/-]===========================================================================
$NetBSD: MESSAGE.urandom,v 1.1 2002/02/05 04:17:31 jlam Exp $
You will need a working /dev/urandom. Please make sure you have a kernel
compiled from a config file containing the line:
pseudo-device rnd
===========================================================================
Required to build:[
lang/perl5]
Master sites: (Expand)
SHA1: 64798328d310e4f06c9f01228107520adbc8b3e5
RMD160: f70cdb10983c389b1d6e52da522b9ff8256f1aff
Filesize: 1089.331 KB
Version history: (Expand)
- (2011-05-20) Updated to version: openssh-5.8.2nb2
- (2011-05-17) Updated to version: openssh-5.8.2
- (2011-04-04) Package added to pkgsrc.se, version openssh-5.8.1 (created)
CVS history: (Expand)
2011-05-20 09:53:58 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3431 - requested by taca
security/openssh: bug fix update
Revisions pulled up:
- security/openssh/Makefile 1.201-1.202
- security/openssh/files/sshd.sh 1.12-1.13
---
Module Name: pkgsrc
Committed By: taca
Date: Mon May 16 05:06:49 UTC 2011
Modified Files:
pkgsrc/security/openssh: Makefile
pkgsrc/security/openssh/files: sshd.sh
Log message:
Maintenance of openssh pacakge:
1. Add support for check and create ECDSA host key for SSH protocol
version 2.
2. Disable use of strnvis(3) on NetBSD. NetBSD current after 2011/03/12
has strnvis(3), but it has different argument from OpenBSD (and other
system).
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue May 17 03:26:52 UTC 2011
Modified Files:
pkgsrc/security/openssh: Makefile
pkgsrc/security/openssh/files: sshd.sh
Log message:
Don't always try to create ecdsa key which depends on OpenSSL's version.
Bump PKGREVISION.
|
2011-05-15 11:33:30 by Steven Drake | Files touched by this commit (2) | |
Log message:
Pullup ticket #3430 - requested by taca
security/openssh security update
Revisions pulled up:
- security/openssh/Makefile 1.200
- security/openssh/distinfo 1.80
---
Module Name: pkgsrc
Committed By: taca
Date: Sun May 15 04:17:15 UTC 2011
Modified Files:
pkgsrc/security/openssh: Makefile distinfo
Log message:
Update openssh package to 5.8.2 (5.8p2).
20110403
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Prepare for 5.8p2 release.
- (djm) [version.h] crank version
- Release 5.8p2
20110329
- (djm) [entropy.c] closefrom() before running ssh-rand-helper; leftover fds
noticed by tmraz AT redhat.com
20110221
- (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the
Cygwin-specific service installer script ssh-host-config. The actual
functionality is the same, the revisited version is just more
exact when it comes to check for problems which disallow to run
certain aspects of the script. So, part of this script and the also
rearranged service helper script library "csih" is to check if all
the tools required to run the script are available on the system.
The new script also is more thorough to inform the user why the
script failed. Patch from vinschen at redhat com.
20110206
- (dtucker) [openbsd-compat/port-linux.c] Bug #1851: fix syntax error in
selinux code. Patch from Leonardo Chiquitto
- (dtucker) [contrib/cygwin/ssh-{host,user}-config] Add ECDSA key
generation and simplify. Patch from Corinna Vinschen.
|