From owner-svn-src-releng@freebsd.org Wed Aug 5 17:14:39 2020 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 3A92937C30E; Wed, 5 Aug 2020 17:14:39 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BMJC30pZ1z3c7g; Wed, 5 Aug 2020 17:14:39 +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 D990419837; Wed, 5 Aug 2020 17:14:38 +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 075HEc40000599; Wed, 5 Aug 2020 17:14:38 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 075HEbqI000591; Wed, 5 Aug 2020 17:14:37 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <202008051714.075HEbqI000591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Wed, 5 Aug 2020 17:14:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r363924 - in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf X-SVN-Group: releng X-SVN-Commit-Author: gordon X-SVN-Commit-Paths: in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf X-SVN-Commit-Revision: 363924 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.33 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: Wed, 05 Aug 2020 17:14:39 -0000 Author: gordon Date: Wed Aug 5 17:14:37 2020 New Revision: 363924 URL: https://svnweb.freebsd.org/changeset/base/363924 Log: Add UPDATING entries and bump version. Approved by: so Modified: releng/11.3/UPDATING releng/11.3/sys/conf/newvers.sh releng/11.4/UPDATING releng/11.4/sys/conf/newvers.sh releng/12.1/UPDATING releng/12.1/sys/conf/newvers.sh Modified: releng/11.3/UPDATING ============================================================================== --- releng/11.3/UPDATING Wed Aug 5 17:14:01 2020 (r363923) +++ releng/11.3/UPDATING Wed Aug 5 17:14:37 2020 (r363924) @@ -16,6 +16,16 @@ 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. +20200805 p12 FreeBSD-SA-20:21.usb_net + FreeBSD-SA-20:22.unbound + FreeBSD-SA-20:23.ipv6 + + Fix memory corruption in USB network device drivers. [SA-20:21.usb_net] + + Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite] + + Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg] + 20200708 p11 FreeBSD-EN-20:14.linuxkpi FreeBSD-EN-20:15.mps FreeBSD-SA-20:19.unbound Modified: releng/11.3/sys/conf/newvers.sh ============================================================================== --- releng/11.3/sys/conf/newvers.sh Wed Aug 5 17:14:01 2020 (r363923) +++ releng/11.3/sys/conf/newvers.sh Wed Aug 5 17:14:37 2020 (r363924) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/11.4/UPDATING ============================================================================== --- releng/11.4/UPDATING Wed Aug 5 17:14:01 2020 (r363923) +++ releng/11.4/UPDATING Wed Aug 5 17:14:37 2020 (r363924) @@ -16,6 +16,16 @@ 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. +20200805 p2 FreeBSD-SA-20:21.usb_net + FreeBSD-SA-20:22.unbound + FreeBSD-SA-20:23.ipv6 + + Fix memory corruption in USB network device drivers. [SA-20:21.usb_net] + + Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite] + + Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg] + 20200708 p1 FreeBSD-EN-20:15.mps FreeBSD-SA-20:18.posix_spawnp FreeBSD-SA-20:19.unbound Modified: releng/11.4/sys/conf/newvers.sh ============================================================================== --- releng/11.4/sys/conf/newvers.sh Wed Aug 5 17:14:01 2020 (r363923) +++ releng/11.4/sys/conf/newvers.sh Wed Aug 5 17:14:37 2020 (r363924) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.4" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.1/UPDATING ============================================================================== --- releng/12.1/UPDATING Wed Aug 5 17:14:01 2020 (r363923) +++ releng/12.1/UPDATING Wed Aug 5 17:14:37 2020 (r363924) @@ -16,6 +16,19 @@ 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. +20200805 p8 FreeBSD-EN-20:16.vmx + FreeBSD-SA-20:21.usb_net + FreeBSD-SA-20:22.unbound + FreeBSD-SA-20:23.ipv6 + + Fix vmx driver packet loss and degraded performance. [EN-20:16.vmx] + + Fix memory corruption in USB network device drivers. [SA-20:21.usb_net] + + Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite] + + Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg] + 20200708 p7 FreeBSD-EN-20:13.bhyve FreeBSD-EN-20:14.linuxkpi FreeBSD-EN-20:15.mps Modified: releng/12.1/sys/conf/newvers.sh ============================================================================== --- releng/12.1/sys/conf/newvers.sh Wed Aug 5 17:14:01 2020 (r363923) +++ releng/12.1/sys/conf/newvers.sh Wed Aug 5 17:14:37 2020 (r363924) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi