From patchwork Thu Sep 21 12:38:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7234 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rrw615LXqz3wnC for ; Thu, 21 Sep 2023 12:42:33 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rrw5w2gYVz1l6; Thu, 21 Sep 2023 12:42:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rrw5w2CBXz2yT6; Thu, 21 Sep 2023 12:42:28 +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 4Rrw5s16x2z2yWs for ; Thu, 21 Sep 2023 12:42:25 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rrw5r6QFzzkt; Thu, 21 Sep 2023 12:42:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695300145; 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=WmBnCYNpWKUbX5ofueTNfswa/K/aztprDwtwSosnss0=; b=WEd3OUWtB0fXwjGwUSbsIeLmBifW8+K75akfuuaeHc8vmg5X5FLCl8I8QsNrLfQ7AP0vq3 JzbYC5IhMYWKQm7CIub5pZz10JoLXhgKFVaZKPNrn//6nZCPjQY5EsK+8fBd9BQ2b9c64f ZFbmXQpY+YchL2POTPmhLg5Pm47w01V+HPQVj3JUBevpWkL1DQFQUQ5bc9bnkTaKizyY93 ycXsJFh2x037cQJbfK64FgFoy5gE8dJPW16RU6iLoh2btG+8wOsVZI58udHpCbr18hnr5t gWAFzUTQdAx2ezHNcghQlb9+ncC8kqiVAreT9S6ooVlPeZ4LO9+iVb6BzbjCNQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695300145; 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=WmBnCYNpWKUbX5ofueTNfswa/K/aztprDwtwSosnss0=; b=dHKdNjjFHVRtN7qyWJ1xuQCyF1phJlTfyD6oCVrzHGTkzHd2kOW9t1LPAT1XO1LZzN4ohr vc1TD58bvYlZ59DA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/5] libtevent: Update to version 0.15.0-1 Date: Thu, 21 Sep 2023 14:38:31 +0200 Message-ID: <20230921124203.160011-5-adolf.belka@ipfire.org> In-Reply-To: <20230921124203.160011-1-adolf.belka@ipfire.org> References: <20230921124203.160011-1-adolf.belka@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" - IPFire-3.x - Update from version 0.13.0-2 to 0.15.0-1 - This version is required by samba-4.19.0 - Changelog - I could not find any changelog info on this package. Signed-off-by: Adolf Belka --- libtevent/libtevent.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtevent/libtevent.nm b/libtevent/libtevent.nm index d179133d2..181ab4350 100644 --- a/libtevent/libtevent.nm +++ b/libtevent/libtevent.nm @@ -4,8 +4,8 @@ ############################################################################### name = libtevent -version = 0.13.0 -release = 2 +version = 0.15.0 +release = 1 thisapp = tevent-%{version} groups = System/Libraries