From nobody Sat Oct 14 19:55:56 2023 X-Original-To: ports@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 4S7Ddp1blnz4xBTC for ; Sat, 14 Oct 2023 19:56:14 +0000 (UTC) (envelope-from freebsd@funzi.org) Received: from mx.funzi.org (mx.funzi.org [195.201.94.23]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S7Ddm2DrHz4dkm for ; Sat, 14 Oct 2023 19:56:12 +0000 (UTC) (envelope-from freebsd@funzi.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=funzi.org header.s=dkim header.b=ije7ryT3; spf=pass (mx1.freebsd.org: domain of freebsd@funzi.org designates 195.201.94.23 as permitted sender) smtp.mailfrom=freebsd@funzi.org; dmarc=pass (policy=none) header.from=funzi.org Received: from mx.funzi.org (mx.funzi.org [192.168.0.2]) by mx.funzi.org (Postfix) with ESMTP id 4S7Ddc26m5zlkY for ; Sat, 14 Oct 2023 21:56:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=funzi.org; h= in-reply-to:organization:from:references:to:content-language :subject:user-agent:mime-version:date:message-id:content-type; s=dkim; t=1697313357; x=1698177358; bh=dFHwYpVkMXGKSUH2Hg1lLCmg uPdoEHkqRNQordzwpqM=; b=ije7ryT3gklDqulNOPFmxp55Ldgtjkdl5g0KKnEj 9lNewPBvXXi35azukZq2HyGu1YhTRtpedQd0oilTFMV+inTKmJfzlAHtSWw2PPA0 UX5KdykDs0bXX3QbM9rbNWl3X92CZQE8i+jTZBeMNp3oPSTGTSb5Mu4y8Kj1gBAJ bS8= Received: from mx.funzi.org ([192.168.0.2]) by mx.funzi.org (mx.funzi.org [192.168.0.2]) (amavisd-new, port 10026) with ESMTP id QXf0AtZh6SIl for ; Sat, 14 Oct 2023 21:55:57 +0200 (CEST) Received: from [IPV6:2003:de:4f2a:7700:593:94cb:c7c1:18ee] (p200300dE4f2A7700059394cBc7C118eE.dip0.t-ipconnect.de [IPv6:2003:de:4f2a:7700:593:94cb:c7c1:18ee]) by mx.funzi.org (Postfix) with ESMTPSA id 4S7DdS6X2jzlfq for ; Sat, 14 Oct 2023 21:55:56 +0200 (CEST) Content-Type: multipart/alternative; boundary="------------lvPunUO2000v0CW0nFxZQZcZ" Message-ID: <676041e5-aecb-450c-be8d-f0d1185d2319@funzi.org> Date: Sat, 14 Oct 2023 21:55:56 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: go: errors parsing go.mod: unexpected input character '\x1f' Content-Language: de-LU To: ports@freebsd.org References: <7d322368-390e-40b0-98c0-b04bd52eb6bc@funzi.org> From: Christopher Beppler Organization: Christopher Beppler Computer- und Webdienstleistungen In-Reply-To: <7d322368-390e-40b0-98c0-b04bd52eb6bc@funzi.org> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.985]; DMARC_POLICY_ALLOW(-0.50)[funzi.org,none]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[funzi.org:s=dkim]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[funzi.org:+]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; ASN(0.00)[asn:24940, ipnet:195.201.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4S7Ddm2DrHz4dkm This is a multi-part message in MIME format. --------------lvPunUO2000v0CW0nFxZQZcZ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Am 14.10.23 um 21:39 schrieb Christopher Beppler: > Hey there porting experts, > > I am in the process of migrating the sysutils/loki port to=20 > USES=3Dgo:modules instead of the quite cumbersome GH_TUPLE shenanigans. > [...] Some progress, the error is a different one now (Updated Makefile below): =3D=3D=3D>=C2=A0 License AGPLv3 accepted by the user =3D=3D=3D>=C2=A0 License AGPLv3 accepted by the user =3D=3D=3D>=C2=A0=C2=A0 grafana-loki-2.9.1 depends on file: /usr/local/sbi= n/pkg - found =3D=3D=3D>=C2=A0=C2=A0 grafana-loki-2.9.1 depends on file: /usr/local/bin= /go120 - found =3D=3D=3D>=C2=A0=C2=A0 grafana-loki-2.9.1 depends on package: ca_root_nss= >0 - found =3D> v2.9.1.mod doesn't seem to exist in=20 /usr/ports/distfiles/go/sysutils_loki/loki-v2.9.1. =3D> Attempting to fetch=20 https://proxy.golang.org/github.com/grafana/loki/@v/v2.9.1.mod fetch: https://proxy.golang.org/github.com/grafana/loki/@v/v2.9.1.mod:=20 Not Found =3D> Attempting to fetch=20 http://distcache.FreeBSD.org/ports-distfiles/go/sysutils_loki/loki-v2.9.1= /v2.9.1.mod fetch:=20 http://distcache.FreeBSD.org/ports-distfiles/go/sysutils_loki/loki-v2.9.1= /v2.9.1.mod:=20 Not Found =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /usr/ports/distfiles/go/sysutils_loki/loki-v2.9.1= =20 and try again. *** Error code 1 If I open=20 https://proxy.golang.org/github.com/grafana/loki/@v/v2.9.1.mod, I can see not found:github.com/grafana/loki@v2.9.1: invalid version: module contain= s a go.mod file, so module path must match major version ("github.com/gra= fana/loki/v2") Is this a bug (similar to https://github.com/golang/go/issues/35732) in=20 go or am I missing something? > > This is the (reduced) Makefile I am using that reproduces the issue: > [...] Correcting this to: PORTNAME=3D=C2=A0=C2=A0=C2=A0 loki DISTVERSIONPREFIX=3D=C2=A0=C2=A0=C2=A0 v DISTVERSION=3D=C2=A0=C2=A0=C2=A0 2.9.1 CATEGORIES=3D=C2=A0=C2=A0=C2=A0 sysutils PKGNAMEPREFIX=3D=C2=A0=C2=A0=C2=A0 grafana- USES=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 go:modules USE_RC_SUBR=3D=C2=A0=C2=A0=C2=A0 loki GO_MODULE=3D=C2=A0=C2=A0=C2=A0 github.com/grafana/loki GO_TARGET=3D=C2=A0=C2=A0=C2=A0 ./cmd/loki ./cmd/loki-canary ./cmd/logcli=20 ./clients/cmd/promtail .include Having still cpe and USES_GITHUB=3Dyes enabled was wrong. --------------lvPunUO2000v0CW0nFxZQZcZ Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am 14.10.23 um 21:39 schrieb Christopher Beppler:
Hey there porting experts,

I am in the process of migrating the sysutils/loki port to USES=3Dgo:modules instead of the quite cumbersome GH_TUPLE shenanigans.
[...]

Some progress, the error is a different one now (Updated Makefile below):

=3D=3D=3D>=C2=A0 License AGPLv3 accepted by the user
=3D=3D=3D>=C2=A0 License AGPLv3 accepted by the user
=3D=3D=3D>=C2=A0=C2=A0 grafana-loki-2.9.1 depends on file: /usr/= local/sbin/pkg - found
=3D=3D=3D>=C2=A0=C2=A0 grafana-loki-2.9.1 depends on file: /usr/= local/bin/go120 - found
=3D=3D=3D>=C2=A0=C2=A0 grafana-loki-2.9.1 depends on package: ca= _root_nss>0 - found
=3D> v2.9.1.mod doesn't seem to exist in /usr/ports/distfiles/go/sysutils_loki/loki-v2.9.1.
=3D> Attempting to fetch https://proxy.golang.org/github.c= om/grafana/loki/@v/v2.9.1.mod
fetch: https://proxy.golang.org/github.c= om/grafana/loki/@v/v2.9.1.mod: Not Found
=3D> Attempting to fetch http://distcache.= FreeBSD.org/ports-distfiles/go/sysutils_loki/loki-v2.9.1/v2.9.1.mod fetch: http://distcache.= FreeBSD.org/ports-distfiles/go/sysutils_loki/loki-v2.9.1/v2.9.1.mod: Not Found
=3D> Couldn't fetch it - please try to retrieve this
=3D> port manually into /usr/ports/distfiles/go/sysutils_loki/loki-v2.9.1 and try again. *** Error code 1

If I open https://proxy.golang.org/github.c= om/grafana/loki/@v/v2.9.1.mod, I can see

not found: github.com/grafana/loki@v2.9.1: inval=
id version: module contains a go.mod file, so module path must match majo=
r version ("github.com/grafana/loki/v2")

Is this a bug (similar to https://github.com/golang/go/issues/35732) in go o= r am I missing something?


This is the (reduced) Makefile I am using that reproduces the issue:
[...]

Correcting this to:

PORTNAME=3D=C2=A0=C2=A0=C2=A0 loki
DISTVERSIONPREFIX=3D=C2=A0=C2=A0=C2=A0 v
DISTVERSION=3D=C2=A0=C2=A0=C2=A0 2.9.1
CATEGORIES=3D=C2=A0=C2=A0=C2=A0 sysutils
PKGNAMEPREFIX=3D=C2=A0=C2=A0=C2=A0 grafana-

USES=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 go:modules

USE_RC_SUBR=3D=C2=A0=C2=A0=C2=A0 loki

GO_MODULE=3D=C2=A0=C2=A0=C2=A0 github.com/grafana/loki
GO_TARGET=3D=C2=A0=C2=A0=C2=A0 ./cmd/loki ./cmd/loki-canary ./cmd/l= ogcli ./clients/cmd/promtail

.include <bsd.port.mk>

Having still cpe and USES_GITHUB=3Dyes enabled was wrong.

--------------lvPunUO2000v0CW0nFxZQZcZ-- From nobody Sun Oct 15 04:00:40 2023 X-Original-To: ports@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 4S7RNn6nDcz4xdVr for ; Sun, 15 Oct 2023 04:00:41 +0000 (UTC) (envelope-from portscout@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 4S7RNn1Khsz4DpH for ; Sun, 15 Oct 2023 04:00:41 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697342441; a=rsa-sha256; cv=none; b=fNVFphXLyqIgxJ1wLlO5+5aXq1Gzpq+oMBHJBQ8gRrPVwZ4WK+rYgOkboORldNfRVtz/ae pEGDBn48XR+nmlwobnobQfTfoEokL3A2wsPeYON6xRfWKZtNse2j4do04ijJyIsiK0+ROD SJokwzfuxdBCNnDHqPP1/Q0b0lxyOZ7I+SA8vgoPo0D7xqhRchPzQv8zokpCUymiSDIYWW DaQ3tva0w2R2HZg7PZPRgp8t0HNO+HoQnvm85LO9PLb+iOw3dHw3ybxTIxqC4zoKJq1pls xQ+gGJFxUOb6X4Hi0nRpz+SPI38f1edshcPy+/6i8T+aA2PS4djMTH3WzjRxbA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697342441; 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; bh=/8OwwlqN3OUxY1tuhJtfwrYXpQGELxT1ltPSeHQO4Hg=; b=XKuFcadw3mcNw8bk5f7dZ+hLPMyr60ySBeZUjS3DlmifiIbPgIIHKF/tR+CHaH7B/NJwiJ vsNU02USIb4BOCs1iuyco0XcY0GrzjAC3ndz1rq9LYbjMuOeupf/eYCqrJ+ifrVGpgT12N NmYpg8MLlU1lvFAWT025wC6JzPuFFrXalzrOla3VdHTmbNbD/+rei/FRY7pwA8dt32T2Ij rzcJeot4GoUJ2Nun/07u0B7W4BB7FrSzbSYNClyh/vlklRI7gqDpv0+t+CXi9Yffv3Hx3u I2hC77v0PCVBJBaqcnPtGBKNaWU00268ibnZ+6SX0FYi2bYzCIbG53xaJB5rJQ== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4S7RNn0F4vzxft for ; Sun, 15 Oct 2023 04:00:41 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39F40eOI044458 for ; Sun, 15 Oct 2023 04:00:40 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39F40eVQ044457; Sun, 15 Oct 2023 04:00:40 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310150400.39F40eVQ044457@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Sun, 15 Oct 2023 04:00:40 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ cad/ifcopenshell | 0.6.0 | blenderbim-231014 ------------------------------------------------+-----------------+------------ devel/spread-sheet-widget | 0.8 | 0.10 ------------------------------------------------+-----------------+------------ math/arpack++ | 2.3.0 | 2.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Sun Oct 15 10:41:36 2023 X-Original-To: freebsd-ports@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 4S7cHR1LRPz4wlVt for ; Sun, 15 Oct 2023 10:41:39 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp-out01.qsp.nl (smtp-out01.qsp.nl [193.254.214.165]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S7cHQ3N0Bz3FT2 for ; Sun, 15 Oct 2023 10:41:38 +0000 (UTC) (envelope-from brnrd@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 193.254.214.165 is neither permitted nor denied by domain of brnrd@freebsd.org) smtp.mailfrom=brnrd@freebsd.org; dmarc=none Received: from smtp.brnrd.eu (5921114a.static.cust.trined.nl [89.33.17.74]) by smtp01.qsp.nl (Postfix) with ESMTPSA id 621E9151A5 for ; Sun, 15 Oct 2023 12:41:37 +0200 (CEST) Received: from mail.bachfreund.nl (unknown [127.12.7.10]) (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) (No client certificate requested) by smtp.brnrd.eu (Postfix) with ESMTPSA id 4S7cHP12wnzFlL for ; Sun, 15 Oct 2023 10:41:37 +0000 (UTC) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Sun, 15 Oct 2023 10:41:36 +0000 From: Bernard Spil To: freebsd-ports@freebsd.org Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch In-Reply-To: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> Message-ID: <48b835a442707d7b8db4f4b270c12897@freebsd.org> X-Sender: brnrd@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.07 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.995]; NEURAL_HAM_MEDIUM(-0.98)[-0.975]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:12315, ipnet:193.254.214.0/23, country:NL]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[brnrd]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-Rspamd-Queue-Id: 4S7cHQ3N0Bz3FT2 On 2023-10-06 11:43, Bernard Spil wrote: > Hi all, > > In line with FreeBSD 14.0 that has OpenSSL 3.0 in base, all ports are > expected to work with this version. > > The following changes will be made between first Release Candidate (RC) > and actual RELEASE of FreeBSD 14.0: > > security/openssl updated from 1.1.1w to 3.0.11 > security/openssl30 removed > security/openssl111 created with version (1.1.1w) > UPDATING an entry about updating all ports for the SHLIBVER > bump will be added > MOVED an entry for security/openssl30 with target > security/openssl will be created > > The security/openssl111 port will be marked "DEPRECATED" in line with > statements from the OpenSSL project about the End-of-Life for the 1.1.1 > branch. No "EXPIRATION_DATE" will be set for now. > > With kind regards, Bernard Spil Hi all, DEFAULT_VERSIONS+= openssl is now OpenSSL 3.0.11 (openssl-3.0.11,1) Quick search in ports tree uncovers the following ports that seem to require 1.1.1. I'm chasing them down and adapting the BROKEN_SSL versions, but not making them require openssl111 at the moment. Expect a commit soon. audio/umurmur/Makefile:31:BROKEN_SSL= openssl30 openssl31 audio/murmur/Makefile:17:BROKEN_SSL= openssl30 openssl31 audio/spotify-tui/Makefile:294:BROKEN_SSL= base openssl30 openssl31 net/gq/Makefile:48:BROKEN_SSL= base openssl openssl30 openssl31 mail/enma/Makefile:19:BROKEN_SSL= openssl30 openssl31 sysutils/vector/Makefile:568:BROKEN_SSL= base openssl30 openssl31 sysutils/flowgger/Makefile:18:#BROKEN_SSL= openssl30 openssl31 www/castor/Makefile:133:BROKEN_SSL= base openssl30 openssl31 www/rearx/Makefile:177:BROKEN_SSL= base openssl30 openssl31 net-im/telegram-desktop/Makefile:16:BROKEN_SSL= openssl30 openssl31 archivers/xar/Makefile:18:BROKEN_SSL= openssl30 openssl31 devel/kore/Makefile:13:BROKEN_SSL= openssl30 openssl31 devel/gbump/Makefile:20:BROKEN_SSL= openssl30 openssl31 devel/gbump/Makefile:69:BROKEN_SSL= base openssl30 openssl31 devel/ptlib/Makefile:17:BROKEN_SSL= openssl30 openssl31 security/pkcs11-tools/Makefile:16:BROKEN_SSL= libressl openssl30 openssl31 security/pkcs11-tools/Makefile:18:BROKEN_SSL_REASON_openssl30= error: undefined symbol: EVP_PKEY_* security/p5-Filter-Crypto/Makefile:19:BROKEN_SSL= openssl30 openssl31 security/krb5-119/Makefile:28:BROKEN_SSL= openssl30 openssl31 security/proxytunnel/Makefile:18:BROKEN_SSL= openssl30 openssl31 security/py-nassl/Makefile:14:BROKEN_SSL= openssl30 openssl31 security/gost-engine/Makefile:69:BROKEN_SSL+= openssl30 # openssl31 From nobody Sun Oct 15 10:56:48 2023 X-Original-To: freebsd-ports@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 4S7cdB0JSzz4wmWL for ; Sun, 15 Oct 2023 10:57:02 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S7cd96g5qz3HC2; Sun, 15 Oct 2023 10:57:01 +0000 (UTC) (envelope-from bofh@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697367421; 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: in-reply-to:in-reply-to:references:references; bh=LnJ9tPST1S+Vldx0A/3HE2qaZXBxrTbO2jIzSd69CGE=; b=krJg/83yJi7tC2E4UTu9eocRKfVvGOd0y6cCS2YwmHZxb0MXNF8IUI/q5/dIuGBNzUeAkW AERaHFvDQLQ1jIMzcSjchjaUSgU44KW7bl8ELBTbFLnJ89BPlaE8FD3ut4ewjZsACvTXXY KNy5o82z2VgHs99TaAu352Qd/iTzTYnce4lRH65rB2XdUsj88iw32XfWNhhPYjMrsloaod WJsgm3IyotSjQ+GC4vJE9YSsNJvZu2j+aJWGNZBGEm0LxPtq8t/aFwrn5bO3vkBXTddQA+ HyhV8TpcnONwpLdVC7Bmv/Dwq3u8tmLzlyXFyFX+PhphlBKIqVJqjHyPwsnpaw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697367421; a=rsa-sha256; cv=none; b=ak6Xc7JodXiKC1EV3d/F5YuiMlVysf/2gO8U9NhWLH83SI6OmYG09w542AZ8dgHqwW7VMK accrbFH3HqROJlTFS349ONz+2Qcl16BI6O4whbRFHxP6VK2IMEEpJxwBJuHoerrbly4ueD SHdXnBzF0Zsp8z4RSubDDwARw4hVpMEk37jcimloqVCKbFjrzz1iZ8AtK2TqAPlmhbLJj/ XcLDguHD5DR6M67YZIXxFL1NPu+LsyiMbXHvSBKmtbiu5m8Ul/xu7VrtU79b5mFvQ3FCZT GTqdxgquDfZrr8Nz6kabRY4TtByhjWtMnx6fnXGp+h63ElCulkNHT1dx0fWUfw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697367421; 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: in-reply-to:in-reply-to:references:references; bh=LnJ9tPST1S+Vldx0A/3HE2qaZXBxrTbO2jIzSd69CGE=; b=HZfI3hI38aIJdLOt8qEOR09qF1JwSMH+mah+yrM4dnMXeDN0YT/ZvUSJ/ybAH2LU9Dr6/8 s81DrOuVD91HNl855hK7NcFrPY/3Wt+I3/oOBGm7iuaOXUvqdQMk9lVhCFKgISSOjdXmFI THq9KGr2r66FuFknVJOYJMrm63qEaBzAMYOte9aUl+8VrL6rjGzaWSCBo+yqqZpLqqx8OT zUtTo8r++z5J4uhzGyGI6vQIpw8sDLyCg2mB1L7qmRgJBgvKFfpUpIR4Mw9Djo3QDJz4dh vRHKSGTgJWXObu/7DTolH/fZFpbnyKCuO2k2LcqKhY2WGlo+aTgECSRdu/6hFw== Received: from mx.bofh.network (mx.bofh.network [5.9.249.227]) (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) (Authenticated sender: bofh/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S7cd932L5z1B9c; Sun, 15 Oct 2023 10:57:01 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from smtpclient.apple ( [217.117.226.147]) by mx.bofh.network (OpenSMTPD) with ESMTPSA id 8f01b139 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Sun, 15 Oct 2023 10:56:59 +0000 (UTC) Content-Type: multipart/signed; boundary="Apple-Mail=_AFE1ECC7-F3A9-46C9-9BCD-C77935B80E73"; protocol="application/pgp-signature"; micalg=pgp-sha512 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch From: Moin Rahman In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> Date: Sun, 15 Oct 2023 12:56:48 +0200 Cc: freebsd-ports@freebsd.org Message-Id: References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> To: Bernard Spil X-Mailer: Apple Mail (2.3731.700.6) --Apple-Mail=_AFE1ECC7-F3A9-46C9-9BCD-C77935B80E73 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Oct 15, 2023, at 12:41 PM, Bernard Spil wrote: >=20 > On 2023-10-06 11:43, Bernard Spil wrote: >> Hi all, >> In line with FreeBSD 14.0 that has OpenSSL 3.0 in base, all ports are = expected to work with this version. >> The following changes will be made between first Release Candidate = (RC) and actual RELEASE of FreeBSD 14.0: >> security/openssl updated from 1.1.1w to 3.0.11 >> security/openssl30 removed >> security/openssl111 created with version (1.1.1w) >> UPDATING an entry about updating all ports for the = SHLIBVER bump will be added >> MOVED an entry for security/openssl30 with target = security/openssl will be created >> The security/openssl111 port will be marked "DEPRECATED" in line with = statements from the OpenSSL project about the End-of-Life for the 1.1.1 = branch. No "EXPIRATION_DATE" will be set for now. >> With kind regards, Bernard Spil >=20 > Hi all, >=20 > DEFAULT_VERSIONS+=3D openssl is now OpenSSL 3.0.11 (openssl-3.0.11,1) >=20 > Quick search in ports tree uncovers the following ports that seem to = require 1.1.1. I'm chasing them down and adapting the BROKEN_SSL = versions, but not making them require openssl111 at the moment. Expect a = commit soon. >=20 > audio/umurmur/Makefile:31:BROKEN_SSL=3D openssl30 openssl31 > audio/murmur/Makefile:17:BROKEN_SSL=3D openssl30 openssl31 > audio/spotify-tui/Makefile:294:BROKEN_SSL=3D base openssl30 = openssl31 > net/gq/Makefile:48:BROKEN_SSL=3D base openssl openssl30 openssl31 > mail/enma/Makefile:19:BROKEN_SSL=3D openssl30 openssl31 > sysutils/vector/Makefile:568:BROKEN_SSL=3D base openssl30 = openssl31 > sysutils/flowgger/Makefile:18:#BROKEN_SSL=3D openssl30 openssl31 > www/castor/Makefile:133:BROKEN_SSL=3D base openssl30 openssl31 > www/rearx/Makefile:177:BROKEN_SSL=3D base openssl30 openssl31 > net-im/telegram-desktop/Makefile:16:BROKEN_SSL=3D openssl30 openssl31 > archivers/xar/Makefile:18:BROKEN_SSL=3D openssl30 openssl31 > devel/kore/Makefile:13:BROKEN_SSL=3D openssl30 openssl31 > devel/gbump/Makefile:20:BROKEN_SSL=3D openssl30 openssl31 > devel/gbump/Makefile:69:BROKEN_SSL=3D base openssl30 openssl31 > devel/ptlib/Makefile:17:BROKEN_SSL=3D openssl30 openssl31 > security/pkcs11-tools/Makefile:16:BROKEN_SSL=3D libressl openssl30 = openssl31 > security/pkcs11-tools/Makefile:18:BROKEN_SSL_REASON_openssl30=3D = error: undefined symbol: EVP_PKEY_* > security/p5-Filter-Crypto/Makefile:19:BROKEN_SSL=3D openssl30 = openssl31 > security/krb5-119/Makefile:28:BROKEN_SSL=3D openssl30 openssl31 > security/proxytunnel/Makefile:18:BROKEN_SSL=3D openssl30 openssl31 > security/py-nassl/Makefile:14:BROKEN_SSL=3D openssl30 openssl31 > security/gost-engine/Makefile:69:BROKEN_SSL+=3D openssl30 # = openssl31 >=20 net/lavinmq/Makefile www/screego/Makefile www/dot-http/Makefile databases/movine/Makefile databases/xrootd/Makefile dns/dog/Makefile net-p2p/cardano-node/Makefile Can you please have a look at these too? Kind regards, Moin --Apple-Mail=_AFE1ECC7-F3A9-46C9-9BCD-C77935B80E73 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEETfdREoUGjQZKBS+fvbm1phfAvJEFAmUrxXBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDRE Rjc1MTEyODUwNjhEMDY0QTA1MkY5RkJEQjlCNUE2MTdDMEJDOTEACgkQvbm1phfA vJEkxw//R1sakuvLouYTJzZ1h6PL3ffmks/be53dWmcOzSG7v6KM1f+L8Qxg9q9w +fyA+BjN9NnrNZFe5i/iE9E0StTR5UG64bcdUBGcLg/Qj7IqxlkQBsUm7RHgFPBo amabs4zpQQkkxpuirx0DOQrNyCmWR51CreRwqGykpUtSQ1oHi8Be3rVrAnlChw2C rDeg6Mbn1JTma6bZUjh14Zx0iAuiqfSJHrRX9bsbaUbgSOMjtgoB6QnGd/hqQEPO zD+TUQegrOEGwFTeSm7dvalOxhghSJlqvilW1kMwqlY5rbJYzpwWQKhidbUtBEtt SGIBM67aFlqgrKgXx4nBNMxtR5AI9HWagRjtagq4Zzyqkxh97yz7q7sVhNeeXxNK piq7iw3F3RgpBD4OW01JdlRVqH45CmevqObifQDCilo1iN6SufLJf71hX1BqeZ0U bD3DFJtiO9i0bu3dEIHZ8z94H9D5V3oL/Entb0phKYS+fBdOJTL0IucUyRCYHJZP ilB4exhu5k/prAF5Cs5HEopyE1j8h/+NTAFmo3SaMuw8Iw41r+JPZmGesCWiE4S+ VpnCJmEgiLpt6XDNfr3NCz0X1vS4STjC0rMcojR+NW2Mj1K8yC2U5g3GxRoS2Rhv kx2F1xHsvdKZ+0/Yf1IW5OOXBQIOd+gpKs89JIkawvcQmoRbo0U= =oDML -----END PGP SIGNATURE----- --Apple-Mail=_AFE1ECC7-F3A9-46C9-9BCD-C77935B80E73-- From nobody Sun Oct 15 11:23:50 2023 X-Original-To: freebsd-ports@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 4S7dD93gVhz4wpFb; Sun, 15 Oct 2023 11:23:53 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp-out02.qsp.nl (smtp-out02.qsp.nl [193.254.214.166]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S7dD85c0kz3L66; Sun, 15 Oct 2023 11:23:52 +0000 (UTC) (envelope-from brnrd@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 193.254.214.166 is neither permitted nor denied by domain of brnrd@freebsd.org) smtp.mailfrom=brnrd@freebsd.org; dmarc=none Received: from smtp.brnrd.eu (5921114a.static.cust.trined.nl [89.33.17.74]) by smtp02.qsp.nl (Postfix) with ESMTPSA id 671ECB770; Sun, 15 Oct 2023 13:23:51 +0200 (CEST) Received: from mail.bachfreund.nl (unknown [127.12.7.10]) (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) (No client certificate requested) by smtp.brnrd.eu (Postfix) with ESMTPSA id 4S7dD70gp1zJZp; Sun, 15 Oct 2023 11:23:51 +0000 (UTC) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Sun, 15 Oct 2023 11:23:50 +0000 From: Bernard Spil To: Freebsd Ports , lcook@FreeBSD.org, bofh@FreeBSD.org, nbari@tequila.io, gnome@FreeBSD.org, cy@FreeBSD.org, sunpoet@FreeBSD.org, perl@FreeBSD.org, eric.devolder@gmail.com, ehaupt@FreeBSD.org, mikael@FreeBSD.org, kraileth@elderlinux.org, yuri@FreeBSD.org Subject: Updated BROKEN_SSL in ports Message-ID: <8aa91ad17a3cd54b0ba9d95008f4ce29@freebsd.org> X-Sender: brnrd@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: - X-Spamd-Result: default: False [-1.60 / 15.00]; SUSPICIOUS_RECIPS(1.50)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@FreeBSD.org,gnome@FreeBSD.org,perl@FreeBSD.org]; RCPT_COUNT_TWELVE(0.00)[13]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:12315, ipnet:193.254.214.0/23, country:NL]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_TO(0.00)[FreeBSD.org,tequila.io,gmail.com,elderlinux.org]; MID_RHS_MATCH_FROM(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[brnrd]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_DN_SOME(0.00)[]; TAGGED_RCPT(0.00)[]; RCVD_TLS_ALL(0.00)[]; DMARC_NA(0.00)[freebsd.org]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4S7dD85c0kz3L66 Hi all, https://cgit.freebsd.org/ports/commit/?id=b1d64d34b002aa67a41665fa0266f8a924c1f6fd (A) Port(s) of which you are maintainer have had BROKEN_SSL updated to reflect the update of security/openssl from 1.1.1 to 3.0. BROKEN_SSL references to "openssl30" have been changed to "openssl". A common stanza for FreeBSD 14 was also updated. NOTE: no changes have been made to force depending on security/openssl111! The OpenSSL 1.1.1 port is available as security/openssl111 for the time being, it will disappear on or before FreeBSD 13 End-of-Life. archivers/xar audio/murmur audio/spotify-tui audio/umurmur devel/gbump devel/kore devel/ptlib mail/enma net-im/telegram-desktop net/gq security/krb5-119 security/libfido2 security/p5-Filter-Crypto security/pkcs11-tools security/proxytunnel security/py-nassl security/sslsplit sysutils/flowgger sysutils/vector www/castor www/rearx Cheers, Bernard Spil. brnrd@FreeBSD.org with hat: OpenSSL ports maintainer From eugen@freebsd.org Sun Oct 15 14:44:23 2023 X-Original-To: freebsd-ports@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 4S7jgp6zjJz4x2dV for ; Sun, 15 Oct 2023 14:44:38 +0000 (UTC) (envelope-from eugen@freebsd.org) Received: from hz.grosbein.net (hz.grosbein.net [IPv6:2a01:4f8:c2c:26d8::2]) (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 (2048 bits) client-digest SHA256) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S7jgp43Slz3fY0; Sun, 15 Oct 2023 14:44:38 +0000 (UTC) (envelope-from eugen@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.17.1/8.17.1) with ESMTPS id 39FEiTUf076103 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Sun, 15 Oct 2023 14:44:30 GMT (envelope-from eugen@freebsd.org) X-Envelope-From: eugen@freebsd.org X-Envelope-To: brnrd@freebsd.org Received: from [10.58.0.11] (dadvw [10.58.0.11] (may be forged)) by eg.sd.rdtc.ru (8.17.1/8.17.1) with ESMTPS id 39FEiRgN086637 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 15 Oct 2023 21:44:27 +0700 (+07) (envelope-from eugen@freebsd.org) Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch To: Bernard Spil , freebsd-ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: Eugene Grosbein Message-ID: <7f37d937-38d6-f734-1503-5cf364dffecd@freebsd.org> Date: Sun, 15 Oct 2023 21:44:23 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT autolearn=disabled version=3.4.6 X-Spam-Report: * -0.0 SHORTCIRCUIT No description available. * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on hz.grosbein.net X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4S7jgp43Slz3fY0 15.10.2023 17:41, Bernard Spil wrote: > security/gost-engine/Makefile:69:BROKEN_SSL+= openssl30 # openssl31 Please avoid touching security/gost-engine. It is special case and I will handle it myself as maintainer. From nobody Mon Oct 16 04:10:04 2023 X-Original-To: ports@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 4S83Y86CDqz4wpR9 for ; Mon, 16 Oct 2023 04:10:04 +0000 (UTC) (envelope-from portscout@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 4S83Y84DGVz3gpM for ; Mon, 16 Oct 2023 04:10:04 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697429404; a=rsa-sha256; cv=none; b=rXV+j+82B+i0pbZJEZRvoe1egz+Bc/hdva/jjq+7KTCsCQ6M5OHd9pQ+G1+OqyEHLWiQMp Wk+3T4S/mMIqau01vPLxHeXrriXSEIDLju+3+nwj942K07hw4Xfd2dCmixyDN+n3FXm8ib U0HT3Z9WFlcVRwvpZFOGc0YruNhKfxCIpaGoFfLX+gTAP2xTUEV97JNVO8gYzvAawSDUIZ UDUVo5LvgC1kst7kgHaKMal0uYsSEBN4QKMFTB9g5ILQ9Oi038ddN7ilK6SPmYgGMGrQFf WuL5oQFqRRfGwv2XXKY6ADNxQd90KfTttQENymfMvVtMOpfDkZLA3RRPiFpmiQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697429404; 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; bh=OLR+P0G0DPdHredD7+ATBwDlo8iRdt5j219nN53ZlyA=; b=eOVwytAIBJnyq1mHcovsMYAVDBKY3QMx1IjR+uvdIGUKPZNn0Q2NbhM5xSRgRe0RiJTCGf W/kTZ9jcqfkTgcEaMUqAqDS2AVRolZzx2B+EmyexE/N5jlV3yPwLexB101sDcFujKWsjim FSNXPJamSmjaoRY0AXXFYtpAiQyo/DsP+KZDaGU90ljFTfzq33t4p5NL4AR52TiVZ71DBO 3xkDP9A99E+GU66U6gBsVVB1awRmP9nSLHMcaI0ZBL1ZfSmwPy9HNgR92dgd+ocexrHz5t 1Btr5DT++FzbBoSwSsHpAbB6RxvAqcJL5Pkrilf5yRwhBOEvlL1OwWa9hyKjhg== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4S83Y81k9Bz9nH for ; Mon, 16 Oct 2023 04:10:04 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39G4A4aE042516 for ; Mon, 16 Oct 2023 04:10:04 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39G4A4fQ042515; Mon, 16 Oct 2023 04:10:04 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310160410.39G4A4fQ042515@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Mon, 16 Oct 2023 04:10:04 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/kanboard | 1.2.32 | v1.2.33 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Mon Oct 16 09:19:54 2023 X-Original-To: ports@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 4S8BQh15XDz4x7bv for ; Mon, 16 Oct 2023 09:19:56 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8BQh0dK1z3CyQ for ; Mon, 16 Oct 2023 09:19:56 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697447996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U7/1aswvrtPS3mw2uUysi6bg4/rRxHmiK/4oIewUEsE=; b=treP3nkPmfH9JGLGXsJ9N18hZ3kAFetsU1vOHrlEUyJqKmcamdJFIkqMdf6ClJT1zz/LhZ OHQRiHWE/hgvBuOMp1BpB50ZulXIDGit4BBOrrucbOlrKu8OWe8+wWoYgSMgxNemloXJY4 vYiseRScg1savgPtr2hD+3To7Qbm/JEC01LK72cuSTqAoULgg8eU3dGnwywS3U3uhaytE7 6hrWXdxPgDMAvF8ycBgNbWecPDSJIxUJyBxiR70iyIPXg3NDsoibEjXShR2fLAO3S823iC 2jphEIYpZnnSYlG5Uwcz3lLqJ2WqzOK8JCcSYd89qr4MqW9g6HZxi2TG4hPmCA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697447996; a=rsa-sha256; cv=none; b=RpGTEj3t2pTO/UHBWTOjDwsKug3EtASMLE8mfrEBCeLhpHJLkWR2D6RYsc90D1xp1Dgot/ y1BA19l20E3M+hLw8w2sFBHFo0zFHVJcS8JzLDc2okSbujnagmww2ACPLLQt/j+7PqFJgY 9/GXzD4yR3dFTJ8UXq5wD6Fe0Xvv4zBL6AqYyKt0vgqs9AVMuaA5hrlGfD1RTZ1FWeVJLj a99q4tD+w5P7Q17lMI8xaB+r1OedCiPqj4vdFy5JbQf5B/RbDRjiOiw/sx5TS0pLXesBZS ZvOFuk0htqGFP0fhv26pcGJRPToXQAlxwMYCFCME2is0VL02DsIrc2VLMGlMXA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697447996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U7/1aswvrtPS3mw2uUysi6bg4/rRxHmiK/4oIewUEsE=; b=jKtO2Khe6DDYp7bxpZW2mYitGs/I7KgJKkw5Tmjlcf99HPvRy9kmWpFLfhvAwBvlaFjeWk 3cSyhX0NO48UcAba6JtRzLkNxjNmBEWg5V51DJXc115Heph6EDTA0oaOQWMiL6brvaIjFz 6IvVZuloNxSrP7uUs1nGnRUqCohMWr+2VlQ+MmsfDxYrKZsl3Sp+/Ps/QcCLs4tvnqMxaG 5rEp5v7kK8nz4kVb07L1+Qwk+L9jxlgVELf6A6Pz1tL972Jhrg/KhQ84mBs0OHy/PykgY+ Xo8qasO+CuFHyxTsfub6hfVlluUD+Q9OFGiBZd3Wb/ne5/F3lsgg18A9zSO6yw== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8BQg5b62z7kv for ; Mon, 16 Oct 2023 09:19:55 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 11:19:54 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------glmX0bZ5mb6YEL06kkM0zNDa" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------glmX0bZ5mb6YEL06kkM0zNDa Content-Type: multipart/mixed; boundary="------------IWztYYxCwSjzk9F0UKe2J0tz"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> --------------IWztYYxCwSjzk9F0UKe2J0tz Content-Type: multipart/alternative; boundary="------------kZkEZWZRLXSsCycG6uhZ0HqK" --------------kZkEZWZRLXSsCycG6uhZ0HqK Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 SSBmb3VuZCB0aGlzIG9uZSBhZnRlciBhIGZ1bGwgcmVidWlsZCBpbiBQb3VkcmllcmU6DQoN CmxkLWVsZi5zby4xOiBTaGFyZWQgb2JqZWN0ICJsaWJzc2wuc28uMTEiIG5vdCBmb3VuZCwg cmVxdWlyZWQgYnkgDQoidHJhbnNtaXNzaW9uLWRhZW1vbiINCg0K --------------kZkEZWZRLXSsCycG6uhZ0HqK Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I found this one after a full rebuild in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"

--------------kZkEZWZRLXSsCycG6uhZ0HqK-- --------------IWztYYxCwSjzk9F0UKe2J0tz-- --------------glmX0bZ5mb6YEL06kkM0zNDa Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtADoFAwAAAAAACgkQ0R2eb0cya6it jRAAgzJcxp689SjhifbYF8rywmx7A2F8mBpzdjVF4xTyLseD5OfGFRDN2NSUALsvDwzGRZYDKk7P Vfk0dd8jAXEczTUO64XYk0y4qB/TtKgXKcaX3NW/57n9GLNXqeZwVq9oLlmAJpQyWIlueSNR9XTk 3CjJBQTa0U5ksCSKu1MzTmWZWummZw7AmRoAdikHMWMzarIdoSydlb25nsGHTbOi8+SCDZcNS1o5 Wgw+o1qbKL62SwRg5avG/k0r2IGBmBMyhMD68nkVwzX4fRbIm5YytzRIQN0l+Dg71Xv3oFXVKEff 23drtBdEqrJE2HtXCXZREkyGBNPCHmdPlHgMB4hcbumIE+aGHfrJVJn3IOXzoGa1i74ZQDU4+Gc2 k6eMBEFJZTxy4Kv0VvjUgcRS2/IRCPhYvngB3pWLBAATCMsnTY+MHvyV6a1n3QsJ4iv7q2w7OGAC 1H+gxk/aYWyYe7IF/mRRuLkcRBLPtZYEVTaLurG3sQw9KIxoEROBZYUhqkhCidiKQyTkBCGJer3n epBnPXQXkFDICeaLneq6JvNLisgBAV/wRMGpRtj9xXNnDpN29k1HsTWOemLpSkoAa9mtnVgr4BN7 qAtrPKb1v+CSdEhemgi9A2CiG71/5nJZQ8E12cW7z0MNfRfbxhwEY+jXfKTjCR/RhtB+7mmWJbMt fLw= =S22S -----END PGP SIGNATURE----- --------------glmX0bZ5mb6YEL06kkM0zNDa-- From nobody Mon Oct 16 09:21:31 2023 X-Original-To: ports@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 4S8BSX06Thz4x88B for ; Mon, 16 Oct 2023 09:21:32 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8BSW6gcXz3F7L for ; Mon, 16 Oct 2023 09:21:31 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697448091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mjcJbvTQa1dXdBvqVZzRGP+PLb9pMHTTZ4/WQdZPEWI=; b=aaRqpJZ3+QRAgcvG9wxwO1so4LsTbPrjh2h3WijM3wxZOdMU5GPjZIQN4ZwK3ImhUlg9B2 3gd0sQmv1Vynchi6S2smg7zEv5/rgFAmqHsH3lEkKnaplMUylY/hx7e7dL0lNuwYLqzA6U 1HRzkia1WKjI/I/YbfVzF70LH4avSd7r4PCZxe2tMWtu/l9g2cFMXqSSwEVnEW9P8Z74/U up1bN7nr6UBz6Y/EOSD9g9yIC0Pgf2cvkETDCgOiavEnnez9ncaiSSqNWUOkrTBpAHGByT 7owuZWs3NXBPccJFbKfnWkPs8WDPcM9esKmwUiX2fMEPkRZuUdpHYaPMCGcgDg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697448091; a=rsa-sha256; cv=none; b=VE+DHAMEvapUe9Nud+/mXNeN4z/9KZg6Mgn0akVMgvIwiK6sWdlVc1BTkaUY4Z1PgWviF2 H9B1xapNBn2nEtaGVcx1mdhZ+O8JjpApREhtzt1CGtI/+a+fsPcBcpWr5SxRuzW4XKwLhN 0XW0wfO41UlrhiTspwaBA1lozuQNvggrX9K1eA+uhWTO1RndSPoIhxXTSUG8sSehj2KiDl Na8ygR2rAVa8rgEC735K1Ds09VGd/te66fjn7NZQ7Dmhwg2yTJ51ZUMdMFpOId8Ps3sfh5 stpGTCPCtIbre+5IqTcZJB8X6Vs7huHrOQqsaxCERkraOOsWpY20ehyLA2wEKw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697448091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mjcJbvTQa1dXdBvqVZzRGP+PLb9pMHTTZ4/WQdZPEWI=; b=aQ+BKFwJXX3Fhy1HF6dGqlI4JPoTnqfqm9xkP0zYTw6Ow7qXxNJkvVIJiC3/AovHRSoMpo H5BQWwYvtikLbW9PY4XJjwAlwaWwSIDAUDEIvksytF6fVpkKCTmxpcdqbNsnR51PiDlEd8 n6ra33v4he+BDbrQC7vF1LXcTVP1lqxaEuSPY0uOcVnE60viLghIwcnUzqYeVoeGu9SrPF 3TvG0vgR3M3RstbzG9C0WW8SOYDNN9V0k7jySokrezkxTgYllIJaomAIUR3EGz6D7sDjvA XJlRpvd4DuS8QW+rYMAu53gkNJFKws6f8u6yNvcrkK/Il/JSqdgN46QB6MPLCA== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8BSW4XV6z78n for ; Mon, 16 Oct 2023 09:21:31 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 11:21:31 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------j4TjgYvXw0XADnFGfH20DWR8" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------j4TjgYvXw0XADnFGfH20DWR8 Content-Type: multipart/mixed; boundary="------------6BHjnZOKNQIRD3foOcKYJh8i"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> In-Reply-To: --------------6BHjnZOKNQIRD3foOcKYJh8i Content-Type: multipart/alternative; boundary="------------bg3n11NC3mir3Vg900bWNg6B" --------------bg3n11NC3mir3Vg900bWNg6B Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMToxOSwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPg0KPiBJIGZvdW5kIHRoaXMgb25lIGFmdGVyIGEgZnVsbCBy ZWJ1aWxkIGluIFBvdWRyaWVyZToNCj4NCj4gbGQtZWxmLnNvLjE6IFNoYXJlZCBvYmplY3Qg ImxpYnNzbC5zby4xMSIgbm90IGZvdW5kLCByZXF1aXJlZCBieSANCj4gInRyYW5zbWlzc2lv bi1kYWVtb24iDQo+DQphbmQgYXNzb2NpYXRlZDoNCg0KbGQtZWxmLnNvLjE6IFNoYXJlZCBv YmplY3QgImxpYmNyeXB0by5zby4xMSIgbm90IGZvdW5kLCByZXF1aXJlZCBieSANCiJ0cmFu c21pc3Npb24tZGFlbW9uIg0KDQo= --------------bg3n11NC3mir3Vg900bWNg6B Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 11:19, DutchDaemon - FreeBSD Forums Administrator wrote:

I found this one after a full rebuild in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"

and associated:

ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "transmission-daemon"

--------------bg3n11NC3mir3Vg900bWNg6B-- --------------6BHjnZOKNQIRD3foOcKYJh8i-- --------------j4TjgYvXw0XADnFGfH20DWR8 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtAJsFAwAAAAAACgkQ0R2eb0cya6iC QBAAqnx2x1euZi1jIjVsNBf8xpfkLuPCVx3SzOmeP9UYQp+1Un0oKd2zx2zqaKrVvlrN8UAXarTL dvOXkJ0tl+j6Vjb2wiQON1dFOhYxtS7ORKQtGKc3dTqOdW8HlD9jB5IjBbnfr1U/yQfwD5ada77z fu6wQ0jrwqCKZR5o3Lcd10itxKSQ6P8osecDnuVAWWaeRxpk9L0SsgTGhFGtBHgpxBig7P1JS6Ov HNLBF0k+SnKHBH5viY6y5/aYPBS/l1JhGOfLpR6bFJ59tQDk2qfxBlXVhtNQzlvQ9l+4uVL6Zyns PCQyZDnlGDZLoJuZ45k/OQi1MoUH2c81No507JzF7tmODdKUTyuSpcOWhhqJNcjnKLqx5uvnzmFm 2xXMa2PJvsnO7nnn58an6oig9k32CUIvQZuKh4sChx62IA9mb8D+qsAcuUTZlRFP6yz4C76Iir8Y Tg3o0hW33uXdl1auDhnOgOdOC7KDc1zbGhflf0d5tQ7QS0O+JFC9PxI3tnCWPGISySz/0Dfajwwu ZiY5ZFHvpI2H5LXT9rQWlf0ZLztPZvauReLfu3XgwsBO4Pn6bQIrXI1qJVvjbvr2dG/PHy5keAXU zMFOEnLDw0Ds4Nw5FEosNy+lndBvBTCdahpRAljfMUF1xyhiLUuZH97MitBxHu0qss5takK77tUv Qg8= =gfo2 -----END PGP SIGNATURE----- --------------j4TjgYvXw0XADnFGfH20DWR8-- From nobody Mon Oct 16 09:23:18 2023 X-Original-To: ports@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 4S8BVb5t3rz4x8VZ for ; Mon, 16 Oct 2023 09:23:19 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8BVb5QJ9z3Fjm for ; Mon, 16 Oct 2023 09:23:19 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697448199; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Con3dF1O/jcCgwPyCm0SATQfYhMKXB7ErElzSjrx+Iw=; b=XS+gS1Ygxr3YRHAKPZDFRmeHB22MdpN5Q+A2mgRfz/eal3xdFNmYE55xyrsBGyvqghmgVN tt1dKK60CQZzjRUJ8I89jYHI6Ch8d5o6wWcV5ZLILuQCFBtVPhNr28Y9fCzCBywpJpnxRc sGwKlnHxBE7Py+WjMuAxIKm4Y7eZJ0ic3/3pfJbDZChcGJeI2HfwjT7cNQm38rCjq+/kyZ BLoMwMeaQgBqen+bjuMDXmIy8PsP2C87L+Nt3h3Qy21DxXzzasg7/DxCSDkTwlEE6/BlWm M0at0+cgu7vCHmmzGgC/+IAHHk+ppLs/Xi2yyVh8ZnK2D9EhfWEeaQvdtV0l3Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697448199; a=rsa-sha256; cv=none; b=nDC9Y2CkSiToMuzJqh95mjGVmk3Y8ZPgr/RCGaBnVXajxpNKuuc+zp+barNAmWzt4/GHOv s8VeC14GJK/4pzcyHnL4gS4GyY90HAEEaUQ5Elslx5dSlPSEmwCM/gu66jqmxAKXIiClrK UPq6sKZnY3iDhdQdr2H2UmS/Bnesslvs28R0WCN13yIONUaJ6xBrl/6jiFx/3IgBWl1ljY TJUgZsRjKOUreCQEgRk7vauNnO9Rhonsbla1B/EYbtmm6A5onHc7zJpZQB/q5/PcfFUn2B L5CV6UX0Jhje0rHlbSWEZ3TPPgVV/gHCQvFtUXqRHRqgqhoP4XxJLQcrtYUrCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697448199; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Con3dF1O/jcCgwPyCm0SATQfYhMKXB7ErElzSjrx+Iw=; b=mHCQBjbuHmX0yqhM/+cWYIj28R6W4uym6MZKrydeP0lAV5MGWyw6Xl+jcEnJtNLjcj/Crk PFziVYTRycRVZjZuMTaRSWoegjX/d9BiMVdgAjEbzQodoI0Zi1sMHirn+p8sETOa07xHO6 0jWrySofkXAJBVUtB8NQ2SMkw36rlRfhu7UZQcu+zRdQ476EiKSdK6E0yBKqhTNPyPsiaQ e8Zpy2qNNIaJRvHGJ825+Gdzsk+4CjWxuir2ibz/1PknScXUQIlc24kq+tT5hkudwgT2WY LDZjaPleA2bqh9lhk8kU5ysNDCUPmYt6JVlBHkkSxqf0HiraxKiuNnqZPTsOBA== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8BVb3FD1z7xb for ; Mon, 16 Oct 2023 09:23:19 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <56f7a138-0da9-448c-b471-171359797937@FreeBSD.org> Date: Mon, 16 Oct 2023 11:23:18 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------8EnPkJaupOxkpmNvh9uZASIc" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------8EnPkJaupOxkpmNvh9uZASIc Content-Type: multipart/mixed; boundary="------------MfYw0qRe0fykWRjfZD1TsZyj"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: <56f7a138-0da9-448c-b471-171359797937@FreeBSD.org> Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> In-Reply-To: --------------MfYw0qRe0fykWRjfZD1TsZyj Content-Type: multipart/alternative; boundary="------------U8fv3D29kXDM1nGZU3NgNGF9" --------------U8fv3D29kXDM1nGZU3NgNGF9 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMToyMSwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPiBPbiAxNi8xMC8yMDIzIDExOjE5LCBEdXRjaERhZW1vbiAt IEZyZWVCU0QgRm9ydW1zIEFkbWluaXN0cmF0b3Igd3JvdGU6DQo+Pg0KPj4gSSBmb3VuZCB0 aGlzIG9uZSBhZnRlciBhIGZ1bGwgcmVidWlsZCBpbiBQb3VkcmllcmU6DQo+Pg0KPj4gbGQt ZWxmLnNvLjE6IFNoYXJlZCBvYmplY3QgImxpYnNzbC5zby4xMSIgbm90IGZvdW5kLCByZXF1 aXJlZCBieSANCj4+ICJ0cmFuc21pc3Npb24tZGFlbW9uIg0KPj4NCj4gYW5kIGFzc29jaWF0 ZWQ6DQo+DQo+IGxkLWVsZi5zby4xOiBTaGFyZWQgb2JqZWN0ICJsaWJjcnlwdG8uc28uMTEi IG5vdCBmb3VuZCwgcmVxdWlyZWQgYnkgDQo+ICJ0cmFuc21pc3Npb24tZGFlbW9uIg0KPg0K DQpBbmQgYWZ0ZXIgYSBxdWlrYyBzeW5saW5rIGhhY2sgZm9yIHRoZXNlIHR3bzoNCg0KbGQt ZWxmLnNvLjE6IC91c3IvbG9jYWwvbGliL2xpYnNzbC5zby4xMTogdmVyc2lvbiBPUEVOU1NM XzFfMV8wIHJlcXVpcmVkIA0KYnkgL3Vzci9sb2NhbC9iaW4vdHJhbnNtaXNzaW9uLWRhZW1v biBub3QgZm91bmQNCg0K --------------U8fv3D29kXDM1nGZU3NgNGF9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 11:21, DutchDaemon - FreeBSD Forums Administrator wrote:
On 16/10/2023 11:19, DutchDaemon - FreeBSD Forums Administrator wrote:

I found this one after a full rebuild in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"

and associated:

ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "transmission-daemon"


And after a quikc synlink hack for these two:

ld-elf.so.1: /usr/local/lib/libssl.so.11: version OPENSSL_1_1_0 required by /usr/local/bin/transmission-daemon not found

--------------U8fv3D29kXDM1nGZU3NgNGF9-- --------------MfYw0qRe0fykWRjfZD1TsZyj-- --------------8EnPkJaupOxkpmNvh9uZASIc Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtAQYFAwAAAAAACgkQ0R2eb0cya6gc vRAAg4C228Q7kA4jGTlTw/mdL4vYGPBlq4U8XTc1aZaHqyMXH7GiSrAl+hGBx/wqmdgABtSgqO5O SLhinNXrVP9ZmJtSlC/ueuDJkGT942rEUCcuVPMeQcRWTGgkhPNhYtdMsvA7/TyrwYBdm5QTN1aI 7Vx8Z4bHparbJE/nBvoKRUdMqo4GCtBGIGz5AKHwbHE3f0oUu8vGtKbZpo0MzNyRMbUyFBoM3sPi bqRfdGbk5kMMKH3X72Z5FyarpNB5yvzCudhQ77m2TpyVNkbRGJzwjWjGJmvgzlJ0L+QBuDd/WaRF E9MHzZNmppr8FUoEjc7bC6Li192FkZANkYGbv/QhCneY5sHhJPGqKrg3quHi1Ky2LuNb/B9kKcl1 Lcke1W92WkdVhHodAcNyAsetNFxY/utZrf9AignfBPXYyAT8A4unU6bfhwV7+ucgf9Z2bTQ6YACs KqEnDduKdC2AUpHRUjLdB8GItdO4toOs+ejrQU/SC1zEvX5d+JdYfVndP+DTbZTeTxkUVVVufgu/ HAtCTOMjsciNHxfm26F7lGOOlWYlZgnQwNuPZn/JVexYwz25Gd6vCBTwd13Dm3Z6gXO5Nl7FtHL3 bGij6Cx8HYZ81mxlnPVGOtR975KrPCx7iFJoajTm5ODsc1RNWV9SslfU2EUwe/X/3JoYlNwCljTe YGA= =qvW0 -----END PGP SIGNATURE----- --------------8EnPkJaupOxkpmNvh9uZASIc-- From nobody Mon Oct 16 09:40:38 2023 X-Original-To: ports@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 4S8Btb5ycSz4x8my for ; Mon, 16 Oct 2023 09:40:39 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8Btb4p3vz3H5V for ; Mon, 16 Oct 2023 09:40:39 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697449239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6eEIbQz/JpIR4q6TeRzj5uoploARATIYvJdXjzAAFis=; b=uS7S0UxC+LI+ZpJDmpSEx99pVT0b7b/h0ek+cjQzl61KRZdv9QYyn4okxWXDQT3ZkWtE2m X2eFjzu6TG5XQBty4ZFL7t4pM2uuYwgWihIzpA6TTjK/SyJnWgXP8rnq0Hj39vrixdchtG 8uEr5dhD6pPAAZyhPyLUjbUsLLJtUQg7RcGERSFiFw+2czupKmzbdS3RQdF1aRVBQn+7+5 OrrtMN/8TzKZ6foQErMaRgkUluuNK1B6eRJyxmmmbBCyWcd1dtSg9QkfygvmZSfeOPFFW6 v/zMkVvYpJZRlq9FKbuwkFZOOBBXgO6X2Srtbm68beAGMp/iMrqhHP3sl+lm8A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697449239; a=rsa-sha256; cv=none; b=jHhYKpy9OyDNMzIR22pqwt9IMqtDDmmNtLflyDZd9NdokqHW/gmxalvc/EfojnIkjjeE2i WCk8t8glQ0oEzYeiXO90uyN2RKYt9lmPA6ohSjAxmyI28ImWMLItrEHu0BYiBqJfWC6y24 hVhlgYrM1lQTVyNPUPXKYiZ5uTGtLpDM2d4W0BWnd9qaSPVWF3wMm1ugi677ZMCfSkPcKl 5ehlM7xC2+PSSkakFsPKYgeXxuMRPBG7WOKAvJcArcHNBG7Z2ZaifE0rRxVT6LR5vnfFbL AKAx8/We2AjnjIGddeq5qXzXAQqAmPbgIT4oKfN5T2ER91UdGSAcMByS9W7P0Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697449239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6eEIbQz/JpIR4q6TeRzj5uoploARATIYvJdXjzAAFis=; b=TvU4OTi/ic6Umh8eHVcGzx+vdtwAQxhjbt/tn9PJ3z/+8uMiSSysfX7OVfJ3UpxaVb7vRj tvYXIS55CUHteWeke16I0fpCMqtDjTNpV5zQ0k/q3b1lgZ/5poiI+rC7XOrkl72/aPShPp cWPd9OaPhb5HPeUG9lrel+/8JCjVHrt+zvtz9exyRpHkMNXfB5akyejJyOrZz6bMBEB8hM 12UMzJUOK3Sw7fDGzn7JW6oBF8kOc4x6Bo6SRtiwQMKQDF2b3YvfH7+vBnhxdZzO9SO4Ai NRvF7vnLReucKiCUNlew8GUfnnGR6Iq56gQvTj9RnAS65lf8BfeCReB0CQ8EYA== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8Btb2mGxz7xx for ; Mon, 16 Oct 2023 09:40:39 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 11:40:38 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------upzRtTgn3REx0P9Fh0o0QgYj" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------upzRtTgn3REx0P9Fh0o0QgYj Content-Type: multipart/mixed; boundary="------------jdjIbQnabh3J055EUqnDkXXG"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> --------------jdjIbQnabh3J055EUqnDkXXG Content-Type: multipart/alternative; boundary="------------qmV2CZtrS7JU5FiJFISdaiEa" --------------qmV2CZtrS7JU5FiJFISdaiEa Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 SGVyZSdzIGFub3RoZXI6DQoNCls3Mi8yNzddIEV4dHJhY3RpbmcgY3lydXMtc2FzbC0yLjEu Mjg6IDEwMCUNCmxkLWVsZi5zby4xOiBTaGFyZWQgb2JqZWN0ICJsaWJjcnlwdG8uc28uMTEi IG5vdCBmb3VuZCwgcmVxdWlyZWQgYnkgDQoibGlic2FzbDIuc28uMyINCg0K --------------qmV2CZtrS7JU5FiJFISdaiEa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Here's another:

[72/277] Extracting cyrus-sasl-2.1.28: 100%
ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "libsasl2.so.3"

--------------qmV2CZtrS7JU5FiJFISdaiEa-- --------------jdjIbQnabh3J055EUqnDkXXG-- --------------upzRtTgn3REx0P9Fh0o0QgYj Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtBRYFAwAAAAAACgkQ0R2eb0cya6gs Vw/9F18IBj/yjO2YEQTAJQvZj5Chgq1agvDa23hsIvNPgxQqvPum80+Xr+c8+7NssQ1ccvG5akIk LrvbXmzyXM5nhhCqtCUcx6e/BDq/ds7623Tmol+yqaabMSDGTD1uWr2UBFWE72G1dEPPCQm9Evrh BoErL/w5bD4peYhB/4hpO3mwgq8CTjWn1xdmTkhK3L4EanNuYkQAG0w0QT4k3fSZPiS6PfPFcEiu spBstVP1brUYhfOTozqjpDPxng9aX6WWmgNvjVjXzchLp1nkQXLbkfYgEvzDIrLh6w8X6I0mDwoq wuntNOXBfPnTMR7lDxvCSi7lPRXU61Xt8Lt5w2wOewDaqf2uASqanKnU7sCe5Ol+tNcArmXwoFy5 wH+fLve/ijZutSRj79NyydourP5UKfWfplBkj9XgTDW3UuuUkvXZ9JxvPXzHYewIrysS5piPnEuX MU4Okw33fhgLDH1sD/TjhZYDrb1jofP0dNZpjzDrnLfI/iD8NmK37Td4JPOeJlhTaPg/dw0yMSTr s30WhVt9qKpfQiWQFsimC7H2dDHN80TSgS4FuqWiRdWaar23wCKo6JhNYMY5oCFdydxq2S9GK2HD wHwBjsGqGuQRpt0fjIN6i+SFbF5XzaIvaCTrgBt5pKX7JlyGPoelmFYovZax6lxpUGwNktSzrLks K6M= =CMu6 -----END PGP SIGNATURE----- --------------upzRtTgn3REx0P9Fh0o0QgYj-- From nobody Mon Oct 16 10:26:07 2023 X-Original-To: ports@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 4S8CvG1nlmz4xCB5 for ; Mon, 16 Oct 2023 10:26:18 +0000 (UTC) (envelope-from kiri@truefc.org) Received: from kx.truefc.org (1.212.52.36.ap.yournet.ne.jp [36.52.212.1]) (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 (2048 bits) client-digest SHA256) (Client CN "smtp", Issuer "smtp" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8CvD6yXkz3Kl9 for ; Mon, 16 Oct 2023 10:26:16 +0000 (UTC) (envelope-from kiri@truefc.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of kiri@truefc.org designates 36.52.212.1 as permitted sender) smtp.mailfrom=kiri@truefc.org; dmarc=none Received: from kx.truefc.org (kx.truefc.org [36.52.212.1]) by kx.truefc.org (8.17.1/8.17.1) with ESMTP id 39GAQ7ZE062604 for ; Mon, 16 Oct 2023 19:26:07 +0900 (JST) (envelope-from kiri@kx.truefc.org) Message-Id: <202310161026.39GAQ7ZE062604@kx.truefc.org> Date: Mon, 16 Oct 2023 19:26:07 +0900 From: KIRIYAMA Kazuhiko To: ports@freebsd.org Subject: Does anyone has patch for math/py-scikit-umfpack ? User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 MULE XEmacs/21.4 (patch 24) (Standard C) (amd64--freebsd) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: - X-Spamd-Result: default: False [-1.21 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_SHORT(-0.89)[-0.894]; NEURAL_HAM_LONG(-0.87)[-0.874]; NEURAL_HAM_MEDIUM(-0.34)[-0.342]; R_SPF_ALLOW(-0.20)[+ip4:36.52.212.0/29]; RCVD_NO_TLS_LAST(0.10)[]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:10013, ipnet:36.52.208.0/21, country:JP]; RCVD_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[truefc.org]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[kiri]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4S8CvD6yXkz3Kl9 Hi, list I'm building audio/audacity package, but failed at math/py-scikit-umfpack: adding 'xxhash-3.4.1.dist-info/LICENSE' adding 'xxhash-3.4.1.dist-info/METADATA' adding 'xxhash-3.4.1.dist-info/WHEEL' adding 'xxhash-3.4.1.dist-info/top_level.txt' adding 'xxhash-3.4.1.dist-info/RECORD' removing build/bdist.freebsd-15.0-CURRENT-amd64/wheel Successfully built xxhash-3.4.1-cp39-cp39-freebsd_15_0_current_amd64.whl ===> Staging for py39-xxhash-3.4.1 ===> py39-xxhash-3.4.1 depends on file: /usr/local/bin/python3.9 - found ===> Generating temporary packing list /usr/bin/find /var/ports/work/usr/ports/devel/py-xxhash/work-py39/stage/usr/local/lib/python3.9/site-packages -name '*.so' -exec /usr/bin/strip {} + ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ===> Building package for py39-xxhash-3.4.1 ===> py39-scikit-umfpack-0.3.3_1 is marked as broken: does not build with SuiteSparse 6. *** Error code 1 Stop. make[1]: stopped in /usr/ports/math/py-scikit-umfpack *** Error code 1 Stop. make: stopped in /usr/ports/audio/audacity Does anyone has patch for math/py-scikit-umfpack ? Regards --- Kazuhiko Kiriyama From nobody Mon Oct 16 10:49:55 2023 X-Original-To: ports@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 4S8DQX5tBgz4xDR1 for ; Mon, 16 Oct 2023 10:49:56 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8DQX5K3hz3Mp8 for ; Mon, 16 Oct 2023 10:49:56 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697453396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8CnUYnzNSf7YY8HUWU5fWVuzujhH4FAnwofvnxa0NF4=; b=SdC8uXTlZ9AA7XvOi7pI0AaV6W5nGwNAzCuE9qNiIlCTPONLPDAdSBOE6SUKzUAXrs1ZED 5pvxElaY48NFM/J22OFxEeQufluSZa36V9eWUbSdmnsWlpNZq1jFfOy07mlh7ve05BGn98 mjwqIKkHdceMMB10Eaa7SiWLiRai3Y3p+zlvNbzQNOKHYH8DMOnaHcGSgG80OxEh9nrVxZ 7qIurdUnqjVuitF04Q1IoaXcU8JKg40cFaMERM3g+fS0g5FWl2R5+cvzXYr0hlU7ij7vGM otY2E7rPgbEg0b75zeFj5gacaL2pPC4yKiZgadqw1+LIuDt0U4SmDou4qf83zw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697453396; a=rsa-sha256; cv=none; b=GzgrLeyTMmkzw9AKsaBrs7nzWohxVeZJNoMtRCMzEidKWXfKQdfSf20dXxEso10ANksX3n MukmC9YAkyizImR0f0P2hX4hk6JljQ3hmwGpIX30+7odZhVDA2OlvZAgfPXURJie+sQANl N9/mMSVOlSFaVfVcx9K77IXGgZCJIoPrZNmWaeExo9H/gFCYbnTT3MZsPEo/hVs4dNH6sP Gw8dRAJFjAjnjmLGUBnC7A7BbFxGPtqJKV1euDCohSeaV2iMUe70H/TrA61MpRIlhqOC0X M68qhyREcYqN7+Y4pDjVOAnszEA9jODg1FJZODTFitS29L839O8lczpB6z0wCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697453396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8CnUYnzNSf7YY8HUWU5fWVuzujhH4FAnwofvnxa0NF4=; b=nRwAVLCNY9MCgbEhbO83+yDwtLLcdIaSak3LPdsFaj7SWKkFjR0TOIWSOc52B5eLTT4SKe PFbsc8RrTwJXU8u5gx9uGdFey76e3rxgSXJ0TfpoFKzXtUseFPA4LyLtQaHQ/Gl3uNPRf7 XN9WUH0RufXd68qSP/UzVIaQ/nB5oqI1C7DP9oy7RHJaLpEU/BuZB0yzNQpKzeVZ/xBOcJ m/c6USbHP/iXW5LBU06z0guPcZ0Fjh+jTnowX1+21VBcUGBU5gGnbIN5VJtd0rAXtLpU7K 9B0U57YdXk470xQGtdLTWuqtma9Lf53sSi8PvFdCdcWrAP0GzYkgybAqtYTB6w== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8DQX32wfz95X for ; Mon, 16 Oct 2023 10:49:56 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> Date: Mon, 16 Oct 2023 12:49:55 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------Tt00NHr0SwD03fAfBgCjn8ht" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------Tt00NHr0SwD03fAfBgCjn8ht Content-Type: multipart/mixed; boundary="------------RCxne1cYdifeD07z9kylJ0Bx"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> --------------RCxne1cYdifeD07z9kylJ0Bx Content-Type: multipart/alternative; boundary="------------rtXz2XJivTQ7LtpcJ0Rcx5xJ" --------------rtXz2XJivTQ7LtpcJ0Rcx5xJ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Q2VydGJvdCBpcyBub3cgYWxzbyBicm9rZW46DQoNCg0KIyBjZXJ0Ym90DQpUcmFjZWJhY2sg KG1vc3QgcmVjZW50IGNhbGwgbGFzdCk6DQogwqAgRmlsZSAiL3Vzci9sb2NhbC9iaW4vY2Vy dGJvdCIsIGxpbmUgMzMsIGluIDxtb2R1bGU+DQogwqDCoMKgIHN5cy5leGl0KGxvYWRfZW50 cnlfcG9pbnQoJ2NlcnRib3Q9PTIuNi4wJywgJ2NvbnNvbGVfc2NyaXB0cycsIA0KJ2NlcnRi b3QnKSgpKQ0KIMKgIEZpbGUgIi91c3IvbG9jYWwvYmluL2NlcnRib3QiLCBsaW5lIDI1LCBp biBpbXBvcnRsaWJfbG9hZF9lbnRyeV9wb2ludA0KIMKgwqDCoCByZXR1cm4gbmV4dChtYXRj aGVzKS5sb2FkKCkNCiDCoCBGaWxlICIvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvaW1wb3J0 bGliL21ldGFkYXRhLnB5IiwgbGluZSA4NiwgaW4gbG9hZA0KIMKgwqDCoCBtb2R1bGUgPSBp bXBvcnRfbW9kdWxlKG1hdGNoLmdyb3VwKCdtb2R1bGUnKSkNCiDCoCBGaWxlICIvdXNyL2xv Y2FsL2xpYi9weXRob24zLjkvaW1wb3J0bGliL19faW5pdF9fLnB5IiwgbGluZSAxMjcsIGlu IA0KaW1wb3J0X21vZHVsZQ0KIMKgwqDCoCByZXR1cm4gX2Jvb3RzdHJhcC5fZ2NkX2ltcG9y dChuYW1lW2xldmVsOl0sIHBhY2thZ2UsIGxldmVsKQ0KIMKgIEZpbGUgIjxmcm96ZW4gaW1w b3J0bGliLl9ib290c3RyYXA+IiwgbGluZSAxMDMwLCBpbiBfZ2NkX2ltcG9ydA0KIMKgIEZp bGUgIjxmcm96ZW4gaW1wb3J0bGliLl9ib290c3RyYXA+IiwgbGluZSAxMDA3LCBpbiBfZmlu ZF9hbmRfbG9hZA0KIMKgIEZpbGUgIjxmcm96ZW4gaW1wb3J0bGliLl9ib290c3RyYXA+Iiwg bGluZSA5ODYsIGluIA0KX2ZpbmRfYW5kX2xvYWRfdW5sb2NrZWQNCiDCoCBGaWxlICI8ZnJv emVuIGltcG9ydGxpYi5fYm9vdHN0cmFwPiIsIGxpbmUgNjgwLCBpbiBfbG9hZF91bmxvY2tl ZA0KIMKgIEZpbGUgIjxmcm96ZW4gaW1wb3J0bGliLl9ib290c3RyYXBfZXh0ZXJuYWw+Iiwg bGluZSA4NTAsIGluIGV4ZWNfbW9kdWxlDQogwqAgRmlsZSAiPGZyb3plbiBpbXBvcnRsaWIu X2Jvb3RzdHJhcD4iLCBsaW5lIDIyOCwgaW4gDQpfY2FsbF93aXRoX2ZyYW1lc19yZW1vdmVk DQogwqAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY2Vy dGJvdC9tYWluLnB5IiwgbGluZSANCjYsIGluIDxtb2R1bGU+DQogwqDCoMKgIGZyb20gY2Vy dGJvdC5faW50ZXJuYWwgaW1wb3J0IG1haW4gYXMgaW50ZXJuYWxfbWFpbg0KIMKgIEZpbGUg DQoiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY2VydGJvdC9faW50 ZXJuYWwvbWFpbi5weSIsIGxpbmUgDQoyMSwgaW4gPG1vZHVsZT4NCiDCoMKgwqAgaW1wb3J0 IGpvc2VweSBhcyBqb3NlDQogwqAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3Np dGUtcGFja2FnZXMvam9zZXB5L19faW5pdF9fLnB5IiwgDQpsaW5lIDQwLCBpbiA8bW9kdWxl Pg0KIMKgwqDCoCBmcm9tIGpvc2VweS5qc29uX3V0aWwgaW1wb3J0ICgNCiDCoCBGaWxlICIv dXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9qb3NlcHkvanNvbl91dGls LnB5IiwgDQpsaW5lIDE0LCBpbiA8bW9kdWxlPg0KIMKgwqDCoCBmcm9tIE9wZW5TU0wgaW1w b3J0IGNyeXB0bw0KIMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBh Y2thZ2VzL09wZW5TU0wvX19pbml0X18ucHkiLCANCmxpbmUgOCwgaW4gPG1vZHVsZT4NCiDC oMKgwqAgZnJvbSBPcGVuU1NMIGltcG9ydCBTU0wsIGNyeXB0bw0KIMKgIEZpbGUgIi91c3Iv bG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL09wZW5TU0wvU1NMLnB5IiwgbGlu ZSA5LCANCmluIDxtb2R1bGU+DQogwqDCoMKgIGZyb20gT3BlblNTTC5fdXRpbCBpbXBvcnQg KA0KIMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL09w ZW5TU0wvX3V0aWwucHkiLCBsaW5lIA0KNiwgaW4gPG1vZHVsZT4NCiDCoMKgwqAgZnJvbSBj cnlwdG9ncmFwaHkuaGF6bWF0LmJpbmRpbmdzLm9wZW5zc2wuYmluZGluZyBpbXBvcnQgQmlu ZGluZw0KIMKgIEZpbGUgDQoiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2Fn ZXMvY3J5cHRvZ3JhcGh5L2hhem1hdC9iaW5kaW5ncy9vcGVuc3NsL2JpbmRpbmcucHkiLCAN CmxpbmUgMTUsIGluIDxtb2R1bGU+DQogwqDCoMKgIGZyb20gY3J5cHRvZ3JhcGh5LmV4Y2Vw dGlvbnMgaW1wb3J0IEludGVybmFsRXJyb3INCiDCoCBGaWxlIA0KIi91c3IvbG9jYWwvbGli L3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2NyeXB0b2dyYXBoeS9leGNlcHRpb25zLnB5Iiwg DQpsaW5lIDksIGluIDxtb2R1bGU+DQogwqDCoMKgIGZyb20gY3J5cHRvZ3JhcGh5Lmhhem1h dC5iaW5kaW5ncy5fcnVzdCBpbXBvcnQgZXhjZXB0aW9ucyBhcyANCnJ1c3RfZXhjZXB0aW9u cw0KSW1wb3J0RXJyb3I6IA0KL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2Fn ZXMvY3J5cHRvZ3JhcGh5L2hhem1hdC9iaW5kaW5ncy9fcnVzdC5hYmkzLnNvOiANClVuZGVm aW5lZCBzeW1ib2wgIkVWUF9kZWZhdWx0X3Byb3BlcnRpZXNfaXNfZmlwc19lbmFibGVkIg0K DQo= --------------rtXz2XJivTQ7LtpcJ0Rcx5xJ Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Certbot is now also broken:


# certbot
Traceback (most recent call last):
=C2=A0 File "/usr/local/bin/certbot", line 33, in <module><= br> =C2=A0=C2=A0=C2=A0 sys.exit(load_entry_point('certbot=3D=3D2.6.0'= , 'console_scripts', 'certbot')())
=C2=A0 File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
=C2=A0=C2=A0=C2=A0 return next(matches).load()
=C2=A0 File "/usr/local/lib/python3.9/importlib/metadata.py", lin= e 86, in load
=C2=A0=C2=A0=C2=A0 module =3D import_module(match.group('module')= )
=C2=A0 File "/usr/local/lib/python3.9/importlib/__init__.py", lin= e 127, in import_module
=C2=A0=C2=A0=C2=A0 return _bootstrap._gcd_import(name[level:], pa= ckage, level)
=C2=A0 File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
=C2=A0 File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
=C2=A0 File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
=C2=A0 File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
=C2=A0 File "<frozen importlib._bootstrap_external>", line = 850, in exec_module
=C2=A0 File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/main.= py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from certbot._internal import main as internal= _main
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py= ", line 21, in <module>
=C2=A0=C2=A0=C2=A0 import josepy as jose
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/__init__.py", line 40, in <module>
=C2=A0=C2=A0=C2=A0 from josepy.json_util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/json_util.py", line 14, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import SSL, crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/SSL.p= y", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL._util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/_util.py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings.openssl.bind= ing import Binding
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/open= ssl/binding.py", line 15, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.exceptions import InternalEr= ror
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/exceptions.p= y", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings._rust import= exceptions as rust_exceptions
ImportError: /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so: Undefined symbol "EVP_default_properties_is_fips_enabled"
<= br>

--------------rtXz2XJivTQ7LtpcJ0Rcx5xJ-- --------------RCxne1cYdifeD07z9kylJ0Bx-- --------------Tt00NHr0SwD03fAfBgCjn8ht Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtFVMFAwAAAAAACgkQ0R2eb0cya6hU bQ//c3RBiGvN2mXNiXX2MgAvWglnPFiUR4RFlRL+ay+gw7FVZum3VUJbFMM3bJlmc8ig7afKaKxg EQfOiBPSwRJGQqlRKVEzHj/oOd1cd6EE6a6kcGeivXEOv6/mCm5AEANjr1v6w3O2O1YeytookVMq xs3hqc8kYd9vt39GSJK3F2rWoaMoHmLCHLp8+uNhbzG/iPqPkZl19lkZ6109KcZox7TkD+dKlpp1 MRVd8R4yEDguxU38iyRmQCxAO7riFViAAybGQb8cHY5Gu7oi6txSBimcStcURg8quZjPS5uv0odh 2L7WzLRhgPEMI2DvzbCUfM5QhWlv0nLBK4Ne0G7qCT1jnz/utPRZI/B62Crl+BXMwaRRs7uZ9XCn Xl7oDgniF/NfLuXJ6VT1Kgd4iBoO+IfHfRW6knhD0uRTINYD3rKNRAqvd90qofMkfsEfDX4RMHV3 2jLW+WT7k0N5420tRKkPOTNVuFFU+eF4/dnUOfHMRqcBkcSf60Kp9wMsqDM3WQ38wtbPTo/lwXe5 FZPRLM3A8MFrwbeTyk+pnenoy6p0nx6dY2UwWPyzPWhHBTPNraOWGLFV/Lqm1VJ4BaDgT94zEK8w luqiizry2IENICck9vPW/huk6fWGivP0c0zmdRsBHAAOqKsDrecxOLtouGsPO9uwJWs8YfjMEw3T wDM= =sEQv -----END PGP SIGNATURE----- --------------Tt00NHr0SwD03fAfBgCjn8ht-- From nobody Mon Oct 16 10:57:39 2023 X-Original-To: ports@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 4S8DbW6bh4z4xDQF for ; Mon, 16 Oct 2023 10:57:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8DbW66lhz3NXr; Mon, 16 Oct 2023 10:57:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697453863; 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=7EpB6MSdjcjXRcONldTIoy5WcPVl2qXv57U+hdwIn4E=; b=Rs2IfuJIZIj0706OXazCj+Ek2vtWx5wvwPVmawAe/j7BETo/x5os3It50fr4pJI+Di6x3c HA4HxIBkUX8nVn/U5U7LFdcwg0fBWeyaI6lta6I01OkJ/UHZX4wgk7n+6rcuP9YTjwn1uO DicwR9L9RN3MrkBSeNcFSYKtwaANQYGA90Udv8V9bynKxktuSzqkTGRKVTzHTXTLjOQBwf rp/lQyfEuiZ6wYOFzZqFmO/9GXy9F+4kyklVgpNT/wbci9lpw9Lvx6qL51y6/+IItGFLlt J3czZL6oKZhg62MV9mGyedKto/m8Wxf9AqgV1pfiJ4x4YGRQk703S6ffnKDlmQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697453863; a=rsa-sha256; cv=none; b=Z2lyWNqgSQOn6r3SYU0mxkAooIeRMzN/A6CP5cxbkRRJiHjyPAiSVSVbvSs3CA883z6E6F sExyuvoN6/GZ/IS/ldFiKCj9NoRsWT69WCr6dtRdm7Ah/cXzFmXyMoH/M8wbfOfr9sZ6BX VnNJXPgtHuyjvIzc48KE97ZApwRyNgkJ3KajL6bgonID9Qkzl9ujNdmjq6knMbn7pHb4Yh MbLgdunTLoIJ2EdV1NJGRzxfXfIYyXfUm2pZPQb9NhLsrGsPOaNfuMQ8ESJP17SRfgO4se YVpA4F3QqUY41aNtd5wOKooukEHXahQ42Zc2GgDHeJ3pZ5qvmOte/gyKAbf/Mw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697453863; 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=7EpB6MSdjcjXRcONldTIoy5WcPVl2qXv57U+hdwIn4E=; b=xG32E7G7VOsI2lhltjE8vvN73hIdfD29ETKPMQCy9EFDfXiW3Sj1rwcBwFzAzqGqdYk6Q6 bLdm+eOvFDgp8KG9Ihw69ScqlF5SjmaMSNw4p7+wmRdkKVgi/XZZfjxxXUM7VNutfn/Ed9 KjV3yhcpbHocnF05pW6s14v1/qXnaSlJDshKoZntrnt5VB07SlvKtmBZEXZMl3oTFIywMI POPqBMcBDOvTLyToLQkC/CuKjC4NZuoMbrNOHAKFdaUMImyMnWpC1hx2DBSEXC0kCXC4pn lrnOC2qhtbrufL18rBWdvsVuQhKJVjd4n07QztPPqQTI1BYWucLtMuOGJB+uzw== Received: from [IPV6:2a01:e11:2002:4280::13:1] (unknown [IPv6:2a01:e11:2002:4280::13:1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8DbW2sKWz9SL; Mon, 16 Oct 2023 10:57:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> Date: Mon, 16 Oct 2023 12:57:39 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: en-US, it To: DutchDaemon - FreeBSD Forums Administrator , ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> From: Guido Falsi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote: > I found this one after a full rebuild in Poudriere: > > ld-elf.so.1: Shared object "libssl.so.11" not found, required by > "transmission-daemon" > I guess you will need to force rebuild/reinstall all packages depending on openssl. (if I understand correctly you're using poudriere-bulk(8) to build yout binary packages repo) Actually poudriere should have been able to rebuild them itself, unless you're using the -S option, which could have skipped some rebuilds that in this case are needed. If you have a broken repo (due to -S or some other unknown reason) you will need to rebuild it from scratch (-c option) to get a pristine and hopefully working one. -- Guido Falsi From nobody Mon Oct 16 11:03:32 2023 X-Original-To: ports@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 4S8DkG0gSpz4xF7L for ; Mon, 16 Oct 2023 11:03:34 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8DkG01nbz3Q01 for ; Mon, 16 Oct 2023 11:03:34 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454214; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4TAMbXoRrWxHofd9UeuA/oIztClZoYyG9S1mel9JS08=; b=fRsefLzlpDaTmhibDi5Ud3VcDhybg0pbLwUbpw6YUQpJ4+RmOAIiqcI7r+MNEwVHOfHBmS zBM8bkXw2xDZXdjks+f6uoceXECcBntEzErVtJohsKiHJfNCnbPq+zUVSomiPj4ALZX1mV Ov1wA8yx94Z85gUrlWAkJBkzdLlFvV+ZAHABxExo7V7o7vs2KeIJm7rCvMDfxHmBPCayRL lmhdldaNIr8dbgARDl7ycDhxtBlnaUQywJK1PDsoofFgQZSmeycUz+KArq5jba5PycfeTU 0GvtLeFsGFZQH1cG5P1SwjgtxD/BwdmR/8J0D2V3/Es6O4/YdgaajU/eRn+2lw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454214; a=rsa-sha256; cv=none; b=OlSCiRHR2GUivvo9vC7197YFQNnTLPkgBCsQkOeSqD0YM6hPNT6gYF4inej5PFZ6E6lPXF 1vWl3XqYT41ZhWBk/IxXeDlzK8K97GpFwfVdrr2yybWc70307J70CbRKcuX54GYCIJA5Xw 6jNtLjCVylenqd1r2aYlOt06nyqU4C1qeOFa/jiIpdKNYPbR1zniJA90aa+q7DpP4krqJn sdnoczyU1CmtQliAza1zIGiV1kDRNt/mIU2bo9t3RO9/ZWkIB80OXTfu+bLpw1eX9MjFGe PNrC8VBdE/v6ryreDy7vNQyQEGlLks4eGM3zjvE5mjNT8jpacxxhgEhV7CLBAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454214; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4TAMbXoRrWxHofd9UeuA/oIztClZoYyG9S1mel9JS08=; b=TrZPkVo6+IJY2365gsHUP8LfWYOCCPHb/5CRvWN/6RftkdaMNyXdV8aqYt7lp57AuGuY8U jribFWGJhywb2eQRJziJEIg8FcDfdXXg14CqPN2OSaLGiiev2EicWm+TdkeuUz3pvIKWje xjKEvX5SEW6rxk6kXysaHeT3U+iljKxGpX/zqT4wVWlBdrvFtHvfdPV3s9GQqWU5oityng LJdU+WYFYCkHSBK4zuhcK8Qzwk+rzQz4cy9tIksdG1ecL6p5xPhjxxcOlk6QbKJOTZz+W7 c0u2iDUckMKoi0d531vkL2Ts4kHg6ZqiZZZMCAkdiaMI8xvhVd/Db5ZJoQNv/A== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8DkF558mz7yg for ; Mon, 16 Oct 2023 11:03:33 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> Date: Mon, 16 Oct 2023 13:03:32 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------z3uUi0pNOnMISilce90wUziV" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------z3uUi0pNOnMISilce90wUziV Content-Type: multipart/mixed; boundary="------------9LgB3u1GwKJ10FZPJamOHWxq"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> In-Reply-To: <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> --------------9LgB3u1GwKJ10FZPJamOHWxq Content-Type: multipart/alternative; boundary="------------SGxva4BYsSmAAp8oSHD1Q3xI" --------------SGxva4BYsSmAAp8oSHD1Q3xI Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMjo1NywgR3VpZG8gRmFsc2kgd3JvdGU6DQo+IE9uIDE2LzEwLzIz IDExOjE5LCBEdXRjaERhZW1vbiAtIEZyZWVCU0QgRm9ydW1zIEFkbWluaXN0cmF0b3Igd3Jv dGU6DQo+PiBJIGZvdW5kIHRoaXMgb25lIGFmdGVyIGEgZnVsbCByZWJ1aWxkIGluIFBvdWRy aWVyZToNCj4+DQo+PiBsZC1lbGYuc28uMTogU2hhcmVkIG9iamVjdCAibGlic3NsLnNvLjEx IiBub3QgZm91bmQsIHJlcXVpcmVkIGJ5IA0KPj4gInRyYW5zbWlzc2lvbi1kYWVtb24iDQo+ Pg0KPg0KPiBJIGd1ZXNzIHlvdSB3aWxsIG5lZWQgdG8gZm9yY2UgcmVidWlsZC9yZWluc3Rh bGwgYWxsIHBhY2thZ2VzIA0KPiBkZXBlbmRpbmcgb24gb3BlbnNzbC4NCj4NCj4gKGlmIEkg dW5kZXJzdGFuZCBjb3JyZWN0bHkgeW91J3JlIHVzaW5nIHBvdWRyaWVyZS1idWxrKDgpIHRv IGJ1aWxkIA0KPiB5b3V0IGJpbmFyeSBwYWNrYWdlcyByZXBvKQ0KPg0KPiBBY3R1YWxseSBw b3VkcmllcmUgc2hvdWxkIGhhdmUgYmVlbiBhYmxlIHRvIHJlYnVpbGQgdGhlbSBpdHNlbGYs IA0KPiB1bmxlc3MgeW91J3JlIHVzaW5nIHRoZSAtUyBvcHRpb24sIHdoaWNoIGNvdWxkIGhh dmUgc2tpcHBlZCBzb21lIA0KPiByZWJ1aWxkcyB0aGF0IGluIHRoaXMgY2FzZSBhcmUgbmVl ZGVkLg0KPg0KPiBJZiB5b3UgaGF2ZSBhIGJyb2tlbiByZXBvIChkdWUgdG8gLVMgb3Igc29t ZSBvdGhlciB1bmtub3duIHJlYXNvbikgeW91IA0KPiB3aWxsIG5lZWQgdG8gcmVidWlsZCBp dCBmcm9tIHNjcmF0Y2ggKC1jIG9wdGlvbikgdG8gZ2V0IGEgcHJpc3RpbmUgYW5kIA0KPiBo b3BlZnVsbHkgd29ya2luZyBvbmUuDQo+DQpUaGlzIGlzIFBvdWRyaWVyZSwgZXZlcnl0aGlu ZyB3YXMgcmVidWlsdCBmcm9tIHRoZSBncm91bmQgdXAuDQoNCg== --------------SGxva4BYsSmAAp8oSHD1Q3xI Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 12:57, Guido Falsi wrote= :
On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote:
I found this one after a full rebuild in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"


I guess you will need to force rebuild/reinstall all packages depending on openssl.

(if I understand correctly you're using poudriere-bulk(8) to build yout binary packages repo)

Actually poudriere should have been able to rebuild them itself, unless you're using the -S option, which could have skipped some rebuilds that in this case are needed.

If you have a broken repo (due to -S or some other unknown reason) you will need to rebuild it from scratch (-c option) to get a pristine and hopefully working one.

This is Poudriere, everything was rebuilt from the ground up.

--------------SGxva4BYsSmAAp8oSHD1Q3xI-- --------------9LgB3u1GwKJ10FZPJamOHWxq-- --------------z3uUi0pNOnMISilce90wUziV Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtGIQFAwAAAAAACgkQ0R2eb0cya6gT uxAAg8uP6zvQtzIDNzQXhAev4N9pLtteYMMc9JdEWvM9jOk7yIitUwf+b9mKWsXLTD/ZYqg4mVyf TSBVu1fQE4izpRUKon3o7uReN0OOQOpQTTdYt2TuSKcALVgfnUxdNVYqIvkJHiypul96j1KK7HwN jITAdpc9QWwloBaIHAGjNxKTZQpy1sTy121OMK4joWuFqid+9kg4aXgkoRt06LLPLdV7QBT8r/7n F2pvK1GH4RWTkt4BFNwRIqJ7IOXHOsnmyVx2GINxJxtAi9lN+xovwKlRH8fzrOgq7sLmxVu8NG0m BwHjPVm0CMdYXrR5h+Q0WQUfixLL0puli9I3LFS+fqPcuL9bimo3CPLW7DoM/y6myEVEQSK+5zhT P4oZez5tkjln1fFg0mixFQFY9/8SbB/uCF0RTzcZPasmgPwzqLZsN/x8O1v0YzhuPmJ7YJn58wep DM8ww0F/3TW1KOXRJO+kLuQtEGxlS4I8FZHq1A5FRfHWH3ARCgYTW85uAjKm8gl4ujTG7Fegjo21 XkYqq9XOQViAR5HIMbOwPhRx4m9Hgce1agy/7VDI3zdE1xvNoEYE2loSRHTGRwbt9t6I1RBlaEGa If5tXQsrb38pMSHctCQTOuoGwUuFHeV6LYKtzfz4Dh3E0HbtVkj1zEGC1FR4ceJe4hSlPVDdPv86 x6A= =Cq0r -----END PGP SIGNATURE----- --------------z3uUi0pNOnMISilce90wUziV-- From nobody Mon Oct 16 11:06:47 2023 X-Original-To: ports@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 4S8Dp04pwCz4xF6H for ; Mon, 16 Oct 2023 11:06:48 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8Dp04Dy1z3QRK for ; Mon, 16 Oct 2023 11:06:48 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=o36pJaoI5VBtoqAkYfeamjH/7pWnVAmFWv2yPGo6kxs=; b=xsgpFyXZqyYVxEQDyb5pltuPKU59KsbMPZxseTSxFbyauiLR50AbJe+KP0zT3vkb+4VcQ6 wIam2g6lYwt9ciG7q1lvfdhxh4/waBWGFYT0H6TSqW6Kim2IOdeJcLlEC0xszDb78FfMYD ZtSme19aAzL0Qj8wLnLSAn4KV0dYlIXuD9K3rUNBUZl9om42OGzjGm/Zf/yg9Wy4nWXa4l kTAcmuN4Y+MYi51DFa/ET4zcyraSWg2rziB0Ugr9b5f0ezPFAnjOm0+WwQPGpMWTd+jsSj xk3fv7K+SawCPfanhlq2BxVShjT4+gGloL+w8NmtdWUA7wP1OAZcECGudSEv0Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454408; a=rsa-sha256; cv=none; b=lzwyvVuQibXS3USxA4O27ZeP3gEVHq5Ab2nW+BmgKrzXFLjHJEUgUtbKTsidLU9EPVPoej v2PZq3iNvvdvCbGcDIoFxLX0G0er9t07Q6ohsQ4P/up/WSfe2kh7bOyOrodzM9zlBRgn9g Qb+0fxjnCoQPhiSr9D2+EjvUZ/L3bP41MWCRzbiBn8TwoS7WJXsSf+FEBoL91HHo99M+IE rfmxFlRmYcC5481DjlE04cKh7CJVhHXaeSELXMv9BBafuVTiHNntDrabJV8xKvD5otlqIW +Vcw0ra/u7yrxjSRXnAvsiet3wQTUm20gRZyEiSB5bT8Doz0IKp+0zGn0/s7yA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=o36pJaoI5VBtoqAkYfeamjH/7pWnVAmFWv2yPGo6kxs=; b=IseUOXLWfoFypryjwwHvwQhYIKskAb81I87tpo5EoG+ei5RsP/bSLBqFrxs6s4V4InYCo8 ZwTOaFQBzJFhIIqCh9vUg+qs+e8KSIaTUAGuR9yaoDM5wqY6Kq+pab48PN73PleZW8jXH7 wTqIY5kSlpjK2Bps07iB20eDmD3qACBs6WuRhttkNOX77I9n9AwPp/ma/NBylzwy18eKVr K8dFn3xeKnzCV9Z+4uvVF2YA9rbdXH63cuhNXYifbhjlLK/ZxObD34YxJoRSYbB3u8+AYj g4IeWjmeHlY9ruvNaF6CREHf5xNeAwRZ8Ku1Gp2Z+R9AcQYkVk52r01ffpV0DA== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8Dp01tq4z9Hy for ; Mon, 16 Oct 2023 11:06:48 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <51a63587-eaf2-49a2-a73f-e84479f546d2@FreeBSD.org> Date: Mon, 16 Oct 2023 13:06:47 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------knQ0GuT1rNT8ZaQUUhDn10v3" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------knQ0GuT1rNT8ZaQUUhDn10v3 Content-Type: multipart/mixed; boundary="------------tTr9JUrRQ2mrx6zsdEugWYyR"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: <51a63587-eaf2-49a2-a73f-e84479f546d2@FreeBSD.org> Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> In-Reply-To: <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> --------------tTr9JUrRQ2mrx6zsdEugWYyR Content-Type: multipart/alternative; boundary="------------kvsjr3jeUxRP4psxM96BjRHD" --------------kvsjr3jeUxRP4psxM96BjRHD Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMjo1NywgR3VpZG8gRmFsc2kgd3JvdGU6DQo+IE9uIDE2LzEwLzIz IDExOjE5LCBEdXRjaERhZW1vbiAtIEZyZWVCU0QgRm9ydW1zIEFkbWluaXN0cmF0b3Igd3Jv dGU6DQo+PiBJIGZvdW5kIHRoaXMgb25lIGFmdGVyIGEgZnVsbCByZWJ1aWxkIGluIFBvdWRy aWVyZToNCj4+DQo+PiBsZC1lbGYuc28uMTogU2hhcmVkIG9iamVjdCAibGlic3NsLnNvLjEx IiBub3QgZm91bmQsIHJlcXVpcmVkIGJ5IA0KPj4gInRyYW5zbWlzc2lvbi1kYWVtb24iDQo+ Pg0KPg0KPiBJIGd1ZXNzIHlvdSB3aWxsIG5lZWQgdG8gZm9yY2UgcmVidWlsZC9yZWluc3Rh bGwgYWxsIHBhY2thZ2VzIA0KPiBkZXBlbmRpbmcgb24gb3BlbnNzbC4NCj4NCj4gKGlmIEkg dW5kZXJzdGFuZCBjb3JyZWN0bHkgeW91J3JlIHVzaW5nIHBvdWRyaWVyZS1idWxrKDgpIHRv IGJ1aWxkIA0KPiB5b3V0IGJpbmFyeSBwYWNrYWdlcyByZXBvKQ0KPg0KPiBBY3R1YWxseSBw b3VkcmllcmUgc2hvdWxkIGhhdmUgYmVlbiBhYmxlIHRvIHJlYnVpbGQgdGhlbSBpdHNlbGYs IA0KPiB1bmxlc3MgeW91J3JlIHVzaW5nIHRoZSAtUyBvcHRpb24sIHdoaWNoIGNvdWxkIGhh dmUgc2tpcHBlZCBzb21lIA0KPiByZWJ1aWxkcyB0aGF0IGluIHRoaXMgY2FzZSBhcmUgbmVl ZGVkLg0KPg0KPiBJZiB5b3UgaGF2ZSBhIGJyb2tlbiByZXBvIChkdWUgdG8gLVMgb3Igc29t ZSBvdGhlciB1bmtub3duIHJlYXNvbikgeW91IA0KPiB3aWxsIG5lZWQgdG8gcmVidWlsZCBp dCBmcm9tIHNjcmF0Y2ggKC1jIG9wdGlvbikgdG8gZ2V0IGEgcHJpc3RpbmUgYW5kIA0KPiBo b3BlZnVsbHkgd29ya2luZyBvbmUuDQo+DQpUaGUgYWN0dWFsIHNjcmlwdGVkIGNvbW1hbmQg Zm9yIG15IHJlYnVpbGQgYWxsIG9wdGlvbiBpczoNCg0KDQovdXNyL2xvY2FsL2Jpbi9wb3Vk cmllcmUgYnVsayAtYyAtaiAke2phaWx9IC12IC1mIC90bXAvdG9idWlsZC0ke2phaWx9DQoN Cg0KVGhlIHRvYnVpbGQgZmlsZSBpcyB0aGUgbGlzdCBvZiBwYWNrYWdlcyBmcm9tIGBwa2cg cHJpbWUtb3JpZ2luc2ANCg0K --------------kvsjr3jeUxRP4psxM96BjRHD Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 12:57, Guido Falsi wrote= :
On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote:
I found this one after a full rebuild in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"


I guess you will need to force rebuild/reinstall all packages depending on openssl.

(if I understand correctly you're using poudriere-bulk(8) to build yout binary packages repo)

Actually poudriere should have been able to rebuild them itself, unless you're using the -S option, which could have skipped some rebuilds that in this case are needed.

If you have a broken repo (due to -S or some other unknown reason) you will need to rebuild it from scratch (-c option) to get a pristine and hopefully working one.

The actual scripted command for my rebuild all option is:


/usr/local/bin/poudriere bulk -c -j ${jail} -v -f /tmp/tobuild-${jail}


The tobuild file is the list of packages from `pkg prime-origins`

--------------kvsjr3jeUxRP4psxM96BjRHD-- --------------tTr9JUrRQ2mrx6zsdEugWYyR-- --------------knQ0GuT1rNT8ZaQUUhDn10v3 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtGUcFAwAAAAAACgkQ0R2eb0cya6jH pQ/+JCQi5z+ZD0+16cF8iHUqnD2OIMhzOjHTCUCjBYOImMdUNGNYaJGSDdv0V0fkZhJnn6EClxIZ YEg3LIiHHt9k6V4Kaea60as9hVuXtH0AZbxufPRQ02jdbVLa1MN96NuCMnE0KhUOknh5GtqOuAdw yyp5EEShyj3faa3k9WQcKLoU3rMazht5aYZon9UxLliqO+jWK4e79mB1Jgz2UlB6JBD/VWKWlZCh /GoiUREI11vIaPdfkyMKkHzkJmoYSuOKDlWtbRTv7kuf3Y1UnptsJW9mcYFR+lScm/rWR4KDQ0Yt OF/b7Gul6L4RS94ccRa/9isSlOOLG+OjEBOlnk7pSen91GQx7AC+lk6ZE39ZmsyRHAEr28JVKkPJ AtnviovF2Y2lJCkOryVKMepbjQ7zT+OfdNw0MZ+qpIVH9XexqSg5C0T0fEdbU/sdWATQiSHVARGo DEz+m1hbzDrKu91e7XUVfeWErItf+MZKZear8WOneZULTJkV0eTCZww9BxpInMLzJCCI8Vr9X+UC DwSjrYx8O8GuiH+vhHbnXVEeasV6Och07rzvREsbOVtI1cpS5sVo+N/EUZM6F6n4idPLvrhf2jxK 7/QqkRXgEG7VHMyOaW3DAJTJFTq8BCpjRU1lQP3kV9oopE7De//81jhEzJT/vCRwX4ScNo2r6R0w sN8= =Yg6r -----END PGP SIGNATURE----- --------------knQ0GuT1rNT8ZaQUUhDn10v3-- From nobody Mon Oct 16 11:07:50 2023 X-Original-To: ports@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 4S8DqD6NvPz4xF6M for ; Mon, 16 Oct 2023 11:07:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8DqD5ryYz3QtV; Mon, 16 Oct 2023 11:07:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454472; 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=e5THqU24n9Q8K9rKkHXALx16UcHrDw5L5kIFqmg8TG0=; b=AGOpEL05ArgyefIKdPqsSrmXoVvq1S5UO/yNsVKSbo0GTwYwQwOmZ5xxqE38WBTv7HOJuZ 2+WlN+IaFS98eC/ooPrJBVnkGMFqAIZqddvpi9FgcKMyNg2PhW7O6096Ge6DFZbhov6vxn XfEE4tfP/vRmuenF73g0wqIPa5lUnNtMOghDvKimvXYxhLPdjDw7+d347IIJCnZmhHDgsf +TK4sj3uMI+Pw9TMTt6TZznbXOcNemcUbkoVzANqb7jk2HfhH2O8AOw8iQZjYwKCHKN3qP cb5HeU/xY9D6FgSNTS13DbWlxs1bzFOT4K0mU0MGOy7y3PO/MplnTNRgFAsHcA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454472; a=rsa-sha256; cv=none; b=qXffMXIT0UEyFoZ49d86g4Hkv9HeOkeHBAukTRfSMAWV4fySMiQtKy9RVcLLIZkyFgW7xI qb1/e9XzZ9EwnEntIwsoKf59ztkKj6rUue5SaRFJYDlWfvlb6YgqEjeSX3JGII3Q7AIJty Ybv7VFjBYhmjYgGeKMGe8JzVV5gReZ0VaJUY4z6S27Ub2GHNgeoJSIbhYnwlLx2Lh1fvZB aaVlT2ZrnX+czl0DAuH7Kk9PWGmWtLFpymNn4wzjKsKQvqBQGm44jHJGYT8dXA0WIIb28o eIEqnk4cGV19ga2UDho6cadWiHlExpMuAWPpe11lSRJwfLS94fH0II1LwDqVrA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454472; 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=e5THqU24n9Q8K9rKkHXALx16UcHrDw5L5kIFqmg8TG0=; b=YKiRtpx7pLk/bErVzMJ05fkvt0OvTFeZ1v6up3bFcbhOvnzQ6/VkGkiJBDdidkakxP9/9h ZE58MX44Ret4JREkreY+PLPW4hTLBw0PWYKZKiHWxYJFXWr8xX7O4bq8Ow7wGtSVKBE35I h14MamPgE1kn+B29cQrU1/wTSiwYjyrpcoZTkCnUK4NpwZ35cvukAJjlHN2kQ7MuhoEeaT 6R6l4D98p+SV7DNCjMS6JNH4ZvPqtTgAU2z8ZHpZ81gjK5z1yPn2zACKv4gb8a1RSKWAbx j4PaovEY5mn/e3TnDopXPUFGEJHk70S4y2G1qABf0gDYFDsG3DNPqfnfHmiKHg== Received: from [IPV6:2a01:e11:2002:4280::13:1] (unknown [IPv6:2a01:e11:2002:4280::13:1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8DqD2hT8z93T; Mon, 16 Oct 2023 11:07:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> Date: Mon, 16 Oct 2023 13:07:50 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: en-US, it To: DutchDaemon - FreeBSD Forums Administrator , ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> From: Guido Falsi In-Reply-To: <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote: > On 16/10/2023 12:57, Guido Falsi wrote: >> On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote: >>> I found this one after a full rebuild in Poudriere: >>> >>> ld-elf.so.1: Shared object "libssl.so.11" not found, required by >>> "transmission-daemon" >>> >> >> I guess you will need to force rebuild/reinstall all packages >> depending on openssl. >> >> (if I understand correctly you're using poudriere-bulk(8) to build >> yout binary packages repo) >> >> Actually poudriere should have been able to rebuild them itself, >> unless you're using the -S option, which could have skipped some >> rebuilds that in this case are needed. >> >> If you have a broken repo (due to -S or some other unknown reason) you >> will need to rebuild it from scratch (-c option) to get a pristine and >> hopefully working one. >> > This is Poudriere, everything was rebuilt from the ground up. > I see, but you did not report, did you "pkg upgrade -f" everything depending on openssl? I'm not sure pkg will figure it out by itself that it needs to do that in your case. It looks like you still have old binaries on your system. If poudriere did end the build them all successfully it would be strange it would have generated so many non working binaries without experiencing failures during the build. -- Guido Falsi From nobody Mon Oct 16 11:09:58 2023 X-Original-To: ports@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 4S8Dsh0vBBz4xFBG for ; Mon, 16 Oct 2023 11:10:00 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8Dsh0HK8z3RPB for ; Mon, 16 Oct 2023 11:10:00 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lWXdWBSXYz27rXUyLtZfxDsUS6F5kcgAKTvw8Ansdv0=; b=KgrjQuReaNv86seWqb/kJqHGYyyDO3O/bS/irJ9cVr0G5vm84E69nd3i7pmBwi9hexW4+0 bI01x6ClEdIBVciGXuL9hO+Ooofz3j2wG7sls16i+Ud0Pfdu6ugjqgIR29+p6dI24pR246 3FQDfrQtrFKIcm//iIN8dDmCiJyAFRm0TP8KG9ir1QlI61KNALMxrYJwbfTK/dt5i6cbdN 3OwyNNx90Fvh+O76PwoKf+tptKAPv3QByVSIQLb8NrhXv9OzO/8SW12nI0SIzttF7CtePh sruFJ5py66ZEiVFlCpzISdJ8FIRsljHTvnjmMv34qgMNMiQMhWUSGK1tsLUYJA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454600; a=rsa-sha256; cv=none; b=jd5d0h29VIqR1GCFLSOEh2Va98o9IE2gV/ioZ2ggmCy4SO49yaRw3nBlLBQOCgX0Q0M5Z2 qM4oDBP2uhEAQoaghdsJQJAkDei8hatAS6mSl4ubm27mPkUw1nmLulNklfo7yYOyWz8Gx+ yeFy5sP6ljL6e9ouSCoLY/MCpizCcTWTMhmqAY5Jxdy94OV2FOPnYfrhpJbDeQl9CblT6B hFIo0RYMZp+fc/8oLsuYbI/WLc5hW8mxxCkJkaq4kSdGrW73Va5VAEK5YGnodiP5gx7Xt0 GdOhlNXdYuv14+HT0Q7mQ/DI0+0n8g/TPiow8dyA4QWfFY9kLiPGFMJQb95hbw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lWXdWBSXYz27rXUyLtZfxDsUS6F5kcgAKTvw8Ansdv0=; b=JjAXKigNUpYEJa/+d+EyOi6tc7B/iv9q7Ja/68gulGdNAR4ZeIKPdH36hfS42OApHzICyH d5TqL9kXNQqwR7glHUyUJ8bn1rQR97LBTHwHrxhdpsdmNwK2TBdGGi7zeTMIfU4Y7k9B86 MSJjc5GqpHDgaEWWOG7Vu3qC/k+I3q3JVLRQf82jXT9YSkF6vZyVnQtV5p8oDjbhxMHfyj gz6BfbvlKoAs5HVHXIp8KuVJM11bCXab4UVGWpYrKWRSoZKKgyu8DMpGNycYdHgDscL4Vn d6ppWd8ecF5samIjcdpguCkdXy+3JCIX+46TX5M84Ro/MaIrBZ+l7XGDZoazYw== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8Dsg5FdRz7yh for ; Mon, 16 Oct 2023 11:09:59 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> Date: Mon, 16 Oct 2023 13:09:58 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------08jJYrFTToUa4HXTQ2SGABZf" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------08jJYrFTToUa4HXTQ2SGABZf Content-Type: multipart/mixed; boundary="------------STjU0pADnrc3cnOZMe26PaW5"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> In-Reply-To: <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> --------------STjU0pADnrc3cnOZMe26PaW5 Content-Type: multipart/alternative; boundary="------------3xxgOq9fUjDFGoe4TnoAsShe" --------------3xxgOq9fUjDFGoe4TnoAsShe Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMzowNywgR3VpZG8gRmFsc2kgd3JvdGU6DQo+IE9uIDE2LzEwLzIz IDEzOjAzLCBEdXRjaERhZW1vbiAtIEZyZWVCU0QgRm9ydW1zIEFkbWluaXN0cmF0b3Igd3Jv dGU6DQo+PiBPbiAxNi8xMC8yMDIzIDEyOjU3LCBHdWlkbyBGYWxzaSB3cm90ZToNCj4+PiBP biAxNi8xMC8yMyAxMToxOSwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1pbmlz dHJhdG9yIHdyb3RlOg0KPj4+PiBJIGZvdW5kIHRoaXMgb25lIGFmdGVyIGEgZnVsbCByZWJ1 aWxkIGluIFBvdWRyaWVyZToNCj4+Pj4NCj4+Pj4gbGQtZWxmLnNvLjE6IFNoYXJlZCBvYmpl Y3QgImxpYnNzbC5zby4xMSIgbm90IGZvdW5kLCByZXF1aXJlZCBieSANCj4+Pj4gInRyYW5z bWlzc2lvbi1kYWVtb24iDQo+Pj4+DQo+Pj4NCj4+PiBJIGd1ZXNzIHlvdSB3aWxsIG5lZWQg dG8gZm9yY2UgcmVidWlsZC9yZWluc3RhbGwgYWxsIHBhY2thZ2VzIA0KPj4+IGRlcGVuZGlu ZyBvbiBvcGVuc3NsLg0KPj4+DQo+Pj4gKGlmIEkgdW5kZXJzdGFuZCBjb3JyZWN0bHkgeW91 J3JlIHVzaW5nIHBvdWRyaWVyZS1idWxrKDgpIHRvIGJ1aWxkIA0KPj4+IHlvdXQgYmluYXJ5 IHBhY2thZ2VzIHJlcG8pDQo+Pj4NCj4+PiBBY3R1YWxseSBwb3VkcmllcmUgc2hvdWxkIGhh dmUgYmVlbiBhYmxlIHRvIHJlYnVpbGQgdGhlbSBpdHNlbGYsIA0KPj4+IHVubGVzcyB5b3Un cmUgdXNpbmcgdGhlIC1TIG9wdGlvbiwgd2hpY2ggY291bGQgaGF2ZSBza2lwcGVkIHNvbWUg DQo+Pj4gcmVidWlsZHMgdGhhdCBpbiB0aGlzIGNhc2UgYXJlIG5lZWRlZC4NCj4+Pg0KPj4+ IElmIHlvdSBoYXZlIGEgYnJva2VuIHJlcG8gKGR1ZSB0byAtUyBvciBzb21lIG90aGVyIHVu a25vd24gcmVhc29uKSANCj4+PiB5b3Ugd2lsbCBuZWVkIHRvIHJlYnVpbGQgaXQgZnJvbSBz Y3JhdGNoICgtYyBvcHRpb24pIHRvIGdldCBhIA0KPj4+IHByaXN0aW5lIGFuZCBob3BlZnVs bHkgd29ya2luZyBvbmUuDQo+Pj4NCj4+IFRoaXMgaXMgUG91ZHJpZXJlLCBldmVyeXRoaW5n IHdhcyByZWJ1aWx0IGZyb20gdGhlIGdyb3VuZCB1cC4NCj4+DQo+DQo+IEkgc2VlLCBidXQg eW91IGRpZCBub3QgcmVwb3J0LCBkaWQgeW91ICJwa2cgdXBncmFkZSAtZiIgZXZlcnl0aGlu ZyANCj4gZGVwZW5kaW5nIG9uIG9wZW5zc2w/IEknbSBub3Qgc3VyZSBwa2cgd2lsbCBmaWd1 cmUgaXQgb3V0IGJ5IGl0c2VsZiANCj4gdGhhdCBpdCBuZWVkcyB0byBkbyB0aGF0IGluIHlv dXIgY2FzZS4NCj4NCj4gSXQgbG9va3MgbGlrZSB5b3Ugc3RpbGwgaGF2ZSBvbGQgYmluYXJp ZXMgb24geW91ciBzeXN0ZW0uIElmIHBvdWRyaWVyZSANCj4gZGlkIGVuZCB0aGUgYnVpbGQg dGhlbSBhbGwgc3VjY2Vzc2Z1bGx5IGl0IHdvdWxkIGJlIHN0cmFuZ2UgaXQgd291bGQgDQo+ IGhhdmUgZ2VuZXJhdGVkIHNvIG1hbnkgbm9uIHdvcmtpbmcgYmluYXJpZXMgd2l0aG91dCBl eHBlcmllbmNpbmcgDQo+IGZhaWx1cmVzIGR1cmluZyB0aGUgYnVpbGQuDQo+DQoNCnBrZyB1 cGdyYWRlIC1meSAmJiBzZXJ2aWNlIC1SIG9uIHRoZSBob3N0czsgdGhpcyBpcyBub3QgbXkg MXN0LCBvciBldmVuIA0KMTAwdGggcm9kZW8uLg0KDQo= --------------3xxgOq9fUjDFGoe4TnoAsShe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 13:07, Guido Falsi wrote= :
On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote:
On 16/10/2023 12:57, Guido Falsi wrote:
On 16/10/23 11:19, DutchDaemon - FreeBS= D Forums Administrator wrote:
I found this one after a full rebuild= in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"


I guess you will need to force rebuild/reinstall all packages depending on openssl.

(if I understand correctly you're using poudriere-bulk(8) to build yout binary packages repo)

Actually poudriere should have been able to rebuild them itself, unless you're using the -S option, which could have skipped some rebuilds that in this case are needed.

If you have a broken repo (due to -S or some other unknown reason) you will need to rebuild it from scratch (-c option) to get a pristine and hopefully working one.

This is Poudriere, everything was rebuilt from the ground up.


I see, but you did not report, did you "pkg upgrade -f" everything depending on openssl? I'm not sure pkg will figure it out by itself that it needs to do that in your case.

It looks like you still have old binaries on your system. If poudriere did end the build them all successfully it would be strange it would have generated so many non working binaries without experiencing failures during the build.


pkg upgrade -fy && service -R on the hosts; this is not my 1st, or even 100th rodeo..

--------------3xxgOq9fUjDFGoe4TnoAsShe-- --------------STjU0pADnrc3cnOZMe26PaW5-- --------------08jJYrFTToUa4HXTQ2SGABZf Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtGgYFAwAAAAAACgkQ0R2eb0cya6hK ABAAqX1WhJi6AnKoN3KXkKYxxqgYFztHRuyOeQ7PzszONIZHNquLo5GiD3LgwGKOhEc17bMPzahF tqMAORhH+2nzAvJqLjJ3m363q8hZEOtF0nvTFaFGn5Dg8vkXsIWrwxvAGmtbksLF3+6nbcU5mK5P 3f5KpW9BhAI05EKYr1nKOA5nc4M9zhFA6khzQWAE727yZBhz6UovQb9Dg416OMk9UrM5hXSONl4T S2QT85oD/CwSeqrBjyQztlIS/FiixR9zqx49Rq71CeEmGaJz7d3DrE3T/O66hp9wc6ezJOSQYyka D3deG/M0uFhveouLxKPv0bFsgA+GChwOvsqD8ArOdAxE+avgWnkd3Hmp9TWiJEPIF3Zm79MLawg+ IWIeZl+ktS4iOJkHCBzIkeD1uEVS3OTjAMTH50ebr7g9wDkSMivFm2G6dTxtBF5aBv+K72IPu5k9 tBTADYh+DQsbT/c3xsVEzuHb1E7CDdhllrFzWle04kqjLHTxB2lNk5OiiSNncDL1qu0DmTH6ohwx EIZKWAxVpKgAJccFdlQ1HZZ3+o/QDLIs7FiGWWXQWE6QsmweqeElv2rl6RmhNtldCEipQXRcDhvY wRhrwg8IIKkdyagrKItPYWSr4rJCKkx21tH98u8/7mKjPgB2z9Z1FA1pQtRsjOMaTw9y8pEy1Xxj xk0= =rX+5 -----END PGP SIGNATURE----- --------------08jJYrFTToUa4HXTQ2SGABZf-- From nobody Mon Oct 16 11:13:25 2023 X-Original-To: ports@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 4S8Dxg34wSz4xFNm for ; Mon, 16 Oct 2023 11:13:27 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8Dxg20w9z3SJm; Mon, 16 Oct 2023 11:13:27 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454807; 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=HTbdS4ugC66nt2h/NJktU5fddRK2rGJl0yAGaIhkY88=; b=ETioSnRwJF5jAym7+7icIjSyEaeCTGqxl3KQnmsGN6WUyWSo5/wJfLHq1MaG6T/fAP1QxL KG47DHWFNNPqxN5q2nAAU+yxRnlr/kM3zYsu2twRVwgjpreFZaTxq+BTclkK2eVzU4E0ns kB4HYq68OKt8b773PJj1xBhupjmJofIxlROWN0trkmTL38z3v56z+YAxxZRmgGQF4w97JL W2DdjyjJWAXiSPTBXblrcgOXtvIZ0HcU7giIdwCwPpKTFYwAEALvb2vPGwJ4fDzieflJ/2 Xw1PEDtEec36QAXkttdPFoMECQVDMAmJukgx1aD6oWEOTqnLnZ+xhZL2ZgavsA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454807; a=rsa-sha256; cv=none; b=uhp5EDLntl+MR53RmAZWTYtlKqhWPsdX70/gXIK9XppxtPQ4wM38+qJjQnllUOqNztUxjq VpDTBPLf/zOEPCxptjWtQT2qjrrAy/G+QXWA3fMRittAB+ELdvwIEKsrsqp2PKUTsLj/L9 6c4PJ5OX6UqndWDswRF5hBn+Z6M1L3/1dP6pHdBjhmIuKsiNFWmMHWhNBaTK7s40l+WSAo 7Nb+zxZ95Jgk6zquM5v8NMH212njE4TbiZjXIlfdDLJwEzDDy8JeppjVO0Wth0X/Tijy0E h1yOyv42R5sfDIdQpdRSzaUgiNFWM6Z8cnChvTzungrnBHHcKk3XgRlFKNx58A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454807; 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=HTbdS4ugC66nt2h/NJktU5fddRK2rGJl0yAGaIhkY88=; b=fe1XY3JvNpoq/ZfursAX2iX2L23zv9jfLqwB4ItbrShbjbQqFYApwft+Qcbfa3SAIvZBCc NvjcJy6Y8D/9lD1sap7fEPFPwmeb6DaRQ7v3T2VQwyXyHQoDARAjxeIjHUg2fwnIdZM9zq bso5lWi2IJzcs3enJVJB1WLu29sJHvG0y4hzT7v8qZGmQ3EqDWkU7YCEGsBz9kbdj/a4O3 TpXO8anLshqNaNj1mFfQNn0ik2AVqeX7bfufnp24HspFZR7qIeOd2PaZRPj1LkKiCFtufJ VxgdfQ2ue7Ba/9KBaP2V40MPlwCkW3z5JVDes3IwyTy9YJ+Q/ecyvk74hoFDfw== Received: from [IPV6:2a01:e11:2002:4280::13:1] (unknown [IPv6:2a01:e11:2002:4280::13:1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8Dxf61cTz9HG; Mon, 16 Oct 2023 11:13:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> Date: Mon, 16 Oct 2023 13:13:25 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: en-US, it To: DutchDaemon - FreeBSD Forums Administrator , ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> From: Guido Falsi In-Reply-To: <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 16/10/23 13:09, DutchDaemon - FreeBSD Forums Administrator wrote: > On 16/10/2023 13:07, Guido Falsi wrote: >> On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote: >>> On 16/10/2023 12:57, Guido Falsi wrote: >>>> On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote: >>>>> I found this one after a full rebuild in Poudriere: >>>>> >>>>> ld-elf.so.1: Shared object "libssl.so.11" not found, required by >>>>> "transmission-daemon" >>>>> >>>> >>>> I guess you will need to force rebuild/reinstall all packages >>>> depending on openssl. >>>> >>>> (if I understand correctly you're using poudriere-bulk(8) to build >>>> yout binary packages repo) >>>> >>>> Actually poudriere should have been able to rebuild them itself, >>>> unless you're using the -S option, which could have skipped some >>>> rebuilds that in this case are needed. >>>> >>>> If you have a broken repo (due to -S or some other unknown reason) >>>> you will need to rebuild it from scratch (-c option) to get a >>>> pristine and hopefully working one. >>>> >>> This is Poudriere, everything was rebuilt from the ground up. >>> >> >> I see, but you did not report, did you "pkg upgrade -f" everything >> depending on openssl? I'm not sure pkg will figure it out by itself >> that it needs to do that in your case. >> >> It looks like you still have old binaries on your system. If poudriere >> did end the build them all successfully it would be strange it would >> have generated so many non working binaries without experiencing >> failures during the build. >> > > pkg upgrade -fy && service -R on the hosts; this is not my 1st, or even > 100th rodeo.. > I have tried to be helpful and failed. Sorry. -- Guido Falsi From nobody Mon Oct 16 11:14:52 2023 X-Original-To: ports@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 4S8DzK6WHgz4xFX9 for ; Mon, 16 Oct 2023 11:14:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8DzK5yN2z3Sx7 for ; Mon, 16 Oct 2023 11:14:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IpBOjB8jBj3euMk0HKeqXR6UHymv+qM0P+LExf2iTYo=; b=htfNNPbQi6wgBwlj20uh197iMGr9X7KC5QXaby+7tY8mAD6pxuuJGbdbnUzmczWO0WLnJy xKx+2tTcp5LZeZpSWJDIRHfjwJsvJYSdbBcGPk0pCmiawSV1nzuq/y8E1XRRyUjCwDVTEK Te6HXMfviN5y5eEoG/pVrtflY1w5Zi5x5kgkizFY+zjXMdu8tOs49d71lOe6T0+trTX7/8 0YsdKdYzoXjcIXtc7T5VNx+/3fxDoSxbiBL/R8YSDKgHFkUQxusHDhoDZR2KpIYzHGx37Z 9jdXaUMoBGKpT4ygn7SkeSh2q2R4+ponvAjF7CRzKZuRiXbk08K4KbudsaqIWQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454893; a=rsa-sha256; cv=none; b=VGtVKUiDG+Rhvye6+T8uYacBfnqc3TF533U/r4rMr/i9tGrbodXHYb0oWBacvbwUNRsmrF qR0jX3t7TMo8lyu8VuHln2SERq0QAJEQWKeARdgp75Iv+w3x2f4o/1bpsW/Fda0Tmxi1Ug XrZC/Kx32os9aqfUM6/ftqgw08RkJxpp16Xq6Z4Fjk8o12jUQZ9VYqqxkOvNR3H+lxILl+ jChkqwu9l4ntFHPi2pmqxsF82fIU7m/Wmk4HOW2XTDei1z3EzhBfLxGZUq+e0O+J3XFgz5 TsYmmLJVUgpwFIDbCE4ym+76UQzG7VRoQkVjnA7Sis897oKudaLKys+gpO2q6g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IpBOjB8jBj3euMk0HKeqXR6UHymv+qM0P+LExf2iTYo=; b=vxAC2Gv5HPcrSTACP0tuL2DwpFTRkbE2D8wKmQ4aG58dtla3yMrJwSjk5iAPxVdhH1AS4T a2EEKeaLmGTNd7T0uBmW9vElJsZWx7g1jTngCnzMh9AHeirqIuD3lTq/7RY3Hn1U4k9Hbu tbE3sdq71rlNn9iUc6n2VNxsUMAnCBTvyV8pxZZS3QaQ3U31yIWAQEP8A0jsPSb2k0dkhj YaDtpTcse1Dz0gF5dnX7gfSnCasgkv6xS6rVMJX3sQoLzj9UcFM4m1VS5DnfDJLRLo3a3M Zqv6C0lDal9JuOke15WiqZSupXGGqySN5pjacVZiBFzfIlxZU5AZ+UUdZYwexA== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8DzK3rXWz9HH for ; Mon, 16 Oct 2023 11:14:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 13:14:52 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------ije19YN5uPz3m00MMB5yPU6G" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------ije19YN5uPz3m00MMB5yPU6G Content-Type: multipart/mixed; boundary="------------lFIh2I8Lqb0LjXrSHAoiLQO7"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> In-Reply-To: <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> --------------lFIh2I8Lqb0LjXrSHAoiLQO7 Content-Type: multipart/alternative; boundary="------------bh3Ery64ZbKKWQhtwNjqn0cw" --------------bh3Ery64ZbKKWQhtwNjqn0cw Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMzowNywgR3VpZG8gRmFsc2kgd3JvdGU6DQo+IE9uIDE2LzEwLzIz IDEzOjAzLCBEdXRjaERhZW1vbiAtIEZyZWVCU0QgRm9ydW1zIEFkbWluaXN0cmF0b3Igd3Jv dGU6DQo+PiBPbiAxNi8xMC8yMDIzIDEyOjU3LCBHdWlkbyBGYWxzaSB3cm90ZToNCj4+PiBP biAxNi8xMC8yMyAxMToxOSwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1pbmlz dHJhdG9yIHdyb3RlOg0KPj4+PiBJIGZvdW5kIHRoaXMgb25lIGFmdGVyIGEgZnVsbCByZWJ1 aWxkIGluIFBvdWRyaWVyZToNCj4+Pj4NCj4+Pj4gbGQtZWxmLnNvLjE6IFNoYXJlZCBvYmpl Y3QgImxpYnNzbC5zby4xMSIgbm90IGZvdW5kLCByZXF1aXJlZCBieSANCj4+Pj4gInRyYW5z bWlzc2lvbi1kYWVtb24iDQo+Pj4+DQo+Pj4NCj4+PiBJIGd1ZXNzIHlvdSB3aWxsIG5lZWQg dG8gZm9yY2UgcmVidWlsZC9yZWluc3RhbGwgYWxsIHBhY2thZ2VzIA0KPj4+IGRlcGVuZGlu ZyBvbiBvcGVuc3NsLg0KPj4+DQo+Pj4gKGlmIEkgdW5kZXJzdGFuZCBjb3JyZWN0bHkgeW91 J3JlIHVzaW5nIHBvdWRyaWVyZS1idWxrKDgpIHRvIGJ1aWxkIA0KPj4+IHlvdXQgYmluYXJ5 IHBhY2thZ2VzIHJlcG8pDQo+Pj4NCj4+PiBBY3R1YWxseSBwb3VkcmllcmUgc2hvdWxkIGhh dmUgYmVlbiBhYmxlIHRvIHJlYnVpbGQgdGhlbSBpdHNlbGYsIA0KPj4+IHVubGVzcyB5b3Un cmUgdXNpbmcgdGhlIC1TIG9wdGlvbiwgd2hpY2ggY291bGQgaGF2ZSBza2lwcGVkIHNvbWUg DQo+Pj4gcmVidWlsZHMgdGhhdCBpbiB0aGlzIGNhc2UgYXJlIG5lZWRlZC4NCj4+Pg0KPj4+ IElmIHlvdSBoYXZlIGEgYnJva2VuIHJlcG8gKGR1ZSB0byAtUyBvciBzb21lIG90aGVyIHVu a25vd24gcmVhc29uKSANCj4+PiB5b3Ugd2lsbCBuZWVkIHRvIHJlYnVpbGQgaXQgZnJvbSBz Y3JhdGNoICgtYyBvcHRpb24pIHRvIGdldCBhIA0KPj4+IHByaXN0aW5lIGFuZCBob3BlZnVs bHkgd29ya2luZyBvbmUuDQo+Pj4NCj4+IFRoaXMgaXMgUG91ZHJpZXJlLCBldmVyeXRoaW5n IHdhcyByZWJ1aWx0IGZyb20gdGhlIGdyb3VuZCB1cC4NCj4+DQo+DQo+IEkgc2VlLCBidXQg eW91IGRpZCBub3QgcmVwb3J0LCBkaWQgeW91ICJwa2cgdXBncmFkZSAtZiIgZXZlcnl0aGlu ZyANCj4gZGVwZW5kaW5nIG9uIG9wZW5zc2w/IEknbSBub3Qgc3VyZSBwa2cgd2lsbCBmaWd1 cmUgaXQgb3V0IGJ5IGl0c2VsZiANCj4gdGhhdCBpdCBuZWVkcyB0byBkbyB0aGF0IGluIHlv dXIgY2FzZS4NCj4NCj4gSXQgbG9va3MgbGlrZSB5b3Ugc3RpbGwgaGF2ZSBvbGQgYmluYXJp ZXMgb24geW91ciBzeXN0ZW0uIElmIHBvdWRyaWVyZSANCj4gZGlkIGVuZCB0aGUgYnVpbGQg dGhlbSBhbGwgc3VjY2Vzc2Z1bGx5IGl0IHdvdWxkIGJlIHN0cmFuZ2UgaXQgd291bGQgDQo+ IGhhdmUgZ2VuZXJhdGVkIHNvIG1hbnkgbm9uIHdvcmtpbmcgYmluYXJpZXMgd2l0aG91dCBl eHBlcmllbmNpbmcgDQo+IGZhaWx1cmVzIGR1cmluZyB0aGUgYnVpbGQuDQo+DQoNCkZvciB0 aGlzIHNwZWNpZmljIGphaWwsIDQ5Ni80OTYgcGFja2FnZXMgd2VyZSBidWlsdCBmcm9tIHNj cmF0Y2ggd2l0aCAwIA0KZXJyb3JzLCAwIHNraXBzLg0KDQpUaGUgb25seSB0aGluZyBJIGNh biBkbyBpcyBwa2cgZGVsZXRlIC1hLSBmIC15ICYmIHBrZyBpbnN0YWxsIA0KJChsaXN0LW9m LW5vZGUtcG9ydHMpIGJ1dCB0aGF0IHNlZW1zIGV4Y2Vzc2l2ZS4gQSBwa2cgdXBncmFkZSAt Znkgb24gYWxsIA0KcG9ydHMgc2hvdWxkIGJlIGVub3VnaC4NCg0K --------------bh3Ery64ZbKKWQhtwNjqn0cw Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 13:07, Guido Falsi wrote= :
On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote:
On 16/10/2023 12:57, Guido Falsi wrote:
On 16/10/23 11:19, DutchDaemon - FreeBS= D Forums Administrator wrote:
I found this one after a full rebuild= in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"


I guess you will need to force rebuild/reinstall all packages depending on openssl.

(if I understand correctly you're using poudriere-bulk(8) to build yout binary packages repo)

Actually poudriere should have been able to rebuild them itself, unless you're using the -S option, which could have skipped some rebuilds that in this case are needed.

If you have a broken repo (due to -S or some other unknown reason) you will need to rebuild it from scratch (-c option) to get a pristine and hopefully working one.

This is Poudriere, everything was rebuilt from the ground up.


I see, but you did not report, did you "pkg upgrade -f" everything depending on openssl? I'm not sure pkg will figure it out by itself that it needs to do that in your case.

It looks like you still have old binaries on your system. If poudriere did end the build them all successfully it would be strange it would have generated so many non working binaries without experiencing failures during the build.


For this specific jail, 496/496 packages were built from scratch with 0 errors, 0 skips.

The only thing I can do is pkg delete -a-= f -y && pkg install $(list-of-node-ports) but that seems excessive. A pkg upgrade -fy on all ports should be enough.

--------------bh3Ery64ZbKKWQhtwNjqn0cw-- --------------lFIh2I8Lqb0LjXrSHAoiLQO7-- --------------ije19YN5uPz3m00MMB5yPU6G Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtGy0FAwAAAAAACgkQ0R2eb0cya6js VxAApN7fwwtjzb7BG6avo1woSKtUJ+uRCcjbVXOSx+4b3CNXSVo7HVzVBO9FmR6lUgTVcCAhT4sm MGOi8vyFXIc68jTsNlzhCRRYx6s7O+lmebAV3K7wonDSu9DcpeEboM0U6eswficR3ZqvkKBfjQw0 W1qaEhbHi7LbnmqDZD0axuS7wFRlXAyKsybLZKH3u2ehjQEOqJZohK40oNbFHF6ssqUOftNwJzNg FbtYNekyT2PU2rhR9HQ6yMiBkwWVQ34WfArgbEt5ZCwu/UjStza7IUmQzUPEC+taARscCqZ/ilXt jbmCyLQHos3i1dpn1nAGwykBKEXUY0+AJKCBlukRFjFGV6fZuqTF4MU/89tkpsJkWjyhCnv31Y6n KJpxglaxUrriMZ8K8SAs+HGX2SsPnEyZrtMjRDGv+gxvfu7OFstdK/lE+RbUbK4dHgvpRHpZLNq0 uL+TjCWPX5+q7i1pnpK7BuqhvVStW5mfPOc1ORcHKE9FvkhOpBBBsMxvTjpNspNE958gv6TS2HmG FGcEvdduCHb6w5xNdgO0zUXp7vFmlCrQTQNOjl6XWfnCwECQXRl2H1w+i/Fh3ydQw9dLnhPVDkfy a8PVSGMI3yxnxrhEJDNgtSq4TtQWcJnXksmDpS2rI+CCIOq/W2k/4fYsCCKba8XEEig9+Bx+0Xm5 DPY= =tGGv -----END PGP SIGNATURE----- --------------ije19YN5uPz3m00MMB5yPU6G-- From nobody Mon Oct 16 11:16:13 2023 X-Original-To: ports@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 4S8F0v30grz4xFmC for ; Mon, 16 Oct 2023 11:16:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8F0v1LWDz3TXQ; Mon, 16 Oct 2023 11:16:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454975; 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=s1mZcf/P0+yCrf7GyR2oLFBCY86pZw5XpqtgGFuOZAk=; b=SauknpcTK42Rc5HbSja5YsYrP99FtJKI9BHosk9/7o4dJJYdafOAml0N4UPVqknQp5wMst P9ZM4rPMWMAy56zrDFwpsvUsrPrTvdrDYpKSB4o0t3GZhxWOPdRKt7a+3zg791qmJqmWnv Yqetl2U/B6oJFE5+psKACr02TGUgclZkubH6D5edqapUWNcFLp5xUHv3J3iA/Za3c+uoZx UcbxKyeKVKcc4CMBBFJnZ+jA1wzoyzOK74gqKMAye/7XEETWLWyXg6F3RKvDkHrIJ18ca9 MZNVNf1pbfaXzH+peyW1N4El+Fwx4hLnQ3r3i//l1dgwe56Y/UOXbO7P5A0dIw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697454975; a=rsa-sha256; cv=none; b=w2JkEM4r+3z0rdW+de6zOzecr/Kwfp+efVIRKO8qAWhUI0RusueMkjPlhnq/GgGzV1srsm mCyyGxDWovN6WlLDU+Ctc8h8hjFPuo+cdvaQfbnvv2uH4qZ6fx446N6z8kmXUsKhicHdNE K7hpyIMaqGmlpOlMLmrlcEnXfr4quNCboJk7hMF8lbu0qyN91HnmjY47dgMJ0T1UR0GAKN LNGU65ng4/e7m1VEN6qTLItYuBfuFvUGkiowHpk+tqFz7mCxDtmRiU8KkPpQUzqolsn2wn I8XdcY8EJBwh4I25SSqzGx1MznKxT5M8ATK2hkOm3qNMjzehn0MRdqu/zmj/zg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697454975; 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=s1mZcf/P0+yCrf7GyR2oLFBCY86pZw5XpqtgGFuOZAk=; b=vxIcKL4l0ILFcBXLGwodbmHPTIyEmLVYB5oG7fwtKzdg4wHtwTTP33L1PICzQtiSzIzDW/ 7Lu7K2okswebF7nQn8iseb7WhQtd2OjsWTJt3Fv5BNlP6WGmNqriVUiXHlNoepcXSQbeCQ MiBzHhdGGhw7M6jCNMgpyevlO5oV9JTC316docQ45R00pKk4K+3zSbEBNy1aJTGzJ31ZQZ Wgb0K/cdXCBMaTLDAb+6SZrr/98SIUpFhG/FYPsf5haaEhNLv+uN0SGK1ruEDSdnCDsW28 G5xvjRdm+VZnSiuYaO9Q5dGxZHEuhD38iyr6i7nd+7O4Et9Gln1VETpCzXzPzQ== Received: from [IPV6:2a01:e11:2002:4280::13:1] (unknown [IPv6:2a01:e11:2002:4280::13:1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8F0t5Bn6z9Sb; Mon, 16 Oct 2023 11:16:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <32bd1911-5d67-426f-b9ce-523fad1849d1@FreeBSD.org> Date: Mon, 16 Oct 2023 13:16:13 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: en-US, it From: Guido Falsi To: DutchDaemon - FreeBSD Forums Administrator , ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> In-Reply-To: <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 16/10/23 13:13, Guido Falsi wrote: > On 16/10/23 13:09, DutchDaemon - FreeBSD Forums Administrator wrote: >> On 16/10/2023 13:07, Guido Falsi wrote: >>> On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote: >>>> On 16/10/2023 12:57, Guido Falsi wrote: >>>>> On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote: >>>>>> I found this one after a full rebuild in Poudriere: >>>>>> >>>>>> ld-elf.so.1: Shared object "libssl.so.11" not found, required by >>>>>> "transmission-daemon" >>>>>> >>>>> >>>>> I guess you will need to force rebuild/reinstall all packages >>>>> depending on openssl. >>>>> >>>>> (if I understand correctly you're using poudriere-bulk(8) to build >>>>> yout binary packages repo) >>>>> >>>>> Actually poudriere should have been able to rebuild them itself, >>>>> unless you're using the -S option, which could have skipped some >>>>> rebuilds that in this case are needed. >>>>> >>>>> If you have a broken repo (due to -S or some other unknown reason) >>>>> you will need to rebuild it from scratch (-c option) to get a >>>>> pristine and hopefully working one. >>>>> >>>> This is Poudriere, everything was rebuilt from the ground up. >>>> >>> >>> I see, but you did not report, did you "pkg upgrade -f" everything >>> depending on openssl? I'm not sure pkg will figure it out by itself >>> that it needs to do that in your case. >>> >>> It looks like you still have old binaries on your system. If >>> poudriere did end the build them all successfully it would be strange >>> it would have generated so many non working binaries without >>> experiencing failures during the build. >>> >> >> pkg upgrade -fy && service -R on the hosts; this is not my 1st, or >> even 100th rodeo.. >> > > I have tried to be helpful and failed. Sorry. Let me elaborate on this. I've always been using OpenSSL provieded by base, so I have little experience with using OpenSSL from ports (which, if I understand correctly is what you are doing). So I cannot give specific advice on that setup and was just guessing what you could do. Really hope someone with experience in configurations similar to yours will be able to help you better. -- Guido Falsi From nobody Mon Oct 16 11:16:51 2023 X-Original-To: ports@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 4S8F1c6qBrz4xFmF for ; Mon, 16 Oct 2023 11:16:52 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8F1c5yxqz3V2N for ; Mon, 16 Oct 2023 11:16:52 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697455012; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Jwrhfqk6j5eI/8wrAvqWno7HTVqErZoCEyWmWF2kcP4=; b=E6yBuFueex10Hfmp4wbnx7Y9i4YzF18KRSwl+OenE59D66y5billDUAmkzbJjef9UvFi/a vBKu6AvLgCqfSTTeX02hnRSO+LcWLKHbp2V9I9vlYVAcgkCdvzAt26jkbkX4pZTABDsOQR H7Gg2nV2z1UDKmgfte+Lz/NRMkhKETkSc8YFMlDfXyG5gkAbO1K5C1FPEmLJWxPUvS+cl0 6mLGiogo0JMoTcOr5yUhv7IfetEJFXJDVYxuTGadD+sYkTk/IOSQPsPHRFl1yYXyhS2crw JLkkLNGMRJb2d4Q4irchumaaMFuaaDMJ4iHUUTWslm9ybSJI/4RxQKgwAcECiw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697455012; a=rsa-sha256; cv=none; b=QOUcq9qSKXdWzzIkPFyq9k1TGZzTNuWKvobHAhtiIiaoLhz1euB0ZEdOjz9Ao173ar3lHO NlU6en5gQL3YgRzRsZt2CDbJTgnEBbLt1ksoBApaYLvV//jkgxsvHC797EHyBleVo6NA5M Sh0Kidi3Siu/VSCToFSq9eE/Nf4xDLd6tpJ4GuRoGWGHLeWfd5AWvk1OADOzLInixcOg2W 6kIUP4r2ztvZ4DoVKQhkUeCxAr70lgZ5xHfOjfGlDW6DHzwuv1e0GWbwFS4AtzQI4uTVmm L9++S2LK963HWFkJaHGzwrR9mr8RTVf7TKSilZvssx+Ia68Z+RwtDIjElETtzQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697455012; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Jwrhfqk6j5eI/8wrAvqWno7HTVqErZoCEyWmWF2kcP4=; b=o7DfkFP3tU60mdM9FghBlW5G/AlMWvkpeVPCv3MLshxs1Rwpz+njxJK2PlmDZ0QeEmll6Q 8HW8uP0equJiz7TTf6giZr2JDIGln15WAx52MOVdTmPpP6dgYFWKIr8F+uONnCQkSeBYhD 67HQjD0xjwXuCdLn6OJEc2A0w0Ih1Zto9iI6f8RauIawkTdttTPEZGE0M95wg5gPFRbcOK C6avGHKinkDaBPOzvXD+9pzzFM2JsS4UgmNTKybP3KzCqnGez3GeTFHcw4pzV0lxKncE8o sp1Xz5yJ5YLmkVmWJeEVNoyXKbJxMtDLgOuOp6Y4x605xhE374trLUJgGj36Dw== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8F1c3xQ0z9Sc for ; Mon, 16 Oct 2023 11:16:52 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 13:16:51 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------n7tvUn6BpytrjKIpsOVGCZts" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------n7tvUn6BpytrjKIpsOVGCZts Content-Type: multipart/mixed; boundary="------------qUYfSEsMx2oufI2BhXjp1d0h"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> <813ee5d3-781e-43dc-8acb-fb4d546780fe@FreeBSD.org> <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> In-Reply-To: <87f39de3-2c91-479c-b964-fb9dcde1df2c@FreeBSD.org> --------------qUYfSEsMx2oufI2BhXjp1d0h Content-Type: multipart/alternative; boundary="------------KBZemvz8auSSNlhb9tZWnAhb" --------------KBZemvz8auSSNlhb9tZWnAhb Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMzoxMywgR3VpZG8gRmFsc2kgd3JvdGU6DQo+DQo+IEkgaGF2ZSB0 cmllZCB0byBiZSBoZWxwZnVsIGFuZCBmYWlsZWQuIFNvcnJ5Lg0KPg0KDQpBcHByZWNpYXRl IGl0IGFuZCBwYXJkb24gbXkgdG9uZS4gTGV0J3Mgc2F5IEknbSBnbGFkIEkgdGVzdGVkIGl0 IG9uIGEgDQpjb3VwbGUgb2YgcHJpdmF0ZSBzZXJ2ZXJzLCBub3QgdGhlIHRyaXBsZSBkaWdp dCBhbW91bnQgb2Ygc2VydmVycyANCndhaXRpbmcgZm9yIGl0IC4uDQoNCg== --------------KBZemvz8auSSNlhb9tZWnAhb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 13:13, Guido Falsi wrote= :

I have tried to be helpful and failed. Sorry.


Appreciate it and pardon my tone. Let's say I'm glad I tested it on a couple of private servers, not the triple digit amount of servers waiting for it ..

--------------KBZemvz8auSSNlhb9tZWnAhb-- --------------qUYfSEsMx2oufI2BhXjp1d0h-- --------------n7tvUn6BpytrjKIpsOVGCZts Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtG6MFAwAAAAAACgkQ0R2eb0cya6i6 lw//Y5DawwpPl+SfOWe5W6sQC/H9sJ8MkuUPJ0+WtJmLod/yhvB7qMyIGKlI+8fZa6ld5dBoKf0Y lqymVXx90VNU3CcWeMXd/gzCppVi+/vey6xguSw4pi4ejcqZehL0CgfpHpY9W9SbTLnKdjSflTNn zIp2QlIVl96LJ4HjLdSgKK1r6V4Qq/E3ZE2nbelqXCrvMue8W4CUPmw9nf1g+dmMx4ExYFt2P8qz BXjoWtPaPxBssPHUAVubgqyr2NfM5Pib6qmWTXR0CRzcri4O4azYCvsVWUfbv08kIz2eNBBOiqBj eyec0kTccEUfsG/0STZXLL53LhcLD36UfAYCU7y/VzRDSD4Kq5CU9/7zpm53bgZ2ulO7+bTpD2Jd bksguPcwemowoV/v4CdBuraFjFL1kLZuaxXnDu5+fdQ57MdS08kU9Iagj9tH5/nr2YgZtK+lgxKe ll72QHGPRhEwgo9NxnacQrBFiyRDkXHX1rCvM9I2gVX8nZECYwYErJb9K4TgTf7a5DEDJKhnKfw9 zg0R/+ZMKTftoLz0qmWLzj92he3wkJPe9xAmFJ5zANj+AdY1hu9k5f5UcY0LlYyrr8fZ8q30DyZ8 2ZOudmLFJaJadspHR9eclDERfTJLmi0BZiV+U10bM9aXi5QTNMkNxzYUdJ/itjS7PR+AgY61AlIc b0Q= =sQYk -----END PGP SIGNATURE----- --------------n7tvUn6BpytrjKIpsOVGCZts-- From nobody Mon Oct 16 11:17:14 2023 X-Original-To: ports@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 4S8F22730xz4xFqJ for ; Mon, 16 Oct 2023 11:17:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8F2269BCz3VWd for ; Mon, 16 Oct 2023 11:17:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697455034; 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=q4g56QDjKucrSQ6jxuS7U+Jb0/VRRIKt2MDMtFz9ELw=; b=lZ2TwxvqmavePuE7Pwc/pdn/NJIyiAoBOztcx5avbUhMVL+ddqJQcdPtmWuoCpTr1BGu13 +QJ3h8J7p5wgXwQQ4sf0eZJ+qD4uOiyaLKKvmRgY8Su+chFXeyfcEybqDINtrSv//yn2A8 nhOI4AgvViZTmwliY7+dBSZ+4XbFwqiL6B88C1RneJqHehzq4yds+MH0LvCnjeW1g9rYw2 nLzOc6+UatoN3il4iY4cLLeeSt1Kc6Q8dqX0e6dfKIE1tjCZ5KH35pi5XlgfpFSP6KJ0uT vsr+40TuuS9KW+uxJxjoOjYw7RJ2KakcQSWiM6OTLz64kZykmx8POePkerA1Qg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697455034; a=rsa-sha256; cv=none; b=uGXxCB/JAAsN95tat0IzUDL16Jn2ZtivMSReZkfQH/LMmk7avTjZIEW13V+DLig6NMGAmK f+EVNOVSvBso3VLS5KmY4jejWYBYUAUmMiwEn14+JLCBjN+YpHaeUe0XMzI29iRI+RA+c8 mo1wp76qvPqlmSAtFcJt8cJNnw6M214egtwi2SKnWjj3J+lIO83/ZoBP9tIZ59TIUQ9F5U 5bfSkf1x3NN/lLIjCMddS6o9z48RodO+piqs+UvxMA82+Nl8VtbxPpW1p/IOlDyfQ5cE1B +jEh7WLggU7cTi1lpIn7ohILOg9tlcoP+5HfF7YBXNqVXvjJPS+XxClVbvhGmg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697455034; 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=q4g56QDjKucrSQ6jxuS7U+Jb0/VRRIKt2MDMtFz9ELw=; b=TQlv1UOfY/eP9/ka2bqjCl1u8qEyNmAt2G9QOp11rSnogc/EWD0p3lZ0zWjZDE6TYEIGkR 7ouObjW+yCT6U6i8ntCaNiH00ghHE/gAxLhfEKLYKe0T1eoUSoqfgbHkMS0XvN1vvFKMff /VoWAkUV/9Dl7E8i8tlyhGQNqB35kJbVEQXC9WwcohshdivjBbHFILbsAW0Wdw2KO9df9g bQ9MRBKBJHbMY7Pp0ke9FuRwyi1faV7DWOoKOzyBj+8Thv2ddwX8HFU7NhDFjpQlnWQ6dt kLYY1ZJQALHOZ8bg4kKZgvwBLJeiaUxdUKWl2faRfh+wQx4XlZpgsk+04oiC9g== Received: from [IPV6:2a01:e11:2002:4280::13:1] (unknown [IPv6:2a01:e11:2002:4280::13:1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8F223ZfPz9Sd for ; Mon, 16 Oct 2023 11:17:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <22c4cb43-2ce3-436e-a993-4af3f1394d86@FreeBSD.org> Date: Mon, 16 Oct 2023 13:17:14 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: en-US, it To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> From: Guido Falsi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 16/10/23 13:14, DutchDaemon - FreeBSD Forums Administrator wrote: > On 16/10/2023 13:07, Guido Falsi wrote: >> On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote: >>> On 16/10/2023 12:57, Guido Falsi wrote: >>>> On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote: >>>>> I found this one after a full rebuild in Poudriere: >>>>> >>>>> ld-elf.so.1: Shared object "libssl.so.11" not found, required by >>>>> "transmission-daemon" >>>>> >>>> >>>> I guess you will need to force rebuild/reinstall all packages >>>> depending on openssl. >>>> >>>> (if I understand correctly you're using poudriere-bulk(8) to build >>>> yout binary packages repo) >>>> >>>> Actually poudriere should have been able to rebuild them itself, >>>> unless you're using the -S option, which could have skipped some >>>> rebuilds that in this case are needed. >>>> >>>> If you have a broken repo (due to -S or some other unknown reason) >>>> you will need to rebuild it from scratch (-c option) to get a >>>> pristine and hopefully working one. >>>> >>> This is Poudriere, everything was rebuilt from the ground up. >>> >> >> I see, but you did not report, did you "pkg upgrade -f" everything >> depending on openssl? I'm not sure pkg will figure it out by itself >> that it needs to do that in your case. >> >> It looks like you still have old binaries on your system. If poudriere >> did end the build them all successfully it would be strange it would >> have generated so many non working binaries without experiencing >> failures during the build. >> > > For this specific jail, 496/496 packages were built from scratch with 0 > errors, 0 skips. > > The only thing I can do is pkg delete -a- f -y && pkg install > $(list-of-node-ports) but that seems excessive. A pkg upgrade -fy on all > ports should be enough. > I agree on that on principle, but if you are still seeing failures the more aggressive way could be worth a try. -- Guido Falsi From nobody Mon Oct 16 11:21:52 2023 X-Original-To: ports@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 4S8F7P454Pz4xFnL for ; Mon, 16 Oct 2023 11:21:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8F7P3g1lz3WB5 for ; Mon, 16 Oct 2023 11:21:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697455313; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gSbSFCMVqPDvztF1iDKhFqxqQdgEh4K/kxpFm/7i/nU=; b=c5l858b0BqKkrXBseNU67GynCW2z8d3mU/ayR/FFnC6Ote8Le8m8MM85BafutT5dsXBKG5 +MFatENdg4G3EIyM8BcGIiOSmKMs8neuMb7HqTV6PfRGtUEWnuK+vW2LFiHH+zXH9o/7WV +x0OBdDd67IFTWSaChTHe+TGZFE/yaXWeiHXSBngakiHgTFw5RIEpCQsEouRqjlIXfgdDd FsrRRS/WtUSrNCla3zwZUSEIDWqT8SKSBZbublt4BPBWGtgqMjpbfsnrKz88JjIOlKMetr mUdMcW3qAQMlZwEea2alRa3E28zT8zAdR01csRbu+ZIjcSvGiWNWFb6CR5+AnQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697455313; a=rsa-sha256; cv=none; b=s2ZrdKds+X85HvLSpNJJQTc/57Ibzk5UkQYmLfIqL/KeW1oLImVKjM2f9VR6saC+8RHfR2 n2O2KY87HS+QDYG74573de0VAHJKOHpkBDvEd+KeTNQagX1K5Q/v2nTaJDQPeyBT464sku owHVGQTW0vcnQHuMb7vAvdPuyVqMHdSxtqQ3KvgH90UYNbUCOLG020deeOqFU8yjmyJwui WCmypNvmZBmNcpPKM5unqGSzuaOASxbXFucbj/87/2yCo9oSxsg6Wmo0FUJ3uuQKPEtTNN MXBj62iPBH8MuvGfNDPCyQGB8Kw+YQxBdNFWbskwJMPc1lRim7npoRYb7jLtiA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697455313; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gSbSFCMVqPDvztF1iDKhFqxqQdgEh4K/kxpFm/7i/nU=; b=ZR3T5mhyo6iM3TGDHrkrhcsHu45GJfP6Z68ENWFio5S5wbk4P5H/PR9OmDPLgr3f4rw7tI y3T9/Ho9uR51tAVLrGkMumiNKtTjGF6I7E602picHtewaddiwUTX2uSuUiDAfyFg1Vqa6n NPOF7BSis01PRIB/fXZMU3e3TXebL0IPTRKzPoFo2sG7Pt4niJAJVqfg6mvhyl+WFKTb2J wTlaK4fKPty/6d9mtKGJePxxhoBU6hiWU2t71KNCgfX94yOrepFuXM49I++FtGr9hrMoUZ F7NdPur9aVm38h5YUPuzWcjAjeP3DLYENf82oqp8cMhfuoD9PuLk/Rhl0IF6GA== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8F7P1cZ2z9wX for ; Mon, 16 Oct 2023 11:21:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 13:21:52 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> <22c4cb43-2ce3-436e-a993-4af3f1394d86@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <22c4cb43-2ce3-436e-a993-4af3f1394d86@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------32Y0G70Q5lyDve6Xdo50yqjL" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------32Y0G70Q5lyDve6Xdo50yqjL Content-Type: multipart/mixed; boundary="------------6p0OwllR0ToGw7BWRTI4f9Rd"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> <22c4cb43-2ce3-436e-a993-4af3f1394d86@FreeBSD.org> In-Reply-To: <22c4cb43-2ce3-436e-a993-4af3f1394d86@FreeBSD.org> --------------6p0OwllR0ToGw7BWRTI4f9Rd Content-Type: multipart/alternative; boundary="------------BfVeHXVeFzaU07WmWZahh8JN" --------------BfVeHXVeFzaU07WmWZahh8JN Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMzoxNywgR3VpZG8gRmFsc2kgd3JvdGU6DQo+PiBGb3IgdGhpcyBz cGVjaWZpYyBqYWlsLCA0OTYvNDk2IHBhY2thZ2VzIHdlcmUgYnVpbHQgZnJvbSBzY3JhdGNo IHdpdGggDQo+PiAwIGVycm9ycywgMCBza2lwcy4NCj4+DQo+PiBUaGUgb25seSB0aGluZyBJ IGNhbiBkbyBpcyBwa2cgZGVsZXRlIC1hLSBmIC15ICYmIHBrZyBpbnN0YWxsIA0KPj4gJChs aXN0LW9mLW5vZGUtcG9ydHMpIGJ1dCB0aGF0IHNlZW1zIGV4Y2Vzc2l2ZS4gQSBwa2cgdXBn cmFkZSAtZnkgb24gDQo+PiBhbGwgcG9ydHMgc2hvdWxkIGJlIGVub3VnaC4NCj4+DQo+DQo+ IEkgYWdyZWUgb24gdGhhdCBvbiBwcmluY2lwbGUsIGJ1dCBpZiB5b3UgYXJlIHN0aWxsIHNl ZWluZyBmYWlsdXJlcyB0aGUgDQo+IG1vcmUgYWdncmVzc2l2ZSB3YXkgY291bGQgYmUgd29y dGggYSB0cnkuDQo+DQpGaXJzdCwgdG8gZ2V0IHN0dWZmIHVwIGFuIHJ1bm5pbmcgYWdhaW4s IEknbSByZWJ1aWxkaW5nIGV2ZXJ5dGhpbmcgd2l0aCANCnNzbD1vcGVuc3NsMTExIGluIHRo ZSBqYWlsLXNwZWNpZmljIG1ha2UuY29uZiwgdGhlbiBJJ2xsIGNsb25lIHRoaXMgDQpzZXR1 cCB0byB0ZXN0IGEgaGFyZCByZXBsYWNlbWVudCBvZiBhbGwgcGFja2FnZXMgbGF0ZXIuIFdp bGwgZm9sbG93IHVwLg0KDQo= --------------BfVeHXVeFzaU07WmWZahh8JN Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 13:17, Guido Falsi wrote= :
For this specific jail, 496/496 packages were built from scratch with 0 errors, 0 skips.

The only thing I can do is pkg delete -a- f -y && pkg install $(list-of-node-ports) but that seems excessive. A pkg upgrade -fy on all ports should be enough.


I agree on that on principle, but if you are still seeing failures the more aggressive way could be worth a try.

First, to get stuff up an running again, I'm rebuilding everything with ssl=3Dopenssl111 in= the jail-specific make.conf, then I'll clone this setup to test a hard replacement of all packages later. Will follow up.

--------------BfVeHXVeFzaU07WmWZahh8JN-- --------------6p0OwllR0ToGw7BWRTI4f9Rd-- --------------32Y0G70Q5lyDve6Xdo50yqjL Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtHNAFAwAAAAAACgkQ0R2eb0cya6hm Zg//QlRmatCdcKg5Mi0pYmlZnD6dSo6SqT5Z6o1V9fw/Bnd5l8fizXh+LEl0SvmeWorU1e+55r+c 4rUMxyTastSHPGJhQDxpxFKuKM0BV01tnRtGE2mYFDcoJvNxVGFIHw7CSZ5RpxD9lu5Aw0dHFqU9 wjXRLlnzBCuBPAriqioocFkFM/ZoOG0OtnZULAST/A05iiSB+dJovp2/TTXv0H5LK8sCmijDsDsK 36j12WrxWqYXPEmbnBEaKkv60fn6eUQMxKVGHD6cF2oksp/86Tq9f19JVkxIHilJ4n58RaH/xzN/ iSmHdHWxj/qS20sQliu5bGH490yvdJlgMJQYtKIFhqQ2SZeEvGjFfRrcec8kGqfvgW5aXdWxArl3 e+EMpqWMt7PDzAi/wDp9IhIslHPIsUoodiRSlk770CkpRvDykqygMbdlt3xKC/wNBMzP8P3iIvu0 HgP1M+hWLsQkwDzIUzXZ5TDv6q7H7qjD8DH0i+r6HZcpqaejODm8tmRJCjXdc0zx9uKxYxQzEcf5 aMDYXktuTNvkF6ipBBch+PZjTEwgbHukmgREX4cDfRAJsAXnOONOHO8mFcP6aSwl7a4YDGd8m1Fm CpaCHkzD1qMGQcvXUq0Bgk0HG9/jrl3THYbAsgcAkbNb0t9ywwC1jdo0O2zUw4BL00V/LnDlqRXQ Tro= =QetX -----END PGP SIGNATURE----- --------------32Y0G70Q5lyDve6Xdo50yqjL-- From nobody Mon Oct 16 15:04:19 2023 X-Original-To: ports@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 4S8L444qFYz4xTKY for ; Mon, 16 Oct 2023 15:04:20 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8L4449Rfz4WPY for ; Mon, 16 Oct 2023 15:04:20 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697468660; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=R4kJpzu1ibkPC4Dzv3cfHF/t5oIFqK42mzW7kDI8jkw=; b=d6OWhfc/IAmHvSxm0ewjjVIZR2wSnbfgg4tw6MHTTRQIDud8oh+e990zpPo0KNMTjFqhvH t1Yn8Vbrz+gzQzYCqX7hxMLOeEq26UHl1m25UnvoU2Ezk9EuHrNsiT03+VnCO/Y04d1+1m hY7anvZtZ/jgNJkYmqiDYnNfb6+pXBq+xx8X6llORYZmU7opJBJhOOOTtdPpiqAZsleveM mpCCk8ajBMM044XSBhHGhD+t5QxIvovfAbXDW4No1/fLjOtvjR8XP+wD7bhLDNfc+koJcw OQhVy+z1TSszuCVR7AI/TNJRVNGrHlKeW6G+bHUaGU9TOpR9/iUOaFYDTZqSiw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697468660; a=rsa-sha256; cv=none; b=Ul84KC3b0iW0Sr+jZ1rkurBfqpul0hEnNnLyqFJwFPeGgHrLIGyE9XZ3WNs6IutB4tAkMP tLeMV6dFF/hOYTk6R62wW0aNtPmr81NmF1yIrXAn3MwoBpPRBThtZeMrZmOY+a+Krj5qH0 rK8nN/EHwxLj8NyVGppGkOZ6Ei730SmDWQB8DOQnd+kEOhbznVr1N/TyFvB03MSOCQyPON 7xdrteTc8YmeaCsB7zcWwdS3hVEvnPoQ8HYhTBBJZqT4lwANKLhChpzGTmArc+PDfdjIqc s2/hvR0xqUpQyuoLJM+hJpmpevTj5Z0jpQvoBj71PoCwxw7RYccjTAh0ww7Mdw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697468660; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=R4kJpzu1ibkPC4Dzv3cfHF/t5oIFqK42mzW7kDI8jkw=; b=VBQPCYwwmXcGAHxAiDaVIV72PenARR2G3x3OTXKK1n7OuVrdj/wJFwfkrAV/aLSK/8o686 fwXcs5WUPvC25jatobP7OEh384bOEHiyW6BxXd0zjSusj7bCQC0/YIjtcOF1GI71sNTtRz RZCxNSYvuzM37w2YVGMWAG0IlZZTbpb1gk059i/mJN70vtSaGfbX88RwPHfUWFH3Cjc+Sm woHLD286c1fQYIuDa6TxlFsN4iHM2ejsPN3tDA/VTPt8pGqHEwe6SDoouNvnJMwnVpfVAw 8IaFhdX7R24O2C8eMe4e5wTmxuQaeWlUYH3BzL9fzDrK/jrWsqdQJWciY1HHiw== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8L4420SczkB4 for ; Mon, 16 Oct 2023 15:04:20 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Mon, 16 Oct 2023 17:04:19 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------UHmXaXZB0INNjkeQh034y9tg" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------UHmXaXZB0INNjkeQh034y9tg Content-Type: multipart/mixed; boundary="------------57gDYclDqQmTTBqk4kvaPFV8"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> In-Reply-To: --------------57gDYclDqQmTTBqk4kvaPFV8 Content-Type: multipart/alternative; boundary="------------eUUGnV6w50T7cr6dVcfeAm0A" --------------eUUGnV6w50T7cr6dVcfeAm0A Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMzoxNCwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPiBPbiAxNi8xMC8yMDIzIDEzOjA3LCBHdWlkbyBGYWxzaSB3 cm90ZToNCj4+IE9uIDE2LzEwLzIzIDEzOjAzLCBEdXRjaERhZW1vbiAtIEZyZWVCU0QgRm9y dW1zIEFkbWluaXN0cmF0b3Igd3JvdGU6DQo+Pj4gT24gMTYvMTAvMjAyMyAxMjo1NywgR3Vp ZG8gRmFsc2kgd3JvdGU6DQo+Pj4+IE9uIDE2LzEwLzIzIDExOjE5LCBEdXRjaERhZW1vbiAt IEZyZWVCU0QgRm9ydW1zIEFkbWluaXN0cmF0b3Igd3JvdGU6DQo+Pj4+PiBJIGZvdW5kIHRo aXMgb25lIGFmdGVyIGEgZnVsbCByZWJ1aWxkIGluIFBvdWRyaWVyZToNCj4+Pj4+DQo+Pj4+ PiBsZC1lbGYuc28uMTogU2hhcmVkIG9iamVjdCAibGlic3NsLnNvLjExIiBub3QgZm91bmQs IHJlcXVpcmVkIGJ5IA0KPj4+Pj4gInRyYW5zbWlzc2lvbi1kYWVtb24iDQo+Pj4+Pg0KPj4+ Pg0KPj4+PiBJIGd1ZXNzIHlvdSB3aWxsIG5lZWQgdG8gZm9yY2UgcmVidWlsZC9yZWluc3Rh bGwgYWxsIHBhY2thZ2VzIA0KPj4+PiBkZXBlbmRpbmcgb24gb3BlbnNzbC4NCj4+Pj4NCj4+ Pj4gKGlmIEkgdW5kZXJzdGFuZCBjb3JyZWN0bHkgeW91J3JlIHVzaW5nIHBvdWRyaWVyZS1i dWxrKDgpIHRvIGJ1aWxkIA0KPj4+PiB5b3V0IGJpbmFyeSBwYWNrYWdlcyByZXBvKQ0KPj4+ Pg0KPj4+PiBBY3R1YWxseSBwb3VkcmllcmUgc2hvdWxkIGhhdmUgYmVlbiBhYmxlIHRvIHJl YnVpbGQgdGhlbSBpdHNlbGYsIA0KPj4+PiB1bmxlc3MgeW91J3JlIHVzaW5nIHRoZSAtUyBv cHRpb24sIHdoaWNoIGNvdWxkIGhhdmUgc2tpcHBlZCBzb21lIA0KPj4+PiByZWJ1aWxkcyB0 aGF0IGluIHRoaXMgY2FzZSBhcmUgbmVlZGVkLg0KPj4+Pg0KPj4+PiBJZiB5b3UgaGF2ZSBh IGJyb2tlbiByZXBvIChkdWUgdG8gLVMgb3Igc29tZSBvdGhlciB1bmtub3duIHJlYXNvbikg DQo+Pj4+IHlvdSB3aWxsIG5lZWQgdG8gcmVidWlsZCBpdCBmcm9tIHNjcmF0Y2ggKC1jIG9w dGlvbikgdG8gZ2V0IGEgDQo+Pj4+IHByaXN0aW5lIGFuZCBob3BlZnVsbHkgd29ya2luZyBv bmUuDQo+Pj4+DQo+Pj4gVGhpcyBpcyBQb3VkcmllcmUsIGV2ZXJ5dGhpbmcgd2FzIHJlYnVp bHQgZnJvbSB0aGUgZ3JvdW5kIHVwLg0KPj4+DQo+Pg0KPj4gSSBzZWUsIGJ1dCB5b3UgZGlk IG5vdCByZXBvcnQsIGRpZCB5b3UgInBrZyB1cGdyYWRlIC1mIiBldmVyeXRoaW5nIA0KPj4g ZGVwZW5kaW5nIG9uIG9wZW5zc2w/IEknbSBub3Qgc3VyZSBwa2cgd2lsbCBmaWd1cmUgaXQg b3V0IGJ5IGl0c2VsZiANCj4+IHRoYXQgaXQgbmVlZHMgdG8gZG8gdGhhdCBpbiB5b3VyIGNh c2UuDQo+Pg0KPj4gSXQgbG9va3MgbGlrZSB5b3Ugc3RpbGwgaGF2ZSBvbGQgYmluYXJpZXMg b24geW91ciBzeXN0ZW0uIElmIA0KPj4gcG91ZHJpZXJlIGRpZCBlbmQgdGhlIGJ1aWxkIHRo ZW0gYWxsIHN1Y2Nlc3NmdWxseSBpdCB3b3VsZCBiZSBzdHJhbmdlIA0KPj4gaXQgd291bGQg aGF2ZSBnZW5lcmF0ZWQgc28gbWFueSBub24gd29ya2luZyBiaW5hcmllcyB3aXRob3V0IA0K Pj4gZXhwZXJpZW5jaW5nIGZhaWx1cmVzIGR1cmluZyB0aGUgYnVpbGQuDQo+Pg0KPg0KPiBG b3IgdGhpcyBzcGVjaWZpYyBqYWlsLCA0OTYvNDk2IHBhY2thZ2VzIHdlcmUgYnVpbHQgZnJv bSBzY3JhdGNoIHdpdGggDQo+IDAgZXJyb3JzLCAwIHNraXBzLg0KPg0KPiBUaGUgb25seSB0 aGluZyBJIGNhbiBkbyBpcyBwa2cgZGVsZXRlIC1hLSBmIC15ICYmIHBrZyBpbnN0YWxsIA0K PiAkKGxpc3Qtb2Ytbm9kZS1wb3J0cykgYnV0IHRoYXQgc2VlbXMgZXhjZXNzaXZlLiBBIHBr ZyB1cGdyYWRlIC1meSBvbiANCj4gYWxsIHBvcnRzIHNob3VsZCBiZSBlbm91Z2guDQo+DQoN ClRoaXMgYWN0dWFsbHkgaGVscGVkLiBTbyBmb3Igb2xkLCBkZWVwLWRvd24gcmVtbmFudHMg b2YgT3BlblNTTCAxLjEuIHRvIA0KZGlzYXBwZWFyLCBhIHdob2xlc2FsZSBwa2cgZGVsZXRl IC1hIC1mIC15IGFuZCBhIHJlaW5zdGFsbCBvZiBhbGwgbm9kZSANCnBhY2thZ2VzIChnZXQg dGhlbSB0aHJvdWdoIHBrZyBwcmltZS1vcmlnaW5zKSBpcyBhZHZpc2FibGUuDQoNCg== --------------eUUGnV6w50T7cr6dVcfeAm0A Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 13:14, DutchDaemon - FreeBSD Forums Administrator wrote:
On 16/10/2023 13:07, Guido Falsi wrote:
On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote:
On 16/10/2023 12:57, Guido Falsi wrote:=
On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote:
I found this one after a full rebuild in Poudriere:

ld-elf.so.1: Shared object "libssl.so.11" not found, required by "transmission-daemon"


I guess you will need to force rebuild/reinstall all packages depending on openssl.

(if I understand correctly you're using poudriere-bulk(8) to build yout binary packages repo)

Actually poudriere should have been able to rebuild them itself, unless you're using the -S option, which could have skipped some rebuilds that in this case are needed.

If you have a broken repo (due to -S or some other unknown reason) you will need to rebuild it from scratch (-c option) to get a pristine and hopefully working one.

This is Poudriere, everything was rebuilt from the ground up.


I see, but you did not report, did you "pkg upgrade -f" everything depending on openssl? I'm not sure pkg will figure it out by itself that it needs to do that in your case.

It looks like you still have old binaries on your system. If poudriere did end the build them all successfully it would be strange it would have generated so many non working binaries without experiencing failures during the build.


For this specific jail, 496/496 packages were built from scratch with 0 errors, 0 skips.

The only thing I can do is pkg delete -a- f -y && pkg install $(list-of-node-ports) but that seems excessive. A pkg upgrade -fy on all ports should be enough.


This actually helped. So for old, deep-down remnants of OpenSSL 1.1. to disappear, a wholesale pkg delete -a -f -y and a reinstall of all node packages (get them through pkg prime-origins) is advisable.

--------------eUUGnV6w50T7cr6dVcfeAm0A-- --------------57gDYclDqQmTTBqk4kvaPFV8-- --------------UHmXaXZB0INNjkeQh034y9tg Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUtUPMFAwAAAAAACgkQ0R2eb0cya6gy bQ/+PYXk8O2PmoQ5JIT+A/i7GGqdNCOV3uMwyAqtbxaSFfLBuUjvC6IwDNWSFvyHUKEGn7MMYaer +V5XlMlSS+nTigrEfC71Vg10wHCr0ytw0wuRIGAGZ4vMDGttAtZ8rHDPCmrbogPt9+RV3o/iCxlQ fKZyEvn3GNz+PTr6G76GK2jw5sRfYoEeJKps1G/SKO4Q7b+dLSM3lFqyi3Tc/I/QhDhxq4Q/7ZPY ctSAhHut77g6avlfFoWBo9okVg8/3Ibnzzj+nFPgeex/OYUCreQWA3o2V8/ALKgwIVvJ2ez4JNxc 2D23UeK5C8MA4ej3ayNKoP/zJM1G3rHKWsUZqtV2qYnob0vuXUeaREfGXmFm1L213gQs+gFdCluI FXeoDqBOAzXkAIXLgcMSpvFLEy82QrC6KNRVo5VBpNVYUXLJlsSvbSZwfIbFHQZ9o3TIbzgpoobI +w4+AbYLjY2qmC2xLWftbBBmT2IkhUSLiYp9DCrbO85G0qD8vWZrKpQ4m+mVXgP51xH/l2nGFieS yjSQEVduY4N68D4sDpwVrqlfz2aEgfeLMgVt3Aj0jvTnq5RCI/kRzIQWdlmcyYqci3llKrV3iWiZ /x/NZjf180EBLT+SDbU6ZoUTMInnqmjoliFuW6zqr+OT315m6hcZa/ld6OVCXw0iRFIPN+iWitjM bXE= =krc1 -----END PGP SIGNATURE----- --------------UHmXaXZB0INNjkeQh034y9tg-- From nobody Mon Oct 16 17:43:05 2023 X-Original-To: ports@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 4S8PbQ1SV0z4xcq3 for ; Mon, 16 Oct 2023 17:43:14 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8PbP5t8wz3ZFy for ; Mon, 16 Oct 2023 17:43:13 +0000 (UTC) (envelope-from thierry@pompo.net) Authentication-Results: mx1.freebsd.org; none Received: from graf.pompo.net (graf.pompo.net [82.66.0.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id ACF59E955F; Mon, 16 Oct 2023 19:43:05 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 4A56C28C553; Mon, 16 Oct 2023 19:43:05 +0200 (CEST) Date: Mon, 16 Oct 2023 19:43:05 +0200 From: Thierry Thomas To: KIRIYAMA Kazuhiko Cc: ports@freebsd.org Subject: Re: Does anyone has patch for math/py-scikit-umfpack ? Message-ID: Mail-Followup-To: KIRIYAMA Kazuhiko , ports@freebsd.org References: <202310161026.39GAQ7ZE062604@kx.truefc.org> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lzt+VsPifopSJwQE" Content-Disposition: inline In-Reply-To: <202310161026.39GAQ7ZE062604@kx.truefc.org> X-Operating-System: FreeBSD 13.2-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.tKjAnXLs: X-PGP: 0xF1C516B3C8359753 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR] X-Rspamd-Queue-Id: 4S8PbP5t8wz3ZFy --lzt+VsPifopSJwQE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le lun. 16 oct. 23 =C3=A0 12:26:07 +0200, KIRIYAMA Kazuhiko =C3=A9crivait=C2=A0: > Hi, list Hello, > I'm building audio/audacity package, but failed at > math/py-scikit-umfpack: I just submitted PR 274518 with a patch from GH: With this patch it builds, but the tests are still failing, and I don=E2=80= =99t know how it can be used=E2=80=A6 Could you please check it? Regards. --=20 Th. Thomas. --lzt+VsPifopSJwQE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJlLXYpXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTFpEP/jrb6JVPjt3hvz7k3S8HZBUB uOSBLg42Fr9RgWN0KXyvI9nyURNbnB/1MpQncN5wYWtmHjOx97vYbT3kA6d0DW47 u+Z6Eb8HxiQYRqik6KzbqGdOYMluSZTmV/T2CTWf/FEZ56PNWCDY0pQD3dkZX+MF lon4f4tFuhfZ2Btr/9JfLD5ZbY/oRZ8GYM1szcmLce/mF+xi2NXNE9Pj7XxM+wsw N77rHlhQmfHpoTyPaGD1j1wpWERqPZA+fiCxobnRPBik3dzt0FwmQZv5T7aMU46u uDY36pPVKqOpW7V+oBKu6ng2ndvu9CLxOikKOMAEBLFzUFVGZoWO6QyPSkirmWoT QnpotZwtYelvkZzJPeG60NdWZ2OlQzbcIdEoxmpcJ3FrbdJNqbQKYAEbpVGWLHTD HsQyDFQK451Wk5GBzHsIIechfWcbiEoGgKezt7OMx8hVjVQf7exKYnAfP5dRxgio zTVzEbDZV9twbUUBCFClBbMlVZsqAO+rvaBs28hxmXhBNGmd9m6w0mm40aym2uiS 5aMKuXA86j8W9frQz74PCU6BH8Hs5De9VjX1uF3bFhDPSfBLEIsAC+ci+1J6nXTm VLWh77K2su4IikfEgkI2CmB7O/Z+Goxf5GXO+rRNHDhxbjlsTAhFFVT+frdFtjYp xWb/4xiMWe0FlWWjH32I =HY5I -----END PGP SIGNATURE----- --lzt+VsPifopSJwQE-- From nobody Tue Oct 17 04:34:15 2023 X-Original-To: ports@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 4S8h2d08pcz4x1ql for ; Tue, 17 Oct 2023 04:34:17 +0000 (UTC) (envelope-from portscout@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 4S8h2c1mGJz3gXl for ; Tue, 17 Oct 2023 04:34:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697517256; a=rsa-sha256; cv=none; b=d6LGDQksbx7ZhtWMZToi9LKyQcKtho2caRvWLtBQEK+ODu4lb0Jbk494RAl4Bsv4fyuaQQ KsGJQHRzx300tXDkIndyOdlFSQ4YfuJAyylqkNZ6CHVC1fLLYYvPFZgnVgqLrwkSRZ4aTu KBKQLdmy8WGUZ1khg9eKAiwI2VSyMpnELZNcxiUDUkZ0wWPsHYfKbRyjYD0EhEeoc42wqg TLGVtAhiKIZM9qe365uk+ZwyukrYAmTTs3NDcAjEeBlXEgWcjBCTMSIyJ0qyq/EItafQLA swW6k9MX1niGcZtPtBo3wLdBBumHfA20hS1Vsatm/clngCXN3K3wFrl19hNqUg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697517256; 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; bh=FpKBNfV3Bc+VCgnfdxGVKAeyzvSB/oX/VC3vs4Is9ig=; b=apYxneCngA8dAge2gs4WR36Ib6rcdcUFSd8dF+c/7qwA0UmRiOuzsbPcOipSuEB1esOmYm clZMut0mZUp8RJr3baY0vg2k4mMs1iA6MScr5LpBX8vpcJp5Z2m3fh+ugvN4Zrr+TR8ZV6 gHJ+U2fAwM3qYXE8JbwTDhjaLY+SeDfRBkqHfQpJcW2YpFQZZGL8ISYswPMlXf5vMAvZZE ND+CpEfT9nDYg9cB3zpntJHnlN9n8giVxMzrx8d6Eqitw3v0Va5N5ihe5NUsxlGSnqysw0 8PRDX02NPtt4RNkHKl3tsGuSXq002v4IFsWPaj994PGbrDziBXQ26Vv4H3sgEg== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4S8h2b67dVz17yG for ; Tue, 17 Oct 2023 04:34:15 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39H4YFO7085366 for ; Tue, 17 Oct 2023 04:34:15 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39H4YFJt085365; Tue, 17 Oct 2023 04:34:15 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310170434.39H4YFJt085365@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Tue, 17 Oct 2023 04:34:15 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ cad/ifcopenshell | 0.6.0 | blenderbim-231016 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Tue Oct 17 06:41:35 2023 X-Original-To: freebsd-ports@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 4S8ksl5r6xz4x8Z6 for ; Tue, 17 Oct 2023 06:41:47 +0000 (UTC) (envelope-from xavier@groumpf.org) Received: from aragorn.amdh.fr (aragorn.groumpf.org [176.31.180.205]) by mx1.freebsd.org (Postfix) with ESMTP id 4S8ksj1xfJz4LwB for ; Tue, 17 Oct 2023 06:41:45 +0000 (UTC) (envelope-from xavier@groumpf.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=groumpf.org header.s=dkim header.b=FBfzxRRn; spf=pass (mx1.freebsd.org: domain of xavier@groumpf.org designates 176.31.180.205 as permitted sender) smtp.mailfrom=xavier@groumpf.org; dmarc=none Received: from numenor.groumpf.org (unknown [82.64.247.11]) by aragorn.amdh.fr (Postfix) with ESMTP id D576120012F5E for ; Tue, 17 Oct 2023 08:41:37 +0200 (CEST) Received: from numenor.groumpf.org (localhost [127.0.0.1]) by numenor.groumpf.org (Postfix) with ESMTP id 94FA01C1049 for ; Tue, 17 Oct 2023 08:41:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groumpf.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:content-language:references:subject:subject :user-agent:mime-version:date:date:message-id:received:received; s=dkim; t=1697524895; x=1698388896; bh=EsQwpsVq9V9+/q8SWh8scLoZ m7wR8yAkmgyDQFUCw9E=; b=FBfzxRRn1uQJIFr7ioOzgnhgwz/SUnPgImvN8I+D xeZhpwbd48qw3YJ7zWIKDBf5qfmHILBV5tS/sIOCnwN2rWefR8nldSsuwgeae5lW /HUunQ03RWEei+Z7g0exNJ8DjHgY3MjizmcDspIAH+nx/fJn3Flsl4PDYKlRUTM5 i3rD7NcrHVl43qwlpvaVFDRxUp44IJ+OWLigx/Bi4x84F5Wx1qW4R/0UspyWWJGP I6krxjpUIBYL+0jDR9S4u+TmaDxg6VMhBSVOibMyvcoFm/veSUbUNa+hRLVVZXC9 LEjf0jnLFZYuy7PtxQAIHKFKXGgRMeYQP/IE3AjuQZav0meTjLDNSckvXfadzx1d Nyb+U/LzeTpqjf/UrRyo5FBwS84YIJChJXc11NIsC1WCZZkZ+WxUWRq451W7V1VK nU0G4SLNdoiWZoqAXlksv87sCDd4cpV7wrjVD04QmdVofdfXGLlqqFiCxksxzUJo 55aLQDczGGkfV/RLrQFaaLm0rdpE+HlDAmCvog3xp6542c8mZ5qf+ggMsgATlzOJ 984lZkYwjLLJAsQjOFZQRIaCaD11L1CAs5YZcfdEvX9NUhJSoi0LwopFL4zr9XUK e50aCgpEzWqzI8tX+C7rJUGjTkPYeV5tG4TaP35nFXnz9BZz3Z/oDv9Swgyd1kc5 lZw= Received: from numenor.groumpf.org ([127.0.0.1]) by numenor.groumpf.org (ns3.groumpf.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Z4jC8AXGJXtS for ; Tue, 17 Oct 2023 08:41:35 +0200 (CEST) Received: from [192.168.100.30] (imladris.groumpf.org [192.168.100.30]) by numenor.groumpf.org (Postfix) with ESMTPSA id 994421C10F0 for ; Tue, 17 Oct 2023 08:41:35 +0200 (CEST) Message-ID: <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> Date: Tue, 17 Oct 2023 08:41:35 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch To: freebsd-ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> Content-Language: fr, en-US From: Xavier Humbert In-Reply-To: <48b835a442707d7b8db4f4b270c12897@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.39 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:176.31.180.205]; R_DKIM_ALLOW(-0.20)[groumpf.org:s=dkim]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; DKIM_TRACE(0.00)[groumpf.org:+]; DMARC_NA(0.00)[groumpf.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:16276, ipnet:176.31.0.0/16, country:FR]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4S8ksj1xfJz4LwB Hi Bernard, To be clear, if one wants to keep old openssl11, add DEFAULT_VERSIONS+= ssl=openssl111 to make .conf Am I right ? Xavier Le 10/15/23 12:41, Bernard Spil a écrit : > On 2023-10-06 11:43, Bernard Spil wrote: >> Hi all, >> >> In line with FreeBSD 14.0 that has OpenSSL 3.0 in base, all ports are >> expected to work with this version. >> >> The following changes will be made between first Release Candidate >> (RC) and actual RELEASE of FreeBSD 14.0: >> >> security/openssl    updated from 1.1.1w to 3.0.11 >> security/openssl30  removed >> security/openssl111 created with version (1.1.1w) >> UPDATING            an entry about updating all ports for the >> SHLIBVER bump will be added >> MOVED               an entry for security/openssl30 with target >> security/openssl will be created >> >> The security/openssl111 port will be marked "DEPRECATED" in line with >> statements from the OpenSSL project about the End-of-Life for the >> 1.1.1 branch. No "EXPIRATION_DATE" will be set for now. >> >> With kind regards, Bernard Spil > > Hi all, > > DEFAULT_VERSIONS+= openssl is now OpenSSL 3.0.11 (openssl-3.0.11,1) > > Quick search in ports tree uncovers the following ports that seem to > require 1.1.1. I'm chasing them down and adapting the BROKEN_SSL > versions, but not making them require openssl111 at the moment. Expect > a commit soon. > > audio/umurmur/Makefile:31:BROKEN_SSL=   openssl30 openssl31 > audio/murmur/Makefile:17:BROKEN_SSL=    openssl30 openssl31 > audio/spotify-tui/Makefile:294:BROKEN_SSL=      base openssl30 openssl31 > net/gq/Makefile:48:BROKEN_SSL=  base openssl openssl30 openssl31 > mail/enma/Makefile:19:BROKEN_SSL=       openssl30 openssl31 > sysutils/vector/Makefile:568:BROKEN_SSL=        base openssl30 openssl31 > sysutils/flowgger/Makefile:18:#BROKEN_SSL=      openssl30 openssl31 > www/castor/Makefile:133:BROKEN_SSL=     base openssl30 openssl31 > www/rearx/Makefile:177:BROKEN_SSL=      base openssl30 openssl31 > net-im/telegram-desktop/Makefile:16:BROKEN_SSL= openssl30 openssl31 > archivers/xar/Makefile:18:BROKEN_SSL=   openssl30 openssl31 > devel/kore/Makefile:13:BROKEN_SSL=      openssl30 openssl31 > devel/gbump/Makefile:20:BROKEN_SSL=     openssl30 openssl31 > devel/gbump/Makefile:69:BROKEN_SSL=     base openssl30 openssl31 > devel/ptlib/Makefile:17:BROKEN_SSL=     openssl30 openssl31 > security/pkcs11-tools/Makefile:16:BROKEN_SSL=   libressl openssl30 > openssl31 > security/pkcs11-tools/Makefile:18:BROKEN_SSL_REASON_openssl30= error: > undefined symbol: EVP_PKEY_* > security/p5-Filter-Crypto/Makefile:19:BROKEN_SSL=       openssl30 > openssl31 > security/krb5-119/Makefile:28:BROKEN_SSL=       openssl30 openssl31 > security/proxytunnel/Makefile:18:BROKEN_SSL=    openssl30 openssl31 > security/py-nassl/Makefile:14:BROKEN_SSL=       openssl30 openssl31 > security/gost-engine/Makefile:69:BROKEN_SSL+=   openssl30 # openssl31 > -- Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer https://www.amdh.fr From nobody Tue Oct 17 08:24:50 2023 X-Original-To: ports@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 4S8n8j2KvMz4xF4P for ; Tue, 17 Oct 2023 08:24:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8n8j03x8z4Tsb for ; Tue, 17 Oct 2023 08:24:53 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697531093; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zUZM5HKunldXb4COifMAwPrqcyKg4D/T+lMWrMY69TQ=; b=pEfLGBCjQt7O72pK3mDWMNzzjD2nPqGKYdHo3gsj5fsqrVDtBKKQmAHxP9JTlrx/c8MBpI QuTNN0adCJ6ASKvcebf6bOBi/O7yA72sanH2CRSnh933r1NZAHaG+kKe0H4bxtcfQumSfs Fnk5uhWo2bhkK2VuukIhu7253OnD57GRjqofQ5KBKt3nnwZGHFL9AfAvDOs7eAL9SaktXP 6aX81ucJSZHUd5y4iSv8NDE3UPAkCEJIO+Nu62HLAieiqoYOOS++e9ZYwg4pdoI8x5fWB4 56RLXXlTOh/nGgeq/nLHZa14tjy+Qaej4AcIoeUlpqPhh0ntjRal9jrBtPnsKw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697531093; a=rsa-sha256; cv=none; b=YKyjiGiWf3f9icQxUyFycBqwoaFrfFSEqBby0KrhEaHsgmiN7w/DVSWSBawgCMIyNVZ/5V 6k4wO9iAM2CpJB7W3t+brr41t/ucZkdnxNixycxdjsq0Z31muehxnhMDKyZUgr7w0GiiPZ m1iu4EIWnkkdy1Sx7bsWPAFXVIZgRcOtWvhjMDRb8IcuctP2VKcksVxKaittlY0uNQoD+a vwXyUaIFTOKvLxSadO9BREgX07MgFgqFtNTHzdohl8FeYuYN/VwMHXwy1YFJ1R94ZOb8yF 9mUKi6c7Rt8uA/b1x94YYhW9nO9DIJZaca3/mx5zuUQZKKgw11SD5Dv+a/9zWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697531093; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zUZM5HKunldXb4COifMAwPrqcyKg4D/T+lMWrMY69TQ=; b=M43i0P0e8YUk+LbVXwRqNs6S4ogyM1udunH7/PYTHEoTb4SQ8OWCQtKwX+54zyI6Bh2CZA OHladd3RDROyeMz9lyDAD/PTdgFurwgg7XRSg0rsq2MBc0dPJ/8pxHzVzA/PU9zbdCqiDl +TT1NFztHZHGzGjlqiS0QmpgdWOQ55hR0M+TU75v9PtkV2CgnV/xyndszR+YCwljZPKK+H SoXW2oj8XRcx+9t4wEIv80w01tA1ZXD+V7KSVqNKBrks9hk1KXDPF87lqT6XSnVrg/h42k Lll8ZOOwez4bFjeDPoLIfpFR0ioZOdfeW1/7Jbh/hQA86WdaQ7QR8od03VXA8A== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8n8h51vPz149K for ; Tue, 17 Oct 2023 08:24:52 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Tue, 17 Oct 2023 10:24:50 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> Content-Language: nl, en-US From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------0YxF0C8LlFeSr1i1RR0UKaFr" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------0YxF0C8LlFeSr1i1RR0UKaFr Content-Type: multipart/mixed; boundary="------------ckmvUGoNJoXNAr18epxwxPsG"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> In-Reply-To: <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> --------------ckmvUGoNJoXNAr18epxwxPsG Content-Type: multipart/alternative; boundary="------------FsdzohIDYhErzd5vL984eUe0" --------------FsdzohIDYhErzd5vL984eUe0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTcvMTAvMjAyMyAwODo0MSwgWGF2aWVyIEh1bWJlcnQgd3JvdGU6DQo+IEhpIEJlcm5h cmQsDQo+DQo+IFRvIGJlIGNsZWFyLCBpZiBvbmUgd2FudHMgdG8ga2VlcCBvbGQgb3BlbnNz bDExLCBhZGQNCj4NCj4gREVGQVVMVF9WRVJTSU9OUys9IHNzbD1vcGVuc3NsMTExDQo+DQo+ IHRvIG1ha2UgLmNvbmYNCj4NCj4gQW0gSSByaWdodCA/DQoNCg0KVGhhdCBpcyBjb3JyZWN0 Lg0KDQoNCg== --------------FsdzohIDYhErzd5vL984eUe0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 17/10/2023 08:41, Xavier Humbert wrote:
Hi Bernard,

To be clear, if one wants to keep old openssl11, add

DEFAULT_VERSIONS+=3D ssl=3Dopenssl111

to make .conf

Am I right ?


That is correct.


--------------FsdzohIDYhErzd5vL984eUe0-- --------------ckmvUGoNJoXNAr18epxwxPsG-- --------------0YxF0C8LlFeSr1i1RR0UKaFr Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUuRNIFAwAAAAAACgkQ0R2eb0cya6i1 Lg/+JjNKB/7/zOtwMMHWL5ir3HF1U3jBnLuItvRQpFCu2Eo3USFQfyHrSfthBnipnJffDGWR6kxj v0DrnwMTVAIE2gFc6cZMphEZbr9J3+O1HEpYup03H4rNmB2Ew/sGkjQOPYptOwiLPOGTZTl3S0yM OdJJIb45XocHH5KyN/pjHK011jEWK5W6ycTqxuN5MKT9EbJSFmfIbiVoTDkF5f8+JD9btS07HSe7 m8l1AKVaaj3734N5e1Tp8WeBtaDs43Rbp7FjJZIBBAfYaT7wmVqkI0DtQ9fROyRSH4up4wHUozxN sCfzWQqW2lyFNPgT5uT6S04EwKJTRnv6XFFG46hqveOWxIbmrZ2ic7+11/ifXrZgo4o9dcFiDja0 i91ICc/Ndv5PHsxORNpYkPwCdh+uNcpl+cOfeK9BY+VCevL9WZmTo/FHX4IflyasPOYBzc9rOTHA 7E5xm2E3PYMLpXgYi+BtU5JYRpjvGAUnWLXEQDXrHAJnJrkzEyCzWMnkWICZPVPT+x/8l4xfpqbI wYfFYl+qCgt4TmMoqPK+RTjHWEMcZcmR6sDFxhW4C+S8/SPo/fa2iAUeFjU1+pNmAwTGcE7m0jZt 8bzNTZyslDnXEhSWkd+4SjUe1ivvN5IGvsXVvj58i/oF0E8nTj4BZwUPypoutPW8EREj4Sfd+bBy nIw= =BI9r -----END PGP SIGNATURE----- --------------0YxF0C8LlFeSr1i1RR0UKaFr-- From nobody Tue Oct 17 08:26:28 2023 X-Original-To: ports@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 4S8nBY4t1xz4xFGX for ; Tue, 17 Oct 2023 08:26:29 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8nBY2kShz4Vlq for ; Tue, 17 Oct 2023 08:26:29 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697531189; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dsNdfG3Gdpar0SsKRnYQU5S9REq569I5qpOXsH4UwIQ=; b=B0OEuYzuzz+Awce5IM5a0pC4tyahPhSTANNoHG8Dm2VAFExKQsbRZtdbzqww90GnT9tJGP vWOZK0iKlk2wG1dmgF+lQQo91QJH3vmyq69CljbWGiaJ31SPBfRRTPDYieUR3133XiWsJX GUi9cPPfrozcc0MyeS0zNHqzrNlgtkpZqrNIloSeCNRQTC79qDtMvmsIT4QrmoAyCLoL+1 A+OXKMYsZApyDJELIFST7ouNVI6wfdGA14hLOQwLXykIJslldh2HRzva7MNtILOeSoCQxO eBjHXd+G8btYslP40usds8e64lQoOCbHpEULJ9yEn3HP/ccy8K1RKP/xhbGb/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697531189; a=rsa-sha256; cv=none; b=kjxGWbPwwKnMglCFD1kc0o8BnEFu+PTVpLd5fKmrRZWwC9UH3pYJvy9QbZdAQlV4drvSoc Ixo+FWiVJrds9LxuZmoGQ+jgkYlD1j6D6t0MC4822p8kVqXoj4E0hueGzpjO2CKB4ZmV6T pPCmppnfPeXwZOqPP0BymUMMo6EXw0Wh8NgEfaOitKZTgwRiL2GmL7Ke89Um3cQLFPvx0q IBRIHzymf/Lry7H2mcpRV++RNSub+tC6Ib28/5A0zepqrJwJaoLpwJzymK2RlrlEm69RTk DR5L0j8a8ndnK23RBJTebIz+5lfAbyJ9yykxuANm+6ukRbetzoJMwh23Xe7Cxg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697531189; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dsNdfG3Gdpar0SsKRnYQU5S9REq569I5qpOXsH4UwIQ=; b=FJJz0v3oxmNmJtvbtmM5WIpRyIpn9M7vrJArnjYW//cP6beFhthiKf3NdXwKQEfaAYe4bL rhRc9SNs0zWYmyZXNmkk7/MZg60vYpJtUst1A5Fgo8SOdZiOLEcqtO9EJi67XuZG5fsTBg geZX8zJLIufYUamSoXviozFXWtfZdwsqXCTBRuuG9ya2Ze3ONBM4PlfwVP9CXfFQ0RG3fb GGIvCTr5SeVt8aWyzBTjHwpNY6jMD95DfPvpO8FK8NHDLmuPrYeNOSvI86SNS6/HNvQXQy DTcg+lP0tzx0GFlQZTV5MP6HvLU0gxdH/Fa5QMBgO8lcekH4YLz4VzrKJr6PpQ== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8nBY0Z3kz149L for ; Tue, 17 Oct 2023 08:26:28 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Tue, 17 Oct 2023 10:26:28 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------a1C74DGdBjehAE3S7PkEiftp" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------a1C74DGdBjehAE3S7PkEiftp Content-Type: multipart/mixed; boundary="------------cIwO70L63NEHtUVJDFnkzowM"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> In-Reply-To: --------------cIwO70L63NEHtUVJDFnkzowM Content-Type: multipart/alternative; boundary="------------5MDowKHo4aiSWkr2ojuFmSUE" --------------5MDowKHo4aiSWkr2ojuFmSUE Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxNzowNCwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPg0KPiBUaGlzIGFjdHVhbGx5IGhlbHBlZC4gU28gZm9yIG9s ZCwgZGVlcC1kb3duIHJlbW5hbnRzIG9mIE9wZW5TU0wgMS4xLiANCj4gdG8gZGlzYXBwZWFy LCBhIHdob2xlc2FsZSBwa2cgZGVsZXRlIC1hIC1mIC15IGFuZCBhIHJlaW5zdGFsbCBvZiBh bGwgDQo+IG5vZGUgcGFja2FnZXMgKGdldCB0aGVtIHRocm91Z2ggcGtnIHByaW1lLW9yaWdp bnMpIGlzIGFkdmlzYWJsZS4NCj4NCg0KTm90ZTogc3dpdGNoaW5nIG9mIENDQUNIRSBmb3Ig dGhpcyBpcyBhbHNvIGFkdmlzYWJsZS4gUmVidWlsZCBhbGwgcG9ydHMsIA0Kbm8gQ0NBQ0hF IGZyb20gcHJldmlvdXMgYnVpbGRzLCBhbmQgaGFyZCBkZWluc3RhbGwvcmVpbnN0YWxsLiBP cGVuU1NMIGlzIA0KcGVza3kuDQoNCg== --------------5MDowKHo4aiSWkr2ojuFmSUE Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 17:04, DutchDaemon - FreeBSD Forums Administrator wrote:

This actually helped. So for old, deep-down remnants of OpenSSL 1.1. to disappear, a wholesale pkg delete -a -f -y and a reinstall of all node packages (get them through pkg prime-origins) is advisable.


Note: switching of CCACHE for this is also advisable. Rebuild all ports, no CCACHE from previous builds, and hard deinstall/reinstall. OpenSSL is pesky.

--------------5MDowKHo4aiSWkr2ojuFmSUE-- --------------cIwO70L63NEHtUVJDFnkzowM-- --------------a1C74DGdBjehAE3S7PkEiftp Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUuRTQFAwAAAAAACgkQ0R2eb0cya6hO JBAAlwn5GnV5p1zLgeXBOfPNLqU4NJtD+PBXh0MmRUSbmr/gqkaZxsMD6lZpJLE2psigLKoWVQHC 8uFkPx6vMRmwkmxH3zUqUL4rDL+igjShJO6/P/wu9+Pi2p9EA0zFV9I+rj+mAic5Xe3K9FoBU0n7 TgsOMvNbAZdzBCDANjemm56/4ePUlfSGQlF9twRksMzzmDUobwvEKOWiFW1jcojT0pCg5wpRHqOR GBDR5Dh5/dGO/aZM922rd1kyd7Pwa0fzRYNcnTLcnzuEZ5H1PvnCcHBK/8z/pyheheqXmUOfU8iG VL4YtS9YsvjTVLQ6+FT/WN3F6wrqXMVcRiIKz2Hld4LIpZkH3nAa+Q8KrQ+V5gjH4euKYONuQ/AG sn19P9wrTMI4APSSyZ/7kHpwriRT1He/jp32jyNUBMWyTmio5l0Dq+xsXGbS7SBkPD+Tx1qVBIpC t2fk/6Z8PpAjTvNBXTrBOI/CZpDHwV5M0ZZZ8EgbbE2fKwkTKr4D4VOoQmzbeuxPBwd0g1pNxQyC sdWZaoe3haEyvSclEEjTkAzhEg2Bw5gAwGacB/nXYgB4qL/Xx6knbSqATXFjTuNHoLlaahDF+xoO ZeYfh6e2Zrch/MbuQDSWkvcEBJFiyqyJ14nEQXBU+Ysb6UrgKgdWps1bOKlWwQ9ku+aOKw7Mhf73 vvQ= =o78G -----END PGP SIGNATURE----- --------------a1C74DGdBjehAE3S7PkEiftp-- From nobody Tue Oct 17 10:43:33 2023 X-Original-To: ports@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 4S8rDl0f4Zz4xMcF for ; Tue, 17 Oct 2023 10:43:35 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8rDl0QwFz4hBD for ; Tue, 17 Oct 2023 10:43:35 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697539415; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kduFBTWka3ChquAiWQPrDieyRzG8x6n17Zy8s/rynPE=; b=ZUCyVLZkkVA38ogf0qj3j7UetZomY6QtXKTHwhqz8xgNxVWR9Ue/nTxNrlAkcTN5DsklyJ inzsxw9pCJPqOCzldpYkSwRt6XEw9ox895077GmAklTYuXLb4/UCX89OhaSxEV4DkJ1grR grdHFxdNFrD417F+fMREmpohsqBIrrVm0GCb/Jdrvben8G0dZnFMpK0ob2X8R4mWknbU1I zfkaCr5sZgyUmncgbt0xILlsQdo+2LgpAayeY1NibdXPCCgAzUwt7ti7nwBHPAv7EyT+I2 TUBbprtbwrtYOTa34ps5yPeUne88+09WEGGhduaG959n4yOQbTUwxyLp5P655w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697539415; a=rsa-sha256; cv=none; b=W62/7o6zW75+9a0Fnz9R/4S1gGOmVd0GvS2YvLs7y/S/e5XnhjNXi2eW76TdIiGq4RJE52 Y9Q9c8eNJzmEpNdvzErvWd7/IjcVXoZ9zz/I4tWFtW5J61gSZeIiQAos8OIj6hH4FUZHHm 1+u+3D+iBdbaSrECzm7P0BAeyB32RZ8gW1s7DkX0m0VRJA/oxhB0mExtiTRBOEdnRHtKTv cxilA8KbYP3k+CiN8IxXuo+gWB9b2YhE2+W0HVbT1sHu6cCCwTXX3rrBtTvCYfc3xvLC0b k/Nla4y8p0PFxGrXFSPysv4c7Wr4e1imdfkR80N9evvl/Z3aOY2lq+phRQww7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697539415; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kduFBTWka3ChquAiWQPrDieyRzG8x6n17Zy8s/rynPE=; b=RSKsyIASjbBIMBMTFHX9yVnXsz3R8cH3hsNBMrr7CIkKnbix42RXc3abMUzvcR/CdJ9z77 yE9t0eKs4QBtonpFgpjr8Pz2uizFRbx/WDrgNTjIjkHS3NEglM16mLnNjCatKSRy9S+TML LHIvgjrGbeL12rNyIG24R+vS64UB1VipBhCn0aIxmc5CDaR5RiarLFJldQyNVabBftObuF Ayui6lYz9Q7nj4YkAtD2vGEv/4mPUbMU3CGGNqyWsGEyxdWsOsdNS38BsEpSlsvhLCmDMf zI/2HTtyCOdo1NL9NyMTXsjycaNjY6E4U4SHNcQJq5tbmP7RJOgevnzpmO5YKg== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8rDk4xlqz16Ml for ; Tue, 17 Oct 2023 10:43:34 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Tue, 17 Oct 2023 12:43:33 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------sxoNqYnVFNshcMP06UFBRvJm" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------sxoNqYnVFNshcMP06UFBRvJm Content-Type: multipart/mixed; boundary="------------JdxoU1kwLwJH2sFgTpKBQ2VE"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> In-Reply-To: <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> --------------JdxoU1kwLwJH2sFgTpKBQ2VE Content-Type: multipart/alternative; boundary="------------vfg8A3kpa0mmI3AUkX3MAScJ" --------------vfg8A3kpa0mmI3AUkX3MAScJ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTYvMTAvMjAyMyAxMjo0OSwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPg0KPiBDZXJ0Ym90IGlzIG5vdyBhbHNvIGJyb2tlbjoNCj4N Cj4NCj4gIyBjZXJ0Ym90DQo+IFRyYWNlYmFjayAobW9zdCByZWNlbnQgY2FsbCBsYXN0KToN Cj4gwqAgRmlsZSAiL3Vzci9sb2NhbC9iaW4vY2VydGJvdCIsIGxpbmUgMzMsIGluIDxtb2R1 bGU+DQo+IMKgwqDCoCBzeXMuZXhpdChsb2FkX2VudHJ5X3BvaW50KCdjZXJ0Ym90PT0yLjYu MCcsICdjb25zb2xlX3NjcmlwdHMnLCANCj4gJ2NlcnRib3QnKSgpKQ0KPiDCoCBGaWxlICIv dXNyL2xvY2FsL2Jpbi9jZXJ0Ym90IiwgbGluZSAyNSwgaW4gaW1wb3J0bGliX2xvYWRfZW50 cnlfcG9pbnQNCj4gwqDCoMKgIHJldHVybiBuZXh0KG1hdGNoZXMpLmxvYWQoKQ0KPiDCoCBG aWxlICIvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvaW1wb3J0bGliL21ldGFkYXRhLnB5Iiwg bGluZSA4NiwgaW4gbG9hZA0KPiDCoMKgwqAgbW9kdWxlID0gaW1wb3J0X21vZHVsZShtYXRj aC5ncm91cCgnbW9kdWxlJykpDQo+IMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMu OS9pbXBvcnRsaWIvX19pbml0X18ucHkiLCBsaW5lIDEyNywgaW4gDQo+IGltcG9ydF9tb2R1 bGUNCj4gwqDCoMKgIHJldHVybiBfYm9vdHN0cmFwLl9nY2RfaW1wb3J0KG5hbWVbbGV2ZWw6 XSwgcGFja2FnZSwgbGV2ZWwpDQo+IMKgIEZpbGUgIjxmcm96ZW4gaW1wb3J0bGliLl9ib290 c3RyYXA+IiwgbGluZSAxMDMwLCBpbiBfZ2NkX2ltcG9ydA0KPiDCoCBGaWxlICI8ZnJvemVu IGltcG9ydGxpYi5fYm9vdHN0cmFwPiIsIGxpbmUgMTAwNywgaW4gX2ZpbmRfYW5kX2xvYWQN Cj4gwqAgRmlsZSAiPGZyb3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJhcD4iLCBsaW5lIDk4Niwg aW4gDQo+IF9maW5kX2FuZF9sb2FkX3VubG9ja2VkDQo+IMKgIEZpbGUgIjxmcm96ZW4gaW1w b3J0bGliLl9ib290c3RyYXA+IiwgbGluZSA2ODAsIGluIF9sb2FkX3VubG9ja2VkDQo+IMKg IEZpbGUgIjxmcm96ZW4gaW1wb3J0bGliLl9ib290c3RyYXBfZXh0ZXJuYWw+IiwgbGluZSA4 NTAsIGluIGV4ZWNfbW9kdWxlDQo+IMKgIEZpbGUgIjxmcm96ZW4gaW1wb3J0bGliLl9ib290 c3RyYXA+IiwgbGluZSAyMjgsIGluIA0KPiBfY2FsbF93aXRoX2ZyYW1lc19yZW1vdmVkDQo+ IMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2NlcnRi b3QvbWFpbi5weSIsIGxpbmUgDQo+IDYsIGluIDxtb2R1bGU+DQo+IMKgwqDCoCBmcm9tIGNl cnRib3QuX2ludGVybmFsIGltcG9ydCBtYWluIGFzIGludGVybmFsX21haW4NCj4gwqAgRmls ZSANCj4gIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2NlcnRib3Qv X2ludGVybmFsL21haW4ucHkiLCANCj4gbGluZSAyMSwgaW4gPG1vZHVsZT4NCj4gwqDCoMKg IGltcG9ydCBqb3NlcHkgYXMgam9zZQ0KPiDCoCBGaWxlICIvdXNyL2xvY2FsL2xpYi9weXRo b24zLjkvc2l0ZS1wYWNrYWdlcy9qb3NlcHkvX19pbml0X18ucHkiLCANCj4gbGluZSA0MCwg aW4gPG1vZHVsZT4NCj4gwqDCoMKgIGZyb20gam9zZXB5Lmpzb25fdXRpbCBpbXBvcnQgKA0K PiDCoCBGaWxlICIvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9qb3Nl cHkvanNvbl91dGlsLnB5IiwgDQo+IGxpbmUgMTQsIGluIDxtb2R1bGU+DQo+IMKgwqDCoCBm cm9tIE9wZW5TU0wgaW1wb3J0IGNyeXB0bw0KPiDCoCBGaWxlICIvdXNyL2xvY2FsL2xpYi9w eXRob24zLjkvc2l0ZS1wYWNrYWdlcy9PcGVuU1NML19faW5pdF9fLnB5IiwgDQo+IGxpbmUg OCwgaW4gPG1vZHVsZT4NCj4gwqDCoMKgIGZyb20gT3BlblNTTCBpbXBvcnQgU1NMLCBjcnlw dG8NCj4gwqAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMv T3BlblNTTC9TU0wucHkiLCBsaW5lIA0KPiA5LCBpbiA8bW9kdWxlPg0KPiDCoMKgwqAgZnJv bSBPcGVuU1NMLl91dGlsIGltcG9ydCAoDQo+IMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5 dGhvbjMuOS9zaXRlLXBhY2thZ2VzL09wZW5TU0wvX3V0aWwucHkiLCBsaW5lIA0KPiA2LCBp biA8bW9kdWxlPg0KPiDCoMKgwqAgZnJvbSBjcnlwdG9ncmFwaHkuaGF6bWF0LmJpbmRpbmdz Lm9wZW5zc2wuYmluZGluZyBpbXBvcnQgQmluZGluZw0KPiDCoCBGaWxlIA0KPiAiL3Vzci9s b2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY3J5cHRvZ3JhcGh5L2hhem1hdC9i aW5kaW5ncy9vcGVuc3NsL2JpbmRpbmcucHkiLCANCj4gbGluZSAxNSwgaW4gPG1vZHVsZT4N Cj4gwqDCoMKgIGZyb20gY3J5cHRvZ3JhcGh5LmV4Y2VwdGlvbnMgaW1wb3J0IEludGVybmFs RXJyb3INCj4gwqAgRmlsZSANCj4gIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBh Y2thZ2VzL2NyeXB0b2dyYXBoeS9leGNlcHRpb25zLnB5IiwgDQo+IGxpbmUgOSwgaW4gPG1v ZHVsZT4NCj4gwqDCoMKgIGZyb20gY3J5cHRvZ3JhcGh5Lmhhem1hdC5iaW5kaW5ncy5fcnVz dCBpbXBvcnQgZXhjZXB0aW9ucyBhcyANCj4gcnVzdF9leGNlcHRpb25zDQo+IEltcG9ydEVy cm9yOiANCj4gL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY3J5cHRv Z3JhcGh5L2hhem1hdC9iaW5kaW5ncy9fcnVzdC5hYmkzLnNvOiANCj4gVW5kZWZpbmVkIHN5 bWJvbCAiRVZQX2RlZmF1bHRfcHJvcGVydGllc19pc19maXBzX2VuYWJsZWQiDQo+DQpJIGhh dmUgcmV0cmllZCBhbGwga2luZHMgb2YgcmVidWlsZHMsIG5ldyBidWlsZCBqYWlscywgQ0NB Q0hFIG9uL29mZiwgDQphbmQgZnVsbCBkZWluc3RhbGxzL3JlaW5zdGFsbHMsIGJ1dCB0aGlz IHJlbWFpbnMgYSBwcm9ibGVtOyBJIHNlZSB0aGF0IA0KdGhlcmUgYXJlIE9wZW5TU0wvcHkt Y3J5cHRvIGJ1Z3MgZmlsZWQgZm9yIHRoaXMsIHNvIEkgd2lsbCBzdG9wIHRyeWluZyANCnRv IHJlbWVkeSB0aGlzLA0KDQojIGNlcnRib3QNClRyYWNlYmFjayAobW9zdCByZWNlbnQgY2Fs bCBsYXN0KToNCiDCoCBGaWxlICIvdXNyL2xvY2FsL2Jpbi9jZXJ0Ym90IiwgbGluZSAzMywg aW4gPG1vZHVsZT4NCiDCoMKgwqAgc3lzLmV4aXQobG9hZF9lbnRyeV9wb2ludCgnY2VydGJv dD09Mi42LjAnLCAnY29uc29sZV9zY3JpcHRzJywgDQonY2VydGJvdCcpKCkpDQogwqAgRmls ZSAiL3Vzci9sb2NhbC9iaW4vY2VydGJvdCIsIGxpbmUgMjUsIGluIGltcG9ydGxpYl9sb2Fk X2VudHJ5X3BvaW50DQogwqDCoMKgIHJldHVybiBuZXh0KG1hdGNoZXMpLmxvYWQoKQ0KIMKg IEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9pbXBvcnRsaWIvbWV0YWRhdGEucHki LCBsaW5lIDg2LCBpbiBsb2FkDQogwqDCoMKgIG1vZHVsZSA9IGltcG9ydF9tb2R1bGUobWF0 Y2guZ3JvdXAoJ21vZHVsZScpKQ0KIMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMu OS9pbXBvcnRsaWIvX19pbml0X18ucHkiLCBsaW5lIDEyNywgaW4gDQppbXBvcnRfbW9kdWxl DQogwqDCoMKgIHJldHVybiBfYm9vdHN0cmFwLl9nY2RfaW1wb3J0KG5hbWVbbGV2ZWw6XSwg cGFja2FnZSwgbGV2ZWwpDQogwqAgRmlsZSAiPGZyb3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJh cD4iLCBsaW5lIDEwMzAsIGluIF9nY2RfaW1wb3J0DQogwqAgRmlsZSAiPGZyb3plbiBpbXBv cnRsaWIuX2Jvb3RzdHJhcD4iLCBsaW5lIDEwMDcsIGluIF9maW5kX2FuZF9sb2FkDQogwqAg RmlsZSAiPGZyb3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJhcD4iLCBsaW5lIDk4NiwgaW4gDQpf ZmluZF9hbmRfbG9hZF91bmxvY2tlZA0KIMKgIEZpbGUgIjxmcm96ZW4gaW1wb3J0bGliLl9i b290c3RyYXA+IiwgbGluZSA2ODAsIGluIF9sb2FkX3VubG9ja2VkDQogwqAgRmlsZSAiPGZy b3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJhcF9leHRlcm5hbD4iLCBsaW5lIDg1MCwgaW4gZXhl Y19tb2R1bGUNCiDCoCBGaWxlICI8ZnJvemVuIGltcG9ydGxpYi5fYm9vdHN0cmFwPiIsIGxp bmUgMjI4LCBpbiANCl9jYWxsX3dpdGhfZnJhbWVzX3JlbW92ZWQNCiDCoCBGaWxlICIvdXNy L2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9jZXJ0Ym90L21haW4ucHkiLCBs aW5lIA0KNiwgaW4gPG1vZHVsZT4NCiDCoMKgwqAgZnJvbSBjZXJ0Ym90Ll9pbnRlcm5hbCBp bXBvcnQgbWFpbiBhcyBpbnRlcm5hbF9tYWluDQogwqAgRmlsZSANCiIvdXNyL2xvY2FsL2xp Yi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9jZXJ0Ym90L19pbnRlcm5hbC9tYWluLnB5Iiwg bGluZSANCjIxLCBpbiA8bW9kdWxlPg0KIMKgwqDCoCBpbXBvcnQgam9zZXB5IGFzIGpvc2UN CiDCoCBGaWxlICIvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9qb3Nl cHkvX19pbml0X18ucHkiLCANCmxpbmUgNDAsIGluIDxtb2R1bGU+DQogwqDCoMKgIGZyb20g am9zZXB5Lmpzb25fdXRpbCBpbXBvcnQgKA0KIMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5 dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2pvc2VweS9qc29uX3V0aWwucHkiLCANCmxpbmUgMTQs IGluIDxtb2R1bGU+DQogwqDCoMKgIGZyb20gT3BlblNTTCBpbXBvcnQgY3J5cHRvDQogwqAg RmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvT3BlblNTTC9f X2luaXRfXy5weSIsIA0KbGluZSA4LCBpbiA8bW9kdWxlPg0KIMKgwqDCoCBmcm9tIE9wZW5T U0wgaW1wb3J0IFNTTCwgY3J5cHRvDQogwqAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9u My45L3NpdGUtcGFja2FnZXMvT3BlblNTTC9TU0wucHkiLCBsaW5lIDksIA0KaW4gPG1vZHVs ZT4NCiDCoMKgwqAgZnJvbSBPcGVuU1NMLl91dGlsIGltcG9ydCAoDQogwqAgRmlsZSAiL3Vz ci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvT3BlblNTTC9fdXRpbC5weSIs IGxpbmUgDQo2LCBpbiA8bW9kdWxlPg0KIMKgwqDCoCBmcm9tIGNyeXB0b2dyYXBoeS5oYXpt YXQuYmluZGluZ3Mub3BlbnNzbC5iaW5kaW5nIGltcG9ydCBCaW5kaW5nDQogwqAgRmlsZSAN CiIvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9jcnlwdG9ncmFwaHkv aGF6bWF0L2JpbmRpbmdzL29wZW5zc2wvYmluZGluZy5weSIsIA0KbGluZSAxNSwgaW4gPG1v ZHVsZT4NCiDCoMKgwqAgZnJvbSBjcnlwdG9ncmFwaHkuZXhjZXB0aW9ucyBpbXBvcnQgSW50 ZXJuYWxFcnJvcg0KIMKgIEZpbGUgDQoiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUt cGFja2FnZXMvY3J5cHRvZ3JhcGh5L2V4Y2VwdGlvbnMucHkiLCANCmxpbmUgOSwgaW4gPG1v ZHVsZT4NCiDCoMKgwqAgZnJvbSBjcnlwdG9ncmFwaHkuaGF6bWF0LmJpbmRpbmdzLl9ydXN0 IGltcG9ydCBleGNlcHRpb25zIGFzIA0KcnVzdF9leGNlcHRpb25zDQpJbXBvcnRFcnJvcjog DQovdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9jcnlwdG9ncmFwaHkv aGF6bWF0L2JpbmRpbmdzL19ydXN0LmFiaTMuc286IA0KVW5kZWZpbmVkIHN5bWJvbCAiRVZQ X2RlZmF1bHRfcHJvcGVydGllc19pc19maXBzX2VuYWJsZWQiDQoNCg== --------------vfg8A3kpa0mmI3AUkX3MAScJ Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 16/10/2023 12:49, DutchDaemon - FreeBSD Forums Administrator wrote:

Certbot is now also broken:


# certbot
Traceback (most recent call last):
=C2=A0 File "/usr/local/bin/certbot", line 33, in <module>= ;
=C2=A0=C2=A0=C2=A0 sys.exit(load_entry_point('certbot=3D=3D2.6.= 0', 'console_scripts', 'certbot')())
=C2=A0 File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
=C2=A0=C2=A0=C2=A0 return next(matches).load()
=C2=A0 File "/usr/local/lib/python3.9/importlib/metadata.py", l= ine 86, in load
=C2=A0=C2=A0=C2=A0 module =3D import_module(match.group('module= '))
=C2=A0 File "/usr/local/lib/python3.9/importlib/__init__.py", l= ine 127, in import_module
=C2=A0=C2=A0=C2=A0 return _bootstrap._gcd_import(name[level:], = package, level)
=C2=A0 File "<frozen importlib._bootstrap>", line 1030, i= n _gcd_import
=C2=A0 File "<frozen importlib._bootstrap>", line 1007, i= n _find_and_load
=C2=A0 File "<frozen importlib._bootstrap>", line 986, in= _find_and_load_unlocked
=C2=A0 File "<frozen importlib._bootstrap>", line 680, in= _load_unlocked
=C2=A0 File "<frozen importlib._bootstrap_external>", lin= e 850, in exec_module
=C2=A0 File "<frozen importlib._bootstrap>", line 228, in= _call_with_frames_removed
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/main.py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from certbot._internal import main as intern= al_main
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.= py", line 21, in <module>
=C2=A0=C2=A0=C2=A0 import josepy as jose
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/__init__.py", line 40, in <module>
=C2=A0=C2=A0=C2=A0 from josepy.json_util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/json_util.py", line 14, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import SSL, crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/SSL.py", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL._util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/_util.py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings.openssl.bi= nding import Binding
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/open= ssl/binding.py", line 15, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.exceptions import Internal= Error
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/exceptions= =2Epy", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings._rust impo= rt exceptions as rust_exceptions
ImportError: /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so: Undefined symbol "EVP_default_properties_is_fips_enabled"

I have retried all kinds of rebuilds, new build jails, CCACHE on/off, and full deinstalls/reinstalls, but this remains a problem; I see that there are OpenSSL/py-crypto bugs filed for this, so I will stop trying to remedy this,

# certbot
Traceback (most recent call last):
=C2=A0 File "/usr/local/bin/certbot", line 33, in <module><= br> =C2=A0=C2=A0=C2=A0 sys.exit(load_entry_point('certbot=3D=3D2.6.0'= , 'console_scripts', 'certbot')())
=C2=A0 File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
=C2=A0=C2=A0=C2=A0 return next(matches).load()
=C2=A0 File "/usr/local/lib/python3.9/importlib/metadata.py", lin= e 86, in load
=C2=A0=C2=A0=C2=A0 module =3D import_module(match.group('module')= )
=C2=A0 File "/usr/local/lib/python3.9/importlib/__init__.py", lin= e 127, in import_module
=C2=A0=C2=A0=C2=A0 return _bootstrap._gcd_import(name[level:], pa= ckage, level)
=C2=A0 File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
=C2=A0 File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
=C2=A0 File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
=C2=A0 File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
=C2=A0 File "<frozen importlib._bootstrap_external>", line = 850, in exec_module
=C2=A0 File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/main.= py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from certbot._internal import main as internal= _main
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py= ", line 21, in <module>
=C2=A0=C2=A0=C2=A0 import josepy as jose
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/__init__.py", line 40, in <module>
=C2=A0=C2=A0=C2=A0 from josepy.json_util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/json_util.py", line 14, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import SSL, crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/SSL.p= y", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL._util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/_util.py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings.openssl.bind= ing import Binding
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/open= ssl/binding.py", line 15, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.exceptions import InternalEr= ror
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/exceptions.p= y", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings._rust import= exceptions as rust_exceptions
ImportError: /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so: Undefined symbol "EVP_default_properties_is_fips_enabled"

--------------vfg8A3kpa0mmI3AUkX3MAScJ-- --------------JdxoU1kwLwJH2sFgTpKBQ2VE-- --------------sxoNqYnVFNshcMP06UFBRvJm Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUuZVUFAwAAAAAACgkQ0R2eb0cya6j2 LQ//R+rLp6HudDCEgpxzPK8nUrBCoWtgjI8hs0GyLzrcRrksppOiZszNSHuU9NbBnyXlWxUPGT4X SSrHIxufacTVuC6Bz5J7lN9ORZWBw0GiEvL4KQgGbtkT16xbHU7ll5a0otJRbyWbheRFrHAPMj5j 3Tl41WX/WvhP7AZKBsYqqxXJu+m1dCqgns5ropBOhmYKnaJGTF+hhkzsT8kW0/kyaTBLx+HfOIM2 365Brua3F1eZqUIFhVAbPvmN5uM5DSAvsMqiBeF5a0rGB6dM3ow4/ZOC3b0yXSXX1dIl7pz89zNK 9XVTVGt5htSxhvj2c+rcULUss1jlthiEGCk1X2E7vqTgZtVjtjjlkmAIvjgWzXX81S0zZR7wlLDP 8B5l6AN90truYuk9wwFR9jHtQ2IObdiXM2ucEHTDRkqouQOanb7smhZXAQDF0cWszctoVZ0gQZz/ xnFx4UNb+vCOMDcFh4Xk6AQEri5IsSUI8EWDGszXr1Z1f79Di7GSW1x4pIRzz7tznq2/BcYH5BU9 sL/d22/tkz3h2w0LhOdYFZljntS9AkPVX2zIK8D/pZ7res0fWeHMqgPAzL4TLMwHsSJjrgQJH7vo 1xt1TAwgkzE1eJavzak9Bo5ADTEqdhoDEYTTK69zjbtHlV9m4Tn2BiHrtACKbb2PtFdEo4UOuEKX r9M= =78kL -----END PGP SIGNATURE----- --------------sxoNqYnVFNshcMP06UFBRvJm-- From nobody Tue Oct 17 10:51:42 2023 X-Original-To: ports@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 4S8rQ81jP0z4xNDs for ; Tue, 17 Oct 2023 10:51:44 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8rQ81CRlz4jHb for ; Tue, 17 Oct 2023 10:51:44 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697539904; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UftRz3axbVJ+uXsnbCpZpYQZw8iD5uTIuVDzHA7mv8c=; b=HLKoBiu56met52WpUscMdTq8nAq7uDVbO+as+MOhdcqUlGuWdIpJIWmo5QNrhphpNd9cbJ ACvGxSyWNtSODvqVzDUrs0ck4PlLIn+kBYPLRkRALkTZ+O1DbvVfG833ZbtSrFyxfs4/Ta Cbh6Av0wDoODs6jZoZ+LQvIfbU3OgUhG1IGWx/u6j5CQzlJXDck+HGXMX8g4muLH/EgapA sDY55YmSFvTq7iVyVXLbfkFSEfQvYjCFrUkNkDQ963OwiQQUBqfKSDXwEwCZKVMMmy+0Nn i3AX36Ho9CmCfoQK4gYJQgJLVwkl8UY0Zt+SwDL6/7EGIY7qJ/TeoZ/c99BToQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697539904; a=rsa-sha256; cv=none; b=uW2fO7DoxWEP5ZF0kReBshVeUqEuRdweT1mu/EIdAcUX13QIhFBT2jEMpSUY81VXwUIcOb T2gtw/16hZKrSLUlY8IzuNMG1wjz0rYHb/Qfszu7ZodQv2rsbyLSbC9jvdSQgWUdauoz2+ 4XSEd5BULZGg35m3oFci+Dkyi5TwtxMm8W8PzBW7BDSULvvPSsgYEyy3bYpd+FH/XOUdKW Tn6O5vRDKDHShLBdesaclwuCUoeZTyysZCnHVI8dMjjZfr/1sSJfH7WSq8i2QwbVTHKSGw 0FYISGUpqsKc4JE2iPPrKSkMxEf8FEhsFT1uzNdcUZ7kJWfkVwf7sMrJtGIy9g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697539904; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UftRz3axbVJ+uXsnbCpZpYQZw8iD5uTIuVDzHA7mv8c=; b=v3g5CAJSPGAYsei4Ufvt10Kn4AO+XLooukM8DOGk3DfW6bPDdHg8W02EIwO+df48ZKNSfo Buhb4qIMRiF2LnR9lMBVm8Yx2mUtd6Wc2BErPbkxbBHBZy1DibjZdetR6uL2Z2YBKC1ckE pXXeDQYSEFxG7/dLixcL5v9dYSJiTc8a5e8ZI/kif7it2v19WxwOrwUvNObvba/oeyTOw3 fKmYLKC++xD8xMyTNR2NN/+FbM+d0pV57awkw8qBnXcjAJPPD/O6N6Wk7gkIJQigyw+0L5 ruKZ3xXRWd2ig941KOYgwxQQhDw004labju8tqTYPTGBPvzIsupsObx3Ik8xPg== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8rQ769SPz16Mm for ; Tue, 17 Oct 2023 10:51:43 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <6536f2e0-b0aa-4689-a4a0-c1ffa0fc91a8@FreeBSD.org> Date: Tue, 17 Oct 2023 12:51:42 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> Organization: The FreeBSD Forums In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------ZAJ00XhbrO0YAr3XvhlQFtLS" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------ZAJ00XhbrO0YAr3XvhlQFtLS Content-Type: multipart/mixed; boundary="------------49SziTKxCciC5Ru6JO6Ysd7Y"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: <6536f2e0-b0aa-4689-a4a0-c1ffa0fc91a8@FreeBSD.org> Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> In-Reply-To: --------------49SziTKxCciC5Ru6JO6Ysd7Y Content-Type: multipart/alternative; boundary="------------LSMbZw0nps2MQZliBYD8k6sK" --------------LSMbZw0nps2MQZliBYD8k6sK Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTcvMTAvMjAyMyAxMjo0MywgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPg0KPiBJIGhhdmUgcmV0cmllZCBhbGwga2luZHMgb2YgcmVi dWlsZHMsIG5ldyBidWlsZCBqYWlscywgQ0NBQ0hFIG9uL29mZiwgDQo+IGFuZCBmdWxsIGRl aW5zdGFsbHMvcmVpbnN0YWxscywgYnV0IHRoaXMgcmVtYWlucyBhIHByb2JsZW07IEkgc2Vl IHRoYXQgDQo+IHRoZXJlIGFyZSBPcGVuU1NML3B5LWNyeXB0byBidWdzIGZpbGVkIGZvciB0 aGlzLCBzbyBJIHdpbGwgc3RvcCB0cnlpbmcgDQo+IHRvIHJlbWVkeSB0aGlzLA0KPg0KPiAj IGNlcnRib3QNCj4gVHJhY2ViYWNrIChtb3N0IHJlY2VudCBjYWxsIGxhc3QpOg0KPiDCoCBG aWxlICIvdXNyL2xvY2FsL2Jpbi9jZXJ0Ym90IiwgbGluZSAzMywgaW4gPG1vZHVsZT4NCj4g wqDCoMKgIHN5cy5leGl0KGxvYWRfZW50cnlfcG9pbnQoJ2NlcnRib3Q9PTIuNi4wJywgJ2Nv bnNvbGVfc2NyaXB0cycsIA0KPiAnY2VydGJvdCcpKCkpDQo+IMKgIEZpbGUgIi91c3IvbG9j YWwvYmluL2NlcnRib3QiLCBsaW5lIDI1LCBpbiBpbXBvcnRsaWJfbG9hZF9lbnRyeV9wb2lu dA0KPiDCoMKgwqAgcmV0dXJuIG5leHQobWF0Y2hlcykubG9hZCgpDQo+IMKgIEZpbGUgIi91 c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9pbXBvcnRsaWIvbWV0YWRhdGEucHkiLCBsaW5lIDg2 LCBpbiBsb2FkDQo+IMKgwqDCoCBtb2R1bGUgPSBpbXBvcnRfbW9kdWxlKG1hdGNoLmdyb3Vw KCdtb2R1bGUnKSkNCj4gwqAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L2ltcG9y dGxpYi9fX2luaXRfXy5weSIsIGxpbmUgMTI3LCBpbiANCj4gaW1wb3J0X21vZHVsZQ0KPiDC oMKgwqAgcmV0dXJuIF9ib290c3RyYXAuX2djZF9pbXBvcnQobmFtZVtsZXZlbDpdLCBwYWNr YWdlLCBsZXZlbCkNCj4gwqAgRmlsZSAiPGZyb3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJhcD4i LCBsaW5lIDEwMzAsIGluIF9nY2RfaW1wb3J0DQo+IMKgIEZpbGUgIjxmcm96ZW4gaW1wb3J0 bGliLl9ib290c3RyYXA+IiwgbGluZSAxMDA3LCBpbiBfZmluZF9hbmRfbG9hZA0KPiDCoCBG aWxlICI8ZnJvemVuIGltcG9ydGxpYi5fYm9vdHN0cmFwPiIsIGxpbmUgOTg2LCBpbiANCj4g X2ZpbmRfYW5kX2xvYWRfdW5sb2NrZWQNCj4gwqAgRmlsZSAiPGZyb3plbiBpbXBvcnRsaWIu X2Jvb3RzdHJhcD4iLCBsaW5lIDY4MCwgaW4gX2xvYWRfdW5sb2NrZWQNCj4gwqAgRmlsZSAi PGZyb3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJhcF9leHRlcm5hbD4iLCBsaW5lIDg1MCwgaW4g ZXhlY19tb2R1bGUNCj4gwqAgRmlsZSAiPGZyb3plbiBpbXBvcnRsaWIuX2Jvb3RzdHJhcD4i LCBsaW5lIDIyOCwgaW4gDQo+IF9jYWxsX3dpdGhfZnJhbWVzX3JlbW92ZWQNCj4gwqAgRmls ZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY2VydGJvdC9tYWlu LnB5IiwgbGluZSANCj4gNiwgaW4gPG1vZHVsZT4NCj4gwqDCoMKgIGZyb20gY2VydGJvdC5f aW50ZXJuYWwgaW1wb3J0IG1haW4gYXMgaW50ZXJuYWxfbWFpbg0KPiDCoCBGaWxlIA0KPiAi L3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY2VydGJvdC9faW50ZXJu YWwvbWFpbi5weSIsIA0KPiBsaW5lIDIxLCBpbiA8bW9kdWxlPg0KPiDCoMKgwqAgaW1wb3J0 IGpvc2VweSBhcyBqb3NlDQo+IMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9z aXRlLXBhY2thZ2VzL2pvc2VweS9fX2luaXRfXy5weSIsIA0KPiBsaW5lIDQwLCBpbiA8bW9k dWxlPg0KPiDCoMKgwqAgZnJvbSBqb3NlcHkuanNvbl91dGlsIGltcG9ydCAoDQo+IMKgIEZp bGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2pvc2VweS9qc29u X3V0aWwucHkiLCANCj4gbGluZSAxNCwgaW4gPG1vZHVsZT4NCj4gwqDCoMKgIGZyb20gT3Bl blNTTCBpbXBvcnQgY3J5cHRvDQo+IMKgIEZpbGUgIi91c3IvbG9jYWwvbGliL3B5dGhvbjMu OS9zaXRlLXBhY2thZ2VzL09wZW5TU0wvX19pbml0X18ucHkiLCANCj4gbGluZSA4LCBpbiA8 bW9kdWxlPg0KPiDCoMKgwqAgZnJvbSBPcGVuU1NMIGltcG9ydCBTU0wsIGNyeXB0bw0KPiDC oCBGaWxlICIvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9PcGVuU1NM L1NTTC5weSIsIGxpbmUgDQo+IDksIGluIDxtb2R1bGU+DQo+IMKgwqDCoCBmcm9tIE9wZW5T U0wuX3V0aWwgaW1wb3J0ICgNCj4gwqAgRmlsZSAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45 L3NpdGUtcGFja2FnZXMvT3BlblNTTC9fdXRpbC5weSIsIGxpbmUgDQo+IDYsIGluIDxtb2R1 bGU+DQo+IMKgwqDCoCBmcm9tIGNyeXB0b2dyYXBoeS5oYXptYXQuYmluZGluZ3Mub3BlbnNz bC5iaW5kaW5nIGltcG9ydCBCaW5kaW5nDQo+IMKgIEZpbGUgDQo+ICIvdXNyL2xvY2FsL2xp Yi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9jcnlwdG9ncmFwaHkvaGF6bWF0L2JpbmRpbmdz L29wZW5zc2wvYmluZGluZy5weSIsIA0KPiBsaW5lIDE1LCBpbiA8bW9kdWxlPg0KPiDCoMKg wqAgZnJvbSBjcnlwdG9ncmFwaHkuZXhjZXB0aW9ucyBpbXBvcnQgSW50ZXJuYWxFcnJvcg0K PiDCoCBGaWxlIA0KPiAiL3Vzci9sb2NhbC9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMv Y3J5cHRvZ3JhcGh5L2V4Y2VwdGlvbnMucHkiLCANCj4gbGluZSA5LCBpbiA8bW9kdWxlPg0K PiDCoMKgwqAgZnJvbSBjcnlwdG9ncmFwaHkuaGF6bWF0LmJpbmRpbmdzLl9ydXN0IGltcG9y dCBleGNlcHRpb25zIGFzIA0KPiBydXN0X2V4Y2VwdGlvbnMNCj4gSW1wb3J0RXJyb3I6IA0K PiAvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9jcnlwdG9ncmFwaHkv aGF6bWF0L2JpbmRpbmdzL19ydXN0LmFiaTMuc286IA0KPiBVbmRlZmluZWQgc3ltYm9sICJF VlBfZGVmYXVsdF9wcm9wZXJ0aWVzX2lzX2ZpcHNfZW5hYmxlZCINCj4NCg0KQW5kLCBhcyBu b3RlZCBlbHNld2hlcmUsIGl0J3MgbGlua2VkIHRvIHRoZSBiYXNlIHN5c3RlbSBPcGVuU1NM LCBub3QgdGhlIA0KcG9ydGVkIE9wZW5TU0wgKG1ha2UuY29uZiBoYXMgc3NsPW9wZW5zc2wp Lg0KDQojIGxkZCANCi91c3IvbG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2Ny eXB0b2dyYXBoeS9oYXptYXQvYmluZGluZ3MvX3J1c3QuYWJpMy5zbw0KL3Vzci9sb2NhbC9s aWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvY3J5cHRvZ3JhcGh5L2hhem1hdC9iaW5kaW5n cy9fcnVzdC5hYmkzLnNvOg0KIMKgwqDCoMKgwqDCoMKgIGxpYnNzbC5zby4xMTEgPT4gL3Vz ci9saWIvbGlic3NsLnNvLjExMSAoMHgzMjFiNGIxYWMwMDApDQogwqDCoMKgwqDCoMKgwqAg bGliY3J5cHRvLnNvLjExMSA9PiAvbGliL2xpYmNyeXB0by5zby4xMTEgKDB4MzIxYjUwMjM0 MDAwKQ0KIMKgwqDCoMKgwqDCoMKgIGxpYnRoci5zby4zID0+IC9saWIvbGlidGhyLnNvLjMg KDB4MzIxYjRmYWNkMDAwKQ0KIMKgwqDCoMKgwqDCoMKgIGxpYmdjY19zLnNvLjEgPT4gL2xp Yi9saWJnY2Nfcy5zby4xICgweDMyMWI1MTM2MDAwMCkNCiDCoMKgwqDCoMKgwqDCoCBsaWJj LnNvLjcgPT4gL2xpYi9saWJjLnNvLjcgKDB4MzIxYjRiOWMyMDAwKQ0KDQo= --------------LSMbZw0nps2MQZliBYD8k6sK Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 17/10/2023 12:43, DutchDaemon - FreeBSD Forums Administrator wrote:

I have retried all kinds of rebuilds, new build jails, CCACHE on/off, and full deinstalls/reinstalls, but this remains a problem; I see that there are OpenSSL/py-crypto bugs filed for this, so I will stop trying to remedy this,

# certbot
Traceback (most recent call last):
=C2=A0 File "/usr/local/bin/certbot", line 33, in <module>= ;
=C2=A0=C2=A0=C2=A0 sys.exit(load_entry_point('certbot=3D=3D2.6.= 0', 'console_scripts', 'certbot')())
=C2=A0 File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
=C2=A0=C2=A0=C2=A0 return next(matches).load()
=C2=A0 File "/usr/local/lib/python3.9/importlib/metadata.py", l= ine 86, in load
=C2=A0=C2=A0=C2=A0 module =3D import_module(match.group('module= '))
=C2=A0 File "/usr/local/lib/python3.9/importlib/__init__.py", l= ine 127, in import_module
=C2=A0=C2=A0=C2=A0 return _bootstrap._gcd_import(name[level:], = package, level)
=C2=A0 File "<frozen importlib._bootstrap>", line 1030, i= n _gcd_import
=C2=A0 File "<frozen importlib._bootstrap>", line 1007, i= n _find_and_load
=C2=A0 File "<frozen importlib._bootstrap>", line 986, in= _find_and_load_unlocked
=C2=A0 File "<frozen importlib._bootstrap>", line 680, in= _load_unlocked
=C2=A0 File "<frozen importlib._bootstrap_external>", lin= e 850, in exec_module
=C2=A0 File "<frozen importlib._bootstrap>", line 228, in= _call_with_frames_removed
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/main.py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from certbot._internal import main as intern= al_main
=C2=A0 File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.= py", line 21, in <module>
=C2=A0=C2=A0=C2=A0 import josepy as jose
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/__init__.py", line 40, in <module>
=C2=A0=C2=A0=C2=A0 from josepy.json_util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/josepy/json_util.py", line 14, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL import SSL, crypto
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/SSL.py", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from OpenSSL._util import (
=C2=A0 File "/usr/local/lib/python3.9/site-packages/OpenSSL/_util.py", line 6, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings.openssl.bi= nding import Binding
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/open= ssl/binding.py", line 15, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.exceptions import Internal= Error
=C2=A0 File "/usr/local/lib/python3.9/site-packages/cryptography/exceptions= =2Epy", line 9, in <module>
=C2=A0=C2=A0=C2=A0 from cryptography.hazmat.bindings._rust impo= rt exceptions as rust_exceptions
ImportError: /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so: Undefined symbol "EVP_default_properties_is_fips_enabled"


And, as noted elsewhere, it's linked to the base system OpenSSL, not the ported OpenSSL (make.conf has ssl=3Dopenssl).

# ldd /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so
/usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so:
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libssl.so.111 =3D> = /usr/lib/libssl.so.111 (0x321b4b1ac000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcrypto.so.111 =3D&g= t; /lib/libcrypto.so.111 (0x321b50234000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libthr.so.3 =3D> /l= ib/libthr.so.3 (0x321b4facd000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libgcc_s.so.1 =3D> = /lib/libgcc_s.so.1 (0x321b51360000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libc.so.7 =3D> /lib= /libc.so.7 (0x321b4b9c2000)

--------------LSMbZw0nps2MQZliBYD8k6sK-- --------------49SziTKxCciC5Ru6JO6Ysd7Y-- --------------ZAJ00XhbrO0YAr3XvhlQFtLS Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUuZz8FAwAAAAAACgkQ0R2eb0cya6iT kA//XBih5xTKl1iOEnfei0gb9CHNT82yGGgdszqK/xRJsXuCRTbX+Vt+PKTfBPb3iBZt26uQgvVB incq0ECjCUcxzDOnaWE5+zVUOxEY4eYA3m3tigNvTTre36VEM15B15Mby+3WMgTP2o9Pel7608pV 44t8mtgZwb11qVpXFXH9Ex1N+a6wFpEwnyTNvqXsdXGdiO4w/eMA8NPgq6FgZ/ExmhgaHOYc+L7X gl50lUt33Ed51+vXBLYU5IAZ9t74LBkwzcXFTwMq5+x4P2Bv1pSnHsKDUQKGDLU8fkrDb0RRCQr4 VWxXE6d0KGQdByHtr104qmsM8Pch/l0FP64WsDW0a4Y4uLRVPxMi4F/SZoItctfIk+YltzxZzES9 UPNhvOZ6Fnjwbl+HkWzGoj/PypHrVjdS3UJO5N0R5BWO8Ao4ppTCNpUQ5/YRmzYOofeIW4wDC5C0 Yfa9XfHmkMuaY33srVZcnizqjxUYcXn4/UdHm2T4ZXskWHQz9YleMKU4quoq+0H1XYDVlvC3WCR6 ez52O7qgmOd/PWvxCEMMytvWCx2J6JFpnxDSZ2oh2NPxq5sbXr4Y7ET+19GKzbVtC9wp9Hmr4pEB uhk30BsHGetO866y0PZ8pBy5g3BC9xN5lLyWIWvsVIvD/l8hGpj4tdgPxavGx+YUSwZqaN8dwl+p /P8= =4N4u -----END PGP SIGNATURE----- --------------ZAJ00XhbrO0YAr3XvhlQFtLS-- From nobody Tue Oct 17 11:08:19 2023 X-Original-To: ports@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 4S8rnK39Bsz4xP6w for ; Tue, 17 Oct 2023 11:08:21 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8rnK2dVKz4kGZ for ; Tue, 17 Oct 2023 11:08:21 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697540901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Kw3qV/pJJETLiD58ts5vzytEYZmKpLWxXRIKYfh5O4Y=; b=roPXI1/WlvcmMZ7FcTs6Cms5gifAiYePx7wAi9ZHLj0gvJbPs1v4JexVTN6yxtWI7QfmOr UWg1Pax/v4xq97I4sm5xSwRXRm+aTqi7b6ufgecHS1uMlaJFgcBiCJ8cCWMkGFdK7gMDvl jeY+DsDOiEzVh3vdFjZv6b7ngxmX0ZpMUiMmDWxUYObRYiK6bGXJM3A94jdXMqydKYAq+0 72DibT7Gcsr5V6i3gw87xp5ot2eVCS2K1Nu2zCu0LJH326W+C75WUJt6HmtNjRGUvtV4Af z7u3TtjV4wRPG4wUNEz2uBSrL/boT9E34crnbwGBeUCFCUlo4HSnKdqZ3c8w4g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697540901; a=rsa-sha256; cv=none; b=XQ8Vh6sayKIbO5nhyE4D9tU3TzOert9w97EKBFfvwFc7GNFHE6BGdvp4yxbC126ysCwl0f 3ND1K1admEyZlxXJnq2heQnHH7YRqQBAMXDR9VY7+sLTsMn6nktjK5o0cwMiuo5p3nq7ka iTN/dymHb6x21ucjUBTyuVxGSCy/ZR4oOtObpwKG1rWnSzlfF3zlwqXbKvll4gepCBvsKV vbEie1LG9YQfOzPLlghVVqrzvev+KuwQp5jam5T529bOYfehhGsLoQQBuZi/wYvIK0eVBn ErLccgWm+tFRR3dphCCUjoyZG8UTX8Ywv27MTGqHDqEduesR+9dbhkfh9XNG3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697540901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Kw3qV/pJJETLiD58ts5vzytEYZmKpLWxXRIKYfh5O4Y=; b=PXXjidfDMwmj6eqex9u2Hc8NM8LlsDNEY967fFryk43K9l1SEB/Z9gqv7z5Oy7O2LcCBr6 XPxZyX+7NPXeQaha5Y4L/qeb2Q22vvn9knDuEuaB6u8nmwRv8StxL9mqIbqr87lwAQrKEA 3KkMfA+475cYsAw7PGb0CWZFPzUqRaI+NboGh5NjwqumvDFzmMi/yzZYe7LIOvIaXOitUk PmXOB8KOXvBL6uXuXg8287+uFZmA5Pwf3LEvtswGPS7m4VxWvgftohlravPZof67M2lOdk lmOOLVkD+kp0ALXWUMyZYsv1Fvssb20PA7dcrbXtm52ho+SToMmb4F+socYe0A== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8rnK0Z3kz16jR for ; Tue, 17 Oct 2023 11:08:20 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Tue, 17 Oct 2023 13:08:19 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Content-Language: nl, en-US From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> <6536f2e0-b0aa-4689-a4a0-c1ffa0fc91a8@FreeBSD.org> Organization: The FreeBSD Forums In-Reply-To: <6536f2e0-b0aa-4689-a4a0-c1ffa0fc91a8@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------wQT4ykwY3v7lXwo7VfWa9Tvk" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------wQT4ykwY3v7lXwo7VfWa9Tvk Content-Type: multipart/mixed; boundary="------------qPSPJUc0E8FYypjVoAnwVkCX"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <45a77603-6911-41fd-86e7-b56714e9f42b@FreeBSD.org> <6536f2e0-b0aa-4689-a4a0-c1ffa0fc91a8@FreeBSD.org> In-Reply-To: <6536f2e0-b0aa-4689-a4a0-c1ffa0fc91a8@FreeBSD.org> --------------qPSPJUc0E8FYypjVoAnwVkCX Content-Type: multipart/alternative; boundary="------------Oz5nD7T3FR9K5MHKj8hGeueM" --------------Oz5nD7T3FR9K5MHKj8hGeueM Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTcvMTAvMjAyMyAxMjo1MSwgRHV0Y2hEYWVtb24gLSBGcmVlQlNEIEZvcnVtcyBBZG1p bmlzdHJhdG9yIHdyb3RlOg0KPiBBbmQsIGFzIG5vdGVkIGVsc2V3aGVyZSwgaXQncyBsaW5r ZWQgdG8gdGhlIGJhc2Ugc3lzdGVtIE9wZW5TU0wsIG5vdCANCj4gdGhlIHBvcnRlZCBPcGVu U1NMIChtYWtlLmNvbmYgaGFzIHNzbD1vcGVuc3NsKS4NCj4NCj4gIyBsZGQgDQo+IC91c3Iv bG9jYWwvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL2NyeXB0b2dyYXBoeS9oYXptYXQv YmluZGluZ3MvX3J1c3QuYWJpMy5zbw0KPiAvdXNyL2xvY2FsL2xpYi9weXRob24zLjkvc2l0 ZS1wYWNrYWdlcy9jcnlwdG9ncmFwaHkvaGF6bWF0L2JpbmRpbmdzL19ydXN0LmFiaTMuc286 DQo+IMKgwqDCoMKgwqDCoMKgIGxpYnNzbC5zby4xMTEgPT4gL3Vzci9saWIvbGlic3NsLnNv LjExMSAoMHgzMjFiNGIxYWMwMDApDQo+IMKgwqDCoMKgwqDCoMKgIGxpYmNyeXB0by5zby4x MTEgPT4gL2xpYi9saWJjcnlwdG8uc28uMTExICgweDMyMWI1MDIzNDAwMCkNCj4gwqDCoMKg wqDCoMKgwqAgbGlidGhyLnNvLjMgPT4gL2xpYi9saWJ0aHIuc28uMyAoMHgzMjFiNGZhY2Qw MDApDQo+IMKgwqDCoMKgwqDCoMKgIGxpYmdjY19zLnNvLjEgPT4gL2xpYi9saWJnY2Nfcy5z by4xICgweDMyMWI1MTM2MDAwMCkNCj4gwqDCoMKgwqDCoMKgwqAgbGliYy5zby43ID0+IC9s aWIvbGliYy5zby43ICgweDMyMWI0YjljMjAwMCkNCj4NCg0KQW5kIHRoaXMgYXBwZWFycyB0 byBoaW5nZSBvbiANCmh0dHBzOi8vYnotYXR0YWNobWVudHMuZnJlZWJzZC5vcmcvYXR0YWNo bWVudC5jZ2k/aWQ9MjQ1NTExIChiYXNlIFNTTCANCnByaW9yaXRpemVkIG92ZXIgcG9ydCBT U0wpIC0gbm93IHdlIHdhaXQ/DQoNCg== --------------Oz5nD7T3FR9K5MHKj8hGeueM Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 17/10/2023 12:51, DutchDaemon - FreeBSD Forums Administrator wrote:
And, as noted elsewhere, it's linked to the base system OpenSSL, not the ported OpenSSL (make.conf has ssl=3Dopenssl).

# ldd /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so
/usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust= =2Eabi3.so:
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libssl.so.111 =3D>= ; /usr/lib/libssl.so.111 (0x321b4b1ac000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcrypto.so.111 =3D= > /lib/libcrypto.so.111 (0x321b50234000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libthr.so.3 =3D> = /lib/libthr.so.3 (0x321b4facd000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libgcc_s.so.1 =3D>= ; /lib/libgcc_s.so.1 (0x321b51360000)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libc.so.7 =3D> /l= ib/libc.so.7 (0x321b4b9c2000)


And this appears to hinge on https://bz-attachments.freebsd.org= /attachment.cgi?id=3D245511 (base SSL prioritized over port SSL) - now we wait?

--------------Oz5nD7T3FR9K5MHKj8hGeueM-- --------------qPSPJUc0E8FYypjVoAnwVkCX-- --------------wQT4ykwY3v7lXwo7VfWa9Tvk Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUuayQFAwAAAAAACgkQ0R2eb0cya6hV 5A/9F04fmDmteheMebEO1v+rfWOwztE+HAhFudpJg3bpA5qHdyYy5i6A1YBkjSd9b3OOg2Zm+oF5 FJpHxy+jDWrw0X47AJDt+L6mXnNwR9+d011xiJCwROn108atdp2ayR0p7UDJ9zQSzMyw2yIxqsdX +WQVCQMkl7nZ9usd5pjgsivi7No3ZomBaAnZ6hNjMVCsVeXzzSe6YRQwFh/2kMPjYw1C1KkZ+t1F lL1fYcOTZhQHJUTgR2jZ54EfIH7SgWZY7nodThyRG9cTRLT/DtlvZb0+Recnr2h90QalvZkLJIr/ LwxSSXsEeWyw3YqFEczbCDd0TA9jlsrsXeFz4uaQJJSU53G9IpNqWdWItH5H+I7u/zdEtww7Q5Qo vMBgix68GxZHXOnzi6COtJE0pqZGvvYrLy69ztbyYdKEtLzYPTYf83fXbF7fiPfI+63hGvp8hFLR 6uQBWn2lPovbCDEFbWWVoSHAXC07ZDwQPuXsF35PhjynIo3IrO2rnsidAOsy99oLf0yLSZMagk/k 3occRePLhG/kjrcxMCp9CpGK38zuxRZJwE+NuzMQALwCn8rn2LsBA7XHITZ1uK8g9cd0OR12lqce FF5dEaTZhIH83LmmNcR1At33T0NRj4ecHEW1SU+kv0kzVDf7gES+7/j4M2gPuCF+x9lDvdfBLQAh nCc= =OlaA -----END PGP SIGNATURE----- --------------wQT4ykwY3v7lXwo7VfWa9Tvk-- From nobody Tue Oct 17 12:33:32 2023 X-Original-To: ports@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 4S8tgs0Nhbz4xSvg for ; Tue, 17 Oct 2023 12:33:45 +0000 (UTC) (envelope-from kiri@truefc.org) Received: from kx.truefc.org (1.212.52.36.ap.yournet.ne.jp [36.52.212.1]) (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 (2048 bits) client-digest SHA256) (Client CN "smtp", Issuer "smtp" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8tgp5WW3z4rBt for ; Tue, 17 Oct 2023 12:33:42 +0000 (UTC) (envelope-from kiri@truefc.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of kiri@truefc.org designates 36.52.212.1 as permitted sender) smtp.mailfrom=kiri@truefc.org; dmarc=none Received: from kx.truefc.org (kx.truefc.org [36.52.212.1]) by kx.truefc.org (8.17.1/8.17.1) with ESMTP id 39HCXWWh098183; Tue, 17 Oct 2023 21:33:32 +0900 (JST) (envelope-from kiri@kx.truefc.org) Message-Id: <202310171233.39HCXWWh098183@kx.truefc.org> Date: Tue, 17 Oct 2023 21:33:32 +0900 From: KIRIYAMA Kazuhiko To: KIRIYAMA Kazuhiko , ports@freebsd.org Subject: Re: Does anyone has patch for math/py-scikit-umfpack ? In-Reply-To: References: <202310161026.39GAQ7ZE062604@kx.truefc.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 MULE XEmacs/21.4 (patch 24) (Standard C) (amd64--freebsd) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-2022-JP-2 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.95 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.94)[-0.937]; NEURAL_HAM_SHORT(-0.91)[-0.912]; R_SPF_ALLOW(-0.20)[+ip4:36.52.212.0/29]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:10013, ipnet:36.52.208.0/21, country:JP]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MID_RHS_MATCH_FROMTLD(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[kiri]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[truefc.org]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4S8tgp5WW3z4rBt Hi, Thierry ! On Tue, 17 Oct 2023 02:43:05 +0900, Thierry Thomas wrote: > > [1 ] > Le lun. 16 oct. 23 .AN` 12:26:07 +0200, KIRIYAMA Kazuhiko > .ANicrivaitN : > > Hi, list > > Hello, > > > I'm building audio/audacity package, but failed at > > math/py-scikit-umfpack: > > I just submitted PR 274518 with a patch from GH: > Fine! py39-scikit-umfpack-0.3.3_2 has been succesefully built by sanitaly change (maybe typo): --- math_py-scikit-umfpack.diff~ 2023-10-17 16:28:18.004562000 +0900 +++ math_py-scikit-umfpack.diff 2023-10-17 21:18:41.559313000 +0900 @@ -35,7 +35,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ swig:devel/swig LIB_DEPENDS= libamd.so:math/suitesparse-amd \ -+ libcblas.so::math/cblas \ ++ libcblas.so:math/cblas \ libopenblas.so:math/openblas \ libumfpack.so:math/suitesparse-umfpack RUN_DEPENDS= ${PYNUMPY} \ > With this patch it builds, but the tests are still failing, and I don.FN"t > know how it can be used$B!D(B Could you please check it? Are those tests are runtime ones ? What troublesomes appear in running ? Anyway all packages that needs in my desktop has beed built [1]. Thanks for help. [1] ftp://ftp.truefc.org/pub/FreeBSD/packages/freebsd/amd64/amd64/15.0C/9b03a5de73d4.xij/9ce8c29b90c7/All/ Best regards --- Kazuhiko Kiriyama From nobody Tue Oct 17 13:27:46 2023 X-Original-To: freebsd-ports@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 4S8vtD2W6Tz4xWHG for ; Tue, 17 Oct 2023 13:27:48 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8vtD23cHz3CJk for ; Tue, 17 Oct 2023 13:27:48 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697549268; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=mbZk6G6t1URYIuU3ZJlx0FeK7H6GFp/IUBlTo4iXOjA=; b=wrzXLYhG2xOXPXsy0BNDAnuvtvsxsxzdVs327KJu9eky1tvFYKnFaEkdrz/Z04dJuRyuF2 v6s4N8szTDAWskDHdRJEzHHBzhyNyJnjJQWjW9ZtLAVz2LMg5EixodVk3PtmC2gQ21EKIC GPx2sVpj1g74Y2+QvJSeMoRYAEdeSS7U+sPJvpdI4klnXZDeCwH35P46GS3GOB9VNxvrAB tklMTIh3TKTAbeU+VPShOHe7A3x0SKQ00c2SPXRLEsVKGHbuHEEFYArKxAk0krhy030/PX 4rsX+dJlGEKE2R6FejyCRzODMtQ9Q7waOCUpoQtaADsF7HsHRVOM0Ozn8obfCQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697549268; a=rsa-sha256; cv=none; b=S+n6trL4sgDj82RDOANFcvdsV/XDlObiPdYItz5XCe3QoQeQlpgAJs0WbkMEHL6GQPQCmc g5E0/h8DhPR5J4/Cusk9NzwKckF8nkcEvlwNPXMuMw8EXUpZbsGlH3kssBVfCQxkRQmh6Q yCqZsFIz+jWbp4zHw4Yzc34chcK3LgrngPq23l1jS8r/lFGurLLAYcOAiu7MCgPFNjMI2F USMtLxLZC0vlaAerNcjuOzcGrxPUF5ujqfMJDMyBYFvRU9x6Rfwj+DmhOFNrOoX+5f6nbc wYMl7T1VpNi5GKfe6+HVXjMjUqWJsuQAlzJkiWwU1vijNZys4xSeHFinjVDGyQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697549268; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=mbZk6G6t1URYIuU3ZJlx0FeK7H6GFp/IUBlTo4iXOjA=; b=WIkwVKwfCdCsWNcRuw+MqwSbq4vzbFhTq3wOTqT9Gh/wopzmcmz1tOBHME7ZxvhztyZ7UK sdS3/Qh5ZIys7/ArVvC67yvrhfROgDSCrTwg1XcYj7bb9ZXaUDzBCiRSvpAlEwQnV+CU02 7bPrwBSrUhSVOOkc7P+olckqKBfbYi/L5yqxPIDuIATdhXz6Y24+LaRIDemO/Ma/Gh/dcx GqATrQg+ipapcUfDZA2cQwzOIi9YSI6xBlzRIZH1wDkzJDi+1O4scMMZuY52gHmMY+kC+M CBm7NyILSILYP3lhmERCBkjzEFDHIq+KRbfmFaoi1hFxUx32FEVkLE9ZB9aosw== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8vtC63Ysz198Y for ; Tue, 17 Oct 2023 13:27:47 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> Date: Tue, 17 Oct 2023 15:27:46 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: nl, en-US To: freebsd-ports@freebsd.org From: DutchDaemon - FreeBSD Forums Administrator Subject: Any chance of MySQL 5.7.43? Organization: The FreeBSD Forums Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------RVJYnta00rYfWUqamIsyOcwk" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------RVJYnta00rYfWUqamIsyOcwk Content-Type: multipart/mixed; boundary="------------Lurkhkjes7yrZYILYH6XDevM"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: freebsd-ports@freebsd.org Message-ID: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> Subject: Any chance of MySQL 5.7.43? --------------Lurkhkjes7yrZYILYH6XDevM Content-Type: multipart/alternative; boundary="------------wVvq9pQNNuFIZ3dsCQtbu4nE" --------------wVvq9pQNNuFIZ3dsCQtbu4nE Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 ZGV2Lm15c3FsLmNvbQ0KDQpNeVNRTCA6OiBNeVNRTCA1LjcgUmVsZWFzZSBOb3RlcyA6OiBD aGFuZ2VzIGluIE15U1FMIDUuNy40MyAoMjAyMy0wNy0xOCwgDQpHZW5lcmFsIEF2YWlsYWJp bGl0eSkgPCM+DQoNCvCflJcgaHR0cHM6Ly9kZXYubXlzcWwuY29tL2RvYy9yZWxub3Rlcy9t eXNxbC81LjcvZW4vbmV3cy01LTctNDMuaHRtbCANCjxodHRwczovL2Rldi5teXNxbC5jb20v ZG9jL3JlbG5vdGVzL215c3FsLzUuNy9lbi9uZXdzLTUtNy00My5odG1sPg0KDQpDdXJyZW50 bHksIHRoZSA1LjcuNDIgaW4gUG9ydHMgZmFpbHMgdG8gYnVpbGQgYWdhaW5zdCBPcGVuU1NM IDMuIA0KVXBzdHJlYW0gc2F5cyB0aGF0IDUuNy40MyBoYXMgYmVlbiBsaW5rZWQgdG8gT3Bl blNTTCAzLg0KDQpJIGtub3csIEVPTCwgYnV0IDgueCBpcyBub3QgZGVwbG95YWJsZSBvbiBt YW55IHNlcnZlcnMgaW4gbXkgY2xpZW50IGJhc2UgDQpyaWdodCBub3csIHRob3VnaCB0aGV5 J3JlIHdvcmtpbmcgb24gaXQuDQoNCg== --------------wVvq9pQNNuFIZ3dsCQtbu4nE Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=C2=A0

Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. Upstream says that 5.7.43 has been linked to OpenSSL 3.

I know, EOL, but 8.x is not deployable on many servers in my client base right now, though they're working on it.

--------------wVvq9pQNNuFIZ3dsCQtbu4nE-- --------------Lurkhkjes7yrZYILYH6XDevM-- --------------RVJYnta00rYfWUqamIsyOcwk Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUui9MFAwAAAAAACgkQ0R2eb0cya6iL IQ/6ApBwPNx3NOp1DqBhjJT5OGW1W+lDuEwh7wwI+QR394ZaFVj2AfNw0iD80AJi8jvU3ZsLxMYr hdM5h/Pqz6T85JqVd1+9XKoFiRW0kJ3+tQ78eLAY/IKDLkyFxX167RC2mK7f0i0/y6mF8coUewMl CVNBdehnt8iIsrGAl6quPp3XJ/2BNdR9ER/RRwn5b/R00/yznJdvzDHIZkDAWo6eSRlYPspM10Yb lTz9mqBwlW73M2SbCbf4BShGKqg35wvDvxIlBMeLhoBB/hagP23btqLBjvHeVqjASaCCj1FrzfyK H3YI+sWvkEkoUA4JVS30HrQSVTyq32yFQX8/T7NZp055aMCK+tDMiBtl33pERE/TKt0O4D1lojj2 KDE0ALirK1yL+yO6HreweMnAI/UPc5/eHgH2PoNB8WXSSCSMz9IQCEyYaD4O2b89oAtemblbj7Ii hQNMpN8/gPqHQAtC55y9ssSDIEB2rtrtJAj7+AjROz6142Jy/0Exncq09EQxwyBaGDHnl5WBxsJY ccPbp9lpLrqNmnl8KfBB2NjbPQI8mvX8OtX1GBgLoYdXmgoJH9y/MJclB4wAD0Q3rjVRSCRdsV14 0HxuXaG970jP/0Gm2tuDRYhz23r/xWlgCveIQ8tZmNzJ36AFB8jO5jUVYknXOxeGytm9pT8CSq0+ OjU= =Fmbr -----END PGP SIGNATURE----- --------------RVJYnta00rYfWUqamIsyOcwk-- From nobody Tue Oct 17 13:35:10 2023 X-Original-To: freebsd-ports@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 4S8w2v5nq6z4xWqn for ; Tue, 17 Oct 2023 13:35:19 +0000 (UTC) (envelope-from SRS0=xx6r=F7=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int-backup.realworks.nl (smtp-relay-int-backup.realworks.nl [87.255.56.188]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S8w2v0sBRz3F4r; Tue, 17 Oct 2023 13:35:19 +0000 (UTC) (envelope-from SRS0=xx6r=F7=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Received: from rwvirtual98.colo.realworks.nl (rwvirtual98.colo.realworks.nl [10.0.10.102]) by mailrelayint2.colo2.realworks.nl (Postfix) with ESMTP id 4S8w2k5DlJz2xlT; Tue, 17 Oct 2023 15:35:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1697549710; 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: in-reply-to:in-reply-to:references:references; bh=2Jc5QfZEuDjy9WXwcNRM5P/3HORskkrIlaR+LczZCwo=; b=e9n0mzvdezasJVQ6NJ/XNzaYiacbJ0FToXzfhEIAwayqclC73FU6SHkmZdV3PjEegePcDd caSiPgeZ9FSnCMT0DDA0GSBjcuCr7L1lumTkskrek6iekvjkKVA2pg+fF96jUeO4iov+/F y0FcT0CjiAooJoTLQ+Ct01kPkmMYFQdfTDR/VwPU5m645YRHyQJdcRNH23I8Dx9EX8OFG4 Qp0scE4fIOOdd1TZnrnBKz05Hlvs4vmFadEileXxQ8CgwXNrlxg4HOIeeuTU6gMoWyNY+A gWArO4ksjEKPvuMT1fE1R0/Tk8xPUGE4ryccAnTegU6uaGAVDWFV91J73i+L+A== Received: from rwvirtual98.colo.realworks.nl (localhost [127.0.0.1]) by rwvirtual98.colo.realworks.nl (Postfix) with ESMTP id 7562DA02BB; Tue, 17 Oct 2023 15:35:10 +0200 (CEST) Date: Tue, 17 Oct 2023 15:35:10 +0200 (CEST) From: Ronald Klop To: DutchDaemon - FreeBSD Forums Administrator Cc: freebsd-ports@freebsd.org Message-ID: <1903898088.571.1697549710226@localhost> In-Reply-To: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> Subject: Re: Any chance of MySQL 5.7.43? List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_570_828121353.1697549710123" X-Mailer: Realworks (675.202) X-Originating-Host: from (84-105-120-103.cable.dynamic.v4.ziggo.nl [84.105.120.103]) by rwvirtual98 [10.0.10.102] with HTTP; Tue, 17 Oct 2023 15:35:10 +0200 Importance: Normal X-Priority: 3 (Normal) X-Originating-User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/118.0 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:38930, ipnet:87.255.32.0/19, country:NL] X-Rspamd-Queue-Id: 4S8w2v0sBRz3F4r ------=_Part_570_828121353.1697549710123 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, You could mail the maintainer of the port and ask for an upgrade. See https://www.freshports.org/databases/mysql57-server Or file a PR on https://bugs.freebsd.org/bugzilla/buglist.cgi?component=Individual%20Port%28s%29&list_id=647720&product=Ports%20%26%20Packages&query_format=advanced&resolution=---&short_desc=databases%2Fmysql57-server&short_desc_type=allwordssubstr It always helps if you could add a diff to the port to the PR. But I don't know your skills. Otherwise let's hope the maintainer has some time. Regards en de groetjes, Ronald. Van: DutchDaemon - FreeBSD Forums Administrator Datum: dinsdag, 17 oktober 2023 15:27 Aan: freebsd-ports@freebsd.org Onderwerp: Any chance of MySQL 5.7.43? > > dev.mysql.com > > MySQL :: MySQL 5.7 Release Notes :: Changes in MySQL 5.7.43 (2023-07-18, General Availability) > > > > https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-43.html > > > > Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. Upstream says that 5.7.43 has been linked to OpenSSL 3. > > I know, EOL, but 8.x is not deployable on many servers in my client base right now, though they're working on it. > > > > ------=_Part_570_828121353.1697549710123 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

You could mail the maintainer of the port and ask for an upgrade.
See https://www.freshports.org/databases/mysql57-server

Or file a PR on https://bugs.freebsd.org/bugzilla/buglist.cgi?component=Individual%20Port%28s%29&list_id=647720&product=Ports%20%26%20Packages&query_format=advanced&resolution=---&short_desc=databases%2Fmysql57-server&short_desc_type=allwordssubstr

It always helps if you could add a diff to the port to the PR. But I don't know your skills. Otherwise let's hope the maintainer has some time.

Regards en de groetjes,
Ronald.

 

Van: DutchDaemon - FreeBSD Forums Administrator <DutchDaemon@FreeBSD.org>
Datum: dinsdag, 17 oktober 2023 15:27
Aan: freebsd-ports@freebsd.org
Onderwerp: Any chance of MySQL 5.7.43?

 

Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. Upstream says that 5.7.43 has been linked to OpenSSL 3.

I know, EOL, but 8.x is not deployable on many servers in my client base right now, though they're working on it.

 

 

  ------=_Part_570_828121353.1697549710123-- From nobody Tue Oct 17 13:40:07 2023 X-Original-To: ports@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 4S8w8S6hg6z4xWpZ for ; Tue, 17 Oct 2023 13:40:08 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8w8S62Vgz3J4T; Tue, 17 Oct 2023 13:40:08 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697550008; 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: in-reply-to:in-reply-to:references:references; bh=DSBuRim2+Tj83YSV0eQ4Gu+F2Y1G5WMKriUTriUPq2I=; b=YVZu5ni3MB7bONsrwVnzmMPeRxYeCD2lc9zoMii4H83s7u1b3XI8U9QyNQzcM40Hjw4PBm BqdiPHjpAo2tQTlsybOS3+plzyQ2xWzFWnlTdKRvi/wSDSDvGqlAcD3uGnSBV/iQzZw7Pp d/BiffiYZ/u1wvfVbzZcZBVNVReQpX6hECm6Hf7PLYM7ZiyI5+x5k15W11IJCl8jS1ciOd wZ+R4FRuRBUR+l2OorpWqWF3eXITeFvfQ7TzKfQ6ylnGSk9bxcQMCH/GOPpLO/Ry4vfrnB 4ztKfzyrTBtq1WPOG7vmOvskx3o/8vlfd0DIWTcRlbY9G3/9IGTAq/KOcrD7gA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697550008; a=rsa-sha256; cv=none; b=Ez+JlbdwN1HldtasSVnHp9X1bRHT/Ynp4X9cfNRwpS3jy3OXwxeyJ5JGpp7s2VVhd2TmzX H0iNuIEupqyyYOTQDQn0UJJYdpnq272q7F1L68fCTRiD9oXBkNt3+ivpopjc9f6jJl3TN1 +xlHtInU87R5hnnHyhJ+UjvrQ6jh6usT02+NPQwa13JJvljV/ldlzssYk68wd54tzMqDyX VlitAtfeTwH/tE0M5ytVgaYZV+yHF/bC83PMR+kdLtAxVvWCgpAFo/Mc0I7jRWL1ovgbLH h0alaqu1ZLAew0kn8pig9wkWJ2gIb6SVyXu+ANaaIBfm4Y5o1FX94fz+q2UikA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697550008; 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: in-reply-to:in-reply-to:references:references; bh=DSBuRim2+Tj83YSV0eQ4Gu+F2Y1G5WMKriUTriUPq2I=; b=KVaEhW4y/46vxu/p56zz/nxnT/MQJXXYtzZGxtM0SPj4paA+TPlHM5mBDnXRB4PiLXUY/N icAhTrRrvvjyaDwblkqAbpaVIaqYE4tOHHiDTeSda5ebiUkTxYcKW+AOdjeYdGiYSVmgbg ObTbj6GMEvlXKFHn8r8tyFuQM8Q3VoNzoKyuXSeKpui8DhxI1fvBpRU3u/keXuMojLYF70 sq7TmVIqiaxftwB1U64E6ka9rD9jzuPw+8Qf5VB8pdtfQwSXguvv4evDJGcpxuVbroTiLy 9MQhIPb8SQs1q3jiYtwtjQm+d89PQUOZScL2CMdYW3rrv9CrOSV1NgZLXWSxCQ== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8w8S3JR5z191s; Tue, 17 Oct 2023 13:40:08 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> Date: Tue, 17 Oct 2023 15:40:07 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Any chance of MySQL 5.7.43? Content-Language: nl, en-US To: ports@freebsd.org References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> <1903898088.571.1697549710226@localhost> Cc: joneum@FreeBSD.org From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <1903898088.571.1697549710226@localhost> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------H33vLzu0XlEOub5J5I0tCt08" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------H33vLzu0XlEOub5J5I0tCt08 Content-Type: multipart/mixed; boundary="------------fEdghGZ23ahFkoGaz0Z2TOCh"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Cc: joneum@FreeBSD.org Message-ID: <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> Subject: Re: Any chance of MySQL 5.7.43? References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> <1903898088.571.1697549710226@localhost> In-Reply-To: <1903898088.571.1697549710226@localhost> --------------fEdghGZ23ahFkoGaz0Z2TOCh Content-Type: multipart/alternative; boundary="------------U0ND560Tni9oQM2twtq07dt0" --------------U0ND560Tni9oQM2twtq07dt0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 DQpPbiAxNy8xMC8yMDIzIDE1OjM1LCBSb25hbGQgS2xvcCB3cm90ZToNCg0KPiBIaSwNCj4N Cj4gWW91IGNvdWxkIG1haWwgdGhlIG1haW50YWluZXIgb2YgdGhlIHBvcnQgYW5kIGFzayBm b3IgYW4gdXBncmFkZS4NCj4gU2VlIGh0dHBzOi8vd3d3LmZyZXNocG9ydHMub3JnL2RhdGFi YXNlcy9teXNxbDU3LXNlcnZlcg0KPg0KPiBPciBmaWxlIGEgUFIgb24gDQo+IGh0dHBzOi8v YnVncy5mcmVlYnNkLm9yZy9idWd6aWxsYS9idWdsaXN0LmNnaT9jb21wb25lbnQ9SW5kaXZp ZHVhbCUyMFBvcnQlMjhzJTI5Jmxpc3RfaWQ9NjQ3NzIwJnByb2R1Y3Q9UG9ydHMlMjAlMjYl MjBQYWNrYWdlcyZxdWVyeV9mb3JtYXQ9YWR2YW5jZWQmcmVzb2x1dGlvbj0tLS0mc2hvcnRf ZGVzYz1kYXRhYmFzZXMlMkZteXNxbDU3LXNlcnZlciZzaG9ydF9kZXNjX3R5cGU9YWxsd29y ZHNzdWJzdHINCj4NCj4gSXQgYWx3YXlzIGhlbHBzIGlmIHlvdSBjb3VsZCBhZGQgYSBkaWZm IHRvIHRoZSBwb3J0IHRvIHRoZSBQUi4gQnV0IEkgDQo+IGRvbid0IGtub3cgeW91ciBza2ls bHMuIE90aGVyd2lzZSBsZXQncyBob3BlIHRoZSBtYWludGFpbmVyIGhhcyBzb21lIHRpbWUu DQo+DQo+IFJlZ2FyZHMgZW4gZGUgZ3JvZXRqZXMsDQo+IFJvbmFsZC4NCj4NCj4gKlZhbjoq IER1dGNoRGFlbW9uIC0gRnJlZUJTRCBGb3J1bXMgQWRtaW5pc3RyYXRvciANCj4gPER1dGNo RGFlbW9uQEZyZWVCU0Qub3JnPg0KPiAqRGF0dW06KiBkaW5zZGFnLCAxNyBva3RvYmVyIDIw MjMgMTU6MjcNCj4gKkFhbjoqIGZyZWVic2QtcG9ydHNAZnJlZWJzZC5vcmcNCj4gKk9uZGVy d2VycDoqIEFueSBjaGFuY2Ugb2YgTXlTUUwgNS43LjQzPw0KPg0KPiAgICAgZGV2Lm15c3Fs LmNvbQ0KPg0KPiAgICAgTXlTUUwgOjogTXlTUUwgNS43IFJlbGVhc2UgTm90ZXMgOjogQ2hh bmdlcyBpbiBNeVNRTCA1LjcuNDMNCj4gICAgICgyMDIzLTA3LTE4LCBHZW5lcmFsIEF2YWls YWJpbGl0eSkNCj4NCj4gICAgIGh0dHBzOi8vZGV2Lm15c3FsLmNvbS9kb2MvcmVsbm90ZXMv bXlzcWwvNS43L2VuL25ld3MtNS03LTQzLmh0bWwNCj4gICAgIDxodHRwczovL2Rldi5teXNx bC5jb20vZG9jL3JlbG5vdGVzL215c3FsLzUuNy9lbi9uZXdzLTUtNy00My5odG1sPg0KPg0K PiAgICAgQ3VycmVudGx5LCB0aGUgNS43LjQyIGluIFBvcnRzIGZhaWxzIHRvIGJ1aWxkIGFn YWluc3QgT3BlblNTTCAzLg0KPiAgICAgVXBzdHJlYW0gc2F5cyB0aGF0IDUuNy40MyBoYXMg YmVlbiBsaW5rZWQgdG8gT3BlblNTTCAzLg0KPg0KPiAgICAgSSBrbm93LCBFT0wsIGJ1dCA4 LnggaXMgbm90IGRlcGxveWFibGUgb24gbWFueSBzZXJ2ZXJzIGluIG15DQo+ICAgICBjbGll bnQgYmFzZSByaWdodCBub3csIHRob3VnaCB0aGV5J3JlIHdvcmtpbmcgb24gaXQuDQo+DQoN CkluZGVlZCBmb3Jnb3QgdG8gaW5jbHVkZSBtYWludC4NCkFsc28gcG9pbnRpbmcgdG8gDQpo dHRwczovL2J1Z3MuZnJlZWJzZC5vcmcvYnVnemlsbGEvc2hvd19idWcuY2dpP2lkPTI1ODQx MyB3aGVyZSBNeVNRTCA1LjcgDQp3YXMgZGVlbWVkICdFT0wnLg0KSG9wZWZ1bGx5IHRoaXMg Y2hhbmdlcyB0aGF0IGlkZWEuDQoNCg== --------------U0ND560Tni9oQM2twtq07dt0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 17/10/2023 15:35, Ronald Klop wrote:

Hi,

You could mail the maintainer of the port and ask for an upgrade. See https://www.freshports.org/databases/mys= ql57-server

Or file a PR on https://bugs.freebsd.org/bugzilla/buglist.cgi?comp= onent=3DIndividual%20Port%28s%29&list_id=3D647720&product=3DPorts= %20%26%20Packages&query_format=3Dadvanced&resolution=3D---&sh= ort_desc=3Ddatabases%2Fmysql57-server&short_desc_type=3Dallwordssubst= r

It always helps if you could add a diff to the port to the PR. But I don't know your skills. Otherwise let's hope the maintainer has some time.

Regards en de groetjes,
Ronald.

=C2=A0

Van: DutchDaemon - FreeBSD Forums Administrator <DutchDaemon@FreeBSD.org>
Datum: dinsdag, 17 oktober 2023 15:27
Aan: freebsd-ports@freebsd.org
Onderwerp: Any chance of MySQL 5.7.43?

=C2=A0

Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. Upstream says that 5.7.43 has been linked to OpenSSL 3.

I know, EOL, but 8.x is not deployable on many servers in my client base right now, though they're working on it.

=C2=A0

=C2=A0


Indeed forgot to include maint.
Also pointing to https://bugs.freebsd.org/bugzilla/sho= w_bug.cgi?id=3D258413 where MySQL 5.7 was deemed 'EOL'.
Hopefully this changes that idea.
--------------U0ND560Tni9oQM2twtq07dt0-- --------------fEdghGZ23ahFkoGaz0Z2TOCh-- --------------H33vLzu0XlEOub5J5I0tCt08 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUujrcFAwAAAAAACgkQ0R2eb0cya6hX BBAAovf2oKjUVLWMwgU/6nzvolgDjL5PJ1tx6/3Zvae1aggFwDsCPfTtvJ0+xkACzl36LPf7rbp+ 5XUwf3avbEBUEQmiNfy1R+Um23a1wp2qJZkc08znngOgL7N/rOFJi7x8txIIe9v6mO3cNO82QXFW FwA6YSuPHfIbtCsSqquQHhii/zDkEbPBNGEPhv27oMgHX1iMSTt6vm/7BQP3dOj0SFP7yB1LOw6c XtXLS7ePq9hWiCvdnOt/gpX33MDgvCpH2I95YQ931TMAfS92NbAbrYxO0unzMJGcwZDzN1Y2Y5HO H6gytLVW6iFuQt7d0Q2VOPm0ly5B13nx4MwCVzYWu5C4v4kk4PsRlHxREmF1z+e/qBomDq/em8ui DOmXoGeatNenHCkFT7GgIxvyg7p0NvvJyIStTirLpUqbIUZ9irCsG2Tn05Dy5WsSYpl1iuf17sIG tgd2rk1jNwFe7DraCH671ooj4DOwQeEl1Mw73ZlhV+8vU6bvMsgekkrVAVhBfA2eYyk6LahfbBz+ eAEllNc8nKBrRKXavefGpBs1SjgoFzxYqHpOJJZtnsFUD59BegBl+IhxY9ZLVdPstIlGJjlGoxdW FTmfVcA38az3Ulstrirvdb4y2ns/lIvI0GLRXFUogakBf0OAHk261AsnBzZLFQZgQ3nTl9RiLely T/0= =2zFs -----END PGP SIGNATURE----- --------------H33vLzu0XlEOub5J5I0tCt08-- From nobody Tue Oct 17 13:56:26 2023 X-Original-To: ports@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 4S8wWY2ZnNz4xXKL for ; Tue, 17 Oct 2023 13:56:41 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8wWY247Kz3MCV; Tue, 17 Oct 2023 13:56:41 +0000 (UTC) (envelope-from bofh@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697551001; 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: in-reply-to:in-reply-to:references:references; bh=o7jvOIKfs6MzT9Vw0P12qCT7Tsdwib30vjEitpcSFvg=; b=dU+itg6AAammBO5fGWmQCFXvijTvZ4TnXJFTtF4fOu0l2+NGVZZLK5VgRRuy6zz9vh0Fut CSVNqDe/Cp5PTdGkGR2irz0ZW43visa0Y33SCSFkaLQgFs2zekZADuPjl9oRWGuH4YHqeM 7iMbCxdRDBfXxNqR4L1DeCr4C5Araylw5CvunyyEZu4+/FMBTsjcf8vjw+OSjxb51HUf++ x1rOJy2e/FpQWdIMEhrcJ9XjE52tugKs0Ma7ZLIM5wseCvARC53NT+eyt9vtcX6ZmewWgN tC7RF1gHx5yeFchlXIIoQPDNEursC+KLDdEXOpg5yEytavb4P7QYDe225uJQjw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697551001; a=rsa-sha256; cv=none; b=snby7SUPPR4HSzYmjSr3B4We2CrQUZXcN3OoD30P4xfoajX/JrIUzkLUqPPL/O4WWSgOPp EtseW0HAa5Wn60XJfGpgGa33ADcszQmOv0cEhM+19rl9fpYzjVk0dh1zn61xASb1giRpLg 7MB5d6mGPnuKtGIvSmNhWMOjsg+7hCyhzSJFde1UOhSesEJdI/x0R8q40/36RA1GtrRKjz qBzeKdbEeB43zEHgVLF2G5w7mU42pGCMjGs0/pHvHeQzRcO4cjJAPluRnfDI2x5IwMRujb nEEU00pcdcr5g535SyatsFK5gyy6Ry8rCXyn7+BliTQgXvTDwJsxg8COiak3Ow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697551001; 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: in-reply-to:in-reply-to:references:references; bh=o7jvOIKfs6MzT9Vw0P12qCT7Tsdwib30vjEitpcSFvg=; b=VqVNIVDwp0cCKRM6K0Vb6ONRJ3boWJ8FXJV9fY6Ji9FDXKbxFh9eoOgVNuo+SL6f2wa7qt dLkWSfrutFb2h3Chivybkz3PZj9aei/f7G8sQkKS9eSf5fnkhlES/9vwrK5ZUegzVy5i24 +lNL/TDTm6l9swkNpHH5jG3isddYSpUYzCu9+HXYRmfy+3pk7XhQh6U8DDiPFjYAL4bp0t a0/lHqq4r/ZgdUhzdFGUQH9ZTCy4VBZKj6GXUCvn1+CxDsyOOolPExpZDm8ZuP562wznD6 dd/PIvzaWi5QRtPZf39VXk1HGIvdvodPZQoHXZJWMHxNrNAk1ik5dQjo4KEp0Q== Received: from mx.bofh.network (mx.bofh.network [5.9.249.227]) (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) (Authenticated sender: bofh/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8wWX51mbz18D2; Tue, 17 Oct 2023 13:56:40 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from smtpclient.apple ( [217.117.226.147]) by mx.bofh.network (OpenSMTPD) with ESMTPSA id 7f06fe0e (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 17 Oct 2023 13:56:36 +0000 (UTC) Content-Type: multipart/signed; boundary="Apple-Mail=_AA9FB0A9-A8E1-492B-A410-A2BBC7582C77"; protocol="application/pgp-signature"; micalg=pgp-sha512 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: Any chance of MySQL 5.7.43? From: Moin Rahman In-Reply-To: <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> Date: Tue, 17 Oct 2023 15:56:26 +0200 Cc: ports@freebsd.org, "joneum@freebsd.org" Message-Id: References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> <1903898088.571.1697549710226@localhost> <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> To: DutchDaemon - FreeBSD Forums Administrator X-Mailer: Apple Mail (2.3731.700.6) --Apple-Mail=_AA9FB0A9-A8E1-492B-A410-A2BBC7582C77 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Oct 17, 2023, at 3:40 PM, DutchDaemon - FreeBSD Forums = Administrator wrote: >=20 >=20 > On 17/10/2023 15:35, Ronald Klop wrote: >> Hi, >>=20 >> You could mail the maintainer of the port and ask for an upgrade. >> See https://www.freshports.org/databases/mysql57-server >>=20 >> Or file a PR on = https://bugs.freebsd.org/bugzilla/buglist.cgi?component=3DIndividual%20Por= t%28s%29&list_id=3D647720&product=3DPorts%20%26%20Packages&query_format=3D= advanced&resolution=3D---&short_desc=3Ddatabases%2Fmysql57-server&short_de= sc_type=3Dallwordssubstr >>=20 >> It always helps if you could add a diff to the port to the PR. But I = don't know your skills. Otherwise let's hope the maintainer has some = time. >>=20 >> Regards en de groetjes, >> Ronald. >>=20 >> Van: DutchDaemon - FreeBSD Forums Administrator = >> Datum: dinsdag, 17 oktober 2023 15:27 >> Aan: freebsd-ports@freebsd.org >> Onderwerp: Any chance of MySQL 5.7.43? >> dev.mysql.com >> MySQL :: MySQL 5.7 Release Notes :: Changes in MySQL 5.7.43 = (2023-07-18, General Availability) >>=20 >> https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-43.html >>=20 >> Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. = Upstream says that 5.7.43 has been linked to OpenSSL 3. >> I know, EOL, but 8.x is not deployable on many servers in my client = base right now, though they're working on it. >>=20 >>=20 >=20 > Indeed forgot to include maint. > Also pointing to = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258413 where MySQL = 5.7 was deemed 'EOL'. > Hopefully this changes that idea. >=20 In the case you are not yet ready for the upgrades I think it will best = to lock the packages or maintain a different repo and build your own = pkgsets. Additionally 5.7 was actually on extended support(official support ended = in 2019/2020 and they dropped support for FreeBSD during those days) = which ends in the end of this month. So we are more than sure that it = won't survive next quarterly in the official tree. Kind regards, Moin --Apple-Mail=_AA9FB0A9-A8E1-492B-A410-A2BBC7582C77 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEETfdREoUGjQZKBS+fvbm1phfAvJEFAmUukopfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDRE Rjc1MTEyODUwNjhEMDY0QTA1MkY5RkJEQjlCNUE2MTdDMEJDOTEACgkQvbm1phfA vJFoUA/8DvGpCw3Ck/8ay7gUu7CohmjwmaeXQ3copBtvew516ZHVg0xGWSDGmMnL Iamx/7hUR9o1s83jrBelo3zUUx4AoFYW3Z4T3Or7Terq3nNkzzBKNKl/dZ2v/YrS maToVCDQFJnKJBsF02ATOTegpKtTXAR7v9Uzc44B07ORfD3+Qbs32vsmJIHMxCYF +XVJp8dhQZmB9yWvEUSunxo8v9ueTdqdHApfLZ8/sFVqaj7/kFSjUdlYBZjiaP1s m7oDweEGw0YWpVO+csMyOpXJp5PStuNAMWUlLitpe61oWMs4GjBdUfAM/ux0ay0z FB8CNvJDg5B8WoHXRRLjSVAbZYqcI53jDCGEHknH0E2ChaBAxTFiHrIW4LD2L+zc c+SdM9T7LQdSoVlqry8+ADsLhR7imqzaVx4xnNHaKLsim6HB2IpUjkFrF07lEhgi n73Q1GKXFQUrVyWzU7CMG321pgYfuwBqW6adKqvvZ7LfZamlyzdgIl+DYf0L+Zhg 7BxbI5lluyXZ+Vdmz1SMULid6TxPW3uoDqKrgf1I3QWHK4SVgurKxlp021YSFoqS TvL6ePMbmzU1lcuX4iNwavPfobgCC1hhIAqAuCeBt5gFom2S/LROh2Jsh4ISgqxK wMwwLQa2XG9NzhDzvUQVHvPSX6mu93MVV008wVzNI8PXKOu1koA= =V75+ -----END PGP SIGNATURE----- --Apple-Mail=_AA9FB0A9-A8E1-492B-A410-A2BBC7582C77-- From nobody Tue Oct 17 14:08:50 2023 X-Original-To: ports@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 4S8wnl1DFfz4xY4D for ; Tue, 17 Oct 2023 14:08:59 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:151:4202::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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8wnk5Tgnz3Phb; Tue, 17 Oct 2023 14:08:58 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.188.37] (p57993b9a.dip0.t-ipconnect.de [87.153.59.154]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 38AF6247A07; Tue, 17 Oct 2023 16:08:51 +0200 (CEST) Content-Type: multipart/alternative; boundary="------------FilSQaNogZh7Z9V09xQMuXjr" Message-ID: <6dec1565-81b7-4adc-8319-858488433f55@FreeBSD.org> Date: Tue, 17 Oct 2023 16:08:50 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Any chance of MySQL 5.7.43? Content-Language: de-DE To: DutchDaemon - FreeBSD Forums Administrator , ports@freebsd.org References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> <1903898088.571.1697549710226@localhost> <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> From: Jochen Neumeister In-Reply-To: <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4S8wnk5Tgnz3Phb This is a multi-part message in MIME format. --------------FilSQaNogZh7Z9V09xQMuXjr Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, yes, the port is updated to 5.7.43. I am also working on MySQL 8.1 at the same time. Please remember, if you are still using MySQL 5.7, that it will be deleted at the end of this year and you must use MySQL 8.0 then :-) Best regards Jochen Am 17.10.23 um 15:40 schrieb DutchDaemon - FreeBSD Forums Administrator: > > On 17/10/2023 15:35, Ronald Klop wrote: > >> Hi, >> >> You could mail the maintainer of the port and ask for an upgrade. >> See https://www.freshports.org/databases/mysql57-server >> >> Or file a PR on >> https://bugs.freebsd.org/bugzilla/buglist.cgi?component=Individual%20Port%28s%29&list_id=647720&product=Ports%20%26%20Packages&query_format=advanced&resolution=---&short_desc=databases%2Fmysql57-server&short_desc_type=allwordssubstr >> >> It always helps if you could add a diff to the port to the PR. But I >> don't know your skills. Otherwise let's hope the maintainer has some >> time. >> >> Regards en de groetjes, >> Ronald. >> >> *Van:* DutchDaemon - FreeBSD Forums Administrator >> >> *Datum:* dinsdag, 17 oktober 2023 15:27 >> *Aan:* freebsd-ports@freebsd.org >> *Onderwerp:* Any chance of MySQL 5.7.43? >> >> dev.mysql.com >> >> MySQL :: MySQL 5.7 Release Notes :: Changes in MySQL 5.7.43 >> (2023-07-18, General Availability) >> >> https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-43.html >> >> >> Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. >> Upstream says that 5.7.43 has been linked to OpenSSL 3. >> >> I know, EOL, but 8.x is not deployable on many servers in my >> client base right now, though they're working on it. >> > > Indeed forgot to include maint. > Also pointing to > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258413 where MySQL > 5.7 was deemed 'EOL'. > Hopefully this changes that idea. --------------FilSQaNogZh7Z9V09xQMuXjr Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hello,

yes, the port is updated to 5.7.43. I am also working on MySQL 8.1 at the same time.

Please remember, if you are still using MySQL 5.7, that it will be deleted at the end of this year and you must use MySQL 8.0 then :-)

Best regards
Jochen



Am 17.10.23 um 15:40 schrieb DutchDaemon - FreeBSD Forums Administrator:

On 17/10/2023 15:35, Ronald Klop wrote:

Hi,

You could mail the maintainer of the port and ask for an upgrade.
See https://www.freshports.org/databases/mysql57-server

Or file a PR on https://bugs.freebsd.org/bugzilla/buglist.cgi?component=Individual%20Port%28s%29&list_id=647720&product=Ports%20%26%20Packages&query_format=advanced&resolution=---&short_desc=databases%2Fmysql57-server&short_desc_type=allwordssubstr

It always helps if you could add a diff to the port to the PR. But I don't know your skills. Otherwise let's hope the maintainer has some time.

Regards en de groetjes,
Ronald.

 

Van: DutchDaemon - FreeBSD Forums Administrator <DutchDaemon@FreeBSD.org>
Datum: dinsdag, 17 oktober 2023 15:27
Aan: freebsd-ports@freebsd.org
Onderwerp: Any chance of MySQL 5.7.43?

 

Currently, the 5.7.42 in Ports fails to build against OpenSSL 3. Upstream says that 5.7.43 has been linked to OpenSSL 3.

I know, EOL, but 8.x is not deployable on many servers in my client base right now, though they're working on it.

 

 


Indeed forgot to include maint.
Also pointing to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258413 where MySQL 5.7 was deemed 'EOL'.
Hopefully this changes that idea.



--------------FilSQaNogZh7Z9V09xQMuXjr-- From nobody Tue Oct 17 14:48:30 2023 X-Original-To: ports@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 4S8xgN1Dp3z4xbk4 for ; Tue, 17 Oct 2023 14:48:32 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S8xgN0k7Vz3Y2n for ; Tue, 17 Oct 2023 14:48:32 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697554112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5kVfWoGlEiHGGpTURvmvh/48G+OUMZvQnYyv9U6dbvM=; b=Fsw9j7vuaHA9UcjIPfm1m6lxHt2AIHZr4eMl1EVG/jiA64x35XH+/rOhPvpI2sJjjPiz06 1D32otJ26PKmx1HDfUQxYPkq/tQaC0E9KITtHsn4p2+oj6jr1yY8v//fOURqJFsQtKSfsg mmhGBw4h6EIQPvu/W4WppAiUvzchm7qTpt1pXisUxZguNWH3T+mzCd5pe1nIUdVjkRJWKO NgLt0xezDLgn4uZ05KRBn3nmLzH6D7Eg9VqltByVCUCXR68adq4C2tXjxdkM4rIVq906al UvUamrzBr3qJqFIaKJmXyKGfwlLql3H0KYz+yaLurItPzOJoIX3PvStu4spe+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697554112; a=rsa-sha256; cv=none; b=uHg1D6ADade3gUkgLWXCA8wA6SWEOiJNr1krxmiRab/OnTEXytivuChN7dsRoDtt0BDjQw wrYmUCQYtXkO+YM4Ec0qAPcYfnWMQetxtc9ZRYxk24zqbIZDTCBJI1KlicEVmNuoNbh3/5 TrJk+FLLpchq1LRYZsUkTktWLIR+UJ6VLsoXEIPmO03F7tB9v44QckfM5JIl2m7qoUV0qg AWMKZfJWk5O6IS46ooOtYjJ3z8qdfUtPuIXUclK8gYFQj4bwzaJkXWKuxNlBrPTp88XVcr IY7eDEPEdU9qmE640WpF4xIKtxBtw54znUvUUpeKzAoJJYueSf95BXVQK5CIKQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697554112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5kVfWoGlEiHGGpTURvmvh/48G+OUMZvQnYyv9U6dbvM=; b=Csv0cJxRfYtjmU3JUHZa/LzsTnxgGj1oUmGOQqkDnDgfcZU3aahoHfQplGfkyy5EPyAbq6 BksRn47lSy3VvAeMdlozWQQ2o5xZaScjqySXe58vwJJ51xvQCv7JWQHPrCHmJ+7fZJ/7R0 8zLX0N3/M4mtpTDd4Mpf3fp91uUTPwJ0ClqDDyO6OyxWbQqqWT7xnitCeGyCxP5xOEqFgm SB9EuKIa0lded+I9ILmytqKwsHPfqMWgxY1h6blzPFYfAMm8p0b8xOaNK9rVa9bJsh1Ktc sJGnahPvZTOIidJr8FT2FHbfRiW8YTg5DUGRbrSsbQym1vRBivaNb+j8yw2x1g== Received: from [192.168.178.205] (unknown [85.148.89.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4S8xgM5gXvz199P for ; Tue, 17 Oct 2023 14:48:31 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Message-ID: Date: Tue, 17 Oct 2023 16:48:30 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Any chance of MySQL 5.7.43? Content-Language: nl, en-US To: ports@freebsd.org References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> <1903898088.571.1697549710226@localhost> <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> <6dec1565-81b7-4adc-8319-858488433f55@FreeBSD.org> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums In-Reply-To: <6dec1565-81b7-4adc-8319-858488433f55@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------rDn3XTWpCErbvj9184FlExz0" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------rDn3XTWpCErbvj9184FlExz0 Content-Type: multipart/mixed; boundary="------------B6GG5AZpQ7QNEi8wMo5zKOT6"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: ports@freebsd.org Message-ID: Subject: Re: Any chance of MySQL 5.7.43? References: <0cc37d57-8e4f-452c-8313-1cb2e1adec42@FreeBSD.org> <1903898088.571.1697549710226@localhost> <25fd47b5-b3ae-4778-a617-4cf432a1dda0@FreeBSD.org> <6dec1565-81b7-4adc-8319-858488433f55@FreeBSD.org> In-Reply-To: <6dec1565-81b7-4adc-8319-858488433f55@FreeBSD.org> --------------B6GG5AZpQ7QNEi8wMo5zKOT6 Content-Type: multipart/alternative; boundary="------------z0RuBVGKTpXb3JSNZ0o1jBrU" --------------z0RuBVGKTpXb3JSNZ0o1jBrU Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMTcvMTAvMjAyMyAxNjowOCwgSm9jaGVuIE5ldW1laXN0ZXIgd3JvdGU6DQo+DQo+IEhl bGxvLA0KPg0KPiB5ZXMsIHRoZSBwb3J0IGlzIHVwZGF0ZWQgdG8gNS43LjQzLiBJIGFtIGFs c28gd29ya2luZyBvbiBNeVNRTCA4LjEgYXQgDQo+IHRoZSBzYW1lIHRpbWUuDQo+DQo+IFBs ZWFzZSByZW1lbWJlciwgaWYgeW91IGFyZSBzdGlsbCB1c2luZyBNeVNRTCA1LjcsIHRoYXQg aXQgd2lsbCBiZSANCj4gZGVsZXRlZCBhdCB0aGUgZW5kIG9mIHRoaXMgeWVhciBhbmQgeW91 IG11c3QgdXNlIE15U1FMIDguMCB0aGVuIDotKQ0KPg0KDQpNYW55IHRoYW5rcywgYW5kIHVu ZGVyc3Rvb2QhDQoNCg0K --------------z0RuBVGKTpXb3JSNZ0o1jBrU Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 17/10/2023 16:08, Jochen Neumeister= wrote:

Hello,

yes, the port is updated to 5.7.43. I am also working on MySQL 8.1 at the same time.

Please remember, if you are still using MySQL 5.7, that it will be deleted at the end of this year and you must use MySQL 8.0 then :-)


Many thanks, and understood!


--------------z0RuBVGKTpXb3JSNZ0o1jBrU-- --------------B6GG5AZpQ7QNEi8wMo5zKOT6-- --------------rDn3XTWpCErbvj9184FlExz0 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE9AWUvcZu/lO5r3wZ0R2eb0cya6gFAmUunr8FAwAAAAAACgkQ0R2eb0cya6gn EQ//W83Iv3c0lnDoyfAFLgunDQ42YNO9yIZn0vxz5R5xgAcFe7n1as7PI6YWuNvLNz+T5/Lz22i7 cOO2pr0O9E123TypPh6VB2yb0TIyF3HnKmYckW2w7Rr8UEE4rhBXWkKE0m7crUS3K68o8xqlyE2N pqAk5MY5i9uYJJwbodeQleVXJ4I/X3S/3L9QbGNbKm+u+96XVhV5lEt4yTpVbutC61qTYvQUttdG AQ3cy6e/kLHVGs2LDNg7pYRr53i/UPkp3FUAoCKGJsB7pPPoY23fzeMuK1nEYMLh8I5oMHpR2eQl oa6F2hHwX3nuc50C+v6IrnCENjjVVcFoSHhlEsiLI/eBww7GbpxCx5qpvPLuDfv2ecmFJV+0faN/ JmWXTDXhCBg64rMQe+X2gyR5j63IdwKGAsY3Zx8GyrIRvZxTlhSZdrugwPTMBIcCYzv7uEPsl3sS ElpFD2nwcGG58skSWekfYAI9wp1DoW08WQtZM8UMCtL5aWByqtMqeLbcpzfQHZhlGXgUrHUZru7Q Phuo6TgpLo0ZHte0Wc2OdkpEG9iRTd86OtPAO16SbD1t6YoLvsHnzh1B548Bkzpgrcr0yrgL8zUW No4DGP/YxcOOWMH+EjpcrCusmOuSfCgOaoRPL9GtQUpVKyLqSWr6VHXrV5h/E2BnVRhGRcR+yAcS oFk= =kPwx -----END PGP SIGNATURE----- --------------rDn3XTWpCErbvj9184FlExz0-- From nobody Tue Oct 17 23:17:47 2023 X-Original-To: ports@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 4S98zX69pKz4x9bN for ; Tue, 17 Oct 2023 23:18:16 +0000 (UTC) (envelope-from ports@lordcow.org) Received: from mail.lordcow.org (lordcow.org [IPv6:2c0f:fb18:402:5::2]) (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 (P-256) client-digest SHA256) (Client CN "devaux.za.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S98zV4Xdbz4GcT; Tue, 17 Oct 2023 23:18:14 +0000 (UTC) (envelope-from ports@lordcow.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of ports@lordcow.org designates 2c0f:fb18:402:5::2 as permitted sender) smtp.mailfrom=ports@lordcow.org; dmarc=none Received: from lordcow.org (localhost [127.0.0.1]) by mail.lordcow.org (8.17.2/8.17.2) with ESMTPS id 39HNHrk6020393 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 18 Oct 2023 01:17:54 +0200 (SAST) (envelope-from lordcow@lordcow.org) X-Authentication-Warning: lordcow.org: Host localhost [127.0.0.1] claimed to be lordcow.org Received: (from lordcow@localhost) by lordcow.org (8.17.2/8.17.2/Submit) id 39HNHloP020057; Wed, 18 Oct 2023 01:17:47 +0200 (SAST) (envelope-from lordcow) Date: Wed, 18 Oct 2023 01:17:47 +0200 From: Gareth de Vaux To: DutchDaemon - FreeBSD Forums Administrator Cc: ports@freebsd.org Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch Message-ID: References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <3aa783ad-4318-4c9a-bb1a-1065ce3a91cf@FreeBSD.org> <8fa8e262-26ed-4094-87d1-8379d7a61e19@FreeBSD.org> <4f470a05-8085-4157-9f1e-ac6ca7fe9aaa@FreeBSD.org> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on lordcow.org X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.29 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.991]; R_SPF_ALLOW(-0.20)[+ip6:2c0f:fb18:402:5::2]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:37199, ipnet:2c0f:fb18::/32, country:ZA]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[lordcow.org]; HAS_XAW(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4S98zV4Xdbz4GcT On Mon 2023-10-16 (17:04), DutchDaemon - FreeBSD Forums Administrator wrote: > On 16/10/2023 13:14, DutchDaemon - FreeBSD Forums Administrator wrote: > > On 16/10/2023 13:07, Guido Falsi wrote: > > > On 16/10/23 13:03, DutchDaemon - FreeBSD Forums Administrator wrote: > > > > On 16/10/2023 12:57, Guido Falsi wrote: > > > > > On 16/10/23 11:19, DutchDaemon - FreeBSD Forums Administrator wrote: > > > > > > I found this one after a full rebuild in Poudriere: > > > > > > > > > > > > ld-elf.so.1: Shared object "libssl.so.11" not found, > > > > > > required by "transmission-daemon" > > > > > > > > > > > > > > > > I guess you will need to force rebuild/reinstall all > > > > > packages depending on openssl. > > > > > > > > > > (if I understand correctly you're using poudriere-bulk(8) to > > > > > build yout binary packages repo) > > > > > > > > > > Actually poudriere should have been able to rebuild them > > > > > itself, unless you're using the -S option, which could have > > > > > skipped some rebuilds that in this case are needed. > > > > > > > > > > If you have a broken repo (due to -S or some other unknown > > > > > reason) you will need to rebuild it from scratch (-c option) > > > > > to get a pristine and hopefully working one. > > > > > > > > > This is Poudriere, everything was rebuilt from the ground up. > > > > > > > > > > I see, but you did not report, did you "pkg upgrade -f" everything > > > depending on openssl? I'm not sure pkg will figure it out by itself > > > that it needs to do that in your case. > > > > > > It looks like you still have old binaries on your system. If > > > poudriere did end the build them all successfully it would be > > > strange it would have generated so many non working binaries without > > > experiencing failures during the build. > > > > > > > For this specific jail, 496/496 packages were built from scratch with 0 > > errors, 0 skips. > > > > The only thing I can do is pkg delete -a- f -y && pkg install > > $(list-of-node-ports) but that seems excessive. A pkg upgrade -fy on all > > ports should be enough. > > > > This actually helped. So for old, deep-down remnants of OpenSSL 1.1. to > disappear, a wholesale pkg delete -a -f -y and a reinstall of all node > packages (get them through pkg prime-origins) is advisable. portupgrade -frR openssl-3.0.11,1 did the job for me (granted, not everyone's using portupgrade). Also, there should be an entry in ports/UPDATING about this, it's a breaking change. From nobody Wed Oct 18 00:06:33 2023 X-Original-To: freebsd-ports@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 4S9B3c6LMGz4xD6B for ; Wed, 18 Oct 2023 00:06:52 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Received: from APC01-SG2-obe.outbound.protection.outlook.com (mail-sgaapc01olkn2030.outbound.protection.outlook.com [40.92.53.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "DigiCert Cloud Services CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9B3b3VX9z4LZt for ; Wed, 18 Oct 2023 00:06:51 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=hotmail.com header.s=selector1 header.b=dbF+PdZS; spf=pass (mx1.freebsd.org: domain of tatsuki_makino@hotmail.com designates 40.92.53.30 as permitted sender) smtp.mailfrom=tatsuki_makino@hotmail.com; dmarc=pass (policy=none) header.from=hotmail.com; arc=pass ("microsoft.com:s=arcselector9901:i=1") ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UWT5hlaFxbJFRMTy+1T+A2j7y38aCBpldr6EICtVy5AhHoewpOt8/YkimgvbwRpEtpFTivxyfS3DQxRbfTK7WPkrZU3mrp7rBMP2bCLGtMRAwe8nopCR4cnu3smXYVLf0vypmz/wU0VKmv1esYhCgqk+iVMydEBLzxsE5l1i6YWB4IwJWAAZIpTtVI1a5Rp9D/u9aTGF7Nch/785muMu6yEV6ORDDsAK1u82LUiCupTIYTna9wg+BI5QS4ketE7TRtF7CtAgby/8uGiEZK8v+l7iR22hSyKUgDcttiqePtIPeFcSoXocoG5hY60vwnc+Gge546vIMEmDXr69KJ8cHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=+PZ3CTEsZ0RvOpat2aSg6NxRsd5DteylHd0i56aADwM=; b=BZigdhne7r6OjGYfU0tB4+WJG5L1GVM24hPDheCLbAFaM93P7vZwwxnn4fH2j9wGpdjiWZZv3NyxsEB+oaHJgAuZmBKIQrRQSkVbN7SqXGgYgpDh4nhDZU9FBd/lKSe+jkNimlbJwgBH6DwjNBJvtBrrU08cqYoRRLPzAPl2xPHxwhNYj4v6PiCp1wJxDotJZc0OioLcC7C4a/+eMAGXaDRKkoD7S4xWkpOhUcT6Uq+yw7umC28GWSke7ZnShE+h7aV9KqdjFcUqGFCr8zU7gojw5Cp125tV4hYF+Sv7VamFfPhNp1aQaf/rKsqz83iklMtrI+fpMYidXEByVEPC5Q== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=+PZ3CTEsZ0RvOpat2aSg6NxRsd5DteylHd0i56aADwM=; b=dbF+PdZSZL4lsQDJY7F6pUXmtOnWI5Io37sBeMeQXfXmVm4Rlkdg9B+oYqWQgOIo/XOh6CUu1bj3V0i7Id4guFFCVV2Do1t1YIDLQPaZdnT+biLeHm0dQsk1UOqiPilr6oCSN7RTUirrFM1FIxZCt/jjOhntO66oGxG7n4BVLsZZrZJ1TGcpzgrAIASLGf4g4kwMbUxsmw3hVobUBaIqFW9MHW7ZHyMKvRN5DLi3OTNIOBEZc4zmuvf6iOt+c3GrQmOTfHZ4rLOFtaUcDAC0P02vp3MntJ2jfKXi2D24NBbOLrUcO28eK81bFofOht7CsRZBsvEP5mbOcgCbVCw/Rw== Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) by SEYPR01MB4368.apcprd01.prod.exchangelabs.com (2603:1096:101:3c::6) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6886.34; Wed, 18 Oct 2023 00:06:46 +0000 Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206]) by SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206%3]) with mapi id 15.20.6886.034; Wed, 18 Oct 2023 00:06:46 +0000 Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch To: freebsd-ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> From: Tatsuki Makino Message-ID: Date: Wed, 18 Oct 2023 09:06:33 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 In-Reply-To: <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-TMN: [R4ZlBP8Oal/tiOuJwGZBFDiYZKG2SFZZ] X-ClientProxiedBy: SI2PR01CA0012.apcprd01.prod.exchangelabs.com (2603:1096:4:191::8) To SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) X-Microsoft-Original-Message-ID: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: SI2PR01MB5036:EE_|SEYPR01MB4368:EE_ X-MS-Office365-Filtering-Correlation-Id: b387feca-b9a6-42f5-341b-08dbcf6e1dfc X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: Sc2HlC3K3sOlsetq5Sek+q+Dh8L5o/9mM1UvfR0x+WOqoKBF8lrgLAZnpnMSlF5Z8d4sIBPAEggL9owRbWdcGMcs2Buh5dp6I+ve+Y8ijwoWcaQl2cr7QXGMcqZgzzviT7L+E6nQO5QFQE4FeDH2DSl0QouAoup/reVBH5S6fSczuZMb/ypSuEtNBJE7B4bRm1sc1x1NJFvRhpCrq5RNQoWx84GYI4oGQeN+B7b2KQiPFOUATU9PtG8GDryv6F0B5DCAW5Pv4knox4mqdgOlG0sn0kjtIvM+cd9frhsvQU4yCw97R2DGnIrw8KEI0QbAgTMgPRDlBT1y5u2Y9FnJhE7jzSZAPHbw8b7ebcxynoXNc1rh3BjLqOwBH05j0CiclUUQPwxaSv7tLsyqmo/1UUQm8+y9osabU8xM196FgCS2U0cGvNYQbwFI/jZDXnt0hvzS2QIvEwCf0NNx2QiRZIOb+ovS3fI5Wy6yARUVckmkpanRIeSlkGRcnZSe+adaV+KAlF/ZD4oKQ7mw/V0pEyUHd2ywQD824rstRgXTsV9t+6/tL400jUlckwNL9K9T7ASsDzXmoTCLEHjh9p8WIkZsCvkmxqgOC1fJJbI0d8iOZhNXqbcTzc8trQ3Kup8/ X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: =?utf-8?B?YUYwZFRrSTNKYWQzWDdMclJVUGZCZUVITkxxbDR3alUzS2ZvVmxsOWlqTm9N?= =?utf-8?B?Q21MdmtSem8ralEyUVdLM1hlMktjbThwNUhRZ1VvRWRxQyswc2RIakl4Smc3?= =?utf-8?B?VFN0Qkg0aERuL3BPSDhmbUNZVDJqWFNrQjFVelBPNzdqSFpiaHhlSkN6VUhR?= =?utf-8?B?amVYcW9vb0k5eWlaWGtKb1VnbFlRUitsZFJMa1J1OEtPM1Njei9MVVhaK0d4?= =?utf-8?B?bTRtaDNpM3lXSkJlQmZ3c1ltVUxaWGloVmpTbGRVcnBPdFVoYUtKT2Y2UXkv?= =?utf-8?B?UGszZGYydXJuYTdpMDRWSzhaTEI1cHJUYk9PZ1hDUFl4WEVHTzdTSHRUa204?= =?utf-8?B?NEpPVFhHR3A1SGVNdjMzRk9rY1NiU0xCQjYzczA4M2F6Y0ZmTmdTOVo0NWZw?= =?utf-8?B?TGJhb2tmOGZSYUhVcUcrWlcwSlY2WFAwSVhRTXpmMTFQME9sYnR0aS8vLzVQ?= =?utf-8?B?L1dOVWlLRFZUK2NRUW1pcXBBcWJlMnFqOGtOWUFvMHk5Q2ZzMFBRY3NFQUtY?= =?utf-8?B?YjZFaG11ZktaZ2RhZ21zZDRaK3dlOWNXdDhZeHpJUWpWTFhUNmIrMy8vOFlh?= =?utf-8?B?VEFlZ2xubTdQTi9udFpaQy9mODNJODR6dHJPa05jWTV4L3pocUtKNVJZRXlF?= =?utf-8?B?MXlQUklXUWNVTEkyd0FVZDBtWGFrakNkWFpYQzZRQjlSblpYaTFTZ3FyQktS?= =?utf-8?B?RGpKRnRXL2lXek0wY0RaNnU2SXZjNThnVzFhRjdJK2dWWjRESXl2bVBKQ0Y4?= =?utf-8?B?QkwweVlZTGoxbUhrRE9HSm1aZ3ZDOWVBMU1hTUV4dTBoZUdRdEtaUkdzRHdF?= =?utf-8?B?cVpUZlc3R21LOXJYS3VwUkpyNDhDVC9sdjNOalNJNHNqcTdBOU1NRXNEbVdW?= =?utf-8?B?c3lMU2tINkJpNUVhMVo4elQwUXRUeUY2OE9Pb0t4Q1crQ1J2REpFWFFSbEVl?= =?utf-8?B?alYvZVgvSEMwR2hiV0drdXEyMW0rWmRPYW95bGNHY2RPQW5GeWNxYWc4R0tq?= =?utf-8?B?Q2tXcldzZ3IzTS9vQ010MlhnRnhWYi9BSE1PZGR1eTJVSmdJYlRrSnVySnFR?= =?utf-8?B?QVBDYWlvYjFkNVNQQytEaEovZTNiUUsvbzhjalRwMTJOYWJnc09pTkRodmVD?= =?utf-8?B?OFdVRklHRVVWUkNFQXp0Z3dWb2JXRlhURmlwejhhY1RRVGNwcHBtT2ZJRDRL?= =?utf-8?B?VWplYWkxR1dxb2tkWjRjUXV1djV5SGNxUHYzVDlNVzkwbFFHNDRPR3FSUzVp?= =?utf-8?B?VjgyL0tWRlZYdTlXYnZCeWl1R3BOeXo2M1ZWZXFDSm1JMU9XdjNIZUFjTTg4?= =?utf-8?B?d0ppMVpyY1FIMW9OZ3N5UjZobkRJdWFQcTFjU0xYNXJndmsyWjBSeUtlTDNv?= =?utf-8?B?REZBMGZMSFZiUXBTaHlJOCsvU1A3RGxPOEJjMlBXNnRDSmJQYWMrK01zMGpZ?= =?utf-8?B?WXJqMXE3RTVIQlV4M2RqT2ZzVHlSdEl5S1hiZkZoYWJMWVNQenVVN1dPK2Zp?= =?utf-8?B?aklkV25DVkNaa2xmZVQ4UVlNVnZsdk9HRHhWd0JpbG5xZUR4WDJTT0pYMmhC?= =?utf-8?B?Qms0c2NOMUtPOVo4YjVocEV5MzBtcmljbUI4emdRY05TK2QzL21lNTJkUnFy?= =?utf-8?Q?k5z+p5WYD474eOPDPdFU6UPlluWKr4nBhTQKBZlx261A=3D?= X-OriginatorOrg: sct-15-20-4755-11-msonline-outlook-d8e84.templateTenant X-MS-Exchange-CrossTenant-Network-Message-Id: b387feca-b9a6-42f5-341b-08dbcf6e1dfc X-MS-Exchange-CrossTenant-AuthSource: SI2PR01MB5036.apcprd01.prod.exchangelabs.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Oct 2023 00:06:46.4119 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SEYPR01MB4368 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.50 / 15.00]; FORGED_MUA_SEAMONKEY_MSGID_UNKNOWN(2.50)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[hotmail.com,none]; R_DKIM_ALLOW(-0.20)[hotmail.com:s=selector1]; R_SPF_ALLOW(-0.20)[+ip4:40.92.0.0/16]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[hotmail.com]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8075, ipnet:40.80.0.0/12, country:US]; DKIM_TRACE(0.00)[hotmail.com:+]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_TWO(0.00)[2]; DWL_DNSWL_NONE(0.00)[hotmail.com:dkim]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.92.53.30:from]; FREEMAIL_FROM(0.00)[hotmail.com]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Queue-Id: 4S9B3b3VX9z4LZt Hello. Xavier Humbert wrote on 2023/10/17 15:41: > DEFAULT_VERSIONS+= ssl=openssl111 We who want to keep 1.1.1 should just do that thing we always do, right? The pkg version results would show the following. openssl-1.1.1w,1 < needs updating (index has 3.0.11,1) security/openssl111 has PKGNAMESUFFIX, so rename it. pkg set -n openssl:openssl111 Origin is also moving. pkg set -o security/openssl:security/openssl111 Will these changes also update the local.sqlite deps table? :) If openssl is allowed to be built again, portmaster is used as follows portmaster -o security/openssl111 openssl-1.1.1w,1 After this, restart all processes using openssl to give up the handle to the unlinked library. Such a procedure would require the least amount of effort, would it not? Regards. From nobody Wed Oct 18 03:22:37 2023 X-Original-To: freebsd-ports@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 4S9GPv0F6yz4xQmg for ; Wed, 18 Oct 2023 03:22:59 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Received: from APC01-PSA-obe.outbound.protection.outlook.com (mail-psaapc01olkn2080f.outbound.protection.outlook.com [IPv6:2a01:111:f400:feae::80f]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "DigiCert Cloud Services CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9GPs35mzz4cYd; Wed, 18 Oct 2023 03:22:57 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=hotmail.com header.s=selector1 header.b=tasSptej; spf=pass (mx1.freebsd.org: domain of tatsuki_makino@hotmail.com designates 2a01:111:f400:feae::80f as permitted sender) smtp.mailfrom=tatsuki_makino@hotmail.com; dmarc=pass (policy=none) header.from=hotmail.com; arc=pass ("microsoft.com:s=arcselector9901:i=1") ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VoJEgw60/E/uGUJBBvpoLiTHS8MLJwwiKAgbK+nm4uGg/J2cLgFgsyzBfmB2U6F3W7AWPiB+E8l0Y8gorTK88TFsMuqH4B8BzKOgSlGgWKpmYdOPqpNxdyKyaBdtr5owvtojBEuXoGrIoBUtHuZUSFO/a3ZUWl29UVFybp1sKi93GE3NPFxiSbGhnbx3QH/jzcMVbLju/sd/0bAL/bzhdPeuH3zuTX82LahHLGZ4evIkiwoynQhRvs+6WUGP/Rva4r2qgf+0VAN3Ji1GqCYlF3WuuECA8XdpG0CYGAnuw6VaO2HE4sgrimU9QQ78xTHljvcnlQS27FO0J4QlEm4Jdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=lLfSD1FABsX4DFExwgAAbXg7KF3A2+c4gv+nvGsZeOQ=; b=NVQYgkgteAz0knameLDWQNmWvZ7a/3+v9/TSNdDK17AUlQsU8h/VL0xMo7C6AHmaMcj2ePsMugk7SVvKSEsEW9JzMdEjKDNFXiCkcrLYOWdKB9d3X/LX9DCalSTTzhSm4/FJbjXTRoMqw6x+orNzI+haD6Lf/awfXWpn7Vnty0J+PxKUUQqx6xrOYxbb3L4VDp+ab9vKqkhDq+hUTkatsb7IuobzUssVdGmT7gDjpOxWa7N1UPirR0+wfEpjJ6gmx1RYKR/vvu/TmLt9xe89UBjIbN2ZmZ7Xnd4R1+NGOvWPVgg+utITJvSXagNOwDi+xd7Q7hzkP+ES+r+E2MBHDQ== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lLfSD1FABsX4DFExwgAAbXg7KF3A2+c4gv+nvGsZeOQ=; b=tasSptejtBIuRK2Q3LK+h/y0Y7CyyltxLXnsFfXqacM9UkjcwxILjeB7vaucYvvSuQQfz9gWqR/EfhtWAnxbYacZJjcXEN+FD35jt+oDYVVmhlB33gMn6s/wiVcG6FAVxPfniptSQ2ZDaiCz+G2yeJe6VYupulinhV0gwqmCJj1EuR2pDPLoiAppwn0N7YlgofWp9WmQp9kVvh+ImKruSp8QNZ0G0X4wdECb9glvjP5fDC3/cxTbh/JHQ9c9upDLCK6WYszdrO7Q1zFkL8OCfWYHCZy8AQihsTVomtDapVtA8VofdoUpavk0XWGY7ttOZuMnePtWZYnA1oZyNYFXlQ== Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) by TYZPR01MB4138.apcprd01.prod.exchangelabs.com (2603:1096:400:1ca::12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6886.36; Wed, 18 Oct 2023 03:22:52 +0000 Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206]) by SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206%3]) with mapi id 15.20.6886.034; Wed, 18 Oct 2023 03:22:52 +0000 Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch From: Tatsuki Makino To: freebsd-ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> Cc: Bernard Spil Message-ID: Date: Wed, 18 Oct 2023 12:22:37 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-TMN: [r8g5v5KKEYids3q/nvBtrTjJ9PBbMmwS] X-ClientProxiedBy: SI2PR01CA0051.apcprd01.prod.exchangelabs.com (2603:1096:4:193::6) To SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) X-Microsoft-Original-Message-ID: <2104045e-2852-5cac-6c94-1970c3083a92@hotmail.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: SI2PR01MB5036:EE_|TYZPR01MB4138:EE_ X-MS-Office365-Filtering-Correlation-Id: f1f79d19-eb16-442c-33ce-08dbcf898180 X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: gzpaK4JGf5jIEKYoghkUk9RhKc7MFVWqyApGdLCEZ0VAdlRqyOk+PrEuXgXQYSPppOVZh/yd90cJqnh0PiWp8dqZpr1OsioYVNW2M5Q5l7aA/9sP+CA+JtV+NxUyI0BtAZGFLhjjlU6aL3i2AUX6X0Pl+hDH6uEDXTR+0IrfzdSjW1jRxVEqLbRdAB0in/1H2qKcBMdZkkHWLWSdqHA0giSLq1oHkDTm/FPKrrSzaOha05fZN+3+vQnhazAuQJ1i+LFugQJt5FpJ9LHFJGW1WFhRIJ8ITuMS22PLzpuDsu6vRewt6K7OKj8MltI6Ek/h1RWvs7Ha7cZx7DsfdEP1pujJr4IADc3ij4uHzIutIdg1NYwebqELIUkLLF/4FrwjcTi5piEeXMkZpze9i1uD3RbUL6Sa5IPcf8uA/rgkFW7Ti0Z3VaEls+dxm0OtjDv+tUd2aYO/rO/hwLawX9e4OiasO/mj3pchxMDzGqB7WZrr8TuuYE55qoDkBn+LidVOEvyXog63Meb2BZrBhD7N1DD55V3Gifmfbpa+eLg0yIIF+c9+wIGQLFWdzl5PpMwDshjMFWVwcOqbwC57G/27XMs3/TEz5/YYNNn0E3b1PGpWa5dHG7rcS1hU8KZ3MciS X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: =?utf-8?B?N0ROQXBJckVKQ0sxMk93NVAyUllKZHRFMUM4c2UwWkZuYkJXNmJaM2dIZGNW?= =?utf-8?B?NjEvNXNLakd3bDE3UDNkazhNNGZvOTdqN3d2bmx2S3FSWmN2TzdQaTBDWEZX?= =?utf-8?B?bzh2TCtnTmcvMFZKNkk2UE1kRzhaNHM0K2JBTjJBbS9pc29pVmF1Tmh4emQz?= =?utf-8?B?QXg0c0dnUWhDRytMQUthNlNOMVlzTGk2bDhpVmhJUHFiSVlPQlpDZ3pubFJM?= =?utf-8?B?a2gyRE5CM3o2ZXptTHlDZWtSRWhZVldTMFlwLzk5Z0hISnplaXE3MFZJUzFl?= =?utf-8?B?aEQ2eWJLM2FFQzRiVTVvbFIyTk9TUXo3VlF2KzltVmlmdzV4dFhNbjZUL1dR?= =?utf-8?B?L0UvSFo4Wk1CaUMrbXlQd2xRbzlsTUJ6OEZVaUtMM0ZqVUZpZFRlcGdDbnFJ?= =?utf-8?B?ZGx5c3Zqbnc2VWlLRy8xazdTMVFFbnY5VmhUNStSYkx5NEp4ZVE3cy9mTnEw?= =?utf-8?B?OWdWcVB0a0lyQXd6c1ZLclQyQW4xOG9ZYmpVYkVoUnlSdHAyT0pjSGozN0JI?= =?utf-8?B?VnA4UjNFd1VaaU5kQXd5b2ltZ29zbFJGWENqUXQyUkU0MWxIa21YQ0grQzVp?= =?utf-8?B?VjZWNWJxVmkvZ3lBVW53WERMOHVDTW13TWZvQzJFKy9WUkpHMXMraWVKVzlC?= =?utf-8?B?UC8vaWZmejdnRDd6N3J2RC9GV3BrekNxQWt6STc2OElWWU12c1QzYTdWc2xM?= =?utf-8?B?UkhwSHozOXYzaXZJSUFZWEJZcnBLNEd0ZG9KMStPU1dhMSs5WlBJTzhabHBQ?= =?utf-8?B?OURBV0tmYkc2ZnJvbVNoeUZ5OGtVY0FOMit2cDFHNWorZmd1S1lSUnJXV3Y0?= =?utf-8?B?a2tscUFoc0RHNFJ3Mkg5SnBqaWd4OWNBQzZRZm1aUzVSeFFYZ01kYWZZaGRh?= =?utf-8?B?SU1RVG13RjNNQkJrMTZlYndwZGFieFBCZWNJV2VxK0lhUENsK2VHMExsSE9J?= =?utf-8?B?K204eXc2WjA3QUljZXhUeUd3NlRiK2NTSW8zNE80bmhJWVpJTXd4RjNYaW91?= =?utf-8?B?c0tLb2dKaWMrQk9hNkJBL0h2K3dOd3YyUldGVzRTUXhFZ2gzWWJkYVZjaDUr?= =?utf-8?B?ajFXdjZWYXBUcVpvSGw5U2tKM3BOMHJTeWpqQzdEdFppUitRQjBXQmd5dC93?= =?utf-8?B?UG01L0xyK1A5M251TE1tSmNVdmkxalpocHF1TmhjZ3VhR0ZCRUZWTEJLMzZh?= =?utf-8?B?dmoxWERRZ09TbDRmSG9ZQjJhMUpkcW85TkZVcGI4OFBVOGo0aDdLUitYeFB1?= =?utf-8?B?NFNkKzJncjkweUhUL3M2N3hSdjFTMm4rdzNNeENDWlQ4YWhWV29WdnZzUGh4?= =?utf-8?B?WjVlMUFZOFR2MDY3NnAxbUZzdTh4WW1sNlZacFF1V1BPTVpNT3phU2svUjhU?= =?utf-8?B?bnFaOUI1RUFvTjBRUVNGc0psU2ZyVkVqSnROVm9kZllrQXduNmJNSTd5MkIx?= =?utf-8?B?alREbmJOK2FyeHhSUzhHUTFRT2t2V0R2N1VSODQ2NG9NdWo0TGw2dDQvQUJZ?= =?utf-8?B?ZTI3V2pUcW9ZVVp3VUNRWFgzUGdQSDRoakR6UmtUUmkvSGovRFhtTU9pdkFJ?= =?utf-8?B?Yk5hRktCL0lHWmVXQ0xDU2w3K0tVdFI0dTgxYnUwWlZ0STV5ZGdFakJCUDhW?= =?utf-8?Q?tQHKsvk7EBr/IoKnXBziq+TIpNyF3kh9o5qxQ0JctHkw=3D?= X-OriginatorOrg: sct-15-20-4755-11-msonline-outlook-d8e84.templateTenant X-MS-Exchange-CrossTenant-Network-Message-Id: f1f79d19-eb16-442c-33ce-08dbcf898180 X-MS-Exchange-CrossTenant-AuthSource: SI2PR01MB5036.apcprd01.prod.exchangelabs.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Oct 2023 03:22:50.8788 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: TYZPR01MB4138 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.33 / 15.00]; FORGED_MUA_SEAMONKEY_MSGID_UNKNOWN(2.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.83)[-0.827]; DMARC_POLICY_ALLOW(-0.50)[hotmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a01:111:f400::/48]; R_DKIM_ALLOW(-0.20)[hotmail.com:s=selector1]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; ASN(0.00)[asn:8075, ipnet:2a01:111:f000::/36, country:US]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[hotmail.com]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[hotmail.com:+]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_FROM(0.00)[hotmail.com]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[hotmail.com:dkim] X-Rspamd-Queue-Id: 4S9GPs35mzz4cYd Tatsuki Makino wrote on 2023/10/18 09:06: > pkg set -n openssl:openssl111 > pkg set -o security/openssl:security/openssl111 > Will these changes also update the local.sqlite deps table? :) I have run it in my environment. in use :) >From the results of `pkg shell .dump | grep openssl`, it seems that the rewrite was done as I thought. A few lines of examples are quoted below. INSERT INTO packages VALUES(27078,'security/openssl111','openssl111','1.1.1w,1','TLSv1.3 capable SSL and crypto library',replace('T ...(omitted) INSERT INTO deps VALUES('security/openssl111','openssl111','1.1.1w,1',22497); INSERT INTO deps VALUES('security/openssl111','openssl111','1.1.1w,1',22958); This changed the pkg version results as follows. > pkg version -v -e openssl111 openssl111-1.1.1w,1 > succeeds index (index has 1.1.1w) Since PORTEPOCH is different, it seems that it needs to be rebuilt and reinstalled after all :) By the way, security/openssl111 of origin has been disused once, around 2020-01-01. And if it is used again, how will PORTEPOCH be treated? Regards. From nobody Wed Oct 18 04:28:03 2023 X-Original-To: ports@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 4S9Hs022yxz4xTSt for ; Wed, 18 Oct 2023 04:28:04 +0000 (UTC) (envelope-from portscout@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 4S9Hrz6Ykhz3Chp for ; Wed, 18 Oct 2023 04:28:03 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697603283; a=rsa-sha256; cv=none; b=Rqijume+L3Z2bjy8HcICaH+3DGohexDDn4+5Ip81nRRmy1EMGwpUVf+4/HmfA2gZ4mHzNc pfds6QCRZGxICJqVYSlNbvA0NIhADwBqqvttgkN7AbZp9TbIr1EsoClnBELFhOB3JK5Sas rkkJphEki3LM/Ts49QzykuOusDlW26Dgkfiurp/P6K8rk9iNPrRIJ8FtEJ+r64hXoMybEJ pgPI7CvZoxoo2+ez2s+KuDxdtXApdOeS47fyt37W2uDG6ynQa74BYCJ1U2pPFxaE6YLS5y Rb9/5+D3h6Sm4My77lVUFM78ozhZc415zd/dVhMqhSGOsy7XW6Ajdk8o5Uy42Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697603283; 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; bh=A+rfkRxLkdgZaUxDQn5+cafz4HY9wp9td0hbHhamEok=; b=saawlQ9RbjYCw0zSDorL6PLWtwiYIiImgqXw7ZDXfVQVAkkpFZbUhFS1UQ9Ki/+YlPIC9G ou7Tc0bxJR8QSvIb3rWUYAi2ABZexplV/Z0zt/oMGJjxTdELSUninGmoe0RoxEHmGGZRK/ 4610QNmR3Z2AKlo+zZTi71NB1f832bnFkFvkIwu9Rh5R/+TFQnA6vV9n/I5TuoB6N4R4tn Gq67naaKvgVBcUXkRzNydVTtMrqMborT0lLqhuCUMqzyNHsUkssh4DBi8KOuOEZkkEWVtY UI7WJH287KPVTfl83y7+kCxvvwyXYoKdGg7B3b6sTDqL5QW5zNS79YOdycIgSQ== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4S9Hrz468RzslN for ; Wed, 18 Oct 2023 04:28:03 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39I4S36K058726 for ; Wed, 18 Oct 2023 04:28:03 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39I4S33n058725; Wed, 18 Oct 2023 04:28:03 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310180428.39I4S33n058725@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Wed, 18 Oct 2023 04:28:03 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ audio/baresip | 3.5.1 | v3.6.0 ------------------------------------------------+-----------------+------------ audio/re | 3.5.1 | v3.6.0 ------------------------------------------------+-----------------+------------ cad/ifcopenshell | 0.6.0 | blenderbim-231017 ------------------------------------------------+-----------------+------------ devel/py-archinfo | 9.0.5405 | v9.2.73 ------------------------------------------------+-----------------+------------ devel/py-cle | 9.0.5405 | v9.2.73 ------------------------------------------------+-----------------+------------ net-im/signal-cli | 0.9.0 | v0.12.3 ------------------------------------------------+-----------------+------------ security/py-ailment | 9.0.5405 | v9.2.73 ------------------------------------------------+-----------------+------------ security/py-angr | 9.0.5405 | v9.2.73 ------------------------------------------------+-----------------+------------ security/py-pyvex | 9.0.5405 | v9.2.73 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Wed Oct 18 08:16:01 2023 X-Original-To: freebsd-ports@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 4S9Nwb1phSz4xj6q; Wed, 18 Oct 2023 08:16:31 +0000 (UTC) (envelope-from pat@patmaddox.com) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S9NwZ0gNZz3ZBp; Wed, 18 Oct 2023 08:16:30 +0000 (UTC) (envelope-from pat@patmaddox.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=patmaddox.com header.s=fm2 header.b=gyk65I9u; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=eXeg32A+; spf=pass (mx1.freebsd.org: domain of pat@patmaddox.com designates 64.147.123.24 as permitted sender) smtp.mailfrom=pat@patmaddox.com; dmarc=none Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 522AB3200A8A; Wed, 18 Oct 2023 04:16:27 -0400 (EDT) Received: from imap41 ([10.202.2.91]) by compute2.internal (MEProxy); Wed, 18 Oct 2023 04:16:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=patmaddox.com; h=cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm2; t=1697616986; x=1697703386; bh=fxCD2Gk7Ll+8TF3y/gbyJFNPg 5seLqhg9Z64ZHjf2fI=; b=gyk65I9uN3cWEs/hwPherhXt3zJI2cEbRCpZUm75J uuGRHYBh2rz1LQVYmPW1LzoBCdlc8uQ2GIwODrsjCWLfPU1YpxqZNQyQk89uM6bl DOd7OahHQrtRf526b2Vf9Iewxoa+1HXP5cSNnFYqsZZBtCuacBcYAS2En+4ku6ri 30Lwql4WKs+fQ7fM4WHheOLAQ967wL6UclSMiIiVKYxOJhDz5zNDCHsfJT3D9LMo k2IE9rRBQT/+iNckNNQHA7NtvG8v7Q8DCBFO+X4W6bmyjSg2VyeUTTufwkyq9gyF dkQKMPa8fKRUy7vRHwsONrCWGr7kht0UtugT5rsnQhNZw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1697616986; x=1697703386; bh=fxCD2Gk7Ll+8TF3y/gbyJFNPg5seLqhg9Z6 4ZHjf2fI=; b=eXeg32A+4M3Lw7yJAFO+YVy8z/lfTp84G9cNDZu/sJwm83eLOqV 9sQm1MIt6xjThB00SH9R/2NEaiwzv3KS5z72lhob4rUffXlFRc9VYfvxfN2rSbtP 3l7KWpRWAUm/5duIpDLdCGAtbz7Bz92oJQ6KukQZK9RGT8XXIT9r1+78SB7wOebn DhV3AmakyB8J/Ys3QRk99fqvvR38dHHzAvqFxxKJBzOoaxQeLW23R3V3VHqO/9BC Xgm4Qjjfkd+DSFL2cOFzdszKhP+kt0ASTS5S8Jg0AHR0XsJ9rNFNAuv0eaft5NjW eONQCNpElFwNSDRePDIlK5ucViPcojEoHng== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrjeeggddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkfffhvffutgesthdtredtre ertdenucfhrhhomhepfdfrrghtucforgguughogidfuceophgrthesphgrthhmrgguugho gidrtghomheqnecuggftrfgrthhtvghrnhepgfdvuddtgfeiteektedtueefgeduieekvd fgteeigeeuueevvdffvdeiudefudeunecuffhomhgrihhnpehgihhthhhusgdrtghomhen ucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehprghtse hprghtmhgrugguohigrdgtohhm X-ME-Proxy: Feedback-ID: i8b6c40f9:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 6A1CA234007E; Wed, 18 Oct 2023 04:16:26 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-1019-ged83ad8595-fm-20231002.001-ged83ad85 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Message-Id: <02ef0f84-d0a8-43e0-a726-8eee263de515@app.fastmail.com> Date: Wed, 18 Oct 2023 01:16:01 -0700 From: "Pat Maddox" To: freebsd-python@freebsd.org, freebsd-ports@freebsd.org Subject: Seeking guidance on submitting several new Python-based ports Content-Type: text/plain X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DWL_DNSWL_LOW(-1.00)[messagingengine.com:dkim]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RWL_MAILSPIKE_EXCELLENT(-0.40)[64.147.123.24:from]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.24]; R_DKIM_ALLOW(-0.20)[patmaddox.com:s=fm2,messagingengine.com:s=fm3]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.24:from]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[pat]; DMARC_NA(0.00)[patmaddox.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ASN(0.00)[asn:29838, ipnet:64.147.123.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[patmaddox.com:+,messagingengine.com:+]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org,freebsd-python@freebsd.org] X-Rspamd-Queue-Id: 4S9NwZ0gNZz3ZBp Hi there, I have been working with Snowflake, dbt, and duckdb for the past several months. I have created 12 new ports in support of this. I've read Porter's Handbook a bunch, as well as Python Ports wiki page, and have taken this porting work as far as I can for the time being. I would like to get some guidance on how to submit these, as well as any feedback on changes I should make before submitting them. I have a draft PR on GitHub to store my changes: https://github.com/patmaddox/freebsd-ports/pull/5/ Is it reasonable to submit several ports as part of one PR? For my purposes, there are a handful of "leaf" ports: - databases/py-dbt-duckdb - databases/py-dbt-snowflake - databases/py-schemachange - databases/py-snowddl Primary supporting ports are: - databases/py-dbt-core (used by py-dbt-*) - databases/py-snowflake-connector-python (used by py-dbt-snowflake, py-schemachange, and py-snowddl) So on one extreme, I have to submit each port, one-at-a-time, in order. On the other extreme, I submit all 12 in one PR. How should I go about submitting these new ports? Also, should I stay as the maintainer, or should I change them to python@freebsd.org because they are Python ports? Thanks, Pat From nobody Wed Oct 18 09:08:04 2023 X-Original-To: freebsd-ports@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 4S9Q454VQDz4xkSR; Wed, 18 Oct 2023 09:08:05 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S9Q453w4Qz3dwM; Wed, 18 Oct 2023 09:08:05 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from pi by fc.opsec.eu with local (Exim 4.96.2 (FreeBSD)) (envelope-from ) id 1qt2X6-000CX2-0f; Wed, 18 Oct 2023 11:08:04 +0200 Date: Wed, 18 Oct 2023 11:08:04 +0200 From: Kurt Jaeger To: Pat Maddox Cc: freebsd-python@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Seeking guidance on submitting several new Python-based ports Message-ID: References: <02ef0f84-d0a8-43e0-a726-8eee263de515@app.fastmail.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02ef0f84-d0a8-43e0-a726-8eee263de515@app.fastmail.com> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-Rspamd-Queue-Id: 4S9Q453w4Qz3dwM Hi! > Is it reasonable to submit several ports as part of one PR? > For my purposes, there are a handful of "leaf" ports: [...] > So on one extreme, I have to submit each port, one-at-a-time, > in order. On the other extreme, I submit all 12 in one PR. > > How should I go about submitting these new ports? If you add one port per PR and set the proper dependencies in each PR, it's easy for several committers to work on those ports. > Also, should I stay as the maintainer, or should I change them > to python@freebsd.org because they are Python ports? For the beginning, it's probably best if you stay maintainer, because you understand best when a port can be upgraded so that it does not interfere with the main application. This can otherwise become a problem (see gitlab-ce and the python ports it depends on). -- pi@FreeBSD.org +49 171 3101372 Now what ? From nobody Wed Oct 18 14:33:45 2023 X-Original-To: ports@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 4S9YJ70kGdz4x64F for ; Wed, 18 Oct 2023 14:33:59 +0000 (UTC) (envelope-from SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9YJ56vQwz3Stt for ; Wed, 18 Oct 2023 14:33:57 +0000 (UTC) (envelope-from SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of "SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz" has no SPF policy when checking 94.124.105.4) smtp.mailfrom="SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz"; dmarc=none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B675CD788E for ; Wed, 18 Oct 2023 16:33:48 +0200 (CEST) Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 752AED7887 for ; Wed, 18 Oct 2023 16:33:46 +0200 (CEST) Message-ID: Date: Wed, 18 Oct 2023 14:33:45 +0000 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ports@freebsd.org Content-Language: cs-Cestina From: Miroslav Lachman <000.fbsd@quip.cz> Subject: 32-bit wine does not work after upgrade Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: - X-Spamd-Result: default: False [-1.70 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.91)[-0.908]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; R_DKIM_NA(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DMARC_NA(0.00)[quip.cz]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4S9YJ56vQwz3Stt Hi, I am running FreeBSD 13.2 amd64 with quarterly 2023Q4 packages for my desktop. I cannot run Wine applications after the last pkg upgrade. There is a version mismatch and there is no i386 for Wine 8. % wine wine [wine-7.0.2] and wine64 [wine-8.0.2] versions do not match! Try updating 32-bit wine with /usr/local/share/wine/pkg32.sh upgrade % /usr/local/share/wine/pkg32.sh upgrade pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /usr/home/user/.i386-wine-pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking for upgrades (0 candidates): 100% Processing candidates (0 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. I also tried to rename ~/.i386-wine-pkg folder and create new one: % /usr/local/share/wine/pkg32.sh install wine mesa-dri pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /usr/home/user/.i386-wine-pkg install wine mesa-dri Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg: No packages available to install matching 'wine' have been found in the repositories What was changed and how can I run 32-bit Windows applications with Wine 8? Kind regards Miroslav Lachman From nobody Wed Oct 18 15:13:44 2023 X-Original-To: ports@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 4S9ZBG1qpHz4x8lP for ; Wed, 18 Oct 2023 15:13:58 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) (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 "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9ZBF6Qjrz3dWT for ; Wed, 18 Oct 2023 15:13:57 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lorenzosalvadore.it; s=protonmail3; t=1697642033; x=1697901233; bh=roha7uHW3nGHMSd23MVFLxtDUXqlgQXeX4xcbAZzYwY=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=iLatfuFDYB4l+vOQeaxEuRktSgOL1o5BfQloBbKSajFKXatmEdqWRNWdBWx2XZRMH QsFSVpfd/OhhTl1/StTQYpvz+4G9nOpQwKrSaBrgPNFApstSgGDenSeedT8/5+UlRx ZEz0dGJlkh/CJy6aaUD1ZSsH8KP5miQaD19PHZ71SYuCYrO9UDOBrv0yZbmAD1qUin M9YiltemGZYB9kRtYFIZQeQo4sakslDrMv5Cu4dGRyndHX3V+OKvPHZThQfEG9Y4En swhkuHBKD5E56TWr9cD3nAzlUlJYdBeaM8KQS/+zXTqfZFLPkEsmtp3X5eNkal+hak UgsQ1IUghpW1A== Date: Wed, 18 Oct 2023 15:13:44 +0000 To: 000.fbsd@quip.cz, ports@freebsd.org From: Lorenzo Salvadore Subject: Re: 32-bit wine does not work after upgrade Message-ID: In-Reply-To: References: Feedback-ID: 53711648:user:proton List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_Gl5dm9oPystQL6iOCRFdNbFfmWwaZNmb49brjXG4G3E" X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH] X-Rspamd-Queue-Id: 4S9ZBF6Qjrz3dWT This is a multi-part message in MIME format. --b1_Gl5dm9oPystQL6iOCRFdNbFfmWwaZNmb49brjXG4G3E Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SGVsbG8sCgpJIGFtIG5vdCBhbiBleHBlcnQgb2YgdGhlIHdpbmUgcG9ydHMsIGJ1dCBJIGhhdmUg YXNrZWQKc29tZW9uZSB3aG8ga25vd3Mgd2VsbCB0aGVzZSBwb3J0cyBidXQgaXMgbm90IHN1YnNj cmliZWQgdG8KdGhpcyBtYWlsaW5nIGxpc3QuIEhpcyBzdWdnZXN0aW9uIGlzIHRvIG5vdCB1c2Ug d2luZTgsIGJ1dCB1c2UKd2luZTcgaW5zdGVhZCBhbmQgd2FpdCBmb3Igd2luZTkuCgpUaGUgbWFp biBwcm9ibGVtIHdpdGggdGhlIHdpbmUgcG9ydHMgaXMgdGhhdCBub2JvZHkKaXMgYWN0dWFsbHkg cmVhbGx5IG1haW50YWluaW5nIHRoZW0gYXQgdGhlIG1vbWVudC4KCkNoZWVycywKCkxvcmVuem8g U2FsdmFkb3JlCgpTZW50IGZyb20gUHJvdG9uIE1haWwgbW9iaWxlCgotLS0tLS0tLSBNZXNzYWdn aW8gb3JpZ2luYWxlIC0tLS0tLS0tCklsIDE4IE90dCAyMDIzLCAxNjozMywgTWlyb3NsYXYgTGFj aG1hbiBoYSBzY3JpdHRvOgoKPiBIaSwgSSBhbSBydW5uaW5nIEZyZWVCU0QgMTMuMiBhbWQ2NCB3 aXRoIHF1YXJ0ZXJseSAyMDIzUTQgcGFja2FnZXMgZm9yIG15IGRlc2t0b3AuIEkgY2Fubm90IHJ1 biBXaW5lIGFwcGxpY2F0aW9ucyBhZnRlciB0aGUgbGFzdCBwa2cgdXBncmFkZS4gVGhlcmUgaXMg YSB2ZXJzaW9uIG1pc21hdGNoIGFuZCB0aGVyZSBpcyBubyBpMzg2IGZvciBXaW5lIDguICUgd2lu ZSB3aW5lIFt3aW5lLTcuMC4yXSBhbmQgd2luZTY0IFt3aW5lLTguMC4yXSB2ZXJzaW9ucyBkbyBu b3QgbWF0Y2ghIFRyeSB1cGRhdGluZyAzMi1iaXQgd2luZSB3aXRoIC91c3IvbG9jYWwvc2hhcmUv d2luZS9wa2czMi5zaCB1cGdyYWRlICUgL3Vzci9sb2NhbC9zaGFyZS93aW5lL3BrZzMyLnNoIHVw Z3JhZGUgcGtnIC1vIEFCST1GcmVlQlNEOjEzOmkzODYgLW8gSU5TVEFMTF9BU19VU0VSPXRydWUg LW8gUlVOX1NDUklQVFM9ZmFsc2UgLS1yb290ZGlyIC91c3IvaG9tZS91c2VyLy5pMzg2LXdpbmUt cGtnIHVwZ3JhZGUgVXBkYXRpbmcgRnJlZUJTRCByZXBvc2l0b3J5IGNhdGFsb2d1ZS4uLiBGcmVl QlNEIHJlcG9zaXRvcnkgaXMgdXAgdG8gZGF0ZS4gQWxsIHJlcG9zaXRvcmllcyBhcmUgdXAgdG8g ZGF0ZS4gQ2hlY2tpbmcgZm9yIHVwZ3JhZGVzICgwIGNhbmRpZGF0ZXMpOiAxMDAlIFByb2Nlc3Np bmcgY2FuZGlkYXRlcyAoMCBjYW5kaWRhdGVzKTogMTAwJSBDaGVja2luZyBpbnRlZ3JpdHkuLi4g ZG9uZSAoMCBjb25mbGljdGluZykgWW91ciBwYWNrYWdlcyBhcmUgdXAgdG8gZGF0ZS4gSSBhbHNv IHRyaWVkIHRvIHJlbmFtZSB+Ly5pMzg2LXdpbmUtcGtnIGZvbGRlciBhbmQgY3JlYXRlIG5ldyBv bmU6ICUgL3Vzci9sb2NhbC9zaGFyZS93aW5lL3BrZzMyLnNoIGluc3RhbGwgd2luZSBtZXNhLWRy aSBwa2cgLW8gQUJJPUZyZWVCU0Q6MTM6aTM4NiAtbyBJTlNUQUxMX0FTX1VTRVI9dHJ1ZSAtbyBS VU5fU0NSSVBUUz1mYWxzZSAtLXJvb3RkaXIgL3Vzci9ob21lL3VzZXIvLmkzODYtd2luZS1wa2cg aW5zdGFsbCB3aW5lIG1lc2EtZHJpIFVwZGF0aW5nIEZyZWVCU0QgcmVwb3NpdG9yeSBjYXRhbG9n dWUuLi4gRnJlZUJTRCByZXBvc2l0b3J5IGlzIHVwIHRvIGRhdGUuIEFsbCByZXBvc2l0b3JpZXMg YXJlIHVwIHRvIGRhdGUuIHBrZzogTm8gcGFja2FnZXMgYXZhaWxhYmxlIHRvIGluc3RhbGwgbWF0 Y2hpbmcgJ3dpbmUnIGhhdmUgYmVlbiBmb3VuZCBpbiB0aGUgcmVwb3NpdG9yaWVzIFdoYXQgd2Fz IGNoYW5nZWQgYW5kIGhvdyBjYW4gSSBydW4gMzItYml0IFdpbmRvd3MgYXBwbGljYXRpb25zIHdp dGggV2luZSA4PyBLaW5kIHJlZ2FyZHMgTWlyb3NsYXYgTGFjaG1hbg== --b1_Gl5dm9oPystQL6iOCRFdNbFfmWwaZNmb49brjXG4G3E Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 SGVsbG8sPGJyPjxicj5JIGFtIG5vdCBhbiBleHBlcnQgb2YgdGhlIHdpbmUgcG9ydHMsIGJ1dCBJ IGhhdmUgYXNrZWQ8YnI+c29tZW9uZSB3aG8ga25vd3Mgd2VsbCB0aGVzZSBwb3J0cyBidXQgaXMg bm90IHN1YnNjcmliZWQgdG88YnI+dGhpcyBtYWlsaW5nIGxpc3QuIEhpcyBzdWdnZXN0aW9uIGlz IHRvIG5vdCB1c2Ugd2luZTgsIGJ1dCB1c2U8YnI+d2luZTcgaW5zdGVhZCBhbmQgd2FpdCBmb3Ig d2luZTkuPGJyPjxicj5UaGUgbWFpbiBwcm9ibGVtIHdpdGggdGhlIHdpbmUgcG9ydHMgaXMgdGhh dCBub2JvZHk8YnI+aXMgYWN0dWFsbHkgcmVhbGx5IG1haW50YWluaW5nIHRoZW0gYXQgdGhlIG1v bWVudC48YnI+PGJyPkNoZWVycyw8YnI+PGJyPkxvcmVuem8gU2FsdmFkb3JlPGJyPjxicj48YnI+ U2VudCBmcm9tIFByb3RvbiBNYWlsIG1vYmlsZTxicj48YnI+PGJyPjxicj4tLS0tLS0tLSBNZXNz YWdnaW8gb3JpZ2luYWxlIC0tLS0tLS0tPGJyPklsIDE4IE90dCAyMDIzLCAxNjozMywgTWlyb3Ns YXYgTGFjaG1hbiA8IDAwMC5mYnNkQHF1aXAuY3o+IGhhIHNjcml0dG86PGJsb2NrcXVvdGUgY2xh c3M9InByb3Rvbm1haWxfcXVvdGUiPjxicj5IaSwNCkkgYW0gcnVubmluZyBGcmVlQlNEIDEzLjIg YW1kNjQgd2l0aCBxdWFydGVybHkgMjAyM1E0IHBhY2thZ2VzIGZvciBteQ0KZGVza3RvcC4gSSBj YW5ub3QgcnVuIFdpbmUgYXBwbGljYXRpb25zIGFmdGVyIHRoZSBsYXN0IHBrZyB1cGdyYWRlLg0K VGhlcmUgaXMgYSB2ZXJzaW9uIG1pc21hdGNoIGFuZCB0aGVyZSBpcyBubyBpMzg2IGZvciBXaW5l IDguDQoNCiUgd2luZQ0Kd2luZSBbd2luZS03LjAuMl0gYW5kIHdpbmU2NCBbd2luZS04LjAuMl0g dmVyc2lvbnMgZG8gbm90IG1hdGNoIQ0KDQpUcnkgdXBkYXRpbmcgMzItYml0IHdpbmUgd2l0aA0K ICAgICAgICAgL3Vzci9sb2NhbC9zaGFyZS93aW5lL3BrZzMyLnNoIHVwZ3JhZGUNCg0KDQolIC91 c3IvbG9jYWwvc2hhcmUvd2luZS9wa2czMi5zaCB1cGdyYWRlDQpwa2cgLW8gQUJJPUZyZWVCU0Q6 MTM6aTM4NiAtbyBJTlNUQUxMX0FTX1VTRVI9dHJ1ZSAtbyBSVU5fU0NSSVBUUz1mYWxzZQ0KLS1y b290ZGlyIC91c3IvaG9tZS91c2VyLy5pMzg2LXdpbmUtcGtnIHVwZ3JhZGUNClVwZGF0aW5nIEZy ZWVCU0QgcmVwb3NpdG9yeSBjYXRhbG9ndWUuLi4NCkZyZWVCU0QgcmVwb3NpdG9yeSBpcyB1cCB0 byBkYXRlLg0KQWxsIHJlcG9zaXRvcmllcyBhcmUgdXAgdG8gZGF0ZS4NCkNoZWNraW5nIGZvciB1 cGdyYWRlcyAoMCBjYW5kaWRhdGVzKTogMTAwJQ0KUHJvY2Vzc2luZyBjYW5kaWRhdGVzICgwIGNh bmRpZGF0ZXMpOiAxMDAlDQpDaGVja2luZyBpbnRlZ3JpdHkuLi4gZG9uZSAoMCBjb25mbGljdGlu ZykNCllvdXIgcGFja2FnZXMgYXJlIHVwIHRvIGRhdGUuDQoNCkkgYWxzbyB0cmllZCB0byByZW5h bWUgfi8uaTM4Ni13aW5lLXBrZyBmb2xkZXIgYW5kIGNyZWF0ZSBuZXcgb25lOg0KDQolIC91c3Iv bG9jYWwvc2hhcmUvd2luZS9wa2czMi5zaCBpbnN0YWxsIHdpbmUgbWVzYS1kcmkNCnBrZyAtbyBB Qkk9RnJlZUJTRDoxMzppMzg2IC1vIElOU1RBTExfQVNfVVNFUj10cnVlIC1vIFJVTl9TQ1JJUFRT PWZhbHNlDQotLXJvb3RkaXIgL3Vzci9ob21lL3VzZXIvLmkzODYtd2luZS1wa2cgaW5zdGFsbCB3 aW5lIG1lc2EtZHJpDQpVcGRhdGluZyBGcmVlQlNEIHJlcG9zaXRvcnkgY2F0YWxvZ3VlLi4uDQpG cmVlQlNEIHJlcG9zaXRvcnkgaXMgdXAgdG8gZGF0ZS4NCkFsbCByZXBvc2l0b3JpZXMgYXJlIHVw IHRvIGRhdGUuDQpwa2c6IE5vIHBhY2thZ2VzIGF2YWlsYWJsZSB0byBpbnN0YWxsIG1hdGNoaW5n ICd3aW5lJyBoYXZlIGJlZW4gZm91bmQgaW4NCnRoZSByZXBvc2l0b3JpZXMNCg0KDQpXaGF0IHdh cyBjaGFuZ2VkIGFuZCBob3cgY2FuIEkgcnVuIDMyLWJpdCBXaW5kb3dzIGFwcGxpY2F0aW9ucyB3 aXRoIFdpbmUgOD8NCg0KS2luZCByZWdhcmRzDQpNaXJvc2xhdiBMYWNobWFuDQoNCjwvZGl2Pg== --b1_Gl5dm9oPystQL6iOCRFdNbFfmWwaZNmb49brjXG4G3E-- From nobody Wed Oct 18 15:26:00 2023 X-Original-To: ports@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 4S9ZSC611qz4x9Zr for ; Wed, 18 Oct 2023 15:26:03 +0000 (UTC) (envelope-from SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9ZSC56G5z3gPZ for ; Wed, 18 Oct 2023 15:26:03 +0000 (UTC) (envelope-from SRS0=Nz0u=GA=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id A734BD7884; Wed, 18 Oct 2023 17:26:01 +0200 (CEST) Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 14AADD788E; Wed, 18 Oct 2023 17:26:01 +0200 (CEST) Message-ID: Date: Wed, 18 Oct 2023 15:26:00 +0000 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: 32-bit wine does not work after upgrade Content-Language: cs-Cestina, en-US To: Lorenzo Salvadore , ports@freebsd.org References: From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Queue-Id: 4S9ZSC56G5z3gPZ On 18/10/2023 15:13, Lorenzo Salvadore wrote: > Hello, > > I am not an expert of the wine ports, but I have asked > someone who knows well these ports but is not subscribed to > this mailing list. His suggestion is to not use wine8, but use > wine7 instead and wait for wine9. Yes, downgrade to wine 7 is the only thing on my list "what to try to fix it". I am surprised wine 7 was upgraded automatically to wine 8 when there is some uncompatible change and nothing is in pkg-message nor UPDATING. Kind regards Miroslav Lachman From nobody Wed Oct 18 17:09:49 2023 X-Original-To: freebsd-ports@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 4S9cm907JWz4xH6J for ; Wed, 18 Oct 2023 17:10:01 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp-out01.qsp.nl (smtp-out01.qsp.nl [193.254.214.165]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S9cm85BF8z4QHv for ; Wed, 18 Oct 2023 17:10:00 +0000 (UTC) (envelope-from brnrd@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from smtp.brnrd.eu (5921114a.static.cust.trined.nl [89.33.17.74]) by smtp01.qsp.nl (Postfix) with ESMTPSA id ED68D1579B; Wed, 18 Oct 2023 19:09:50 +0200 (CEST) Received: from mail.bachfreund.nl (unknown [127.12.7.10]) (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) (No client certificate requested) by smtp.brnrd.eu (Postfix) with ESMTPSA id 4S9clx6xG5zJbC; Wed, 18 Oct 2023 17:09:49 +0000 (UTC) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Wed, 18 Oct 2023 17:09:49 +0000 From: Bernard Spil To: Tatsuki Makino Cc: freebsd-ports@freebsd.org Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch In-Reply-To: References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> Message-ID: <85391598620119435f117d41d4eb7c83@freebsd.org> X-Sender: brnrd@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12315, ipnet:193.254.214.0/23, country:NL] X-Rspamd-Queue-Id: 4S9cm85BF8z4QHv On 2023-10-18 03:22, Tatsuki Makino wrote: > Tatsuki Makino wrote on 2023/10/18 09:06: >> pkg set -n openssl:openssl111 >> pkg set -o security/openssl:security/openssl111 >> Will these changes also update the local.sqlite deps table? :) > > I have run it in my environment. in use :) > From the results of `pkg shell .dump | grep openssl`, it seems that the > rewrite was done as I thought. > A few lines of examples are quoted below. > > INSERT INTO packages > VALUES(27078,'security/openssl111','openssl111','1.1.1w,1','TLSv1.3 > capable SSL and crypto library',replace('T ...(omitted) > INSERT INTO deps > VALUES('security/openssl111','openssl111','1.1.1w,1',22497); > INSERT INTO deps > VALUES('security/openssl111','openssl111','1.1.1w,1',22958); > > This changed the pkg version results as follows. > >> pkg version -v -e openssl111 > openssl111-1.1.1w,1 > succeeds index (index has > 1.1.1w) > > Since PORTEPOCH is different, it seems that it needs to be rebuilt and > reinstalled after all :) > > By the way, security/openssl111 of origin has been disused once, around > 2020-01-01. > And if it is used again, how will PORTEPOCH be treated? > > Regards. At no point was anything committed to security/openssl111 that has EPOCH set. When security/openssl111 was deleted, it was openssl111-1.1.1d https://cgit.freebsd.org/ports/commit/security/openssl111?id=ec9d22cc64ab145058ef25da960430b468b88338 When it was added it was openssl111-1.1.1w https://cgit.freebsd.org/ports/commit/security/openssl111?id=eb45600f807e47956529e5ec3f306539ec798279 From nobody Thu Oct 19 04:15:11 2023 X-Original-To: ports@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 4S9vWg4QBRz4xwHf for ; Thu, 19 Oct 2023 04:15:11 +0000 (UTC) (envelope-from portscout@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 4S9vWg3MsNz4PKf for ; Thu, 19 Oct 2023 04:15:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697688911; a=rsa-sha256; cv=none; b=bnCQm/ww6e9KhxeYaBnkOImXBZrIaj+646KC+HctJmpJ7DnB4RcMkrq6MfwesnZlmVDqhh PP/zJuQfdPjevVZyrOZigsZ89trNyxT+xgGfKC8cxvVzaIrFvZZvXcK3wkyMsOliGAT92E VmPviWUxzd2hJMJuj8tnSORTBlKXP5QwW3c3hmUFOi9DD0B703+UbfnJ3eHL9mCKo2qqVQ Oxyrkt45m4QYUdViBzE1biqCb9gV42Kc6FUk8KaML34Px9O6ahiXncSkdyoocrjWYkyDU2 601RAugbq90X7vZOqFq0zmSyCe1nE+5xEoLS6lek5zCJRRjNsWUkOEce85GkwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697688911; 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; bh=DsMVgH9JP6efLDdPOn7Wf4s/H0M01SZKvdDHIerOWOw=; b=hdVGibOP+au3IccX6wuYvzeM4pypIOWerpr7GgRY3pbYdxhaM/5MErPdYqbXXqTZYqThOl bHuwvkpiJDyc+BgVXJYD6EmuVAw0AenwZHmMDbxDMogMQ/r3w8UF3+S6GGNpQad2MOvEHO H0vYSCgh2FziqpKrWxwUfRVVt7Qx8pLxt+IVMwS3gSm016SbEXVDLwAQRQeiLbZzVLSEXC dXUg8kAlWHOou/RtEvhgv2jIavEh3Po0/kifP7nEUYSMwKHkca+n5ssy5eftb5rJvp4yhn R7txUztopUjOQIBc4z++gZiWBNZBmKzrr3CDJr0euFpTKFIYrPi/pYVHQPCu0Q== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4S9vWg1DRjzZrt for ; Thu, 19 Oct 2023 04:15:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39J4FBtC071199 for ; Thu, 19 Oct 2023 04:15:11 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39J4FB23071198; Thu, 19 Oct 2023 04:15:11 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310190415.39J4FB23071198@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Thu, 19 Oct 2023 04:15:11 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ cad/ifcopenshell | 0.6.0 | blenderbim-231018 ------------------------------------------------+-----------------+------------ databases/clickhouse | 22.1.3.7 | v23.9.2.56-stable ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Thu Oct 19 04:57:17 2023 X-Original-To: freebsd-ports@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 4S9wSx6cDyz4xyJ3 for ; Thu, 19 Oct 2023 04:57:53 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Received: from APC01-SG2-obe.outbound.protection.outlook.com (mail-sgaapc01olkn2099.outbound.protection.outlook.com [40.92.53.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "DigiCert Cloud Services CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9wSx1tz7z4Ts3; Thu, 19 Oct 2023 04:57:53 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Authentication-Results: mx1.freebsd.org; none ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fuQz9oupooi+3bM8zkaP8HlGXxo8WObwkcQ/JOs87jXIYxvZ4c0kIvs6UWUDqibZNU8uXgaA+F/4sEBWMnk50Dk2TBl0trbLa4yDpzj7dCCkXGn2RxhRbPO39rjn7eHMRW9AN1Q2KBOOeJOQnua5NpcyBMOoV6qEWC5mXFFkTXRhcSfYcUcWINSbibvVeL574I4LPsNgEczBGQIY1z44RCcJmGto0hqtrB0Jdr1+vrdIL04qaHW6fjCQVNQCkluqvM0jwx7PGaPnvZ7ZK0RbaQ0EaVTp1eANUBHo85gRDAJzb/SyZVM+4yXBgVj0n03h2iQ/o7Zy258femsqJXvF5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ofdtKd5OYVyaoISylfUWOj6i5lr3h/qb8EFqaFyn5JM=; b=P1zsBFvXCC2LkLlt4AXswh+4CPoZO/8W/vHHCko9+Ut2sCo2lomzchgY8b9N1IBQWVP5/yCXnnx/1Xx4tCpSgB7kDl7FUWSol7suRe+Oaywf+KNlsM6m0NBVBNEkITN3v/mvOf24xsgUegWLjxHaGK7EJSjrrhre8hLIXoBZqpmNIzDxZPDzQyW4NcQRvbrejvy1g1VAzVkqCz714Fjp4pwzseBL9FSaV/mb272M0QKI2HGci62bFj2akRCeMHJeMjeNb9dGEySjNGcYnrDinUR+yQMcD0Jl7hFYtbYRcEyfwqmZvqIhZkllV6pVHc9Tjitd1XbOU5x4KVuRa5rYpg== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ofdtKd5OYVyaoISylfUWOj6i5lr3h/qb8EFqaFyn5JM=; b=dSTGTMgbTf4qA0QmKNL/hIFAtY57drirk/556OOhI9PAX89lKqCOfA2qU5VAWvupc7Xrip6LNBBYlMqVqpOWA30HLIFtd69mVU7+b0iczcPTYtcbnMs0dKcXp13gC2hqXaPrJyZo3FZFkwaeX0YBJYnuaErZXPKzdFLriS63F9K3uRJbBSUqu5NUafcFybnCJAttUe+/wvLwRjK6Dv94WRFPX5nXpBNn5uj7JDa699PDlrez9R29ikdoicFirMC7wqg1PzcTdpByHsSGlLQ+QRKMNjrWVfFzD1S60azlpLjeNTnfobptKQvlL9XzierkniCGxTp4C7KpLYLO+JdOYA== Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) by SEYPR01MB5241.apcprd01.prod.exchangelabs.com (2603:1096:101:de::9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6907.24; Thu, 19 Oct 2023 04:57:47 +0000 Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206]) by SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206%3]) with mapi id 15.20.6907.022; Thu, 19 Oct 2023 04:57:46 +0000 Subject: Re: HEADS-UP: security/openssl switching to 3.0 branch To: Bernard Spil , freebsd-ports@freebsd.org References: <92667a5ea6afeab7ce9c55528af34f49@freebsd.org> <48b835a442707d7b8db4f4b270c12897@freebsd.org> <9e2b9b33-0ef5-49d6-8580-fd01518044cf@groumpf.org> <85391598620119435f117d41d4eb7c83@freebsd.org> From: Tatsuki Makino Message-ID: Date: Thu, 19 Oct 2023 13:57:17 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 In-Reply-To: <85391598620119435f117d41d4eb7c83@freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-TMN: [lfChPFdNH8hVAuaLQbRudKK/Hat5boue] X-ClientProxiedBy: KL1PR0401CA0035.apcprd04.prod.outlook.com (2603:1096:820:e::22) To SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) X-Microsoft-Original-Message-ID: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: SI2PR01MB5036:EE_|SEYPR01MB5241:EE_ X-MS-Office365-Filtering-Correlation-Id: 8a101298-abb2-4cc0-324e-08dbd05fefa6 X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: TNOX2s3ZkuJKUiE2v5FpiWL8XGlF0sskWUWWAj5cZhepmaZojJ4LMb8MbbdqnZUv+g3XxLNGZ6GnCAL4B62A4ZzFzC6eAA/AlEHKqkAKJAKtGtiD2oPwqFbo0MZYDbL9+sW0EMngp6i9gbDICYpIAx7izL4srPWMdxpA3mrXEvbOlZp6qfNdOFUyirhL64hrTuQSh+oVfOYKdf0Q1HkeI9ah2F9EsXP/jKesPgOGhN0EDWhlM5uwDuq9veMwWFPGL8Gtx24YQ1w5PZeDQX0koTRTKyB1aOulVTgA/Te1WzsXYIQTLyE7rG4CuV3qo55AL8xbhChZfvOqkm3CECjpZxE0nkCOESBlL3Azns+lwen+lgVyySm2XMRigj9B6trkOMTZ6YStnqIA0tCnhTYbqq0Yx1zWoKMhLjBDAhrhxyV6MkXKVhbHj3xHRNvF7uxQ4svvm+3OPeikxI5CQmmbrY1s8NMH7p6R5wSWySRIc2+yS1lC9cvDinrkpFtd3CXT9Yy+IV6awlysKUeSPC7RfXNO1y8Ogg5BB9Np8UON6gDZGhi8UIuwFaOcx/6540Ycyd5gpeCuUrrnxtZ/tHCyxCyp8rT0pmHbIsCV3J8dppcO76lwRS6jEfZNmXtZg0JonG79EoaTDz5qygyR0RlyUBVYlryt+55V8X0WtlhX0qo= X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: =?utf-8?B?S2tGbzdJbFhCamIxZ1ZKeWhsckJqZFBYWEZhcGZuNGdHVFpkQ1UzSG9tWlVZ?= =?utf-8?B?OEppTnJueGtOK3VNYndGa3NPQmR0eW42UXp4ZzRUWjFYclc4a20yWFZCRWlW?= =?utf-8?B?Tjd3YmRpTmNPdkJqN2pvVS9DbDdINlJFdzhOdnJKUy9oMU5Jd3JJdVNrTGEz?= =?utf-8?B?d1RJTDNGci9td2VGdTZRZTF2M0them14eStFajEvYVY3ay96SEJJNnN4V0tx?= =?utf-8?B?U3EwMU1xQjRHSjEwaTJaTWFCTzNzOFgwV3IwQXN1MXVBMVQ0UGo4K2lpUkxh?= =?utf-8?B?LzYrYU54SWpuL3lqekNwM2I4b25INlVnaEI1YXVxR2xJU1lSU0ZvRHRtWTZ0?= =?utf-8?B?TE00Mk81MDVwVFFRZ2cvek9vaFY5aXI1NEplRzBlN0xDVFBSRCtKc1c3Z1Vq?= =?utf-8?B?a0VwZnNpMmVBTGVrU1ZSZ2gzYzArdE9pYS9nc3RYaHdGcjhLSm9lMGk2Y1Ny?= =?utf-8?B?ZkloTFRSdXA0bGt6b0puZk1SMmlram9RRm5GV1d2cEtIM0FCZEx4V09XNjFU?= =?utf-8?B?YUFyQVRFM1QxYmFZMVFLc002NmdPdjMxVDJxVTEwNy95cjI0N3Q4Z1ZkS2hN?= =?utf-8?B?WndGbHlib2o0Y3NhdVRmdjgwd2d2UlBVLzN6cGVzVnBvaHlkUVgzeG1LMDcy?= =?utf-8?B?aUJ5UW84emZ2dHZHNTc4aGFxNU9JVmtvb25LYklnODYyNXR5S0N2MUQ5NWpl?= =?utf-8?B?MVJvbmo1TmxNTFJGU25oa1pUazhxeVN5UDZUdHZrTmp0dlJKbVVjckg5Vkps?= =?utf-8?B?Y1FlejE4T1BObU9YbGFBTExwYmliV1VSUUk3ZnZqZSt4K2Ftd0ZYRlR6d3lC?= =?utf-8?B?RTIweUtpWm1rejBqTTZTeEpRZG1PREdzR0cvQjFxZzZnMVRDa0JGbUhxa3VQ?= =?utf-8?B?N01CYk5iTitMYXhRK0dEalJ2bFdoaysxNVVNeFlmU0tsd1lzOTIyODd1MmJa?= =?utf-8?B?aXdpemZVTDdFbWN4RmVqazFmKzhJS2QvZVRNQUQ0bEhVanlnY21JNXozRTl1?= =?utf-8?B?WTVzWE83TG1NWUYyQXdRTml6QUREenV1ckxVL2ZqcDZPRXFEbmh4Ly90WWtt?= =?utf-8?B?U1Urc2JzYURhekFRUWFhRUxoZGU1Q3hiZzlFZzd2bXhrNStmcUx3b0FHZDJY?= =?utf-8?B?UFZhTnpRQmlLVk5iTTJzdTJicVpSdFVnbGlmUjE1T2hKVEpQdG1wcHZSV1RL?= =?utf-8?B?OUZINWllS3VjLzQyMExHcm1ER2ZJZ29jdnZhR1VFSHpmaENHUHlaMTJHSmNE?= =?utf-8?B?TzNBeVlvblArWCs0empJR3ZjVkVXT2N1bnU2aHlCWUpTWkUrVmtId0tpYUpU?= =?utf-8?B?TnRCczZQRmpOMGRKN2lzZEVldmVGbE9kQ1ByNU9KWFZ4aDZxNHhCcStlUkp1?= =?utf-8?B?NzBMdmR2ZHVwZ1gzZ2hLY3NPQjdjS2g3OU9NNEo1SXhSb1FiMlYrVmh0bEFS?= =?utf-8?B?NElQRklxcFllb0l6ckFKbElkaG5NSUFMcEVHRHlQL2pXc1l2QldhNUhkT2dT?= =?utf-8?B?Ti84a3hBWkRVZ29OQXl0Q0lMZHJmYkRSdUwyWUZWNHowdlN0Nm5GcFVFRnpD?= =?utf-8?B?WkhicHF1bWxEc0thVndUQzZMa3lhOTNTUzh2cFkvVXF3RUthc0thV0dIVzMx?= =?utf-8?Q?iFPBW2EIjUO3YAkOmXNCgRw2436iHzxcQXK6tDi1wsMw=3D?= X-OriginatorOrg: sct-15-20-4755-11-msonline-outlook-d8e84.templateTenant X-MS-Exchange-CrossTenant-Network-Message-Id: 8a101298-abb2-4cc0-324e-08dbd05fefa6 X-MS-Exchange-CrossTenant-AuthSource: SI2PR01MB5036.apcprd01.prod.exchangelabs.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Oct 2023 04:57:46.8705 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SEYPR01MB5241 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8075, ipnet:40.80.0.0/12, country:US] X-Rspamd-Queue-Id: 4S9wSx1tz7z4Ts3 Bernard Spil wrote on 2023/10/19 02:09: > On 2023-10-18 03:22, Tatsuki Makino wrote: >> By the way, security/openssl111 of origin has been disused once, around 2020-01-01. >> And if it is used again, how will PORTEPOCH be treated? > > At no point was anything committed to security/openssl111 that has EPOCH set. > > When security/openssl111 was deleted, it was openssl111-1.1.1d > https://cgit.freebsd.org/ports/commit/security/openssl111?id=ec9d22cc64ab145058ef25da960430b468b88338 > When it was added it was openssl111-1.1.1w > https://cgit.freebsd.org/ports/commit/security/openssl111?id=eb45600f807e47956529e5ec3f306539ec798279 Thank you very much. So this time, since it is the same pkgname and the pkgversion is simply increasing, ordering by epoch is not necessary, so it is not done. So, for those who change DEFAULT_VERSIONS from ssl=openssl to ssl=openssl111 and keep 1.1.1, portmaster -o security/openssl111 openssl-1.1.1 would be the best choice, wouldn't it? The method of just rewriting pkgname and origin using pkg-set also seems to allow us to postpone reinstallation until next version upgrade, if we ignore the warning of version decreasing. Regards. From nobody Thu Oct 19 06:21:11 2023 X-Original-To: freebsd-ports@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 4S9yKV1z3Yz4y2KS; Thu, 19 Oct 2023 06:21:34 +0000 (UTC) (envelope-from pat@patmaddox.com) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4S9yKT4NWpz4dm7; Thu, 19 Oct 2023 06:21:33 +0000 (UTC) (envelope-from pat@patmaddox.com) Authentication-Results: mx1.freebsd.org; none Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id C079E5C0260; Thu, 19 Oct 2023 02:21:32 -0400 (EDT) Received: from imap41 ([10.202.2.91]) by compute2.internal (MEProxy); Thu, 19 Oct 2023 02:21:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=patmaddox.com; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1697696492; x= 1697782892; bh=egnmYjP29XgwO73s1VxLYrSikcWsk0IsO8u46Dm0Hzk=; b=N ZtRDG2BRUNOaVacn8V0z2SmFXAfCOA63DofcxTnzK/FckRarUyliYEp2IrX7NgfU //0TqyB2Ohp96d2XX6aoyP3R5PcfpytI8UsQhIMQfOdzFmWyDEfUDxfnTh/vc+mj jaiUNGy2WAmFSYh24hOT+IIR5rzDO34YDdyVgmWcT2CAHn3jDFjkZgF4R20kYUmv TXn8MA2QGnPZLeilgppO8rxt5OlMuMsdonITCZgGJ0aikCh3F8Fcto7c/vNjPzEm xBT2chTs3kjS8qodig5pMaE9kP0IzF5RSszQgmA3xzyxC0tZfH5xyKTGNSX2mW1E dGwhAoQmE9oCjprmWEC4Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1697696492; x=1697782892; bh=egnmYjP29XgwO 73s1VxLYrSikcWsk0IsO8u46Dm0Hzk=; b=qFeBIkwWBUAUoPtxhe6xTehtieRGe yeQpVzcsMYCsYyLuXEZrKJGVXoqqsIdo9A8kZ82S3VG7eHyIjPZidEm2tQvreh8p FXMe2KtF/x2FpnXjQKp6458iJ0kTPfIF1bI8vlSqyJhKTTX45yRe1NCSJnWBo47B CAjsvZWgy2IEYDbjFZTTXpHXAy9il98tQJj3haVtzRQD5DI11rd1WUhu8b1AQ+mr MQKYKMwjOB52133/P+QL60iaQ3gLRCGW6GyV935CqY6WKSBfwM0oGLkUlriUB3S+ 5Xb3eJOIp4ySHvf5bQCOiYN5TCTMlYbSpFpSQWu1iDonZl5NNqMS1lHkw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrjeehgddutdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvvefutgesth dtredtreertdenucfhrhhomhepfdfrrghtucforgguughogidfuceophgrthesphgrthhm rgguughogidrtghomheqnecuggftrfgrthhtvghrnheptefgueegieduveevteffgeduff eggeegtdeijeegkeevkefgieefveelvdettdegnecuffhomhgrihhnpehfrhgvvggsshgu rdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epphgrthesphgrthhmrgguughogidrtghomh X-ME-Proxy: Feedback-ID: i8b6c40f9:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 77165234007E; Thu, 19 Oct 2023 02:21:32 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-1019-ged83ad8595-fm-20231002.001-ged83ad85 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Message-Id: <89c88bea-4130-4555-a36a-46d9755ad51d@app.fastmail.com> In-Reply-To: References: <02ef0f84-d0a8-43e0-a726-8eee263de515@app.fastmail.com> Date: Wed, 18 Oct 2023 23:21:11 -0700 From: "Pat Maddox" To: "Kurt Jaeger" Cc: freebsd-python@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Seeking guidance on submitting several new Python-based ports Content-Type: text/plain X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:19151, ipnet:66.111.4.0/24, country:US] X-Rspamd-Queue-Id: 4S9yKT4NWpz4dm7 On Wed, Oct 18, 2023, at 2:08 AM, Kurt Jaeger wrote: > Hi! > >> Is it reasonable to submit several ports as part of one PR? >> For my purposes, there are a handful of "leaf" ports: > [...] > > If you add one port per PR and set the proper dependencies in each PR, > it's easy for several committers to work on those ports. Thanks! For anyone interested, here are the leaf ports (blockers are set in the PRs, there are 12 new ports total): databases/py-dbt-duckdb: DuckDB adapter plugin for dbt https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274584 databases/py-dbt-snowflake: Snowflake adapter plugin for dbt https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274583 databases/py-schemachange: Database Change Management for Snowflake https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274585 databases/py-snowddl: Object management automation for Snowflake https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274586 Pat From nobody Fri Oct 20 02:18:14 2023 X-Original-To: freebsd-ports@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 4SBSth3r4wz4y8NZ for ; Fri, 20 Oct 2023 02:18:36 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (host64.shmhost.net [IPv6:2a01:4f8:a0:51d3::107:1]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4SBStg0qDTz3Jkn; Fri, 20 Oct 2023 02:18:34 +0000 (UTC) (envelope-from franco@lastsummer.de) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of franco@lastsummer.de has no SPF policy when checking 2a01:4f8:a0:51d3::107:1) smtp.mailfrom=franco@lastsummer.de; dmarc=none Received: from smtpclient.apple (p200300cd8714dff8000000000000c259.dip0.t-ipconnect.de [IPv6:2003:cd:8714:dff8::c259]) by host64.shmhost.net (Postfix) with ESMTPSA id 4SBStV4R5gzNtDg; Fri, 20 Oct 2023 04:18:26 +0200 (CEST) Content-Type: text/plain; charset=us-ascii List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: Re: recent changes to security/ca_root_nss From: Franco Fichtner In-Reply-To: Date: Fri, 20 Oct 2023 04:18:14 +0200 Cc: "des@freebsd.org" , "kevans@freebsd.org" , Allan Jude , "sunpoet@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: To: FreeBSD Ports X-Mailer: Apple Mail (2.3731.600.7) X-Virus-Scanned: clamav-milter 0.103.10 at host64.shmhost.net X-Virus-Status: Clean X-Spamd-Bar: - X-Spamd-Result: default: False [-1.50 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; R_SPF_NA(0.00)[no SPF record]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; DMARC_NA(0.00)[lastsummer.de]; TO_DN_EQ_ADDR_SOME(0.00)[] X-Rspamd-Queue-Id: 4SBStg0qDTz3Jkn I received no comment to technical review questions, no acknowledgement of the regressions laid out and also no pointer to where the plan for = these changes is. I can only assume that nobody saw my questions or doesn't want to answer for non-technical reasons. I can live with that, but I also feel that = for an issue that involves rewriting the central trust store of the years past (ca_root_nss) this behaviour should raise a red flag. Here is my final technical assessment of the current situation, whether someone cares or not, including base. I've also added all current and = past authors to this reply just for once to make sure nobody is actually = "missing" this who could benefit from it for the sake of everyone else using = FreeBSD having to deal with the elevation of certctl and the FreeBSD managed = trust store. 1 -- The untrusted/blacklisted situation There was more than enough time to get the following commit[1] into = stable/13, but it does not appear there. It would have been practical to have it in = 13.2 at the very latest because in January ports consumers are going to be = forced to deal with certctl through ca_root_nss[2] (and a large number of other = sudden bundle dependency removals) through quarterly packages if not sooner if = it's going to be put there directly (I have no idea if it will but it doesn't = matter because it's going to happen either way). One of the bigger concerns is that why is this work carried out after = 13.2 is out and established. People have migrated and set it up and the next = quarterly at the latest will change their expectations and it's not documented = anywhere I could find. It's not even being actively discussed by the authors as = you can see from the radio silence mentioned earlier. [1] = https://cgit.freebsd.org/src/commit/usr.sbin/certctl?id=3D64e6e1e46363de5d= 4843cf0fc79406060ec44c03 [2] = https://cgit.freebsd.org/ports/commit/security/ca_root_nss?id=3D483e74f44b= 82f20bddd5608beef74b2a5ab38a88 2 --No annotation of (desired) behavioural changes This is a point from the last mail and the reason why a plan would be = good, preferably written as a UPDATING entry or a port revision bump and a = commit message or levelling expectations through the certctl man page that = additional trust stores will be merged into the base provider location and what to = do if this is undesired. This also goes for inconsistency changes here[3]. Yes, in the best case = these files are the same but now we have one direct link and two overrides. Is = the user supposed to override each file with something else not knowing what = the actual port is going to use[4]? It's unlikely. And UFS corruptions WILL leave the effective file empty on a crash (0 = bytes) which pkg/ca_root_nss install WILL NOT recover from. Debugging this is = no fun, and I've seen it enough times to say this is a very bad thing to = change, because in most cases people do not edit these files and a corruption = can mean their application stops working because the bundle being used is = empty. And if there are technical requirements to have sample files a = compromise would be possible, but that requires responding to technical review. Wouldn't it have been better to remove the ETCSYMLINK files one by one = and give enough space in between these removals so that the ports committers = can weed one out per quarter? And I don't mean now. This could be years = away, but it would be a plan. First /usr/local/openssl/cert.pem moving to /etc/ssl/cert.pem Then /usr/local/etc/ssl/cert.pem moving to /etc/ssl/cert.pem Lastly /etc/ssl/cert.pem [3] = https://cgit.freebsd.org/ports/commit/security/ca_root_nss?id=3D574c939ecc= d322f546365bff8a68c7a5b7c3dc92 [4] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274322 3 -- Merging trust stores and the global untrusted dilemma I was lucky enough to run into an unexpected situation with a CA that I = was installing locally. Appending it as the first certificate ignores the = whole bundle on 13.2 and I see it was fixed here[5] and it was at least marked for = stable merge. Will it also be in 13.2 or is 13.2 as a production release not a = target like point 1) not also? The wider remark here: FreeBSD reserves its right to provide further = untrusted certificates through base updates which can heavily impact operation of installations in a quite unexpected way by untrusting certificates = bundled with other trust stores or the user's choices. What is the benefit of = this as opposed to revoking (as in removing) certificates on base updates and = leaving the untrusted list for the user to deal with on their own? I do know why that one untrusted certificate was actually problematic, = but only since I worked with the signer closely over a number of years. That = FreeBSD tries to manage this different than ca_root_nss has always done is = strange... Flat bundle, update and done? Why make it complicated, but perhaps I'm missing a technical reason that is not relevant to ca_root_nss. But bottom line untrusted is good, but why is it partially managed by = FreBSD and also globally effective? It appears this was written without = ca_root_nss in mind, which could technically become untrusted. And I do not know how updates are handled but could removed untrusted certificates come back? It wouldn't be very expected to the user dealing = with the problem either. But it might not be the case. [5] = https://cgit.freebsd.org/src/commit/usr.sbin/certctl?id=3Da401c8cb26b22688= 087ad7c5ee527718459df15a 4 -- On certctl rehash being slow I'm not saying it's too slow but the result of chaining everything into = the rehash process from a shell script makes sure that people will be affected by = this later when they try to sidestep[6] it. There is probably room for improvement, but there are no obvious things = to do here that would make this faster on short notice, especially if = additional certs are going to be dissected for valid reasons checking against untrusted = references. [6] https://github.com/pfsense/pfsense/commit/72c441e9e0c0f 5 -- Missing bundle emulation for certctl The simple cure for ETCSYMLINK removal would be a bundle emulation mode in certctl which appears to be missing for no apparent reason. It would = have made the whole situation so much clearer and smoother (especially when it = wold have been carried out in 2019-2020). Keep the option, modify the state of the ETCSYMLINK=3Doff to use the = bundle emulation (certctl rehash is hooked up anyway for better or worse). = After rehash append a bundle stage or a call a separate stage which could be used = from ca_root_nss (or not). Providing the bundle files for base as well would = be less error prone. I expect some bundle use to linger for a couple of years: = old tutorials are used, old code is copied, people make mistakes, hardcoding etc. In OPNsense we've been disabling ETCSYMLINK for a long time and added a light emulation layer for the files provided with the merged user = certificates in it. The process is very quick and sturdy, because you neither need @sample overrides nor is this prone to UFS corruption mentioned in point 2) = because one ends up rewriting and copying these files fresh on each invoke fixing = any corruption (on a reinstall of ca_root_nss via pkg too). 6 -- Missing global lock for certctl Running wedged tasks like[2] is going to force collision when certctl = rehash is going to be backgrounded[6] by users because of point 4). It can be said that = it's undesired but we all know it's going to happen. The user can't access = "certctl rehash" inside ca_root_nss. It may end up building a partial trust store and for = some people "just run certctl rehash" again is not a great support strategy = (automation, unreachable destination, administration errors, script bugs etc.). And rehash cron = jobs are also problematic in the same way and I would not exclude this as it can be a = valid use case. 7 -- Missing pre- and post-processing hooks for rehash Async[6] is also bad because if users want to manually override the = structure and certctl rehash is in ca_root_nss (possibly triggering twice for removal = and re-adding on upgrade?). In these cases the best solution for the user would be to = be able to drop files into the right location at the right time -- when certctl = actually is ready to perform a rehash -- and clean up the current untrusted situation if = it is kept like it is. It's not something desperately needed, but it shows how simple certctl = was built for the base system where this works fine, but not if there are more trust = store locations incoming from the ports or user side and multiple points try toreload it = to get their updates in. 8 -- Bundle file handling I've wondered that OpenSSL can deal with full bundles in /etc/ssl/certs = just fine like done with ca_root_nss but the blacklisting appears to defeat that = purpose completely if the FIRST CA happens to match. Good thing is this was already found = and fixed[7]. What's the plan for 13.2 inclusion? [7] = https://cgit.freebsd.org/src/commit/usr.sbin/certctl?id=3Da401c8cb26b22688= 087ad7c5ee527718459df15a 9 -- The problem of thinking the ports situation is as easy as the base = situation The tooling appeared ready for base side consumption in 2020, but = solving the challenges in ports WRT ca_root_nss was not prepared for. The code = trickled into all the releases in a first version which was a very good approach to = keep it under the radar. I've seen nice results bootstrapping projects from GitHub = with just base tools now on FreeBSD 13.2 and that certainly is a great achievement I = applaud. Keeping the former points mentioned here in mind now both certcl is = going to be improved on the fly while the ports tree is changed mid-release at least = from the FreeBSD 13.2 perspective. I don't see how this will not create more = ports consumer problems doing all of it on the fly at the same time and the ports tree = moving faster than the base tree from a user perspective, but it is what it is. The behaviour for 14.0 will also be a bit different perhaps, and for = CURRENT users get the latest and greatest, but I doubt a lot of users are aiming for = production systems on CURRENT. Again, most of this is a view from the FreeBSD 13.2 release side looking = at commits and reverts in the ports tree, core feature changes and all this will be = ready once quarterly hits and doesn't depend on any work for certctl that is not in FreeBSD = 13.2? 10 -- Breaking people's trust The sad truth for me personally is that there is a lot of knowledge out = there (in the bug tracker, the ports code, committers and contributors) and a number = of easily curable mishaps have already been made. Seeing this drag out in real = time is not very pleasant, especially since FreeBSD users are going to be at risk = needlessly if only there was more communication and most of this could be avoidable = and smoother. The aim shouldn't be bug free implementations, but breaking the trust on = the Internet for already voiced concerns is not really worth it. That's = especially for the current authors of the changes to decide, maybe already decided. = Fair enough. Feel free to correct me on technical aspects I'm getting wrong or point = me to documentation that explains these points raised here. Favourably where = users will find them quickly if they run into any such issues laid out here = when pkg- upgrade will change their machine's behaviours. I've used the src and = ports tree to the best of my knowledge, read the manual pages and additional commit notes and annotations. This is by no means a full audit and I = could have easily missed something. The only favour I have is please don't ask me to write documentation, = fixes or features for points mentioned here myself if I want to see them since I = neither have control of nor current authors will share their plans and allow = debate. I'm not a committer and I don't plan to be. I'm just a contributor with = field experience on the matter and I've done my best to draw a current picture of the = situation as it unfolds. I'll privately respond to technical inquiries if any come up but this is = my last mailing list post on the subject. The trust bundle change and certctl are = certainly fun endeavours and it was rewarding to look at the bigger picture. I thank = everyone for being involved and working on and improving it over the years. And thanks for reading this far. :) Cheers, Franco > On 9. Oct 2023, at 10:39 AM, Franco Fichtner = wrote: >=20 > Hi, >=20 > Since discussing this appears to be difficult I'm starting a > new and brief thread about the recent changes based on > the verifiable facts: >=20 > = https://cgit.freebsd.org/ports/commit/security/ca_root_nss?id=3D574c939ecc= d322f546365bff8a68c7a5b7c3dc92 >=20 > This commit changes the behaviour of the ETCSYMLINK > option without a revision bump or explanation. It forces > inconsistencies between the three files provided (two are > samples now, the other one is a direct link). Trying to contact > the author was unsuccessful. A few things were at least > discussed around the commit: >=20 > = https://lists.freebsd.org/archives/freebsd-ports/2023-September/004451.htm= l >=20 > Then we had another commit: >=20 > = https://cgit.freebsd.org/ports/commit/security/ca_root_nss?id=3D483e74f44b= 82f20bddd5608beef74b2a5ab38a88 >=20 > This was approved by the author of the first commit not > responding for comments, but introduces other regressions > like merging the trust stores unconditionally and removing > other provided files in a default option. It was up for review > at least. It also modifies the port as indicated in the previous > mail thread that had no response: >=20 > = https://lists.freebsd.org/archives/freebsd-ports/2023-September/004459.htm= l >=20 > I've unprofessionally voiced my concerns about lack of discussion > out of frustration about lack of response, planning and care here: >=20 > = https://lists.freebsd.org/archives/freebsd-ports/2023-October/004612.html >=20 > I deserve my fair share of criticism, but it doesn't change the fact > that both commits are of poor quality and they actually were actively > being discussed and concerns ignored. I will not yield on this fact. >=20 > I see now that the latter one has been rolled back again: >=20 > = https://cgit.freebsd.org/ports/commit/security/ca_root_nss?id=3D52e0c40367= d3ebd09ab7169e025c37fbf70b8dee >=20 > Thanks for that. >=20 > Now my main concern is what's the plan? Do we want to live with > the inconsistency untroduced in 574c939ecc that was actually > reported and fixed in = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262755 > and introduced in = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228550 ? >=20 > Why are we discarding prior work with documented use case and user > reports under the guise of cleanups? Why was there no planning and > proper review of the changes carried out? Why were the two committers > involved either not responding or criticising others harshly for > bringing it up while approving each others work anyway? >=20 > As a side note I'd appreciate if asking for apologies is not a = recurring > trend when ignoring technical discussion and concerns from non- > committers. This goes for on-list and off-list messages. It's highly > inappropriate. >=20 >=20 > Thanks for reading this far, > Franco From nobody Fri Oct 20 04:05:40 2023 X-Original-To: ports@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 4SBWGF5fPJz4xFdt for ; Fri, 20 Oct 2023 04:05:41 +0000 (UTC) (envelope-from portscout@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 4SBWGF3mD1z3QLf for ; Fri, 20 Oct 2023 04:05:41 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697774741; a=rsa-sha256; cv=none; b=PNvtLrtZMJ1mIfFWRxaFNQSAcEVnGP1BkRGtfW+2yanxzphm4o/EgKhd87sGic5Ao88D9j ze9SQ+qymj7ZEwNWg3ajvgTjf2hRvrRrrPj+PYYxGVaevyAcR3CETqttZYrPHSQywGjVaR NyNFHgKYO+8Ob56f0uWX6yCKHM/PTNNeoFzLDoaGx3MJTH1bq1/yJCjOsWOHQ6Gy6BnMUf 3da8n7e7ObmhsGsDRtbl/v79p0uv1ZeVXhype6b/b14Vq56j2jAalbzcQjHfZshUXZJEbY Lxm0M2Raucht4rRWqRRpvSYMPsEzXSVF4BJVAVklCn47xnNU+1J9Ill/xcgZ3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697774741; 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; bh=glu/cSn4phwaBdGFLu4H46LRAPdhE9XF4zXWR8XIWH0=; b=FERKJK5Rp/A9+Y9UG7LQe0VXNoaF72jEBQbtvfPsByhee/8DCDd8m1Os5brQ/HjYWy6Pn4 ndMmSA5Uqa3IzIx16B2a7Ho0bLaNvroFTnhGQKBjIXh3LhxNmWvymdVrAR14hrOOxAV/9k 0jyVM7oMEab88/rCjRpdxRKy0KFDa0Exq8Nx5qfHn4+lpJ3PBDExf6tRIvzHTJwaFw0689 h7tW0TmESMhaYySOMthTX1mBaJ8P9xti/l9BoNmXhq+kqb5amcSfBNnmGmNB9z+U92evGE gvHic+AaN0wS18shkSQcym+wzdKaJxUFwJpix5OvQ4/2LvVJNmHldDsRl6hjsQ== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4SBWGD4j05z2vC for ; Fri, 20 Oct 2023 04:05:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39K45ehL054201 for ; Fri, 20 Oct 2023 04:05:40 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39K45eYa054200; Fri, 20 Oct 2023 04:05:40 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310200405.39K45eYa054200@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Fri, 20 Oct 2023 04:05:40 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/sqlclient | 1.8.1 | 1.9.0 ------------------------------------------------+-----------------+------------ devel/performance | 0.5.0 | 0.6.0 ------------------------------------------------+-----------------+------------ math/py-claripy | 9.0.5405 | v9.2.73 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Fri Oct 20 11:45:29 2023 X-Original-To: ports@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 4SBjSt18Kfz4xhKZ for ; Fri, 20 Oct 2023 11:45:34 +0000 (UTC) (envelope-from SRS0=FZaK=GC=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SBjSr3SVvz4Z3B; Fri, 20 Oct 2023 11:45:32 +0000 (UTC) (envelope-from SRS0=FZaK=GC=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of "SRS0=FZaK=GC=quip.cz=000.fbsd@elsa.codelab.cz" has no SPF policy when checking 94.124.105.4) smtp.mailfrom="SRS0=FZaK=GC=quip.cz=000.fbsd@elsa.codelab.cz"; dmarc=none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id A5CCAD788B; Fri, 20 Oct 2023 13:45:30 +0200 (CEST) Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id C9B85D7887; Fri, 20 Oct 2023 13:45:29 +0200 (CEST) Message-ID: <1feaa1fd-2997-4ad0-82d8-429f054e91b4@quip.cz> Date: Fri, 20 Oct 2023 11:45:29 +0000 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: mr@FreeBSD.org Subject: security/vaultwarden config.json.sample is not a JSON Content-Language: cs-Cestina, en-US Cc: FreeBSD Ports List From: Miroslav Lachman <000.fbsd@quip.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: / X-Spamd-Result: default: False [-0.88 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=FZaK=GC=quip.cz=000.fbsd@elsa.codelab.cz]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_SHORT(-0.09)[-0.085]; XM_UA_NO_VERSION(0.01)[]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=FZaK=GC=quip.cz=000.fbsd@elsa.codelab.cz]; MLMMJ_DEST(0.00)[ports@FreeBSD.org]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; R_SPF_NA(0.00)[no SPF record]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_SOME(0.00)[]; DMARC_NA(0.00)[quip.cz]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4SBjSr3SVvz4Z3B Hi, I noticed the change of config file location. It was previously in local/etc/rc.conf.d/vaultwarden (and I still have this file) But according to this https://reviews.freebsd.org/D41602 new install location is local/www/data/config.json.sample so I looked in to this file and it is totally different than local/www/data/config.json. The later is real JSON file, but config.json.sample is not a JSON file at all so why it is named like it? (this is the source of the sample file https://cgit.freebsd.org/ports/tree/security/vaultwarden/files/vaultwarden_conf.in) What is the right way to configure vaultwarden now? Kind regards Miroslav Lachman From nobody Fri Oct 20 20:24:04 2023 X-Original-To: ports@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 4SBwz95mj5z4yBSj for ; Fri, 20 Oct 2023 20:24:05 +0000 (UTC) (envelope-from portscout@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 4SBwz90W34z4R3w for ; Fri, 20 Oct 2023 20:24:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697833445; a=rsa-sha256; cv=none; b=TU4RloKa7MFDJzyeZ5/FJInAMEXeIlg36VeHcZlCO7h6vy+PNiDtzCBGi6hdAfi6bBC3Z1 poV1zIEeQGpdagIyoDm1Y7HxZ/fa2y8n3lf61OJHHsjD4bb4XT3Yun8f8yl3TmMFzSD17s AJRJ7vA9twUzQBTIl0YHBO38r58Hi5IJIeqQ76J2JU7bGG9VwpOTEV2R/YddMOsT3S8zwp G+4l8SxCegI0uD4s1MgoUNcOtxPtGIDU0h4kA+cNDua5E5T5JmSgBmwDmrirYbW9r0NPf8 KWf/ODjwXT6gFkI1RbYisISGPQFJOQEyUrz5hShRIhf60n0yMFl9/xWCfRMTUQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697833445; 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; bh=Os3zPlvSNtupw24aiOjjo3o/vu5AnXQhFS1rkBA74Ok=; b=YrlokN5b647BFJ+YknrxH2u3YZYAqgt49fO5ukplIAjM1NrO558wkESLgAlaq+YKIz4EVM BzzEN+uePZ0/2CVfzEY+1ExxlAH/Qs+Rgz0QQUJiB2N3DLfX6UoChlsyUC6A/hICy1dcUk UfubkSl86IF3xduwKY1bcCW/hW3OrWziD2+zKxp6qtuTePuv17LpdChZDUu12cLpjjs1dN Rm/JHyb0ht0H/6JztSGzSnLYvQTghQq5tVkki26I31vcLJW9hWzkLyM/TYGPkRjG5iPCkh R0z8p6d4srp5BaTtImBZvApf/njjD2hLdQOKrTVrN/fh5pCVqI0AzdBtLpr0Ig== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4SBwz86hpqzmrm for ; Fri, 20 Oct 2023 20:24:04 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39KKO4Fu083626 for ; Fri, 20 Oct 2023 20:24:04 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39KKO4wi083616; Fri, 20 Oct 2023 20:24:04 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310202024.39KKO4wi083616@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Fri, 20 Oct 2023 20:24:04 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ cad/ifcopenshell | 0.6.0 | blenderbim-231020 ------------------------------------------------+-----------------+------------ net/bredbandskollen | 0.20190705 | bbk_cli_1.2 ------------------------------------------------+-----------------+------------ x11-wm/cwm | 7.1 | 7.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Sat Oct 21 03:39:27 2023 X-Original-To: freebsd-ports@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 4SC6dx2yZzz4xP3W for ; Sat, 21 Oct 2023 03:39:49 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Received: from APC01-PSA-obe.outbound.protection.outlook.com (mail-psaapc01olkn2105.outbound.protection.outlook.com [40.92.52.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "DigiCert Cloud Services CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SC6dw2RkDz4JfF for ; Sat, 21 Oct 2023 03:39:48 +0000 (UTC) (envelope-from tatsuki_makino@hotmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=hotmail.com header.s=selector1 header.b=S4KWsd0W; spf=pass (mx1.freebsd.org: domain of tatsuki_makino@hotmail.com designates 40.92.52.105 as permitted sender) smtp.mailfrom=tatsuki_makino@hotmail.com; dmarc=pass (policy=none) header.from=hotmail.com; arc=pass ("microsoft.com:s=arcselector9901:i=1") ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lccQ2Se6NErzGvBuE1/dqS3LFKOqRYZgU0D58Kp2ziKK0si7C3FqyKuySup58Lt33TIqNp8up7cqS3u7gAZ+SQF0Hnl3Am8D4pdANQXV/jC7qqeTHl4gxFG0c7S50aqMkGg466xX7dC3eRmH3+ae5nZk8XKF0JuwulwFbV32QMqaS9AyesUYbnvwfn7owk8vQciJLNOPvQsWf00xu21uRgq+XrIGB7BTGsni8aXOjDK9gNOQm1tgg9oDwiV0TLJdx2I2N0QmZ8gLgRyFUD+nuwUOwkny5NQtNk5QGvkXh6gWP7q8QIwuYKxpPNJSd5cT7WggiYVPie80d50hLwZDrQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Tp/EpRnvcMbETBSgYf6hYwFhmuoP6riCSTS+eM84If4=; b=AXwsmj/FWpwjWPD8BnoP4dznkHICmMxRdhSBJnSUe4mA9Zu1H1Jz9oHLbDrYSCvtY/FNCnoq8op8tchz1Ao4Ib30nhwz2D3eJQxeHTbXlsei6OQFH7yeibNkxeLtOWiYmyYFXB/woIGzpu2gPDHtBGjx7ut0a+cbmNZZ15GN8X+kj5LgbSatzGKt+hDQdRS0h6TO3w0F816OfS9RcB4ENEzlzP/M1ynIreKmOPLpfB3YzqzeOLhFbThWgSaNsCwhdGG4w/TNpI4cEW5GXuX6eQjsBxoW8EajiRJD6rD5jxYMoDSbGmaV3450ZSxI367YbWz0HJIpavatu0g8PGBm/Q== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Tp/EpRnvcMbETBSgYf6hYwFhmuoP6riCSTS+eM84If4=; b=S4KWsd0WwEULV4OGTXourvahhNY+eUBFt4T+gXGPZGiuhMvvspuDkYkQ/7xnrpz0NVe+R8yfk4quqCegajBslrzqJrIgZglcCFPU2d+Hwuy5SPJp552jcfF5FKcmyt/iLNtaPK6nY1dRv94F3OWr8Dphct3urNU2Xqe8pSaoqNoDcsx0id3mzlzvzOkfg78LsPPE8x9+EDgPKePkXh7TOSFTK0sm/6CGX1x8sLi7cBYK5GZhgzqd+06ghZCs2Mi1GMMkcSmnJjTy6WWpFAYnEnLEhzd5z2AT33ERhbGKEC4a4gtVrf2N+1sAlAeW53T88iHNISs37WUO+kanA100lA== Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) by TYSPR01MB5613.apcprd01.prod.exchangelabs.com (2603:1096:400:411::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6907.23; Sat, 21 Oct 2023 03:39:44 +0000 Received: from SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206]) by SI2PR01MB5036.apcprd01.prod.exchangelabs.com ([fe80::4d13:6296:702a:9206%3]) with mapi id 15.20.6907.025; Sat, 21 Oct 2023 03:39:42 +0000 Subject: lang/perl5.36: update procedure written in UPDATING is not enough To: "freebsd-ports@FreeBSD.org" From: Tatsuki Makino Message-ID: Date: Sat, 21 Oct 2023 12:39:27 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-TMN: [NT5F2lO6W3aj5AuFGRJBt4drwT5tuzDa] X-ClientProxiedBy: SI2PR04CA0004.apcprd04.prod.outlook.com (2603:1096:4:197::22) To SI2PR01MB5036.apcprd01.prod.exchangelabs.com (2603:1096:4:1f8::9) X-Microsoft-Original-Message-ID: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: SI2PR01MB5036:EE_|TYSPR01MB5613:EE_ X-MS-Office365-Filtering-Correlation-Id: d8b55941-ed16-4dbc-7021-08dbd1e75c67 X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: CmJ/rpF0QaV9/4rFsQ+cEnYlAghrN8bx8maG4QJPhQptgC5t4cnFJyyb5RwTFXKD264GfAtbWMQy4vH+vnwyUr8+xIxfG0j4IZErZwNgjHQtFVc20r//zbBqZArEvMv/oxhLGKbfDGVxSjkr618ZG3fpWo6Zkc3PRID3PgrSapDY3fUI+IkVCowFpe00cXzooxeapgUhmE6urFiXtmWACRXEYjUWI1TZb3pT8wcMK+70p4WUUubVD6V9HYFImqOjOSEKYAIlsKEF9XV91dIUl1i1YV2X6lxTAPpaCX5Z2tJGshg4PdKZl5IBIFSPkGsrncNvadSK0vkedLIeMm3M9UMIIDaAhXelcLktaokV3/94oqPzOF5XwbSV04/cERWmoRhqpEug3l6skb43xaS2HseoHJL+NI1z4gcJnDOHAaM8cgo0MlBoVSF/888qRu8H08OfRSuu/qZcBNx4hmxXRl7l6a4Dv5K+Ip6Ypw48y5B4UlVVzS+MxtfDwlNX7MiEoCAgFAfFQZX2msDIKkh7jDs0N9NSrK4WrnzXXH1Rl5VNRsmnxsoq89uFarivZvjQj4t+KJysReHsFdfQ8D4iUkCHpmtMsI/+4rUXiOVB5TJGnklze3nXxYNDngZnDnnd X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: =?utf-8?B?VHBlMUMrUFh4U29ONnJraGp1dnVDeFBManluL241VVM0V096cHhKK2RUNm1u?= =?utf-8?B?MXppTW5JbnM2L1p2TGZLS0thb3F0YUwxeno1QVYrQnpPUlV6R1hIQXhqNTlu?= =?utf-8?B?aDNzcG8yN3JMZ0NXZGQ3UGtIYnllUm4yRlVBRmluZ0dXcFM4OWhCUjQ1SjJa?= =?utf-8?B?UEd4RFJrQ0VGeW4rNnBMeUZOM25HWVhjckJWTk1STUVCYjJDZXp2NnFkTUNL?= =?utf-8?B?U3VFdUlkeG9JVWtpVk9JTHNrVE5IYzNMZVZpeDU3MzNpckJ3dVRKM2xONkVi?= =?utf-8?B?cFRHWXJRMVNVUTNjb0k3NkVaalEybVdCUHVYUXdET1YzVS8zbXAwcU1HWitj?= =?utf-8?B?WEVNRFp5NG5UdGtpTnBpVkQyMFBYeXdXc1BldlA5UEdMZTJ0TGZSb3lRelpC?= =?utf-8?B?U0NtT28xcG9Vak5BaHlZWnJCUUJiR1NjUGxPSWtOVmdWNHp4YlRrVVBldFRS?= =?utf-8?B?eDVZVnFPcnJNc3lsN2oybWh0TUNJaTZNM1Z2VmFhUUd3OWV3bDdvTEhEcGp3?= =?utf-8?B?R3E1Ni9USmRhVUhLM1FqcVR4S0EraU13N2V4dTUyMmpJbUhTVk9iRWFYMHJI?= =?utf-8?B?UmE1NHhMQS9JZ2FnUjVQYUxJdjRLc1NQa0dCZ3ZsWXlPQjdJOFIvWDd6cHpL?= =?utf-8?B?NGd6MS82QTVYVkZhbFgzYWo5bDFCaUZ6OWVlK3pUZk1mUVFNclNSZzRDVU5n?= =?utf-8?B?dy9hUnNVb2tQVGYwR09INWJrZk1vTGlOb2dqcGhYV25tYVI4RFRNaVh5WmVD?= =?utf-8?B?bEo5dForcC9ibVBxa1E2d0krMHZlcXJGL1VGYmN4Q3AxQWNIQ21oSzNxQXRx?= =?utf-8?B?ajRHd3QvcWtSREZqcjJQODluSENhL3pGNVBwY0lLTVV0R295YmtGelJRczZX?= =?utf-8?B?UkRja1R3Q1pnZThyYzNTWStNNDNWVDc2UHdlQWdROWZRdUdFa1lKNmU4S1Mv?= =?utf-8?B?NHlIaDkxdUJ5UnI0RmtoR09KQklyL2M0L3BPclR6ak90WVVxUk5zdWFYL0dX?= =?utf-8?B?NXhubUowM21PV0NzSUJ3WVcxOEFtZ2UrWDRUZmxXcFR3NVJhMC9XNkZkdWRE?= =?utf-8?B?S0Y3RStlakxLdzJFSUc4Tk42cGFOUDZlWnFNNC81TDlZTDZnMlRaTUwxcGlG?= =?utf-8?B?WnZRWmYrcHlmcy83bkd4SUg5YWduMFBxVTFxZmJRTVBGaGJRbHY0QUF6WFlI?= =?utf-8?B?cnFSY2YwTDFxUmRVM1p5N3hEc0pWTWdaZVZlcnlocVhjeGhLVXlkSjJYT0V0?= =?utf-8?B?aHF1Q1FyRnBhNWFPUkx0SVB2ald4ajFRQ3EzLzJRSTBvVTkyYWUzeWFtTnlF?= =?utf-8?B?TnVNbFJ5NU8yN3BCTVliSThiNkQ4M2pVWGRMZzZGYk1EalBPeVI0SUFzQTNQ?= =?utf-8?B?MUMvRWcvM0dpbWtrR0hzUDRYUUJPN251alh0b3h2aUZvTkRPN1QxTDZmOWlj?= =?utf-8?B?aDlpQTlCRFd2eStxM0R3NjN0NSt4WjBrTnY4VFFvMVNvTVR2L0xFUHJJamdY?= =?utf-8?B?bDVDQmU1elphN2FxZ3AxdFFGQ2I1RkJ4bDNNZldkbkREVUJiNUx2SU85aW92?= =?utf-8?B?R2RKU1N3MWg5bCtxc2owbWlFVi80R0ZURWpyQzYyc3dWcWlaK1RINzRYNXB6?= =?utf-8?Q?SQ6guPRyO2tfPMyEHmgLQeLBumIq68UTLoDP6IlJQ5ds=3D?= X-OriginatorOrg: sct-15-20-4755-11-msonline-outlook-d8e84.templateTenant X-MS-Exchange-CrossTenant-Network-Message-Id: d8b55941-ed16-4dbc-7021-08dbd1e75c67 X-MS-Exchange-CrossTenant-AuthSource: SI2PR01MB5036.apcprd01.prod.exchangelabs.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 21 Oct 2023 03:39:42.5082 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: TYSPR01MB5613 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.50 / 15.00]; FORGED_MUA_SEAMONKEY_MSGID_UNKNOWN(2.50)[]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[hotmail.com,none]; R_DKIM_ALLOW(-0.20)[hotmail.com:s=selector1]; R_SPF_ALLOW(-0.20)[+ip4:40.92.0.0/16]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[hotmail.com]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8075, ipnet:40.80.0.0/12, country:US]; RCVD_IN_DNSWL_NONE(0.00)[40.92.52.105:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.92.52.105:from]; RCVD_COUNT_TWO(0.00)[2]; DWL_DNSWL_NONE(0.00)[hotmail.com:dkim]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[hotmail.com:+]; FREEMAIL_FROM(0.00)[hotmail.com]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Queue-Id: 4SC6dw2RkDz4JfF Hello. The default version of perl has been switched, have you been able to keep up? :) Updating according to the procedure written in UPDATING is sufficient to avoid the trouble of not finding the library when perl is executed. However, it has not moved the files installed according to the old version number. Those files may be found with commands such as find /usr/local/lib/perl5/site_perl/mach/ -not -type d -not -path '*/5.36/*' The modules that install these files are either pure perl or do not have binaries linked to libraries of perl, so pkg does not consider them to be dependent on libraries of perl. Therefore, it is not a candidate for a port that needs to be reinstalled. The existence of all those files is recorded by pkg and should not be deleted manually. The following command will find the port where those files were installed. find /usr/local/lib/perl5/site_perl/mach/ -not -type d -not -path '*/5.36/*' -exec pkg which -q {} + | sort -u Reinstalling any ports found by using this will also complete the perl update. Are there others left that have not been successfully migrated from older versions? Regards. From nobody Sat Oct 21 04:19:03 2023 X-Original-To: ports@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 4SC7WC5PXsz4xRcV for ; Sat, 21 Oct 2023 04:19:03 +0000 (UTC) (envelope-from portscout@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 4SC7WC3b4hz4MLs for ; Sat, 21 Oct 2023 04:19:03 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697861943; a=rsa-sha256; cv=none; b=hbC6wb/EsEY6D1bM93RkRMeHe0txIknvtucCx8LhsPaqCjkFCs2uglb/oBjxSrsBg87HFz OIaz8WDS1eciKEcYVGHzFJTx5Vxh+rdAZdMq34xvmDkuvgSkcFGcC3wOwy0ED/ccjaHJcJ 1EeEnBioEKI+CXbpfkFFYi/GJ31uFinSC9e006ADr3gD+U1FzT6avKH0qQ8nqVozzWJ3Wh DzsPzUNnQ0pgPAz9Z+Kkxsf3qAwZGd2MwwLV/zu6j3mYWmFWgo9WeJXssg1NxWzCCb7CGL WzI4VPkp7tTdXT6yY74VdMGrfYeqo76NS8UBcQhDq9moYbxS+TODVRVfmQQcbA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697861943; 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; bh=Ic94z1kxbP3hOveHA56j3YIbLmUrSSvmZtilsSKO+wE=; b=f/2wi9rV5nhwi+gUsBzkNYKhzhSFAQQhHjZ2LjylzMcChEfR3XhYdHvPoqrvZAQtj8hNUi 3H2RABa1hrfOjJyOwEgpdjhtyHOL/hsSbjTCDbf+9GykrP5s6ykYSWlYc5gIcCr3zB816+ W7dUow+5vj3NVcN8oZTZivyDM85qqG2hoVLWoptizXasXs+DJaYiow7ruEZC+7uz1CaJUQ FoY0FPclFdXUCS9dLYmbIfG1jTwbumRyRanjXlQezjuzr5I1wOysdAmNjvle2yXmv92Ocs +0uGEHezooZPQNva0rQuXuFeemUlXO4SkFLclSn0BCCpm8h4UNIuS2l8dKRJ+A== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4SC7WC2gNXz11qY for ; Sat, 21 Oct 2023 04:19:03 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39L4J3kR058965 for ; Sat, 21 Oct 2023 04:19:03 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 39L4J34o058964; Sat, 21 Oct 2023 04:19:03 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202310210419.39L4J34o058964@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Sat, 21 Oct 2023 04:19:03 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: Unmaintained FreeBSD ports which are out of date X-Mailer: portscout/0.8.1 Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ math/mingw32-libgmp | 6.1.0 | 6.3.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Sat Oct 21 05:49:51 2023 X-Original-To: freebsd-ports@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 4SC9XG2LFxz4xXfY for ; Sat, 21 Oct 2023 05:50:06 +0000 (UTC) (envelope-from freebsd@oldach.net) Received: from nuc.oldach.net (hmo.in-vpn.de [IPv6:2001:67c:1407:60::1]) (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 (2048 bits) client-digest SHA256) (Client CN "hmo.in-vpn.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SC9XD5SNWz4SMq for ; Sat, 21 Oct 2023 05:50:04 +0000 (UTC) (envelope-from freebsd@oldach.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd@oldach.net designates 2001:67c:1407:60::1 as permitted sender) smtp.mailfrom=freebsd@oldach.net; dmarc=none Received: from nuc.oldach.net (localhost [127.0.0.1]) by nuc.oldach.net (8.17.2/8.17.2) with ESMTPS id 39L5npEo045074 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 21 Oct 2023 07:49:51 +0200 (CEST) (envelope-from freebsd@oldach.net) Received: (from hmo@localhost) by nuc.oldach.net (8.17.2/8.17.2) id 39L5npc3045073; Sat, 21 Oct 2023 07:49:51 +0200 (CEST) (envelope-from freebsd@oldach.net) Message-Id: <202310210549.39L5npc3045073@nuc.oldach.net> Subject: Re: lang/perl5.36: update procedure written in UPDATING is not enough In-Reply-To: From Tatsuki Makino at "21 Oct 2023 12:39:27" To: tatsuki_makino@hotmail.com (Tatsuki Makino) Date: Sat, 21 Oct 2023 07:49:51 +0200 (CEST) Cc: freebsd-ports@freebsd.org From: freebsd@oldach.net (Helge Oldach) X-No-Archive: Yes List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (nuc.oldach.net [0.0.0.0]); Sat, 21 Oct 2023 07:49:51 +0200 (CEST) for IP:127.0.0.1 DOMAIN:localhost HELO:nuc.oldach.net FROM:freebsd@oldach.net RCPT: X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.54 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.24)[-0.244]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; FREEMAIL_TO(0.00)[hotmail.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FROM_NO_DN(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:29670, ipnet:2001:67c:1400::/45, country:DE]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[oldach.net]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4SC9XD5SNWz4SMq Tatsuki Makino wrote on Sat, 21 Oct 2023 05:39:27 +0200 (CEST): > The default version of perl has been switched, have you been able to keep up? :) > Updating according to the procedure written in UPDATING is sufficient to avoid the trouble of not finding the library when perl is executed. > However, it has not moved the files installed according to the old version number. Indeed 20181213 is incomplete; I usually run something like portupgrade -f `pkg query %ro-%rv lang/perl5.28` instead of the pkg shlib example. Kind regards Helge From nobody Sat Oct 21 07:23:15 2023 X-Original-To: ports@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 4SCCbz6qY0z4xdTl for ; Sat, 21 Oct 2023 07:23:27 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4SCCby3nJQz4bC6 for ; Sat, 21 Oct 2023 07:23:25 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp; dmarc=none Received: from kalamity.joker.local (123-1-80-101.area1b.commufa.jp [123.1.80.101]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 39L7NFUb050548 for ; Sat, 21 Oct 2023 16:23:16 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 21 Oct 2023 16:23:15 +0900 From: Tomoaki AOKI To: ports@freebsd.org Subject: Re: lang/perl5.36: update procedure written in UPDATING is not enough Message-Id: <20231021162315.f9042885e73d7ce1b0b52e4c@dec.sakura.ne.jp> In-Reply-To: <202310210549.39L5npc3045073@nuc.oldach.net> References: <202310210549.39L5npc3045073@nuc.oldach.net> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: / X-Spamd-Result: default: False [0.48 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.94)[-0.935]; NEURAL_SPAM_MEDIUM(0.92)[0.916]; MV_CASE(0.50)[]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[sakura.ne.jp]; HAS_ORG_HEADER(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; R_SPF_NA(0.00)[no SPF record]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4SCCby3nJQz4bC6 On Sat, 21 Oct 2023 07:49:51 +0200 (CEST) freebsd@oldach.net (Helge Oldach) wrote: > Tatsuki Makino wrote on Sat, 21 Oct 2023 05:39:27 +0200 (CEST): > > The default version of perl has been switched, have you been able to keep up? :) > > Updating according to the procedure written in UPDATING is sufficient to avoid the trouble of not finding the library when perl is executed. > > However, it has not moved the files installed according to the old version number. > > Indeed 20181213 is incomplete; I usually run something like > > portupgrade -f `pkg query %ro-%rv lang/perl5.28` > > instead of the pkg shlib example. > > Kind regards > Helge Usually, I run `portupgrade -m 'DISABLE_VULNERABILITIES=yes' -f p5-\*` between the 2 steps for portupgade. In addition, add " -m 'DISABLE_VULNERABILITIES=yes'" for the last step. Addig this option avoids fallouts because of "marked as vulnerable". To be more paranoids, run it without " -m 'DISABLE_VULNERABILITIES=yes'", and with " -m 'DISABLE_VULNERABILITIES=yes' -n" to find fallouts, and then confirm they are really needed, deinstall now-unneeded ones, finally run with " -m 'DISABLE_VULNERABILITIES=yes'" for vulnerable but really needed ones. And I think `pkg shlib` method is better, as `pkg query` method can cause fallouts by missing explicit dependencies. Not 100% sure, though, but IIRC, when the `pkg shlib` method is first introduced in UPDATING, I tried legacy method first and `pkg shlib` method next, and some more fallouts was rebuilt. -- Tomoaki AOKI From nobody Sat Oct 21 10:41:23 2023 X-Original-To: ports@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 4SCJ0j5Zxhz4xqy6 for ; Sat, 21 Oct 2023 10:41:41 +0000 (UTC) (envelope-from freebsd@oldach.net) Received: from nuc.oldach.net (hmo.in-vpn.de [IPv6:2001:67c:1407:60::1]) (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 (2048 bits) client-digest SHA256) (Client CN "hmo.in-vpn.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SCJ0g53Prz3QWH for ; Sat, 21 Oct 2023 10:41:39 +0000 (UTC) (envelope-from freebsd@oldach.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd@oldach.net designates 2001:67c:1407:60::1 as permitted sender) smtp.mailfrom=freebsd@oldach.net; dmarc=none Received: from nuc.oldach.net (localhost [127.0.0.1]) by nuc.oldach.net (8.17.2/8.17.2) with ESMTPS id 39LAfOx1063863 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 21 Oct 2023 12:41:25 +0200 (CEST) (envelope-from freebsd@oldach.net) Received: (from hmo@localhost) by nuc.oldach.net (8.17.2/8.17.2) id 39LAfNqi063862; Sat, 21 Oct 2023 12:41:23 +0200 (CEST) (envelope-from freebsd@oldach.net) Message-Id: <202310211041.39LAfNqi063862@nuc.oldach.net> Subject: Re: lang/perl5.36: update procedure written in UPDATING is not enough In-Reply-To: <20231021162315.f9042885e73d7ce1b0b52e4c@dec.sakura.ne.jp> from Tomoaki AOKI at "21 Oct 2023 16:23:15" To: junchoon@dec.sakura.ne.jp (Tomoaki AOKI) Date: Sat, 21 Oct 2023 12:41:23 +0200 (CEST) Cc: ports@freebsd.org From: freebsd@oldach.net (Helge Oldach) X-No-Archive: Yes List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (nuc.oldach.net [0.0.0.0]); Sat, 21 Oct 2023 12:41:25 +0200 (CEST) for IP:127.0.0.1 DOMAIN:localhost HELO:nuc.oldach.net FROM:freebsd@oldach.net RCPT: X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.92 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.62)[-0.622]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:29670, ipnet:2001:67c:1400::/45, country:DE]; MLMMJ_DEST(0.00)[ports@freebsd.org]; R_DKIM_NA(0.00)[]; FROM_NO_DN(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; DMARC_NA(0.00)[oldach.net]; MID_RHS_MATCH_FROMTLD(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4SCJ0g53Prz3QWH Tomoaki AOKI wrote on Sat, 21 Oct 2023 09:23:15 +0200 (CEST): > On Sat, 21 Oct 2023 07:49:51 +0200 (CEST) > freebsd@oldach.net (Helge Oldach) wrote: > > > Tatsuki Makino wrote on Sat, 21 Oct 2023 05:39:27 +0200 (CEST): > > > The default version of perl has been switched, have you been able to keep up? :) > > > Updating according to the procedure written in UPDATING is sufficient to avoid the trouble of not finding the library when perl is executed. > > > However, it has not moved the files installed according to the old version number. > > > > Indeed 20181213 is incomplete; I usually run something like > > > > portupgrade -f `pkg query %ro-%rv lang/perl5.28` > > > > instead of the pkg shlib example. > > > Usually, I run `portupgrade -m 'DISABLE_VULNERABILITIES=yes' -f p5-\*` > between the 2 steps for portupgade. That would miss dependencies not starting with p5-, for example example net/wakeonlan (not seen by pkg shlib either). In fact this installs into site_perl/mach/${PERL_VER} so there would be leftovers from the previous ${PERL_VER} during upgrade. Kind regards Helge From nobody Sat Oct 21 12:46:17 2023 X-Original-To: ports@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 4SCLmd55Mrz4xyYc for ; Sat, 21 Oct 2023 12:46:25 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4SCLmc0Vbvz3Zl6 for ; Sat, 21 Oct 2023 12:46:23 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp; dmarc=none Received: from kalamity.joker.local (123-1-80-101.area1b.commufa.jp [123.1.80.101]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 39LCkIxs006734 for ; Sat, 21 Oct 2023 21:46:19 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 21 Oct 2023 21:46:17 +0900 From: Tomoaki AOKI To: ports@freebsd.org Subject: Re: lang/perl5.36: update procedure written in UPDATING is not enough Message-Id: <20231021214617.b9a6ee4405368342520d2709@dec.sakura.ne.jp> In-Reply-To: <202310211041.39LAfNqi063862@nuc.oldach.net> References: <20231021162315.f9042885e73d7ce1b0b52e4c@dec.sakura.ne.jp> <202310211041.39LAfNqi063862@nuc.oldach.net> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: / X-Spamd-Result: default: False [0.45 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.54)[-0.545]; MV_CASE(0.50)[]; NEURAL_SPAM_SHORT(0.49)[0.493]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; R_DKIM_NA(0.00)[]; HAS_ORG_HEADER(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4SCLmc0Vbvz3Zl6 On Sat, 21 Oct 2023 12:41:23 +0200 (CEST) freebsd@oldach.net (Helge Oldach) wrote: > Tomoaki AOKI wrote on Sat, 21 Oct 2023 09:23:15 +0200 (CEST): > > On Sat, 21 Oct 2023 07:49:51 +0200 (CEST) > > freebsd@oldach.net (Helge Oldach) wrote: > > > > > Tatsuki Makino wrote on Sat, 21 Oct 2023 05:39:27 +0200 (CEST): > > > > The default version of perl has been switched, have you been able to keep up? :) > > > > Updating according to the procedure written in UPDATING is sufficient to avoid the trouble of not finding the library when perl is executed. > > > > However, it has not moved the files installed according to the old version number. > > > > > > Indeed 20181213 is incomplete; I usually run something like > > > > > > portupgrade -f `pkg query %ro-%rv lang/perl5.28` > > > > > > instead of the pkg shlib example. > > > > > Usually, I run `portupgrade -m 'DISABLE_VULNERABILITIES=yes' -f p5-\*` > > between the 2 steps for portupgade. > > That would miss dependencies not starting with p5-, for example example > net/wakeonlan (not seen by pkg shlib either). In fact this installs into > site_perl/mach/${PERL_VER} so there would be leftovers from the previous > ${PERL_VER} during upgrade. > > Kind regards > Helge Of course, p5-\* aline is insufficient. What I noted is, in detail, First, add to /etc/make.conf: DEFAULT_VERSIONS+= perl5=5.28 Portupgrade users: portupgrade -o lang/perl5.36 -f lang/perl5.34 You can now remove the DEFAULT_VERSIONS line added earlier from /etc/make.conf Update everything starting with "p5-". portupgrade -m 'DISABLE_VULNERABILITIES=yes' -f p5-\* Then you will need to rebuild everything that uses libperl.so, you can do so with: portupgrade -m 'DISABLE_VULNERABILITIES=yes' \ -f `pkg shlib -qR libperl.so.5.34` Formerl, I did what you mentioned instead of the last one. But earlier than that, I did much more overkill lile below. portupgrade -m 'DISABLE_VULNERABILITIES=yes' -r \ -x '>=lang/perl5.36' -f lang/perl5.36 -- Tomoaki AOKI From nobody Sat Oct 21 13:05:25 2023 X-Original-To: ports@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 4SCMBd6Spsz4y0bX for ; Sat, 21 Oct 2023 13:05:29 +0000 (UTC) (envelope-from freebsd@oldach.net) Received: from nuc.oldach.net (hmo.in-vpn.de [IPv6:2001:67c:1407:60::1]) (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 (2048 bits) client-digest SHA256) (Client CN "hmo.in-vpn.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SCMBc3GyDz3bm5 for ; Sat, 21 Oct 2023 13:05:27 +0000 (UTC) (envelope-from freebsd@oldach.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd@oldach.net designates 2001:67c:1407:60::1 as permitted sender) smtp.mailfrom=freebsd@oldach.net; dmarc=none Received: from nuc.oldach.net (localhost [127.0.0.1]) by nuc.oldach.net (8.17.2/8.17.2) with ESMTPS id 39LD5QFS086898 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sat, 21 Oct 2023 15:05:26 +0200 (CEST) (envelope-from freebsd@oldach.net) Received: (from hmo@localhost) by nuc.oldach.net (8.17.2/8.17.2) id 39LD5Qt8086896 for ports@freebsd.org; Sat, 21 Oct 2023 15:05:26 +0200 (CEST) (envelope-from freebsd@oldach.net) Message-Id: <202310211305.39LD5Qt8086896@nuc.oldach.net> Subject: Re: lang/perl5.36: update procedure written in UPDATING is not enough In-Reply-To: <20231021214617.b9a6ee4405368342520d2709@dec.sakura.ne.jp> from Tomoaki AOKI at "21 Oct 2023 21:46:17" To: ports@freebsd.org Date: Sat, 21 Oct 2023 15:05:25 +0200 (CEST) From: freebsd@oldach.net (Helge Oldach) X-No-Archive: Yes List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (nuc.oldach.net [0.0.0.0]); Sat, 21 Oct 2023 15:05:26 +0200 (CEST) for IP:127.0.0.1 DOMAIN:localhost HELO:nuc.oldach.net FROM:freebsd@oldach.net RCPT: X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.20 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993]; NEURAL_HAM_LONG(-0.99)[-0.992]; NEURAL_HAM_SHORT(-0.91)[-0.914]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[ports@freebsd.org]; DMARC_NA(0.00)[oldach.net]; FROM_EQ_ENVFROM(0.00)[]; FROM_NO_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:29670, ipnet:2001:67c:1400::/45, country:DE]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4SCMBc3GyDz3bm5 Tomoaki AOKI wrote on Sat, 21 Oct 2023 14:46:17 +0200 (CEST): > Of course, p5-\* aline is insufficient. What I noted is, in detail, > > First, add to /etc/make.conf: > > DEFAULT_VERSIONS+= perl5=5.28 > > Portupgrade users: > portupgrade -o lang/perl5.36 -f lang/perl5.34 > > You can now remove the DEFAULT_VERSIONS line added earlier > from /etc/make.conf > > Update everything starting with "p5-". > > portupgrade -m 'DISABLE_VULNERABILITIES=yes' -f p5-\* > > Then you will need to rebuild everything that uses > libperl.so, you can do so with: > > portupgrade -m 'DISABLE_VULNERABILITIES=yes' \ > -f `pkg shlib -qR libperl.so.5.34` Again, this recipe is not sufficient as some ports *neither* match "p5-" *nor* depend on libperl.so, and thus might leave legacy the previous site_perl/mach/${PERL_VER}. Kind regards Helge From nobody Sat Oct 21 15:20:33 2023 X-Original-To: ports@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 4SCQBV6l5gz4y8C2; Sat, 21 Oct 2023 15:20:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SCQBV6J8Jz4Ph6; Sat, 21 Oct 2023 15:20:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697901634; 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:autocrypt:autocrypt; bh=nnXYjNDxM/17HKd3OEHHXSyp+B1eybJMyPANjXkYpsI=; b=aVd3p36g489Ngtu3/RVhl2lqwK/+3C6p6F1N31coJa8wXaiTpOqgmdKmS0wJa5KYtnOVIC PHJiLmDahDgdp4KzjXjQxGdenGPqKdhX6PqsD9aD9DJrJ3lNCRTiRQaUANiSf6bCBU0LgN yiltU4dgtZBfyHXHpdNCFLdnk5ckTOldZ68CHYcdd4XAInNMhoXem9z1ExgtTHTM+imsbl wqT1+BPCuSIO5kmAnfWyRNps7eY+sQwD3jqHsSQdDn/mpLevbnV9tFjAtFe0d0LiJcZf2O zaRYDlq80528m9Vgu87whhhbb2ps8VhGp/I9FtfmapUWg/DQ1X1hmaNu9ahXqg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697901634; a=rsa-sha256; cv=none; b=dpor7027mHE5s3/aefNycmTmyRLqV9We6ngVNmSCZWFzZDUew/tEfLO2j0Nh1nemT8du4m IWf8CEi01O0qoZbfZpDUMV+hZ5HQBLuaImEB39E3sMEr7rM0HnWeOpWrbOKqOqy5AnSqGD tU2asM7nb9j2un4tkMh04NSyj7LG7JaVoZX09ahz5FhZ32aOyU4aU4/mY21tUzhURebzrx +6DYE8cYw3fVMVVMPPNbnoLV6DPpKZzi4khWRPll1hySZT4NPwbqd8zewBquFJy2LFo4Az K7FcoWPNy6FfqcFgwr2YgUtJUmGdZn9cIw7uxKL6L7xz4EWuPLLWGc1TCd4dOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697901634; 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:autocrypt:autocrypt; bh=nnXYjNDxM/17HKd3OEHHXSyp+B1eybJMyPANjXkYpsI=; b=P1gDvUw95p3nmLRcoGXG3ODYFcoGDjgzgkrVhnB6ZLhrbIRT7pYrVrVzZiKJI8K5c/JxFR zXMV48WFQQPtoM6qez8wQjZFygHhW7jDsetz5n0AbBx/4kMLAdpPXdkHrxdtaau8a7msZg NmVzYsu+XGIkjnpXW++5saD86aTu7fhzukhWjRBBBIUXj5vBNqxP0vF/7/dKlG08hHRdm8 QWRzZgXb4EnXaMgZ98bKfSlTs7kbMrK/HgPSgEDK5/T0EHjEQAHtAabmZQqXsys0epC1QA rLUXXreOg0FfkAWkvNxbi+xz6bYqb/4O3ZhdeRsd/O+beh/d6p+BOQ5iSdzf3w== Received: from [IPV6:2a01:e11:2002:4280::13:1] (unknown [IPv6:2a01:e11:2002:4280::13:1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4SCQBV39dRz13Wk; Sat, 21 Oct 2023 15:20:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <33a6fa56-01fc-4ea1-b70e-4dd175cae2f0@FreeBSD.org> Date: Sat, 21 Oct 2023 17:20:33 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: xfce@FreeBSD.org, ports@freebsd.org Content-Language: en-US, it From: Guido Falsi Subject: HEADS-UP: About www/midori browser (XFCE related) Autocrypt: addr=mad@madpilot.net; keydata= xsBNBE+G+l0BCADi/WBQ0aRJfnE7LBPsM0G3m/m3Yx7OPu4iYFvS84xawmRHtCNjWIntsxuX fptkmEo3Rsw816WUrek8dxoUAYdHd+EcpBcnnDzfDH5LW/TZ4gbrFezrHPdRp7wdxi23GN80 qPwHEwXuF0X4Wy5V0OO8B6VT/nA0ADYnBDhXS52HGIJ/GCUjgqJn+phDTdCFLvrSFdmgx4Wl c0W5Z1p5cmDF9l8L/hc959AeyNf7I9dXnjekGM9gVv7UDUYzCifR3U8T0fnfdMmS8NeI9NC+ wuREpRO4lKOkTnj9TtQJRiptlhcHQiAlG1cFqs7EQo57Tqq6cxD1FycZJLuC32bGbgalABEB AAHNHkd1aWRvIEZhbHNpIDxtYWRAbWFkcGlsb3QubmV0PsLAeAQTAQIAIgUCT4b6XQIbAwYL CQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQGuaGDlbL0pOWigf/YVTVf3+ZRnzeGP7CjGV1 Wrrxzjc8h8W64NZasV0XLHGFjl5MYwtm9jJ9gbL8Ubtqstey7lYpjOk2fG6YDhY5eptWCpR6 1QqYrioukhCfKbodSk6PnIZcx719nJVK2P7ihdFEN78TavpBwqIf9hGEcKkMpbRFQv1mYvXD hKVwQGY+8bkH/a/pAWmIyD4qMfKCMurH5DexxEt5SYWu5BB5hd/DWyZ0wuZ+F79KMPzLBPJW 5cpdLNbrvenSqFZGJEGhtTp7GFJJr6lTy8VLBArxmFHiY5jGyR45eZEGDcz86FfGgvPnnpi7 aNCc/ROdF7fnZYPh8uZGGjQbd4EYK4xMzc7BTQRTEHtBARAAoWGsNx6g90r8gcNKaiPpJBiK y8ztV2FyV5LsT0OgQBW3vIxt/odtsxVNNjpyS/BNZCyzLAsFc1WrGBzhYsmPN9SGB5/5YTvk zf5YViU5VAsZlj/MRWCZrWtpic4c0A7N4csOYReNtk/q8YB4PIFsZ9A+kTuoZhnu5t5PdfBA 74+SVwKu84+PZk9wDEY1LbFVT8vM42oKsmoswlIhwJ2xuJI/gbk+cMUe0yiRpNjo4Svw4RB8 4B6uFwdRr/PtS7xi2Zqoof5AaQT9YSBpGpKJOe/Qk5MP4PF6Fqq+go89n77Y2kJkwcHaLoD/ GJ+ZDASIiMRe1y54FHOQ1RCTGGpnJLXdKuGhwv3J21pU8HNlq0ASNQMMQmYAwtUWzjmp/KEy I1qkcmjafcxb8TmiaoK8SQN1Zf96fc/sIrZN6Z5oOCEyyCQ0prH/PTA2jlRkKQ487PTGk2JS KU5VuS57Nlk2DrnvjWp57aV9eFAhpnrrJPuGmFz83/Pc8gC0t7N7i7VVHYRcC5naxYB2UoI1 OUkyxpT/HvQFXXVZ3/KmdXMzrx191AggCPWIwUAP+VcaURSYpeDk6/ZVAOVOe1ChqcJisCD7 wK20/OOvJ2AtkWreGu1CZ9zSx7nK/VYdLr34GxQ4bT1G+9rBQNnFSNbX2TJ431Mdo1GCjDeR K4CtSnrNKYkAEQEAAcLAXwQYAQgACQUCUxB7QQIbDAAKCRAa5oYOVsvSkw3nCADhsKRf+rAR ULTpOh5HoLam62ZJZAyCkNqqu/rke5uj5AaaDY/h7BNhBDiDqhhZLTeofGpVVaErPsWN+tX5 0fypsIt9KAhy90GFrtrIZlWuyK4wsoZvDfp9yaRk+lIM58dw/Rcfxn670JaPTFSRPECVn/uL qBhJSkbYlY212YT9fxVUTJe6wIvDLQrQEjrQD/h1FMhfcLhAqsndltRd6DPvTKeMd/6VAxn0 hkoBKhEy5LkWjM9CHppu+bBkQ91/kj2uJQSXO8euonwHHS3c+6N2i2H7I0emcHGu07wuRB2t Dnw/RLBxohffdPZT2kbxuG7lhVHzwVDw5DRwSw8GkOdy Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi all, As you may have noticed there is a new version of the Midori browser. This new version is an almost complete rewrite based on Gecko (it really looks like a fork of Firefox LTS, looking at the new source code), published by a new entity that acquired the project some time ago. [1] [2] I asked on the XFCE mailing list if there still was any connection between XFCE and the Midori project and they confirmed there is no such relation anymore [3] (this was already clear from the wikipedia page, but I wanted some confirmation). Based on this I am planning to put the port back i the pull of unmaintained ports, removing it from under the XFCE hat. If there are objections please state them in a reply. I'll also give a shot at a final update to a current version before removing it from xfce@ maintainership. But since this is a complete rewrite using gecko, it looks like a difficult update and I am not sure I can succeed by myself. Thanks in advance for any feedback! [1] https://en.wikipedia.org/wiki/Midori_(web_browser) [2] https://astian.org/midori-browser/ [3] https://mail.xfce.org/pipermail/xfce/2023-October/038165.html P.S. the new project maintainers still state that this is a "lightweight browser". Considering that it is based on Gecko, and that, in the current time frame, "light weight" is not really an option for a standard compliant browser, I'd really think they should drop that from the description. But, since they use it, in my attempt to update the port I will keep such wording in pkg-descr, although I tend to mildly disagree. -- Guido Falsi