From nobody Thu Oct 26 04:34:46 2023 X-Original-To: java@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SGCd43zrZz4yVPq; Thu, 26 Oct 2023 04:34:48 +0000 (UTC) (envelope-from 0101018b6a436f51-17f4bd4b-39fc-4841-9ae7-97cd23960eb5-000000@us-west-2.amazonses.com) Received: from a27-186.smtp-out.us-west-2.amazonses.com (a27-186.smtp-out.us-west-2.amazonses.com [54.240.27.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SGCd36qqgz4m6W; Thu, 26 Oct 2023 04:34:47 +0000 (UTC) (envelope-from 0101018b6a436f51-17f4bd4b-39fc-4841-9ae7-97cd23960eb5-000000@us-west-2.amazonses.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1698294886; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=li8rkv96NYzNSRfHftTgg+pifu37bI5DBVXjdNG0Txg=; b=EejEeMxPXc588qls5W9hpzXsos5bGJ8IlxSKGD+Do3TU9UE8x0a9pVslnBGqWxak ynKjtkoD9YerBNJcMeTFlkH+STM7viXcG95hPkL/uR1GJbXR6friR7yRFQbP6o8nXKl CTvNWhPuq5dhHzsVHrjoaw9ZUiglUSDzG03Xdc6A= X-Authentication-Warning: misty.eyesbeyond.com: Host laptop.eyesbeyond.com [10.0.0.19] claimed to be [10.0.0.19] Message-ID: <0101018b6a436f51-17f4bd4b-39fc-4841-9ae7-97cd23960eb5-000000@us-west-2.amazonses.com> Date: Thu, 26 Oct 2023 04:34:46 +0000 List-Id: Porting Java to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-java List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-java@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: Building INDEX fails on 2023Q4 To: Vladimir Druzenko , Andrea Venturoli Cc: "ports@freebsd.org" , java@freebsd.org References: <680bff55-5f15-487c-be6a-83d750bb1b7b@netfence.it> From: Greg Lewis In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Feedback-ID: 1.us-west-2.57h2ou5HkLStqinMcFspxvx9Ae9MkLBpzbLgKiDKs1s=:AmazonSES X-SES-Outgoing: 2023.10.26-54.240.27.186 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:54.240.24.0/22, country:US] X-Rspamd-Queue-Id: 4SGCd36qqgz4m6W On 10/25/23 3:52 PM, Vladimir Druzenko wrote: > 25.10.2023 21:20, Andrea Venturoli пишет: >> Hello. >> >> I'm experiencing a "make index" failure. >> >> Problem seems to be www/tomcat-devel was MFH and requires Java 21+, >> but 21 is not available in Q4. >> (20 is the last present, but 18 is the last available from bsd.java.mk). >> >> Nothing I can't solve locally (especially since I don't use >> tomcat-devel :), but I tought I'd let you know. >> >> >>  bye & Thanks >>     av. > > Hi! > > So we need MFH the java/openjdk21 (2 commits) and Mk/bsd.java.mk (2 > commits too). > www/tomcat-devel have several CVEs before M13 - can't keep vulnerable > version in current quarterly. > If you do that, you probably also need to MFH the most recent fix for java/openjdk20 to fix the build on aarch64.  Otherwise it won't be able to bootstrap openjdk21 -- Greg