From nobody Fri Mar 10 20:40:05 2023 X-Original-To: pkg@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 4PYHx145DCz3xvsS for ; Fri, 10 Mar 2023 20:40:05 +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 4PYHx12HZwz4NXK for ; Fri, 10 Mar 2023 20:40:05 +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=1678480805; 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=YeotjMQ46r1L7CB10wTiN0kGa9Q0fcm4r+QLpThiZIY=; b=ow6c23jln/P16UKmQ9KYAXKAu046vst4rCuhTvzmgSWGsBkNF5qxJZNdOxSODSWU4GavtH UTgT5eqo6DQZxa2LGfaIngfsGb6EAwl71NkZMUV2HuRkAPAsDJHkxxdzLH8FfKzRaIbLXf EtLG+epaUP+c9MzYF2oTECGsEFA8Wb7YjeZntiBUa0tvvCAmVq9921fjggvDkAsHsCyBJf oseW+daWAASZcoGh2CFaOWc81ro52CrCNni2yctTjuTncSqpfvgSmuXViHDmEddir78Asy HEDdjw6NcEi+SLT1rWebJZMTT1bKm8TxmnF8SLRhfAyWKx3TQl1OFYcSsMfOWQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1678480805; a=rsa-sha256; cv=none; b=q/NIZ7VTRFdAwLsoySYaqgO5OkrlMH94v7zfUJAg+AIlmsos/+L0VQJKTU/RW9C4XEVKcF 4Mf+AzfWlJsfyIpSmWFNgy6JwnxxuuFdUFdSQVbKtV43nLiYcE25Ud/Hpp3L6FEP1aVrZM ca0xUfih6L0FrlUYwuMu8ksxM0hPBzYUQnC2XxoQq8f74TbVPuPsliuZzDoiDWWHJ3kFr8 dP/KpuizrhxNoAEWtPRuid0AWF/RSKxfNHiDk2IKp9hRA4cLqjFmZm+wUpJfkM5TUi52sw l7c8hGqCzY3Obx5Mxqv95lQ7OgZojulLdJ72nQz87iTLi29GkvEu72+RXEhHLQ== 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 4PYHx11G5Xz12kr for ; Fri, 10 Mar 2023 20:40:05 +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 32AKe5Mk025403 for ; Fri, 10 Mar 2023 20:40:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 32AKe5NY025402 for pkg@FreeBSD.org; Fri, 10 Mar 2023 20:40:05 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: pkg@FreeBSD.org Subject: [Bug 270023] usr.sbin/pkg doesn't compile with OpenSSL 3 Date: Fri, 10 Mar 2023 20:40:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bapt@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bapt@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270023 Baptiste Daroussin changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.=