Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Import new openssh to address



details:   https://anonhg.NetBSD.org/src/rev/127bef01d6ff
branches:  trunk
changeset: 791209:127bef01d6ff
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 08 17:58:10 2013 +0000

description:
Import new openssh to address

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

Checksums:
==========

 - SHA1 (openssh-6.4.tar.gz) = 4caf1a50eb3a3da821c16298c4aaa576fe24210c
 - SHA1 (openssh-6.4p1.tar.gz) = cf5fe0eb118d7e4f9296fbc5d6884965885fc55d

Reporting Bugs:
===============

- Please read http://www.openssh.com/report.html
  Security bugs should be reported directly to openssh%openssh.com@localhost

OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt,
Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and
Ben Lindstrom.

diffstat:

 crypto/external/bsd/openssh/dist/sandbox-systrace.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4e35746f7474 -r 127bef01d6ff crypto/external/bsd/openssh/dist/sandbox-systrace.c
--- a/crypto/external/bsd/openssh/dist/sandbox-systrace.c       Fri Nov 08 17:46:35 2013 +0000
+++ b/crypto/external/bsd/openssh/dist/sandbox-systrace.c       Fri Nov 08 17:58:10 2013 +0000
@@ -1,4 +1,4 @@
-/* $OpenBSD: sandbox-systrace.c,v 1.6 2012/06/30 14:35:09 markus Exp $ */
+/* $OpenBSD: sandbox-systrace.c,v 1.7 2013/06/01 13:15:52 dtucker Exp $ */
 /*
  * Copyright (c) 2011 Damien Miller <djm%mindrot.org@localhost>
  *
@@ -53,6 +53,7 @@
        { SYS_exit, SYSTR_POLICY_PERMIT },
        { SYS_getpid, SYSTR_POLICY_PERMIT },
        { SYS_gettimeofday, SYSTR_POLICY_PERMIT },
+       { SYS_clock_gettime, SYSTR_POLICY_PERMIT },
        { SYS_madvise, SYSTR_POLICY_PERMIT },
        { SYS_mmap, SYSTR_POLICY_PERMIT },
        { SYS_mprotect, SYSTR_POLICY_PERMIT },



Home | Main Index | Thread Index | Old Index