From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1EF95C6FA8F for ; Wed, 30 Aug 2023 21:56:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id CA10141813; Wed, 30 Aug 2023 21:56:33 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org CA10141813 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f5T_kVUXz69s; Wed, 30 Aug 2023 21:56:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 2E6D641814; Wed, 30 Aug 2023 21:56:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 2E6D641814 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 9F1B91BF405 for ; Wed, 30 Aug 2023 21:55:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 77A4F41C24 for ; Wed, 30 Aug 2023 21:55:10 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 77A4F41C24 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id klne-0-5__m5 for ; Wed, 30 Aug 2023 21:55:09 +0000 (UTC) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by smtp4.osuosl.org (Postfix) with ESMTPS id 2A89741C1F for ; Wed, 30 Aug 2023 21:55:08 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2A89741C1F Received: by mail.gandi.net (Postfix) with ESMTPSA id 0E6711BF206; Wed, 30 Aug 2023 21:55:05 +0000 (UTC) Date: Wed, 30 Aug 2023 23:55:04 +0200 To: Bernd Kuhls Message-ID: <20230830235504.030f2195@windsurf> In-Reply-To: <20230830204759.1186064-1-bernd@kuhls.net> References: <20230830204759.1186064-1-bernd@kuhls.net> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1693432506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Sya9qFJj+i9dp7udlFFYMg/XyYLhnrAh4XsLzOhbBz4=; b=l0rPdelMsPqBWrvVAzpLBJsn7xvzG46JRW4OEA5KwYY191Ro1u22HfX4Z/RvKFMHMjz7FT GXd9Auid52+goiZ/gP5DCV6kU9dn+4rik+X6tQo+8qtUlfWOFcN9R4Tyr1zIZ0SVgP733K WgIA8uVaogQgZKZIFEos7RuB2y00/8UR9qZUtDIdRqIOCgyRpMttPVl/mX1GigWgEWXWz0 IeKTHQXPcIjwCYZhgYgxdzUNVbue2wlv4sNdGYcNqa6vSdnQfHWHfEEw6uCmfUl400A8WW PVkDtARaqI2JPKTAInaK0E8cw6EFaqCLiI//EC9Ei0xqwhwPGdw08TjQ55gT7w== X-Mailman-Original-Authentication-Results: smtp4.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=l0rPdelM Subject: Re: [Buildroot] [PATCH/next 1/1] package/transmission: bump version to 4.0.4 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Wed, 30 Aug 2023 22:47:59 +0200 Bernd Kuhls wrote: > Release notes: > https://github.com/transmission/transmission/releases/tag/4.0.4 > > Signed-off-by: Bernd Kuhls > --- > package/transmission/transmission.hash | 2 +- > package/transmission/transmission.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to next, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot