Path to this page:
./
security/openssh,
Open Source Secure shell client and server (remote login program)
Branch: pkgsrc-2016Q1,
Version: 7.2.2nb1,
Package name: openssh-7.2.2nb1,
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
===========================================================================
Master sites: (Expand)
SHA1: 70e35d7d6386fe08abbd823b3a12a3ca44ac6d38
RMD160: d18d73719ceeefa5116b5b741124f3604d7ddb99
Filesize: 1464.656 KB
Version history: (Expand)
- (2016-06-11) Updated to version: openssh-7.2.2nb1
- (2016-04-07) Package added to pkgsrc.se, version openssh-7.2.2 (created)
CVS history: (Expand)
2016-06-11 11:53:06 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #5041 - requested by taca
security/openssh: security patch
Revisions pulled up:
- security/openssh/Makefile 1.244
- security/openssh/distinfo 1.101
- security/openssh/patches/patch-session.c 1.6
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Mon Jun 6 08:55:35 UTC 2016
Modified Files:
pkgsrc/security/openssh: Makefile distinfo
pkgsrc/security/openssh/patches: patch-session.c
Log message:
Add fix for CVE-2015-8325 from upstream.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pkgsrc/security/openssh/Makefile
cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/openssh/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/openssh/patches/patch-session.c
|