From owner-dev-commits-src-all@freebsd.org Fri Jan 29 00:18:53 2021 Return-Path: Delivered-To: dev-commits-src-all@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 ABFB64F256F for ; Fri, 29 Jan 2021 00:18:53 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DRdHK2M9mz4vL3; Fri, 29 Jan 2021 00:18:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D3A619133; Fri, 29 Jan 2021 00:18:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 10T0Incn079656; Fri, 29 Jan 2021 00:18:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 10T0IniQ079655; Fri, 29 Jan 2021 00:18:49 GMT (envelope-from git) Date: Fri, 29 Jan 2021 00:18:49 GMT Message-Id: <202101290018.10T0IniQ079655@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org From: Ed Maste Subject: git: 95f9e56d8429 - releng/11.4 - Add UPDATING entry and bump version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/releng/11.4 X-Git-Reftype: branch X-Git-Commit: 95f9e56d8429ba88cc563891ff66df36b28af4d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2021 00:18:53 -0000 The branch releng/11.4 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=95f9e56d8429ba88cc563891ff66df36b28af4d7 commit 95f9e56d8429ba88cc563891ff66df36b28af4d7 Author: Ed Maste AuthorDate: 2021-01-29 00:16:22 +0000 Commit: Ed Maste CommitDate: 2021-01-29 00:16:35 +0000 Add UPDATING entry and bump version Approved by: so --- UPDATING | 16 ++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index e648aa94e1d6..9e75e2201d6b 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,22 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to 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. +20210128: p7 FreeBSD-EN-21:01.tzdata + FreeBSD-EN-21:02.extattr + FreeBSD-EN-21:05.libatomic + FreeBSD-SA-21:01.fsdisclosure + FreeBSD-SA-21:02.xenoom + + Update timezone database information [EN-21:01.tzdata] + + UFS extattr corruption [EN-21:02.extattr] + + Atomic and bswap functions in libcompiler_rt [EN-21:05.libatomic] + + Uninitialized file system kernel stack leaks [SA-21:01.fsdisclosure] + + Xen guest-triggered out of memory [SA-21:02.xenoom] + 20201215: p6 FreeBSD-SA-20:33.openssl Fix OpenSSL NULL pointer de-reference. [SA-20:33.openssl] diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5400423949cd..e9d5ad3f5d41 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.4" -BRANCH="RELEASE-p6" +BRANCH="RELEASE-p7" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi