: content-transfer-encoding:content-transfer-encoding; bh=KT3kY3KrAMVMUIFUFdl1sER8Caeed4EoCxxWZG9iGbM=; b=MIkzD/BVG82SyNN+R7xTAlSiqpUMvfStviOoIQSpm/o+8dX0I8xCwbgWhlcLfJQ/at1HrX uJ3cqeHEcgW2vPxWtNybyERpCCj9qq+W2zNM3PNtzB82EI7F+FT3o1WT/MeVDN1wTct8oR cr2MPK1wnvC9AUh3cP7Jygqhk5rl4AyrRu+ADC+2A0jFRTqXF0ITfX/xgVqfi5OPCl4Hdy SfZdBF4BOnu8D6vHpjqlyRCmGgdBk/syqNrc3fqGZG0ttKduAh7AbGC81NOvJTpui9kJiA XJdKB49jgvKcdqVtcXxl/xkQtgedoC9MI/QiPojqZo2AyNVw4QXeDKasS7P1iQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760366677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KT3kY3KrAMVMUIFUFdl1sER8Caeed4EoCxxWZG9iGbM=; b=J1pTHuFp28OxDD5O+qMKS4rsqzSJ/OR+FqRd2GtY5VGQuyHBTrY8xmiA17VOFjw0PpNRSn xKDZ8rbhs6nnXYPF2z9mp6TidGhrXlKCFHZjYJbxsUaRWscuuJsUU77nWOoNZN4Jnf67nK jaMigXtWdYpGhAAF215zP8OyeQdsktWhHl6VeBJiBEoB2Cj4irJtxeMLGR2O0uA7hAmVHR xR3WjkfR0Z5Z9ybIFkSlSxiauPKcVZs99IqifCMK0A8EOQGcZ/TR7mT2Owvl1Na2SoKRrG JCFEenHYqcrmejS2FkRURtOvuNSmHfMyZ4DlVbwbzj9yPHjeQ7ppBaQMQRafQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760366677; a=rsa-sha256; cv=none; b=A/Nzb5yZLz3GXbUWQPww9C+fj1lG/GgdUmmlkOk6/kRAiFLHa04ScNaAJFzaVqDFn4d71F DvSketJJwtCbOzmXcy2PpXOuZZJQprLWohRJ4ja06WFWOhFeZdVDXVPMlWttDdWGWHscah 0w9yLgR1VGYDhUTE5V6SyzJ18UACb5HduJ1WbZLmlPFnPKxdgX80nPycF5h6AnyoG+l+mk 0hVCI5Xys++eh3k8VtkMKa5CfA2ho6xH1PZY4uFZ19kl/BfQ0Jxp2NTTlDbivxwRqR3Avs wgCwEnKN8FGngKU3wFW+IxkcZZ9vtbMv9HzHNkK63jCUdRAUGCbSk+XeUd6f5w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clg9K3XVmz19Qf; Mon, 13 Oct 2025 14:44:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 59DEib7Y072278; Mon, 13 Oct 2025 14:44:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 59DEibK1072275; Mon, 13 Oct 2025 14:44:37 GMT (envelope-from git) Date: Mon, 13 Oct 2025 14:44:37 GMT Message-Id: <202510131444.59DEibK1072275@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Jose Luis Duran Subject: git: ffa816500936 - main - blocklist: Add an UPDATING entry List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jlduran X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ffa8165009365ff93050626d880f2d1d6aacc31a Auto-Submitted: auto-generated The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=ffa8165009365ff93050626d880f2d1d6aacc31a commit ffa8165009365ff93050626d880f2d1d6aacc31a Author: Jose Luis Duran AuthorDate: 2025-10-13 14:35:12 +0000 Commit: Jose Luis Duran CommitDate: 2025-10-13 14:42:45 +0000 blocklist: Add an UPDATING entry Add an UPDATING entry about the renaming of blocklist. Approved by: emaste (mentor) Fixes: 7238317403b9 ("blocklist: Rename blacklist to blocklist") MFC after: 1 day --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index 4460898fca2d..74ddc238ddca 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20251012: + Blacklist has been renamed upstream to Blocklist. If you have it + configured, rename all configuration files, firewall anchors or + sentinel files to reflect the new nomenclature. Old setups will + continue to work emitting a warning. + 20251002: Audio-related utilities including mixer(8) and virtual_oss(8) have moved to the new FreeBSD-sound package. If you have set-optional or