From nobody Fri Nov 10 12:15:23 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 4SRd7b3SXrz50WF2 for ; Fri, 10 Nov 2023 12:15:23 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SRd7b16zZz4FQ4 for ; Fri, 10 Nov 2023 12:15:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1699618523; 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=Mn4RQgCqBUCqztV0iWAoY8xen9srqLv1LKI6J9grnPY=; b=lf0hcm5TGUbK3WPAwbW7lrrz8Ens82cfP1yiT+pzUOBh5zGQHhVuapktsAMMYlQkxh8jdv 2Ta887Puv7A93IXJuZNySJSgvkWOLprfW6phl1kHxd0a8R1yGjrY7HN2gWXtL/RSltA/Vj z15/1MA0m20S5SDdnN3VY8xstmcJwI8jCvv8sQ6+itKiD4EGzTEewdoqGcqyNV5PRc523I gq4n/cdVmhP6heP+ceP8v/yvR0YOK7yZRksvMx3Xo+JiECaNW33INkRMy624SvKf3ownMp fms2X6/8yIcJhhkiCZOGg76hJ+ECBpe5087O9ibtcrdshiiuCpLjdbeo1wddyg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1699618523; a=rsa-sha256; cv=none; b=hrFaQi9qco3G0gOL7Fb4BF9CSi4HaDH6RWCaq6Dq8Sz0SAZqpJf2A75iLUzQnuu281Pbsw w5BzfhnD6n4Vkebk2VG8E/OT/lwCEXyX4MbuL1y17bh0Mkl5jvUy03ePUiu45M0nDd9aJ2 dHRrlHZf7Vmmt6tKmUKddXdxEfnMsGN0VIi8sZ+R7OCp9Ram1cwDFht4Bq3raL3OCAvrAv ScuYqpDtQyZ+5oMxlzYORFpVtx7WLm6hkW+F2WNMfEfblYXaCDgP+pLvY3V5v2NwlcsGxR vaMDXPfl/cj5vJ+hVYqLxVuyJ6VvvlixvFaXjNTpVTUV0hmqXkgApIHCHfApHA== 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 4SRd7b0CG4zy0F for ; Fri, 10 Nov 2023 12:15:23 +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 3AACFMrQ000474 for ; Fri, 10 Nov 2023 12:15:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3AACFMBJ000473 for java@FreeBSD.org; Fri, 10 Nov 2023 12:15:22 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: java@FreeBSD.org Subject: [Bug 274964] java/openjdk21 Dual-stack IPv4/IPv6 applications no longer work with sysctl net.inet6.ip6.v6only=1 Date: Fri, 10 Nov 2023 12:15:23 +0000 X-Bugzilla-Reason: AssignedTo 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 Many People X-Bugzilla-Who: mikael@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc attachments.created 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 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274964 Mikael Urankar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael@FreeBSD.org --- Comment #1 from Mikael Urankar --- Created attachment 246232 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246232&action= =3Dedit v0 Try the attached patch please. --=20 You are receiving this mail because: You are the assignee for the bug.=