From nobody Mon May 26 15:16:11 2025 X-Original-To: freebsd-current@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 4b5fVT4c3tz5w9Lc for ; Mon, 26 May 2025 15:16:17 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from mail.oetec.com (mail.oetec.com [108.160.241.186]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (prime256v1) client-digest SHA256) (Client CN "mail.oetec.com", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4b5fVS6qQlz3w7J for ; Mon, 26 May 2025 15:16:16 +0000 (UTC) (envelope-from dclarke@blastwave.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=blastwave.org header.s=default header.b=knDdaC7v; spf=pass (mx1.freebsd.org: domain of dclarke@blastwave.org designates 108.160.241.186 as permitted sender) smtp.mailfrom=dclarke@blastwave.org; dmarc=pass (policy=quarantine) header.from=blastwave.org Received: from [172.16.35.3] (pool-99-253-118-250.cpe.net.cable.rogers.com [99.253.118.250]) (authenticated bits=0) by mail.oetec.com (8.17.1/8.17.1) with ESMTPSA id 54QFGBk1063422 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NOT) for ; Mon, 26 May 2025 11:16:13 -0400 (EDT) (envelope-from dclarke@blastwave.org) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=blastwave.org; s=default; t=1748272573; bh=4UIiu1iQ32f6VPKDWhyoa2wBuwMcMN+MRedjqko+lM0=; h=Date:Subject:To:References:From:In-Reply-To; b=knDdaC7vLXyx88xZFZwUjGCxAj+7Be0OTacciMljUHuysxtfbU/CNrFXcIls3zLad Hk9XtTJoOwwcxvjrry3PzUUQGThI7101FBDK47JNNpkqlsyw5WB+kaODr50pH0mSlC ecnH1JtPBzndPOpM3nAAy2zZoWppRPzZ8JD0mL1QAKdOI32LRelE84qlh18wVrDaA0 JJiFSJQUt1HURzZ8+dSKQm1AiP5io/F65I/8taYUWa800JCC2UR3o6oq7nhuK8WC9+ EnNQQW6jDnV3vuOPKTBMIAYnePcxVHoSGc70BPlTfXruiumbvVjSQqZMM5n4me+Iwh V/T1KANSkdZgg== Message-ID: Date: Mon, 26 May 2025 11:16:11 -0400 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: With poudriere how does one create a jail of a slightly older RELEASE ? Content-Language: en-CA To: freebsd-current@freebsd.org References: <547892F5-EF12-46F4-AFCA-2D6BDEE19427@yahoo.com> From: Dennis Clarke Organization: GENUNIX In-Reply-To: <547892F5-EF12-46F4-AFCA-2D6BDEE19427@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-oetec-MailScanner-Information: Please contact the ISP for more information X-oetec-MailScanner-ID: 54QFGBk1063422 X-oetec-MailScanner: Found to be clean X-oetec-MailScanner-From: dclarke@blastwave.org X-Spam-Status: No X-Rspamd-Queue-Id: 4b5fVS6qQlz3w7J X-Spamd-Bar: / X-Spamd-Result: default: False [0.13 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_SPAM_MEDIUM(0.99)[0.991]; NEURAL_HAM_SHORT(-0.93)[-0.931]; NEURAL_SPAM_LONG(0.77)[0.767]; DMARC_POLICY_ALLOW(-0.50)[blastwave.org,quarantine]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCVD_IN_DNSWL_MED(-0.20)[108.160.241.186:from]; R_DKIM_ALLOW(-0.20)[blastwave.org:s=default]; R_SPF_ALLOW(-0.20)[+mx:c]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; HAS_ORG_HEADER(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCVD_TLS_ALL(0.00)[]; DKIM_TRACE(0.00)[blastwave.org:+]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:812, ipnet:108.160.240.0/20, country:CA]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[] On 5/26/25 10:48, Mark Millard wrote: > [I managed to not send the original to the list.] > > On May 26, 2025, at 07:14, Mark Millard wrote: >> >> Dennis Clarke wrote on >> Date: Mon, 26 May 2025 12:25:50 UTC : >> >>> On 5/24/25 21:47, Mark Millard wrote: >>>> Dennis Clarke wrote on >>>> Date: Sat, 24 May 2025 22:46:18 UTC : >>>> >>>>> wow ... archive ? Well why not and yes I will give that a whirl. >>>>> >>>>> Still doesn't clear up why I can not build from source but that is a >>>>> whole other matter. >>>> >>>> MFC's do not go back through the whole history >>> >>> I have no idea what "MFC" is supposed to mean. >>> I guess it is a code change that happened somewhere. >>> . . . >> >> The original change happened on CURRENT >> after 13.3 was branched. The 13.3 commit >> description for: >> >> https://github.com/freebsd/freebsd-src/commit/7ef70d24eee731375fe17a8ef1a30573338d9468 >> I think I have learned more in the last week from this maillist than from five or seven years of hacking about. All over the place. Thank you so much. -- -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken