From patchwork Wed Nov 30 16:14:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6227 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 4NMknP6M32z3wgq for ; Wed, 30 Nov 2022 16:15:05 +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 4NMknM6hntz2q9; Wed, 30 Nov 2022 16:15:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NMknM5J4sz2yf0; Wed, 30 Nov 2022 16:15:03 +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 4NMknL1hC0z2xYk for ; Wed, 30 Nov 2022 16:15:02 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NMknJ4sjgzxY for ; Wed, 30 Nov 2022 16:15:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669824901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Bxgjs45Mc7PWK6+SRXuwWmchZXAZ0Eii9b8b/lfsg1U=; b=gMrDf1qe/+5sYMO4stDgBF4PmfJCMOO7/dlqbIJHVO7T3MixcrUVzU8/pu/2ZBdAj9Uu5C 8Ma+WYngkDvHR9AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669824901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Bxgjs45Mc7PWK6+SRXuwWmchZXAZ0Eii9b8b/lfsg1U=; b=IMD/CRacP/9bQ4FMF6fiKXHXr0j/6/fbBpAVGpu4Zt9HaMxeG5mNW8YxfOc8r/bhIRBItW /1L+WGCWZ5MMMPLfkbKaeVuufNjarUQT30iGxgLPyi8OJ0P0Uff77yAcWx/K3MjP/Z81bi 8IIFyvaZUvhwaDPUfXjbvS5080EZCIRZlyrI5yJ83fQ2zBF6JnP15b++li6SJaUdY1wwgP jRdFyZqvH1MZiJrwpSEGd1McOgBosPxLaFFt+oy/CqR2VKj3x5IzMjFOS8LxwVEsDkMrPi T0NKa75EdT0ctv9L77k/xiubOYwvAagFbTE4/y1WGKxbUzsiZt7VZYDTwON8sg== Message-ID: <5077b918-d16b-f2db-e743-59255f9eec0a@ipfire.org> Date: Wed, 30 Nov 2022 17:14:56 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libsolv: Update to 0.7.22 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: Peter Müller --- libsolv/libsolv.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index 1841203ac..a40d38c6b 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -4,7 +4,7 @@ ############################################################################### name = libsolv -version = 0.6.24 +version = 0.7.22 release = 1 maintainer = Michael Tremer