From patchwork Sat Feb 5 12:01:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5080 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JrWG76R2Rz3wsl for ; Sat, 5 Feb 2022 12:01:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JrWG66B9QzR9; Sat, 5 Feb 2022 12:01:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JrWG65h55z2yWY; Sat, 5 Feb 2022 12:01:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JrWG51NdZz2xbW for ; Sat, 5 Feb 2022 12:01:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JrWG450QszR9; Sat, 5 Feb 2022 12:01:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644062476; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DjOlx7wKyEIIE9/ejYE1lVtxIsj8p1bjW6S5lB9fxx0=; b=QE9a+lcZdWt2cNMG5UNengttsGXsYXzUdqZ8tGDhMQIz6ScqJRbdkfr+RXWq6G9F722uRB gGS3YQ5veoG9OeBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644062476; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DjOlx7wKyEIIE9/ejYE1lVtxIsj8p1bjW6S5lB9fxx0=; b=MQB118M0PvZE1ypcbvIlsYrCU1fk4iDHYO525y1Rzrss9+5N6wSiQ2e2nULumlBYpg56Gq u6dK1sGCNqDHQPJfPehpYQAm2zbUIJ9KP64tQrUyMoyNT4ZeyRuyhJYoxjbC5zSE5885Hh kl6ncOITkqj9B5oWrrlhnbeLzxPIUjQwSs5yTt/ptz4unM8q7dziU8QfhLNiMnSQNiv+sJ f0l5KuIV40w8bUBkOn3+5naaDIh1ursGICxR4HCoSiNmhTq370c/8RP+ZAfXz47ILPTjLg eBaB49dDBi2veki9q2LZ2HL0h/NLkIdipgbcwlP11T2+Q2llsWFbVE5w797jYQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libcap: Update to version 2.63 Date: Sat, 5 Feb 2022 13:01:10 +0100 Message-Id: <20220205120110.3445292-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 2.61 to 2.63 - Update of rootfile - Changelog Release notes for 2.63 Restore errno to zero by the time main() is executed Bug reported by Yang Xu Consistent psx handling (a panic) for syscalls that return thread dependent status Inconsistend behavior noticed by Lorenz Bauer (Bug: 215283) Add a test case for a deadlock under investigation in golang #50113 Bug reported by Weixiao Huang Trim some of the #include file use to make the tree compile more efficiently Release notes for 2.62 Bug fix for Go package "cap" and launching: There was a race condition, reported by Lorenz Bauer (Bug: 215283) Build cleanups: David Seifert cleaned up warnings for 32-bit builds No longer use Perl in the libcap build process (Gentoo had a compelling reason to avoid this dependency) Documentation updates: cap_max_bits has a man page entry; Go module cap updates for Launch detail. Recognize default securebits as a libcap mode: HYBRID. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/libcap | 6 ++++-- lfs/libcap | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap index c33222c49..0c57c9120 100644 --- a/config/rootfiles/common/libcap +++ b/config/rootfiles/common/libcap @@ -1,10 +1,10 @@ #lib/libcap.a lib/libcap.so.2 -lib/libcap.so.2.61 +lib/libcap.so.2.63 #lib/libpsx.a #lib/libpsx.so #lib/libpsx.so.2 -#lib/libpsx.so.2.61 +#lib/libpsx.so.2.63 #lib/pkgconfig/libcap.pc #lib/pkgconfig/libpsx.pc lib/security/pam_cap.so @@ -57,6 +57,7 @@ usr/lib/libcap.so #usr/share/man/man3/cap_launcher_set_mode.3 #usr/share/man/man3/cap_launcher_setgroups.3 #usr/share/man/man3/cap_launcher_setuid.3 +#usr/share/man/man3/cap_max_bits.3 #usr/share/man/man3/cap_mode.3 #usr/share/man/man3/cap_mode_name.3 #usr/share/man/man3/cap_new_launcher.3 @@ -75,6 +76,7 @@ usr/lib/libcap.so #usr/share/man/man3/capsetp.3 #usr/share/man/man3/libcap.3 #usr/share/man/man3/libpsx.3 +#usr/share/man/man3/psx_set_sensitivity.3 #usr/share/man/man3/psx_syscall.3 #usr/share/man/man3/psx_syscall3.3 #usr/share/man/man3/psx_syscall6.3 diff --git a/lfs/libcap b/lfs/libcap index 387d43e38..63467062f 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -24,7 +24,7 @@ include Config -VER = 2.61 +VER = 2.63 THISAPP = libcap-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3bf105e47a8671035a0ce0812185c5e4 +$(DL_FILE)_MD5 = 18410cec436f827e698ee9ea16ada9b7 install : $(TARGET)