From nobody Fri Dec 24 06:53:45 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4421318F261E; Fri, 24 Dec 2021 06:53:46 +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 4JKyT56xPXz4TvM; Fri, 24 Dec 2021 06:53:45 +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 CFC001F85A; Fri, 24 Dec 2021 06:53:45 +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 1BO6rj99082932; Fri, 24 Dec 2021 06:53:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BO6rj4t082931; Fri, 24 Dec 2021 06:53:45 GMT (envelope-from git) Date: Fri, 24 Dec 2021 06:53:45 GMT Message-Id: <202112240653.1BO6rj4t082931@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Li-Wen Hsu Subject: git: d7024fc90055 - stable/12 - libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: d7024fc9005541add46562e078a37b413e9044e6 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640328826; 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=t169rPnOV4Nvy2fpxFX/Gqvc0+SB3ZtA6k+W5U1KPlQ=; b=Wa5XtG3UrTVriY9EVKosGC6lIKoAV/m/BcCYSHCTIP+24Kr1ZZLhGfUUoUftvqUH5lZ0Ud mg9RDL57+mNKUOUxAcbO0/uY8xR0Ey0obK2T7hY4NpKy9nCY6N5XrUbH83/LPZym4Xzxhc V36U2oeMQAI+cpo4ea8FrH1DGbfAdnXBLS+QBWvLZi21OCyQz1m8KiRfl0wPfaymUr9jYT ZKws8KMvFSWAVXXPblUBKhvrhKNMRN+0Rl8nFaCTTOqZKZaB7tmOm4fd251NGEQ4T8hY19 MBRZYqU3hcx0toIBTJLS5RuZ8mw7Du0/7ogOD5NEcSpAsV8QD53AVHggThiz+w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640328826; a=rsa-sha256; cv=none; b=UB9yiGqNI6QrL29xPRrBCKGSH2szCewJvWC1As5AhVtGGKbVzAn/HvVG85JJ+KMiWdeG7z ZN+FZY0JXiLPONWcXx7+xGCKptSFHzZBGZ+SfdwYr7yML3Sj0V1nDVeIHWZxHyvNBtDT1D hX/wp7fuuKgRGR/lFzOX18M77cBrczMxYXTT1xpGzSsQYQ5FEmzN6iCxF99563BqbDEoSH aTzD1Lq1+0DyhrALwow/r5sMMG4mNwn0ADJJYTYgIQ4UDQK9wAJp9uUFcbozJF9xLYDw3I dc4mSpaKJPRtQ1uwcHQ9pO4Sd0T0DA+EhT20otaEcPf7gpPg4B72TaXWeaQ6GA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=d7024fc9005541add46562e078a37b413e9044e6 commit d7024fc9005541add46562e078a37b413e9044e6 Author: Li-Wen Hsu AuthorDate: 2021-12-21 12:42:39 +0000 Commit: Li-Wen Hsu CommitDate: 2021-12-24 06:52:46 +0000 libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3 MFC after: 3 days (cherry picked from commit 71779dddffe5e860118f42739ff8d51d181272ce) --- ObsoleteFiles.inc | 3 +++ lib/libefivar/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 1dd1901ba829..91d4c7049253 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3 +OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz + # 20211214: new clang import which bumps version from 11.0.0 to 11.0.1. OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/complex diff --git a/lib/libefivar/Makefile b/lib/libefivar/Makefile index c1503f4e5b62..3401205a14ba 100644 --- a/lib/libefivar/Makefile +++ b/lib/libefivar/Makefile @@ -45,7 +45,7 @@ CFLAGS+= -I${EFIBOOT}/include CFLAGS+= -I${.CURDIR} -I${EDK2INC} CFLAGS+= -fno-strict-aliasing -MLINKS+=efivar.3 efi_set_variables_supported.3 \ +MLINKS+=efivar.3 efi_variables_supported.3 \ efivar.3 efi_del_variable.3 \ efivar.3 efi_get_variable.3 \ efivar.3 efi_get_variable_attributes.3 \