From owner-svn-src-releng@freebsd.org Tue Aug 6 17:14:11 2019 Return-Path: Delivered-To: svn-src-releng@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B828C603D; Tue, 6 Aug 2019 17:14:11 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4631Sz38Mhz4FGV; Tue, 6 Aug 2019 17:14:11 +0000 (UTC) (envelope-from gordon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DE592F2F2; Tue, 6 Aug 2019 17:14:11 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x76HEBYu044048; Tue, 6 Aug 2019 17:14:11 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x76HEAen044043; Tue, 6 Aug 2019 17:14:10 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201908061714.x76HEAen044043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Tue, 6 Aug 2019 17:14:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r350649 - in releng: 11.2 11.2/sys/conf 11.3 11.3/sys/conf 12.0 12.0/sys/conf X-SVN-Group: releng X-SVN-Commit-Author: gordon X-SVN-Commit-Paths: in releng: 11.2 11.2/sys/conf 11.3 11.3/sys/conf 12.0 12.0/sys/conf X-SVN-Commit-Revision: 350649 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2019 17:14:11 -0000 Author: gordon Date: Tue Aug 6 17:14:09 2019 New Revision: 350649 URL: https://svnweb.freebsd.org/changeset/base/350649 Log: Bump version information and add UPDATING entries. Approved by: so Modified: releng/11.2/UPDATING releng/11.2/sys/conf/newvers.sh releng/11.3/UPDATING releng/11.3/sys/conf/newvers.sh releng/12.0/UPDATING releng/12.0/sys/conf/newvers.sh Modified: releng/11.2/UPDATING ============================================================================== --- releng/11.2/UPDATING Tue Aug 6 17:13:41 2019 (r350648) +++ releng/11.2/UPDATING Tue Aug 6 17:14:09 2019 (r350649) @@ -16,6 +16,24 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20190806 p13 FreeBSD-EN-19:15.libunwind + FreeBSD-SA-19:18.bzip2 + FreeBSD-SA-19:19.mldv2 + FreeBSD-SA-19:20.bsnmp + FreeBSD-SA-19:21.bhyve + + Fix incorrect exception handling. [EN-19:15.libunwind] + + Fix multiple vulnerabilities in bzip2. [SA-19:18.bzip2] + + Fix ICMPv6 / MLDv2 out-of-bounds memory access. [SA-19:19.mldv2] + + Fix insufficient message length validation in bsnmp library. + [SA-19:20.bsnmp] + + Fix insufficient validation of guest-supplied data (e1000 device). + [SA-19:21.bhyve] + 20190724 p12 FreeBSD-EN-19:13.mds FreeBSD-SA-19:12.telnet FreeBSD-SA-19:13.pts Modified: releng/11.2/sys/conf/newvers.sh ============================================================================== --- releng/11.2/sys/conf/newvers.sh Tue Aug 6 17:13:41 2019 (r350648) +++ releng/11.2/sys/conf/newvers.sh Tue Aug 6 17:14:09 2019 (r350649) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/11.3/UPDATING ============================================================================== --- releng/11.3/UPDATING Tue Aug 6 17:13:41 2019 (r350648) +++ releng/11.3/UPDATING Tue Aug 6 17:14:09 2019 (r350649) @@ -16,6 +16,21 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20190806 p2 FreeBSD-SA-19:18.bzip2 + FreeBSD-SA-19:19.mldv2 + FreeBSD-SA-19:20.bsnmp + FreeBSD-SA-19:21.bhyve + + Fix multiple vulnerabilities in bzip2. [SA-19:18.bzip2] + + Fix ICMPv6 / MLDv2 out-of-bounds memory access. [SA-19:19.mldv2] + + Fix insufficient message length validation in bsnmp library. + [SA-19:20.bsnmp] + + Fix insufficient validation of guest-supplied data (e1000 device). + [SA-19:21.bhyve] + 20190724 p1 FreeBSD-EN-19:13.mds FreeBSD-SA-19:12.telnet FreeBSD-SA-19:13.pts Modified: releng/11.3/sys/conf/newvers.sh ============================================================================== --- releng/11.3/sys/conf/newvers.sh Tue Aug 6 17:13:41 2019 (r350648) +++ releng/11.3/sys/conf/newvers.sh Tue Aug 6 17:14:09 2019 (r350649) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.0/UPDATING ============================================================================== --- releng/12.0/UPDATING Tue Aug 6 17:13:41 2019 (r350648) +++ releng/12.0/UPDATING Tue Aug 6 17:14:09 2019 (r350649) @@ -16,6 +16,27 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20190806 p9 FreeBSD-EN-19:14.epoch + FreeBSD-EN-19:15.libunwind + FreeBSD-SA-19:18.bzip2 + FreeBSD-SA-19:19.mldv2 + FreeBSD-SA-19:20.bsnmp + FreeBSD-SA-19:21.bhyve + + Fix incorrect locking in epoch(9). [EN-19:14.epoch] + + Fix incorrect exception handling. [EN-19:15.libunwind] + + Fix multiple vulnerabilities in bzip2. [SA-19:18.bzip2] + + Fix ICMPv6 / MLDv2 out-of-bounds memory access. [SA-19:19.mldv2] + + Fix insufficient message length validation in bsnmp library. + [SA-19:20.bsnmp] + + Fix insufficient validation of guest-supplied data (e1000 device). + [SA-19:21.bhyve] + 20190724 p8 FreeBSD-EN-19:13.mds FreeBSD-SA-19:12.telnet FreeBSD-SA-19:13.pts Modified: releng/12.0/sys/conf/newvers.sh ============================================================================== --- releng/12.0/sys/conf/newvers.sh Tue Aug 6 17:13:41 2019 (r350648) +++ releng/12.0/sys/conf/newvers.sh Tue Aug 6 17:14:09 2019 (r350649) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="RELEASE-p8" +BRANCH="RELEASE-p9" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi