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.
This commit is contained in:
parent
cbcbb09acb
commit
b834a6808d
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.199 2011/02/16 17:45:08 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.200 2011/05/15 04:17:15 taca Exp $
|
||||
|
||||
DISTNAME= openssh-5.8p1
|
||||
PKGNAME= openssh-5.8.1
|
||||
DISTNAME= openssh-5.8p2
|
||||
PKGNAME= openssh-5.8.2
|
||||
SVR4_PKGNAME= ossh
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.79 2011/02/16 17:45:08 taca Exp $
|
||||
$NetBSD: distinfo,v 1.80 2011/05/15 04:17:15 taca Exp $
|
||||
|
||||
SHA1 (openssh-5.8p1-hpn13v11.diff.gz) = ea61ab71605ee867eebc1a92875a3ea5369e2d28
|
||||
RMD160 (openssh-5.8p1-hpn13v11.diff.gz) = 45fbb8e2db2f829f2749cd745ed6a0542adb1c45
|
||||
Size (openssh-5.8p1-hpn13v11.diff.gz) = 22993 bytes
|
||||
SHA1 (openssh-5.8p1.tar.gz) = adebb2faa9aba2a3a3c8b401b2b19677ab53f0de
|
||||
RMD160 (openssh-5.8p1.tar.gz) = c3903b1cf99553a8fc8d762d52c0f28db830edd0
|
||||
Size (openssh-5.8p1.tar.gz) = 1113798 bytes
|
||||
SHA1 (openssh-5.8p2.tar.gz) = 64798328d310e4f06c9f01228107520adbc8b3e5
|
||||
RMD160 (openssh-5.8p2.tar.gz) = f70cdb10983c389b1d6e52da522b9ff8256f1aff
|
||||
Size (openssh-5.8p2.tar.gz) = 1115475 bytes
|
||||
SHA1 (patch-aa) = 59a39e53367983145e11150018a7f6f185df7bd5
|
||||
SHA1 (patch-ab) = 45ae7e91a00fc6d3fdb6cd6b91950d7aae58a55f
|
||||
SHA1 (patch-ac) = 7cd1129633649327f4f44cecc10b617c5cd34ec3
|
||||
|
|
Loading…
Reference in a new issue