From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zjxyx2Pzwz379P for ; Thu, 24 Apr 2025 13:44:09 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zjxyn5mlmz33Bf for ; Thu, 24 Apr 2025 13:44:01 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Zjxym6ZcVz1Zc; Thu, 24 Apr 2025 13:44:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745502241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=74M/KkEyPTLC5072ocQPyev2n9AfH7gzOzMe2twKhIY=; b=jWiU/EnYqgx9GgZHqWWYV19CB75b6hYVh3p0p71FcTRmGtljg400yZY9EMhcEKHw3DkVTT nLkRPgD1ZyxFJKCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745502241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=74M/KkEyPTLC5072ocQPyev2n9AfH7gzOzMe2twKhIY=; b=lFRNcGdu95MKm5s0qNkzorD6qAVKdXAu/o4Pc7tHTa6AjePJ0hM9n2Au/QOLWSzYhdbKec +Y8JcW2JdmuRZz+KSLhJowce4pgry/ztO2JcoZrnfWir8SFcxQVfL6HAauLWjz+MLxTwpP A4Eb0oGsDsvyT41L4S7s3Aahqjn5XbE0d1+Y5oIEChnplZjQFXHZDvkdBPLqr/tqUpqs73 4TWUlkxg2h/lxmye6PUGP2gedoO3ggO8FuekSNx/hqlykovrSPZri+SVvltM8/VJsgCFkX +zQf+6jscf0yEOgNm+scywWrP3JyHUkKjs/roABr585U/PUWKNMa4Cr0bdkc3A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libcap: Update to version 2.76 Date: Thu, 24 Apr 2025 15:43:48 +0200 Message-ID: <20250424134354.3440212-6-adolf.belka@ipfire.org> In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org> References: <20250424134354.3440212-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from version 2.75 to 2.76 - Update of rootfile - Changelog 2.76 More libpsx and psx Go package mechanism fixes (many thanks to Christial Kastner for helping dive into the off-piste architectures. See Bug 219915.) Address an arm64 (aarch64) libpsx issue seen with Tracee. (Tagged psx/v1.2.76-rc1) Note, 2.75 should have fixed the tracee issue 4678 but the above issue emerged from their extensive testing. Thanks to Gregório G. for reporting the observed failure details. More architectures supported: of the many architectures Debian builds for, we think only alpha and sparc64 have problems. Unable to construct qemu-*-system images with which to debug these. If anyone has a recipe for that that works for Fedora as a base platform, please provide details... To make the various .so files continue to be runnable as standalone programs added another workaround for glibc. (Bug 219880 reported by Christian Kastner.) _IO_stdin_used needs to be weekly defined to make puts() and friends work. Also updated the Stackoverflow answer to include that detail. Made a new man page cap_text_formats(7). This makes it possible to separate the tool man pages from the developer man pages. I believe this was the second time this was requested, by Carlos Rodriguez-Fernandez this time (can't find the former request in my email). Some man page cross linking fixes as well. Dropped Make.Rules definition of SYSTEM_HEADERS Thanks to Ross Burton for reporting. Removed a spurious debugging printf() from setcap tool. Removed cap_ workarounds for go.dev cap package examples. The website bugs have been resolved: go/issues/70611; go/issues/70630. Added a Makefile to the contrib/seccomp example. Signed-off-by: Adolf Belka --- config/rootfiles/common/libcap | 5 +++-- lfs/libcap | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap index 65d423ac7..220b907c8 100644 --- a/config/rootfiles/common/libcap +++ b/config/rootfiles/common/libcap @@ -6,10 +6,10 @@ sbin/setcap #usr/include/sys/psx_syscall.h #usr/lib/libcap.so usr/lib/libcap.so.2 -usr/lib/libcap.so.2.75 +usr/lib/libcap.so.2.76 #usr/lib/libpsx.so #usr/lib/libpsx.so.2 -usr/lib/libpsx.so.2.75 +usr/lib/libpsx.so.2.76 #usr/lib/pkgconfig/libcap.pc #usr/lib/pkgconfig/libpsx.pc #usr/lib/security @@ -89,6 +89,7 @@ usr/lib/security/pam_cap.so #usr/share/man/man3/psx_syscall3.3 #usr/share/man/man3/psx_syscall6.3 #usr/share/man/man5/capability.conf.5 +#usr/share/man/man7/cap_text_formats.7 #usr/share/man/man8/captree.8 #usr/share/man/man8/getcap.8 #usr/share/man/man8/getpcaps.8 diff --git a/lfs/libcap b/lfs/libcap index b3bbda4d0..c0707a5e0 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -6,7 +6,7 @@ # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # +# (at your option) any later301c74ceae00e915f70ff8f0a32c86a5ddf405a00522f4299390e4e0b6bc4270fc7e3c4ba5c53db2ddc5f7de6a97b43e310097a4ecc1d678f721f9dfa53cef53 version. # # # # This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # @@ -24,7 +24,7 @@ include Config -VER = 2.75 +VER = 2.76 THISAPP = libcap-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 88071f0ff6f786f42777853a03ae116b1175769b14b715dd1b3def7414fcf118dea56f80e14dc467f72d3cb1a091ab95fc2fc0a240552fedfbbb95a9fc94f2db +$(DL_FILE)_BLAKE2 = 301c74ceae00e915f70ff8f0a32c86a5ddf405a00522f4299390e4e0b6bc4270fc7e3c4ba5c53db2ddc5f7de6a97b43e310097a4ecc1d678f721f9dfa53cef53 install : $(TARGET) -- 2.49.0