From owner-svn-ports-head@freebsd.org Fri Oct 16 07:44:57 2015 Return-Path: Delivered-To: svn-ports-head@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 77548A16DD7; Fri, 16 Oct 2015 07:44:57 +0000 (UTC) (envelope-from peter@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 3F5ACB8F; Fri, 16 Oct 2015 07:44:57 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9G7iudF031208; Fri, 16 Oct 2015 07:44:56 GMT (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9G7iu9v031206; Fri, 16 Oct 2015 07:44:56 GMT (envelope-from peter@FreeBSD.org) Message-Id: <201510160744.t9G7iu9v031206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: peter set sender to peter@FreeBSD.org using -f From: Peter Wemm Date: Fri, 16 Oct 2015 07:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399428 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 07:44:57 -0000 Author: peter (src committer) Date: Fri Oct 16 07:44:55 2015 New Revision: 399428 URL: https://svnweb.freebsd.org/changeset/ports/399428 Log: Fix the vuxml build caused by a multitude of errors in r399425 (libressl). Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 16 07:25:39 2015 (r399427) +++ head/security/vuxml/vuln.xml Fri Oct 16 07:44:55 2015 (r399428) @@ -71,19 +71,20 @@ Notes:

Qualys reports:

During the code review of OpenSMTPD a memory leak and buffer overflow - (an off-by-one, usually stack-based) were discovered in LibreSSL's - OBJ_obj2txt() function. This function is called automatically during - a TLS handshake (both client-side, unless an anonymous mode is used, - and server-side, if client authentication is requested).

+ (an off-by-one, usually stack-based) were discovered in LibreSSL's + OBJ_obj2txt() function. This function is called automatically during + a TLS handshake (both client-side, unless an anonymous mode is used, + and server-side, if client authentication is requested).

+
- http://marc.info/?l=openbsd-announce&m=144495690528446 + http://marc.info/?l=openbsd-announce&m=144495690528446 CVE-2015-5333 CVE-2015-5334 - 2015-10-15/discovery> + 2015-10-15 2015-10-16