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 A6898C2BD09 for ; Fri, 12 Jul 2024 09:20:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 381CF412C3; Fri, 12 Jul 2024 09:20:47 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id Z56iLNef4Q61; Fri, 12 Jul 2024 09:20:45 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 2EED740A1E Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 2EED740A1E; Fri, 12 Jul 2024 09:20:45 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 11F591BF5A9 for ; Fri, 12 Jul 2024 09:20:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 0C08C608C3 for ; Fri, 12 Jul 2024 09:20:43 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id uNUgeutX6Tbs for ; Fri, 12 Jul 2024 09:20:42 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=217.70.183.199; helo=relay9-d.mail.gandi.net; envelope-from=thomas.petazzoni@bootlin.com; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp3.osuosl.org A0646608B2 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org A0646608B2 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by smtp3.osuosl.org (Postfix) with ESMTPS id A0646608B2 for ; Fri, 12 Jul 2024 09:20:41 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id D23F7FF807; Fri, 12 Jul 2024 09:20:39 +0000 (UTC) Date: Fri, 12 Jul 2024 11:20:38 +0200 To: Roy Kollen Svendsen Message-ID: <20240712112038.17a13aa4@windsurf> In-Reply-To: <20240625211847.1419944-1-roykollensvendsen@gmail.com> References: <20240618212646.4154474-1-roykollensvendsen@gmail.com> <20240625211847.1419944-1-roykollensvendsen@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.3.0 (GTK 3.24.41; 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=1720776040; 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=unBgnOCboOHTtbUTy3csIG5Hij4fMAsfz8H1eNJoR2M=; b=DmqBDeLCzszPtC2bnrznK3vpme1MRsvUfclRQEn7WBP1nvrTt1xXXnNL5rIvSLkAnuZJRb +UmgvtTQ2MmxtXDsnFixpBxzKYHQ+eZILO5ENrTbN6QaUEcPmAHQlSMlAnqJyYJEZ4nJnu O0D5R3iU5cRrUCUiVn4S9Lzf2WRq50teQ3r1x67+RZLV+Yrw3zpCHeKHakc6WlzgUlyQfj VDWP949MYdV+/ecP+tmBELic01BNmbqDE5JwpW3j45aHl1y19AnHCxapPT/PXha38VuKaw a5BeKKRZWNheadb51YhQaIkJJ+BWW88l/Q/h/7HKLTU36xh/yccKw9FmcrPSwQ== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com X-Mailman-Original-Authentication-Results: smtp3.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=DmqBDeLC Subject: Re: [Buildroot] [PATCH v9 01/14] package/qt6: bump version to 6.7.2 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: Zoltan Gyarmati , Jesse Van Gavere , Samuel Martin , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hello Roy, On Tue, 25 Jun 2024 23:18:25 +0200 Roy Kollen Svendsen wrote: > For details see [1], [2], [3], [4], [5], [6], [7], [8], [9], [10] and [11]. > > [1] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.0/release-note.md > [2] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.1/release-note.md > [3] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md > [4] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.3/release-note.md > > [5] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md > [6] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.1/release-note.md > [7] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.2/release-note.md > [8] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.3/release-note.md > > [9] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.0/release-note.md > [10] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.1/release-note.md > [11] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.2/release-note.md > > Signed-off-by: Roy Kollen Svendsen > --- > Changes v8 -> v9: > - add release note link for 6.7.2 to commit message > - bump version from 6.7.1 to 6.7.2 > - update hashes for existing qt6 packages Another request: would you mind adding yourself to the DEVELOPERS file for package/qt6/ ? This way you would: 1. Be Cc'ed on patches posted that touch qt6 2. Be reported build issues detected by our autobuilders on qt6 Considering how involved you are in the qt6 packaging in Buildroot, I think it would make a lot of sense. Best regards, 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