From nobody Sat Feb 3 17:45:00 2024 X-Original-To: freebsd-arch@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 4TS0Qj3xZQz59n4H for ; Sat, 3 Feb 2024 17:45:01 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TS0Qj3Kxcz4fyn; Sat, 3 Feb 2024 17:45:01 +0000 (UTC) (envelope-from pstef@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1706982301; 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=b5vBUtRftSfYTPsa04jFqT4nZW77BdPyNLsf+Vy/a5Q=; b=wnm7hxvoG+AImThRB1XGCitZvoDnoW8GPd/SOTBOmwKEEe+J6AbiyAucrG0tBCiYmKG3KD q+/wx6Y1DaeytG6ys66LJhsaQ9Fvg8SqPi2cylOb5yvDExSMpT+GoSRL1iDTX90iy0qlsQ L7sMKzvPGcg2LJg+vqAHCKs14TTCpLrRYPMJXwtZXolDv61F0QhstIj71qZDp+rWlMrlo3 iugWhmt9RGLc5SGjUaQXC2bPKQjp+3TJpC+2IJCQ7bbR7/rIINwHl2M5B+Dvg3PwtFEkAv D30qmaUaf1WNXG8nvs2HTU6DAgmQFw945MJRx/bBwHncDr85OTHChTbiibkx6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1706982301; 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=b5vBUtRftSfYTPsa04jFqT4nZW77BdPyNLsf+Vy/a5Q=; b=F7mTESD13Sq/6RriamsfGUkPeR01jOyO0BZEsRcAgi9pfLPs3CJONpD43M0qq4NnZdO3b/ 8s94uXIsSlyYgzIdlqVqk+hYkMV1/S4+M3j+6fQFEgaaMyeSvbbKVQD69Z2GW74eywq08X xWzreJEYu9C197G605JJiKX8r8W11wXIOyJmuBZnR7NunSeLf8hDvWKkOaODFKRR291ny1 ZZiKwr+aPoWARUQ06TLS8rirTfPP3uUoRxf6J3OKm1pkelLLvUsnPGJXTTfAqr++upFa6m Qhj9FUAkxmNoZgzEodO8t5eFQDZGtDh7Xu1tPjcAfR+N0gqTQBA1UGxmM3/z6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1706982301; a=rsa-sha256; cv=none; b=nR7NdyKW2JkgMBucU0ntjAtaTgJWM/gNttcCfLac9tuRvBNZWrwtt6A687dReQw1mT0uJ1 YsxdQJyrs7DYHWwf/eOCFYl9INQJZ3055ZeO32FCmrWnoTCm+UgXPdqzRf6oGPP5Elkiwr FpM3dnGyUFzvyUpvzRtlTgJAKI0ns3N0uyK0Mra5B/MOrxgOroLey10KB4wMoRgPj3yzi7 bcttsJ55r4YyNTB4rWQkLVj3J9dSfnxHHknjuVGoTuaK3ZFBADvcQj5uex5tcK+YkRfHNh CkJxNwq6IU+CSet652A7VwdbXHqiswHkTBAOl1NFMyIUClrl7nPNi8B3AsK0/Q== Received: by freefall.freebsd.org (Postfix, from userid 1403) id 2B77475B9; Sat, 3 Feb 2024 17:45:01 +0000 (UTC) Date: Sat, 3 Feb 2024 18:45:00 +0100 From: "Piotr P. Stefaniak" To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Cc: Minsoo Choo , "freebsd-arch@freebsd.org" Subject: Re: Importing Heimdal 7.8.0 Message-ID: References: <861q9x4lrp.fsf@ltc.des.no> List-Id: Discussion related to FreeBSD architecture List-Archive: https://lists.freebsd.org/archives/freebsd-arch List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arch@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <861q9x4lrp.fsf@ltc.des.no> On 2024-01-31 15:31:38, Dag-Erling Smørgrav wrote: >Minsoo Choo writes: >> I'm currently working on importing the latest version of Heimdal, > >Please don't. why Piotr