From owner-freebsd-ppc@freebsd.org Thu Dec 3 23:44:51 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A783A4B3A0B for ; Thu, 3 Dec 2020 23:44:51 +0000 (UTC) (envelope-from bugzilla-noreply@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CnC9t4XWqz3DF9 for ; Thu, 3 Dec 2020 23:44:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1607039091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pWxbh2+8SnsFsOHEmZzWbfLZN96eqXVWSPjNWVmu6aU=; b=GHneGoxO8rVUl5z8WZPkC0/AJAMTiPoWfJpR1J6Na8iMd5JCk0GSYA3yeAsrnLDjdsFwcb zCoPhNJ+Pcckp5zyFRk0CdQXYK33AzbcRvgMtTP0SdBbIwXE36TlEc8UzWhyivCT2FgTOZ nuEFk3L+dFv0+svAVd967mrrG/hkj4f+PYCjmb3KljQ4zPorq+UHYSYv66iHN29ZUudfI+ t1CtrGtbLp/zdNGJRsVVAzdvXNlYBYHMuPx48cYlptDYmws9HBOKEmFaYRNAQY1Rkg9VPt tQ7Nb4waQ+NwW58yGSTUiirMhuJXvGsZzahwMsDq2U08GwEfgl8rh/C+kNKyVg== Received: by freefall.freebsd.org (Postfix) id DA26E1CDC3; Thu, 3 Dec 2020 23:44:49 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id D5D741CE99 for ; Thu, 3 Dec 2020 23:44:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CnC9s1nxnz3D96 for ; Thu, 3 Dec 2020 23:44:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4E1C2200D for ; Thu, 3 Dec 2020 23:44:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B3NiluC072095 for ; Thu, 3 Dec 2020 23:44:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0B3Nil3S072094 for powerpc@FreeBSD.org; Thu, 3 Dec 2020 23:44:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 251262] java/bootstrap-openjdk11: add powerpc64le bootstrap Date: Thu, 03 Dec 2020 23:44:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1607039091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pWxbh2+8SnsFsOHEmZzWbfLZN96eqXVWSPjNWVmu6aU=; b=nwXLDIka241dWbDfvSuPeLhbf4r1MWzlGk7uvlBg4hom+C5BIzhIeiN4QggkF8trHK8QbD sARLeAZVEbk64dCzZ8I/HaKBpTC8mgeJoT7Zm15FUNWpH54peAi5y8thPLx6trxCh2CHyj Bv/4ekjaXtez9DGM6rjUQussQ13TPXXR1P2w8Ni8bDyWXLl7Fg5KSw71VV4cMEitzCT/pZ QzcciuUlLO1hjVCak+OtNdZR+8C5ElPCSCmHn6yOxXs4qI69VOeNfmmO4LDvaqPeBTMmaP tskDh3wp3IcJlB+vqnVq0MVUFH/D2/GrOkBNkzU3iCNlZlj/TkGSN6ZmsxxYsg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1607039091; a=rsa-sha256; cv=none; b=KSvd1LAs58+RuZ9nFtIUdTs3Uqt+kgppgNxI00XD+XogGQh+8zWoc/lHzDiUkv9JhOHf+x Y+FLXXtVxgAC5/6DOBySd3zxW4hqvDPqg9tm7xqFUBzT9eaFIomFs2dr0t+8I32zDSwQUS H9/mTcIm+vXAs9LVjPq4o9lio5Qgfz6Wq9XKig37qCuzcuyq3pSdi2zA+ZOHHKRryszJ8o 9I/b0E5Zuzhh8f6AjQWKk4ECrgRxqmk1lwGp+eSVLrrDsOcPPXGh3L2psfE+Z57zyR25lW CwwSQZ5CDrDobko1SQyJWwoJOZB/gKp0goF0FIx655UdN8sSEioAUvZcbNbmJA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 23:44:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251262 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.=