From patchwork Tue Feb 21 11:31:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6578 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 4PLcYX4d7Sz3x1t for ; Tue, 21 Feb 2023 11:31:12 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PLcYV5kzdzkT; Tue, 21 Feb 2023 11:31:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLcYV1rnCz2xbf; Tue, 21 Feb 2023 11:31:10 +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 4PLcYT0BJ4z2xCy for ; Tue, 21 Feb 2023 11:31:09 +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 4PLcYR51NJzH7; Tue, 21 Feb 2023 11:31:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676979068; 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=XQN9NAYAL9XQYQCOVAWb9f6jFFsGUvr7ih6IeauKmtY=; b=8QIzo3IM103/MKRbgFIgZmASZXQjwX4S2MsWyGkthl2dmZMZSDAh6OluwInnZFDq9YsZoq 4vKJ4ivGQJmkaYCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676979068; 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=XQN9NAYAL9XQYQCOVAWb9f6jFFsGUvr7ih6IeauKmtY=; b=ERc7afZsEM0wvkDJmhxX2L6dTVZS0hm2vjGlt2n3MISbubqVAvNaPuE8dVChmqFxL+Q199 n56qRCsgP3IdxEwyzZ5ceV1b+y6bfr40wRS517IGDK2J6GC4NZmro78FEEccOeb5dKNc75 eHNthXtD8PdOt1gG4sRT2oLsjzcO1suPWyPxJ9j5aEOjma39j5unMAjixeXvYBITBiOwvu AEfE5hoV3/Mgl2caCjlauWp0yfm9spcnrXIayPYEyPE+jCmHLegqcgnE7E9JkBtc16bXjU pQbvzl271tAWl7dUyLZy4bfqVeDQcRN+fQjVAQDEVf6+sZMoq1lowhNKe95hXQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] liburcu: Update to 0.14.0 Date: Tue, 21 Feb 2023 12:31:02 +0100 Message-Id: <20230221113102.625221-1-stefan.schantl@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" Signed-off-by: Stefan Schantl --- liburcu/liburcu.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liburcu/liburcu.nm b/liburcu/liburcu.nm index b99918bf7..d5f1fb3ba 100644 --- a/liburcu/liburcu.nm +++ b/liburcu/liburcu.nm @@ -4,7 +4,7 @@ ############################################################################### name = liburcu -version = 0.13.2 +version = 0.14.0 release = 1 thisapp = userspace-rcu-%{version}