From patchwork Fri Apr 22 20:10:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5534 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KlQWz0CZtz3xG6 for ; Fri, 22 Apr 2022 20:10:55 +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 4KlQWy06dLz1sj; Fri, 22 Apr 2022 20:10:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KlQWx6qSqz2yRl; Fri, 22 Apr 2022 20:10:53 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KlQWw5KGwz2xNB for ; Fri, 22 Apr 2022 20:10:52 +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 4KlQWw3vgqzdm; Fri, 22 Apr 2022 20:10:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1650658252; 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=/4R4IL2X449YWmh+sdp/g+m1a7qIMk7WRAh7GDPYSqM=; b=wrsb1ZIBgNt94dsH2o4UfcqDFKmVwEGatpqDDUyX8Fg3xOYx3Qna616AGrzWYSpYOyJJBE mLkpL7VEqwQDCJAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1650658252; 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=/4R4IL2X449YWmh+sdp/g+m1a7qIMk7WRAh7GDPYSqM=; b=o3hueFcud1CZF5ah6cXyfaqwL3llqs+KbB7twqyZ50lVEhrpaqhlva0dU0vUo80/7hUKTJ GNkaQXICR8pLMSuUiew/v2zNSA489+PvvKv0YNRYMJLhaOCnWDd5dbuV4azZssfQueTccN HIqjovUVYRlk0h6w2bDwnoQME/SCH+EnmGunENOMEGYmkHsVOadZeZBQN3AXchpHU5I5zF nY1oQK8Vvw28dI4LwDnp0q/Ruev4BOSuFOdgUAMLadB+4KDmcyzNfiwziqsPkJ1CzdrDmS pHvuixmeCyMGnUK8hdbk2XU7YgKi1YLdYSmJMWZi8YoZFfs1iN+6kvWWRVwvMg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libcap-ng: Update to version 0.8.3 Date: Fri, 22 Apr 2022 22:10:47 +0200 Message-Id: <20220422201047.3494692-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 0.8.2 to 0.8.3 - Update of rootfile not required - Changelog 0.8.3 - Fix parameters to capng_updatev python bindings to be signed - Detect capability options at runtime to make containerization easier (ntkme) - Initialize the library when linked statically - Add gcc function attributes for deallocation Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libcap-ng | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libcap-ng b/lfs/libcap-ng index 70212ab61..1bf9945c4 100644 --- a/lfs/libcap-ng +++ b/lfs/libcap-ng @@ -24,7 +24,7 @@ include Config -VER = 0.8.2 +VER = 0.8.3 THISAPP = libcap-ng-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 7e721d05b92fd3708b970527e76b1898daa91bde3ab6ed5d8f23b1435404fbe7d15731461c6d9d2c791738e5498d1f5eaba727413480d34b7edea13c8691c32b +$(DL_FILE)_BLAKE2 = c54dd753e0ef6dd21bcf6af7b003f85ded9faf2fbf1ea834cda6b181b165ff4b11a0284c23c73d0e6f97a810b3e6a63fceeb57ff583a2b32f23924bdee597ef5 install : $(TARGET)