pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openssh
Module Name: pkgsrc
Committed By: taca
Date: Thu Jul 9 16:14:24 UTC 2015
Modified Files:
pkgsrc/security/openssh: Makefile distinfo options.mk
pkgsrc/security/openssh/patches: patch-Makefile.in patch-auth-passwd.c
patch-auth-rhosts.c patch-auth.c patch-auth1.c patch-auth2.c
patch-channels.c patch-clientloop.c patch-config.h.in
patch-configure.ac patch-defines.h patch-includes.h
patch-openbsd-compat_openbsd-compat.h
patch-openbsd-compat_port-tun.c patch-platform.c patch-scp.c
patch-session.c patch-ssh.c patch-sshd.c patch-sshpty.c
Added Files:
pkgsrc/security/openssh/patches: patch-sshd.8
Removed Files:
pkgsrc/security/openssh/patches: patch-compat.c patch-configure
patch-sshconnect.c
Log Message:
Update openssh to 6.9.1 (OpenSSH 6.9p1) which contains security fix.
pkgsrc change:
* tcp_wrappers support was removed from release 6.7, but add it refering
FreeBSD's ports.
* hpn-patch is also based on FreeBSD's ports.
Security
--------
* ssh(1): when forwarding X11 connections with ForwardX11Trusted=no,
connections made after ForwardX11Timeout expired could be permitted
and no longer subject to XSECURITY restrictions because of an
ineffective timeout check in ssh(1) coupled with "fail open"
behaviour in the X11 server when clients attempted connections with
expired credentials. This problem was reported by Jann Horn.
* ssh-agent(1): fix weakness of agent locking (ssh-add -x) to
password guessing by implementing an increasing failure delay,
storing a salted hash of the password rather than the password
itself and using a timing-safe comparison function for verifying
unlock attempts. This problem was reported by Ryan Castellucci.
For more information, please refer release announce.
http://www.openssh.com/txt/release-6.9
http://www.openssh.com/txt/release-6.8
http://www.openssh.com/txt/release-6.7
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 pkgsrc/security/openssh/Makefile
cvs rdiff -u -r1.91 -r1.92 pkgsrc/security/openssh/distinfo
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/openssh/options.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/openssh/patches/patch-Makefile.in \
pkgsrc/security/openssh/patches/patch-auth2.c \
pkgsrc/security/openssh/patches/patch-config.h.in \
pkgsrc/security/openssh/patches/patch-configure.ac \
pkgsrc/security/openssh/patches/patch-platform.c \
pkgsrc/security/openssh/patches/patch-session.c \
pkgsrc/security/openssh/patches/patch-ssh.c \
pkgsrc/security/openssh/patches/patch-sshd.c
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/openssh/patches/patch-auth-passwd.c \
pkgsrc/security/openssh/patches/patch-auth-rhosts.c \
pkgsrc/security/openssh/patches/patch-channels.c \
pkgsrc/security/openssh/patches/patch-clientloop.c \
pkgsrc/security/openssh/patches/patch-openbsd-compat_port-tun.c \
pkgsrc/security/openssh/patches/patch-sshpty.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/openssh/patches/patch-auth.c \
pkgsrc/security/openssh/patches/patch-auth1.c \
pkgsrc/security/openssh/patches/patch-defines.h \
pkgsrc/security/openssh/patches/patch-includes.h \
pkgsrc/security/openssh/patches/patch-openbsd-compat_openbsd-compat.h \
pkgsrc/security/openssh/patches/patch-scp.c
cvs rdiff -u -r1.1 -r0 pkgsrc/security/openssh/patches/patch-compat.c \
pkgsrc/security/openssh/patches/patch-sshconnect.c
cvs rdiff -u -r1.3 -r0 pkgsrc/security/openssh/patches/patch-configure
cvs rdiff -u -r0 -r1.1 pkgsrc/security/openssh/patches/patch-sshd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index