From patchwork Fri Feb 17 15:07:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6549 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 4PJFYR5NJsz3x1n for ; Fri, 17 Feb 2023 15:07: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 4PJFYQ5bQJz16X; Fri, 17 Feb 2023 15:07:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJFYQ3vjqz2yTq; Fri, 17 Feb 2023 15:07:54 +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 4PJFYQ0tdwz2xRn for ; Fri, 17 Feb 2023 15:07:54 +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 4PJFYP3gWczMQ; Fri, 17 Feb 2023 15:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676646473; 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=GTzNVXv/8RRmVDnQyfYlNGdkUR6pYEAzM6vZ5zw/4Dk=; b=A+IQ7R90+L8w4ySexOiA0t2vWUTyfBQULGcoCJyW+ZyiWNPyIjtRfIcBoJRaK0/W5szCWP 2h9xE9X4poUPWN40fuFqSMFtAzJ7XZz3O4G2qEHuX+cMztdqEjBJNmd+MzW/ZZvANSx2l3 KR/n10CZAHjLfb+4nA0m6W8Xo7jFmy5dEmk6UenGUEmt03VadfefO+TAeqRkLIcw4+hKIB pmIfUCLLG9k2Cxi4tlE3ktpC7eadKFgLbKcLS3S/EMm+0MQRRLmmWqHOA+aZLFmfXZdvqe qsyeNrsgWoZidV4o+5qnx9QtvppLzKUwOyWCjphX72Yv7ufTBC514d/n4aJxUg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676646473; 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=GTzNVXv/8RRmVDnQyfYlNGdkUR6pYEAzM6vZ5zw/4Dk=; b=5EtjzVCmmAFufwosmk3mwiPzJ9MmgqYKEmWd/HLL/liwNtb+BTL3ljy+KS9IvQCqCbiIAs YzNYHoTUfdh/oPCw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] libtevent: Update to 0.14.1 Date: Fri, 17 Feb 2023 16:07:43 +0100 Message-Id: <20230217150745.283462-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 --- libtevent/libtevent.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtevent/libtevent.nm b/libtevent/libtevent.nm index e2d625874..47c0fdf25 100644 --- a/libtevent/libtevent.nm +++ b/libtevent/libtevent.nm @@ -4,7 +4,7 @@ ############################################################################### name = libtevent -version = 0.13.0 +version = 0.14.1 release = 1 thisapp = tevent-%{version} From patchwork Fri Feb 17 15:07:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6550 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 4PJFYT4Ggfz3x1n for ; Fri, 17 Feb 2023 15:07:57 +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 4PJFYR5ySDzvD; Fri, 17 Feb 2023 15:07:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJFYR5GhTz2ylM; Fri, 17 Feb 2023 15:07:55 +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 4PJFYQ4GXQz2yty for ; Fri, 17 Feb 2023 15:07:54 +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 4PJFYQ1c8vzqt; Fri, 17 Feb 2023 15:07:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676646474; 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=kMmpK9vaN1hUKKrnG7ORaZKmjUqvbjqAWwFdsMoAtoo=; b=vdacpVDfI2Wv5TvgwxuKWXtumKBvgbpw1bnYmlovRcq9xNNHyWyDn1+cCdkpIjvs29tQ9A Ys8Ss4tltAe9iwCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676646474; 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=kMmpK9vaN1hUKKrnG7ORaZKmjUqvbjqAWwFdsMoAtoo=; b=NipRykgb8NL+Yycj0CshmJvv6XNaxgzinuyPtEqRgC9qt5HSHb4Veokq3TiehhSXZlzuxU 0gBDS89FGrVoP5Dpb4vwmktRCubHOGOOLzeJO+3AVCiMdiHjkHXQ2n4zzn2mar3VNrzkaG EYrSyEvXJmA7T2eW95jVeSdKajRUTLVStV2cwK6bz3sikIWMsbM4V3XxnYwLZtvxRb2+wL KYDSSw7gVL9Y54YwfLisBDEsMm+fv0mhmE9YgZ0kSvgDP/orya7gVTcjU/WuVfqSXvzYV4 w6TQq3G0J3Fl0FMF38aAVjRQI6cnhFGb8FEgj1g39ohw6gQbWSdE8CBBsu6Ndg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/3] libtdb: Update to 1.4.8 Date: Fri, 17 Feb 2023 16:07:44 +0100 Message-Id: <20230217150745.283462-2-stefan.schantl@ipfire.org> In-Reply-To: <20230217150745.283462-1-stefan.schantl@ipfire.org> References: <20230217150745.283462-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 --- libtdb/libtdb.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtdb/libtdb.nm b/libtdb/libtdb.nm index 970442a3a..bda0987a3 100644 --- a/libtdb/libtdb.nm +++ b/libtdb/libtdb.nm @@ -4,7 +4,7 @@ ############################################################################### name = libtdb -version = 1.4.7 +version = 1.4.8 release = 1 thisapp = tdb-%{version} From patchwork Fri Feb 17 15:07:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6551 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 4PJFYV1Z0Wz3x1t for ; Fri, 17 Feb 2023 15:07: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 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 4PJFYR73l8z9NP; Fri, 17 Feb 2023 15:07:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJFYR5xrJz30HD; Fri, 17 Feb 2023 15:07:55 +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 4PJFYQ712lz2xVx for ; Fri, 17 Feb 2023 15:07:54 +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 4PJFYQ4S8zzMQ; Fri, 17 Feb 2023 15:07:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676646474; 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=REvDksKHhQEIuG5iOOJbcpmEjqHvbydtcfPtGGlwE3I=; b=E0HAmio1kTlYK2fW9/aypO7hTg9ZYPcIix/fLaHe/u+/ywXc0X17K/HQF4kd3ZYmeARXEc yBko2POYR3f0oT/n6Ct7QtKdsTqCeVhJbVf2M0zr9eeGh8iRl3DosNd+Y/ElyYIirYPS1Z StMDYU2b18alTTvM1g3IFAVVDZa3ATiaqsSkdi+n4ljG+AVye8OPfcIK6vChNfMhwtUKZn JAOg2QeLpYR7W4yOxCu0puqnRDkVplDXpZ8KuAcBiW0IiSIWZMuLHhZXGtIfZPdkZFZ2/1 O0+C+h/5Zj/TyZRuZmplVvchIXaXYEPu81/ocJ4pF/DbuuAejLLkdiSfZo+66g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676646474; 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=REvDksKHhQEIuG5iOOJbcpmEjqHvbydtcfPtGGlwE3I=; b=zxBU7/mexhGSyZg2EsLkl+europqy1TWlB5zsBw8I9W6dn2SmGr4SJtHh5tAcZx6KCIdON Rz1aAyNdR68GfJDw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/3] libtalloc: Update to 2.4.0 Date: Fri, 17 Feb 2023 16:07:45 +0100 Message-Id: <20230217150745.283462-3-stefan.schantl@ipfire.org> In-Reply-To: <20230217150745.283462-1-stefan.schantl@ipfire.org> References: <20230217150745.283462-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 --- libtalloc/libtalloc.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtalloc/libtalloc.nm b/libtalloc/libtalloc.nm index c0800da22..c3b6a47da 100644 --- a/libtalloc/libtalloc.nm +++ b/libtalloc/libtalloc.nm @@ -4,7 +4,7 @@ ############################################################################### name = libtalloc -version = 2.3.4 +version = 2.4.0 release = 1 thisapp = talloc-%{version}