summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-ssh.c
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-12-05 09:52:53 +0000
committertron <tron@pkgsrc.org>2013-12-05 09:52:53 +0000
commit23b1be850be6992f198b1c26207a578d638ea90c (patch)
tree0993bdd99b289b77e6ea1fec6e951253c052b28f /security/openssh/patches/patch-ssh.c
parentb8bfeb951919e9e7308d12c31febeb1c64613fa3 (diff)
downloadpkgsrc-23b1be850be6992f198b1c26207a578d638ea90c.tar.gz
Pullup ticket #4262 - requested by taca
security/openssh: security update Revisions pulled up: - security/openssh/Makefile 1.214 - security/openssh/distinfo 1.85 - security/openssh/options.mk 1.26 - security/openssh/patches/patch-Makefile.in 1.2 - security/openssh/patches/patch-auth.c 1.2 - security/openssh/patches/patch-auth1.c 1.2 - security/openssh/patches/patch-auth2.c 1.2 - security/openssh/patches/patch-config.h.in 1.2 - security/openssh/patches/patch-configure 1.2 - security/openssh/patches/patch-configure.ac 1.2 - security/openssh/patches/patch-includes.h 1.2 - security/openssh/patches/patch-scp.c 1.2 - security/openssh/patches/patch-session.c 1.2 - security/openssh/patches/patch-sftp-common.c 1.1 - security/openssh/patches/patch-ssh.c 1.2 - security/openssh/patches/patch-sshd.c 1.2 - security/openssh/patches/patch-uidswap.c 1.2 --- Module Name: pkgsrc Committed By: taca Date: Sun Dec 1 06:11:41 UTC 2013 Modified Files: pkgsrc/security/openssh: Makefile distinfo options.mk pkgsrc/security/openssh/patches: patch-Makefile.in patch-auth.c patch-auth1.c patch-auth2.c patch-config.h.in patch-configure patch-configure.ac patch-includes.h patch-scp.c patch-session.c patch-ssh.c patch-sshd.c patch-uidswap.c Added Files: pkgsrc/security/openssh/patches: patch-sftp-common.c Log Message: Update openssh to 6.4.1 (OpenSSH 6.4p1). Changes since OpenSSH 6.3 ========================= This release fixes a security bug: * sshd(8): fix a memory corruption problem triggered during rekeying when an AES-GCM cipher is selected. Full details of the vulnerability are available at: http://www.openssh.com/txt/gcmrekey.adv Changes since OpenSSH 6.2 is too many to write here, please refer the release note: http://www.openssh.com/txt/release-6.3.
Diffstat (limited to 'security/openssh/patches/patch-ssh.c')
-rw-r--r--security/openssh/patches/patch-ssh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/patches/patch-ssh.c b/security/openssh/patches/patch-ssh.c
index c2f54eae7a9..ccef3f912b0 100644
--- a/security/openssh/patches/patch-ssh.c
+++ b/security/openssh/patches/patch-ssh.c
@@ -1,10 +1,10 @@
-$NetBSD: patch-ssh.c,v 1.1 2013/05/01 19:58:26 imil Exp $
+$NetBSD: patch-ssh.c,v 1.1.4.1 2013/12/05 09:52:53 tron Exp $
Interix support
---- ssh.c.orig 2012-07-06 03:45:01.000000000 +0000
+--- ssh.c.orig 2013-07-25 01:55:53.000000000 +0000
+++ ssh.c
-@@ -794,7 +794,7 @@ main(int ac, char **av)
+@@ -820,7 +820,7 @@ main(int ac, char **av)
if (ssh_connect(host, &hostaddr, options.port,
options.address_family, options.connection_attempts, &timeout_ms,
options.tcp_keep_alive,