From owner-svn-ports-all@freebsd.org Sun Dec 25 14:13:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FA9CC8FC77; Sun, 25 Dec 2016 14:13:31 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED36F1296; Sun, 25 Dec 2016 14:13:30 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBPEDUdF045063; Sun, 25 Dec 2016 14:13:30 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBPEDTmD045061; Sun, 25 Dec 2016 14:13:29 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201612251413.uBPEDTmD045061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sun, 25 Dec 2016 14:13:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429428 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 14:13:31 -0000 Author: vsevolod Date: Sun Dec 25 14:13:29 2016 New Revision: 429428 URL: https://svnweb.freebsd.org/changeset/ports/429428 Log: - Document CVE-2016-9963 for exim Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 25 14:02:30 2016 (r429427) +++ head/security/vuxml/vuln.xml Sun Dec 25 14:13:29 2016 (r429428) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + exim -- DKIM private key leak + + + exim + 4.69 + 4.87.1 + + + + +

The Exim project reports:

+
+

Exim leaks the private DKIM signing key to the log files. + Additionally, if the build option EXPERIMENTAL_DSN_INFO=yes is used, + the key material is included in the bounce message.

+
+ +
+ + https://exim.org/static/doc/CVE-2016-9963.txt + CVE-2016-9963 + + + 2016-12-15 + 2016-12-25 + +
+ openssh -- multiple vulnerabilities