./security/openssh, Open Source Secure shell client and server (remote login program)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q1, Version: 5.8.2nb2, Package name: openssh-5.8.2nb2, Maintainer: pkgsrc-users

OpenSSH 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 [+/-]
MESSAGE.pam [+/-]
MESSAGE.urandom [+/-]

Required to build:
[lang/perl5]

Master sites: (Expand)

SHA1: 64798328d310e4f06c9f01228107520adbc8b3e5
RMD160: f70cdb10983c389b1d6e52da522b9ff8256f1aff
Filesize: 1089.331 KB

Version history: (Expand)


CVS history: (Expand)


   2011-05-20 09:53:58 by Matthias Scheler | Files touched by this commit (2) | Package updated
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) | Package updated
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.