From patchwork Tue Mar 18 21:20:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8537 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 "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZHPrz3G63z3wx3 for ; Tue, 18 Mar 2025 21:20:51 +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 4ZHPrt144cz5Zg for ; Tue, 18 Mar 2025 21:20:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHPrj3GjTz37BK for ; Tue, 18 Mar 2025 21:20:37 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 4ZHPrf2f8Gz37KV for ; Tue, 18 Mar 2025 21:20:34 +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 4ZHPrc4fSZz5TY; Tue, 18 Mar 2025 21:20:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332832; 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: in-reply-to:in-reply-to:references:references; bh=vA6GVFwKBvKdwDb25Vqp3CWW/tHUUF/PcLLqDUAlaCg=; b=6Rsuta1SpYEtES4psYM9JhPlCSP6JOHVt9tILwRewn6me8fQjd/5wxY0f8ja/Ib1Xfzk/7 oR8IEUINmCTA5mCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332832; 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: in-reply-to:in-reply-to:references:references; bh=vA6GVFwKBvKdwDb25Vqp3CWW/tHUUF/PcLLqDUAlaCg=; b=jp/RRq0N7VGWIhei4se8YminsVk/94KvQurpsKw+/94EBmyba1iuOsWOv7uaRLMl2/ecqo 8gNjOpXJKKA4+vGcGA22/B+evhswkKgYDTpqYjBvYuZVtJJpZ2vCGOphYwusvsIEHsn5go ATmj1maAy56sJZtvHOZ3LHvTSsfAcvjtt3SGedXH0cmqUcmbUbHeoGA4ngUpGSJB1IGLnA 9wyEKcF9lBMtreWywv8u4EalsDQZWiko9o879R/zcxQ+6Zx4Tw+GpiP0qh0oRHcqIjkOmR gZ8e+Ndbxa+u8PQ1oHaTrgmEksjViymOskmi+BcDx2HuFdQ1H+LFveDQEdhiWA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] liburcu: Update to version 0.15.1 Date: Tue, 18 Mar 2025 22:20:16 +0100 Message-ID: <20250318212018.3324141-13-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-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 - Update from version 0.15.0 to 0.15.1 - Update of rootfile not required - Changelog 0.15.1 * uatomic/generic: Add missing #include * docs: Clarify that make is required to build the project * fix: add missing SPDX headers to urcu/uatomic/api.h * compiler.h: Remove caa_unqual_scalar_typeof Signed-off-by: Adolf Belka --- lfs/liburcu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/liburcu b/lfs/liburcu index e30924d60..1e45817f6 100644 --- a/lfs/liburcu +++ b/lfs/liburcu @@ -24,7 +24,7 @@ include Config -VER = 0.15.0 +VER = 0.15.1 THISAPP = userspace-rcu-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 3502cd0acd6e8e1370a2fd369207a305b3138b0db3186a37a9511bcf2f9ba362787274b030b0138111fe1d4805acd95bbae00c4d2332f1a0761f02bdc7f89e38 +$(DL_FILE)_BLAKE2 = c2b20099a4a9284f44031bb2d5f87ab03292896739115fdc741493d7f7c714b306a1981c1ff8164fb39ddf200634ddefdb757582b4891aa04cadd9dd8b51260a install : $(TARGET)