From patchwork Fri Aug 9 10:05:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7945 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgKLG0rqMz3wyK for ; Fri, 9 Aug 2024 10:05:58 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgKL42WPnz5n2; Fri, 9 Aug 2024 10:05:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgKL40xSpz340m; Fri, 9 Aug 2024 10:05:48 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgKL13ZXjz33wF for ; Fri, 9 Aug 2024 10:05:45 +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 4WgKL02hWHz1Fh; Fri, 9 Aug 2024 10:05:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723197944; 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=J+LbWyoCp/9EFv46NglAIc2Q59Y+e9GdPJJ650n1x/4=; b=lK4zteS0ISpele0gCA3GHkZI4OlEarhoVzvT4YIwj24SlgoO2nIaAWm6Lv6c25ym4MaB2l LGDMs6vVDUYGdsDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723197944; 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=J+LbWyoCp/9EFv46NglAIc2Q59Y+e9GdPJJ650n1x/4=; b=lDJIanGtg80DC1xLvR7Yklum+HZY4UUYsACZ4hiEBnI5Qlr2VVOMEynqU1nsSZQ88fYPHj TAZO3CpnlTMuuccxBfDb/Buv6hbPufuMeh9cskD+TjAZbgp9faSaxWfMaiW2vAM7zMCqzL 86Hoh+zlbIAL/Y0TEBVeu6UGQ4y6NMVH6wqvti09YkbioeSrUzsnjH7Z3ChYb9elQMKUzq o+fQHaG+7oQ8jnEJhYWiuUbn5YxVRtVDVtp+p1AyPjXdRJCR8QNXu53cFoAEY3b85b+9HT c7KFe2iOIYs4SMXNStJDug1r0VIHAFQwLNxIpEQi9utOnTq+yCM96YddIWWgpA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libcap-ng: Update to version 0.8.5 Date: Fri, 9 Aug 2024 12:05:35 +0200 Message-ID: <20240809100538.4079-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: S2IN3ZQXUJCXEZB6IMXWR3SZ3GUEBNHG X-Message-ID-Hash: S2IN3ZQXUJCXEZB6IMXWR3SZ3GUEBNHG X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 0.8.3 to 0.8.5 - Update of rootfile not required - Changelog 0.8.5 - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h 0.8.4 - In capng_change_id, clear PR_SET_KEEPCAPS if returning an error - pscap: add -p option for reporting a specified process (Masatake Yamato) - Annotate function prototypes to warn if results are unused - Drop python2 support Signed-off-by: Adolf Belka --- lfs/libcap-ng | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libcap-ng b/lfs/libcap-ng index 1bf9945c4..8bd5ba6fb 100644 --- a/lfs/libcap-ng +++ b/lfs/libcap-ng @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # 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 # @@ -24,7 +24,7 @@ include Config -VER = 0.8.3 +VER = 0.8.5 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 = c54dd753e0ef6dd21bcf6af7b003f85ded9faf2fbf1ea834cda6b181b165ff4b11a0284c23c73d0e6f97a810b3e6a63fceeb57ff583a2b32f23924bdee597ef5 +$(DL_FILE)_BLAKE2 = ce0fc4ebceaa66d6f888f8b752e501bed7513d45231425054340016a6215ce52f0cd81b3a4a54c7c9ec0b623965002d66316c6c37844f0bd132b186ff7c6a41f install : $(TARGET)