diff options
author | taca <taca@pkgsrc.org> | 2011-05-15 04:17:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-05-15 04:17:15 +0000 |
commit | 1b2a4deaa76aa35f4108a7c0683bf2ba0be950dd (patch) | |
tree | e16f38d0ec802e403e6fef7565c9e0380bcd7620 /security/openssh | |
parent | 99d0d9687cfc22fb1584593544a8a382c84e3dd9 (diff) | |
download | pkgsrc-1b2a4deaa76aa35f4108a7c0683bf2ba0be950dd.tar.gz |
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.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 6 | ||||
-rw-r--r-- | security/openssh/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9dc9cab7616..83c67aad91a 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -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/ \ diff --git a/security/openssh/distinfo b/security/openssh/distinfo index 9b3c2781252..bf0a59624fa 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -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 |