Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2023 13:33:48 -0400
From:      Adam Weinberger <adamw@adamw.org>
To:        Bernard Spil <brnrd@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 98749c4fe066 - main - security/openssl-devel: Rename to security/openssl30
Message-ID:  <CAP7rwcg4L1FZ4iTdKps8LxM5JQ6e_==89Vhtk63jDcfcBJ%2BQaw@mail.gmail.com>
In-Reply-To: <01000186e2138789-48987302-71f1-466d-b9f0-09c3e7e8ca72-000000@email.amazonses.com>
References:  <202303141825.32EIPEk8054602@gitrepo.freebsd.org> <01000186e2138789-48987302-71f1-466d-b9f0-09c3e7e8ca72-000000@email.amazonses.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000cf124305f71bfbc9
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Tue, Mar 14, 2023 at 5:42=E2=80=AFPM Colin Percival <cperciva@tarsnap.co=
m> wrote:

> Need to update reverse dependencies, e.g.
>
> make_index: /usr/ports/net-im/signal-desktop: no entry for
> /usr/ports/security/openssl-devel
>
> Colin Percival
>
> On 3/14/23 11:25, Bernard Spil wrote:
> > The branch main has been updated by brnrd:
> >
> > URL:
> https://cgit.FreeBSD.org/ports/commit/?id=3D98749c4fe066dc63be565d071f516=
7557da57404
> >
> > commit 98749c4fe066dc63be565d071f5167557da57404
> > Author:     Bernard Spil <brnrd@FreeBSD.org>
> > AuthorDate: 2023-03-14 18:19:53 +0000
> > Commit:     Bernard Spil <brnrd@FreeBSD.org>
> > CommitDate: 2023-03-14 18:19:53 +0000
> >
> >      security/openssl-devel: Rename to security/openssl30
> >
> >       * Align with the upstream "release" status
> >       * Avoid confusion with OpenSSL 3.1
> >
> >      Reported by:    ngie
> >      Differential Revision:  https://reviews.freebsd.org/D38938
> > ---
> >   MOVED                                                              | =
1
> +
> >   UPDATING                                                           | =
7
> +++++++
> >   security/Makefile                                                  | =
2
> +-
> >   security/{openssl-devel =3D> openssl30}/Makefile                     =
| 0
> >   security/{openssl-devel =3D> openssl30}/distinfo                     =
| 0
> >   security/{openssl-devel =3D> openssl30}/files/extra-patch-ktls       =
| 0
> >   .../files/extra-patch-util_find-doc-nits                           | =
0
> >   .../files/patch-Configurations_10-main.conf                        | =
0
> >   security/{openssl-devel =3D> openssl30}/files/patch-Configure        =
| 0
> >   security/{openssl-devel =3D> openssl30}/files/patch-crypto_ppccap.c  =
| 0
> >   .../files/patch-crypto_threads__pthread.c                          | =
0
> >   .../files/patch-util_perl_OpenSSL_config.pm                        | =
0
> >   security/{openssl-devel =3D> openssl30}/pkg-descr                    =
| 0
> >   security/{openssl-devel =3D> openssl30}/pkg-plist                    =
| 0
> >   security/{openssl-devel =3D> openssl30}/version.mk                   =
| 0
> >   15 files changed, 9 insertions(+), 1 deletion(-)
> >
> > diff --git a/MOVED b/MOVED
> > index 3e2353017644..0a36dd1737a0 100644
> > --- a/MOVED
> > +++ b/MOVED
> > @@ -17788,3 +17788,4 @@ databases/postgresql10-server||2023-03-07|Has
> expired: PostgreSQL 10 has reached
> >   audio/ximp3||2023-03-09|Has expired: Abandonware and obsolete, uses
> old decoder library and no ID3v2 support
> >   devel/libpthread-stubs||2023-03-12|No consumers left and never
> supported pthread stubs in libc on FreeBSD
> >   multimedia/mkvtoolnix-nox11|multimedia/mkvtoolnix@nogui|2023-03-13|Co=
nverted
> to flavor
> > +security/openssl-devel|security/openssl30|2023-03-14|3.0 is not devel,
> prevent confusion with 3.1
> > diff --git a/UPDATING b/UPDATING
> > index 2def2788a33b..9da7fb0406b6 100644
> > --- a/UPDATING
> > +++ b/UPDATING
> > @@ -5,6 +5,13 @@ they are unavoidable.
> >   You should get into the habit of checking this file for changes each
> time
> >   you update your ports collection, before attempting any port upgrades=
.
> >
> > +20230314:
> > +  AFFECTS: users of security/openssl-devel
> > +  AUTHOR: brnrd@FreeBSD.org
> > +
> > +  Users using DEFAULT_VERSIONS=3Dssl=3Dopenssl-devel must update their
> > +  configuration to DEFAULT_VERSIUONS=3Dssl=3Dopenssl30 or openssl31.
> > +
> >   20230313:
> >     AFFECTS: users of databases/sqlite3
> >     AUTHOR: fuz@FreeBSD.org
> > diff --git a/security/Makefile b/security/Makefile
> > index 715197e17fc3..5cd3c04e9c30 100644
> > --- a/security/Makefile
> > +++ b/security/Makefile
> > @@ -410,8 +410,8 @@
> >       SUBDIR +=3D openssh-askpass
> >       SUBDIR +=3D openssh-portable
> >       SUBDIR +=3D openssl
> > +    SUBDIR +=3D openssl30
> >       SUBDIR +=3D openssl-agent
> > -    SUBDIR +=3D openssl-devel
> >       SUBDIR +=3D openssl-quictls
> >       SUBDIR +=3D openssl-unsafe
> >       SUBDIR +=3D openssl_tpm_engine
> > diff --git a/security/openssl-devel/Makefile
> b/security/openssl30/Makefile
> > similarity index 100%
> > rename from security/openssl-devel/Makefile
> > rename to security/openssl30/Makefile
> > diff --git a/security/openssl-devel/distinfo
> b/security/openssl30/distinfo
> > similarity index 100%
> > rename from security/openssl-devel/distinfo
> > rename to security/openssl30/distinfo
> > diff --git a/security/openssl-devel/files/extra-patch-ktls
> b/security/openssl30/files/extra-patch-ktls
> > similarity index 100%
> > rename from security/openssl-devel/files/extra-patch-ktls
> > rename to security/openssl30/files/extra-patch-ktls
> > diff --git a/security/openssl-devel/files/extra-patch-util_find-doc-nit=
s
> b/security/openssl30/files/extra-patch-util_find-doc-nits
> > similarity index 100%
> > rename from security/openssl-devel/files/extra-patch-util_find-doc-nits
> > rename to security/openssl30/files/extra-patch-util_find-doc-nits
> > diff --git
> a/security/openssl-devel/files/patch-Configurations_10-main.conf
> b/security/openssl30/files/patch-Configurations_10-main.conf
> > similarity index 100%
> > rename from
> security/openssl-devel/files/patch-Configurations_10-main.conf
> > rename to security/openssl30/files/patch-Configurations_10-main.conf
> > diff --git a/security/openssl-devel/files/patch-Configure
> b/security/openssl30/files/patch-Configure
> > similarity index 100%
> > rename from security/openssl-devel/files/patch-Configure
> > rename to security/openssl30/files/patch-Configure
> > diff --git a/security/openssl-devel/files/patch-crypto_ppccap.c
> b/security/openssl30/files/patch-crypto_ppccap.c
> > similarity index 100%
> > rename from security/openssl-devel/files/patch-crypto_ppccap.c
> > rename to security/openssl30/files/patch-crypto_ppccap.c
> > diff --git
> a/security/openssl-devel/files/patch-crypto_threads__pthread.c
> b/security/openssl30/files/patch-crypto_threads__pthread.c
> > similarity index 100%
> > rename from security/openssl-devel/files/patch-crypto_threads__pthread.=
c
> > rename to security/openssl30/files/patch-crypto_threads__pthread.c
> > diff --git a/security/openssl-devel/files/patch-util_perl_OpenSSL_
> config.pm b/security/openssl30/files/patch-util_perl_OpenSSL_config.pm
> > similarity index 100%
> > rename from security/openssl-devel/files/patch-util_perl_OpenSSL_
> config.pm
> > rename to security/openssl30/files/patch-util_perl_OpenSSL_config.pm
> > diff --git a/security/openssl-devel/pkg-descr
> b/security/openssl30/pkg-descr
> > similarity index 100%
> > rename from security/openssl-devel/pkg-descr
> > rename to security/openssl30/pkg-descr
> > diff --git a/security/openssl-devel/pkg-plist
> b/security/openssl30/pkg-plist
> > similarity index 100%
> > rename from security/openssl-devel/pkg-plist
> > rename to security/openssl30/pkg-plist
> > diff --git a/security/openssl-devel/version.mk b/security/openssl30/
> version.mk
> > similarity index 100%
> > rename from security/openssl-devel/version.mk
> > rename to security/openssl30/version.mk
>

Hi Bernard,

I'm getting build failures for cmake-core with openssl30 and openssl31,
which prevents me from dogfooding much of the tree against 30/31. Are you
familiar with these errors? Do you have an idea for what I could do about
it? This is with default openssl options.

  [ 38%] Linking C static library libcmcurl.a
  [ 38%] Built target cmcurl
  [ 38%] Building C object
Utilities/cmcurl/CMakeFiles/curltest.dir/curltest.c.o
  [ 39%] Linking C executable curltest
  ld: error: undefined symbol: EVP_PKEY_id
  >>> referenced by openssl.c
  >>>               openssl.c.o:(Curl_ossl_certchain) in archive
lib/libcmcurl.a
  >>> referenced by openssl.c
  >>>               openssl.c.o:(cert_stuff) in archive lib/libcmcurl.a
  ld: error: undefined symbol: SSL_get_peer_certificate
  >>> referenced by openssl.c
  >>>               openssl.c.o:(ossl_connect_common) in archive
lib/libcmcurl.a
  >>> referenced by openssl.c
  >>>               openssl.c.o:(ossl_connect_common) in archive
lib/libcmcurl.a
  cc: error: linker command failed with exit code 1 (use -v to see
invocation)
  --- Utilities/cmcurl/curltest ---
  *** [Utilities/cmcurl/curltest] Error code 1

  make[3]: stopped in /wrkdirs/usr/ports/devel/cmake-core/work/cmake-3.25.1

# Adam


--=20
Adam Weinberger
adamw@adamw.org
https://www.adamw.org

--000000000000cf124305f71bfbc9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:arial,sans-serif">On Tue, Mar 14, 2023 at 5:42=E2=80=AFPM Colin Pe=
rcival &lt;<a href=3D"mailto:cperciva@tarsnap.com">cperciva@tarsnap.com</a>=
&gt; wrote:</div></div><div class=3D"gmail_quote"><blockquote class=3D"gmai=
l_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,20=
4,204);padding-left:1ex">Need to update reverse dependencies, e.g.<br>
<br>
make_index: /usr/ports/net-im/signal-desktop: no entry for <br>
/usr/ports/security/openssl-devel<br>
<br>
Colin Percival<br>
<br>
On 3/14/23 11:25, Bernard Spil wrote:<br>
&gt; The branch main has been updated by brnrd:<br>
&gt; <br>
&gt; URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D98749c4fe0=
66dc63be565d071f5167557da57404" rel=3D"noreferrer" target=3D"_blank">https:=
//cgit.FreeBSD.org/ports/commit/?id=3D98749c4fe066dc63be565d071f5167557da57=
404</a><br>
&gt; <br>
&gt; commit 98749c4fe066dc63be565d071f5167557da57404<br>
&gt; Author:=C2=A0 =C2=A0 =C2=A0Bernard Spil &lt;brnrd@FreeBSD.org&gt;<br>
&gt; AuthorDate: 2023-03-14 18:19:53 +0000<br>
&gt; Commit:=C2=A0 =C2=A0 =C2=A0Bernard Spil &lt;brnrd@FreeBSD.org&gt;<br>
&gt; CommitDate: 2023-03-14 18:19:53 +0000<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 security/openssl-devel: Rename to security/openssl=
30<br>
&gt;=C2=A0 =C2=A0 =C2=A0 <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0* Align with the upstream &quot;release&quot=
; status<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0* Avoid confusion with OpenSSL 3.1<br>
&gt;=C2=A0 =C2=A0 =C2=A0 <br>
&gt;=C2=A0 =C2=A0 =C2=A0 Reported by:=C2=A0 =C2=A0 ngie<br>
&gt;=C2=A0 =C2=A0 =C2=A0 Differential Revision:=C2=A0 <a href=3D"https://re=
views.freebsd.org/D38938" rel=3D"noreferrer" target=3D"_blank">https://revi=
ews.freebsd.org/D38938</a><br>
&gt; ---<br>
&gt;=C2=A0 =C2=A0MOVED=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 | 1 +<br>
&gt;=C2=A0 =C2=A0UPDATING=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0| 7 +++++++<br>
&gt;=C2=A0 =C2=A0security/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-<br>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/Makefile=C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 0<br=
>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/distinfo=C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 0<br=
>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/files/extra-pat=
ch-ktls=C2=A0 =C2=A0 =C2=A0 =C2=A0| 0<br>
&gt;=C2=A0 =C2=A0.../files/extra-patch-util_find-doc-nits=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0| 0<br>
&gt;=C2=A0 =C2=A0.../files/patch-Configurations_10-main.conf=C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 0<b=
r>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/files/patch-Con=
figure=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 0<br>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/files/patch-cry=
pto_ppccap.c=C2=A0 | 0<br>
&gt;=C2=A0 =C2=A0.../files/patch-crypto_threads__pthread.c=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=
 0<br>
&gt;=C2=A0 =C2=A0.../files/patch-util_perl_OpenSSL_config.pm=C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 0<b=
r>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/pkg-descr=C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 0<br>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/pkg-plist=C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 0<br>
&gt;=C2=A0 =C2=A0security/{openssl-devel =3D&gt; openssl30}/<a href=3D"http=
://version.mk" rel=3D"noreferrer" target=3D"_blank">version.mk</a>=C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 0<br>
&gt;=C2=A0 =C2=A015 files changed, 9 insertions(+), 1 deletion(-)<br>
&gt; <br>
&gt; diff --git a/MOVED b/MOVED<br>
&gt; index 3e2353017644..0a36dd1737a0 100644<br>
&gt; --- a/MOVED<br>
&gt; +++ b/MOVED<br>
&gt; @@ -17788,3 +17788,4 @@ databases/postgresql10-server||2023-03-07|Has =
expired: PostgreSQL 10 has reached<br>
&gt;=C2=A0 =C2=A0audio/ximp3||2023-03-09|Has expired: Abandonware and obsol=
ete, uses old decoder library and no ID3v2 support<br>
&gt;=C2=A0 =C2=A0devel/libpthread-stubs||2023-03-12|No consumers left and n=
ever supported pthread stubs in libc on FreeBSD<br>
&gt;=C2=A0 =C2=A0multimedia/mkvtoolnix-nox11|multimedia/mkvtoolnix@nogui|20=
23-03-13|Converted to flavor<br>
&gt; +security/openssl-devel|security/openssl30|2023-03-14|3.0 is not devel=
, prevent confusion with 3.1<br>
&gt; diff --git a/UPDATING b/UPDATING<br>
&gt; index 2def2788a33b..9da7fb0406b6 100644<br>
&gt; --- a/UPDATING<br>
&gt; +++ b/UPDATING<br>
&gt; @@ -5,6 +5,13 @@ they are unavoidable.<br>
&gt;=C2=A0 =C2=A0You should get into the habit of checking this file for ch=
anges each time<br>
&gt;=C2=A0 =C2=A0you update your ports collection, before attempting any po=
rt upgrades.<br>
&gt;=C2=A0 =C2=A0<br>
&gt; +20230314:<br>
&gt; +=C2=A0 AFFECTS: users of security/openssl-devel<br>
&gt; +=C2=A0 AUTHOR: brnrd@FreeBSD.org<br>
&gt; +<br>
&gt; +=C2=A0 Users using DEFAULT_VERSIONS=3Dssl=3Dopenssl-devel must update=
 their<br>
&gt; +=C2=A0 configuration to DEFAULT_VERSIUONS=3Dssl=3Dopenssl30 or openss=
l31.<br>
&gt; +<br>
&gt;=C2=A0 =C2=A020230313:<br>
&gt;=C2=A0 =C2=A0 =C2=A0AFFECTS: users of databases/sqlite3<br>
&gt;=C2=A0 =C2=A0 =C2=A0AUTHOR: fuz@FreeBSD.org<br>
&gt; diff --git a/security/Makefile b/security/Makefile<br>
&gt; index 715197e17fc3..5cd3c04e9c30 100644<br>
&gt; --- a/security/Makefile<br>
&gt; +++ b/security/Makefile<br>
&gt; @@ -410,8 +410,8 @@<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssh-askpass<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssh-portable<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssl<br>
&gt; +=C2=A0 =C2=A0 SUBDIR +=3D openssl30<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssl-agent<br>
&gt; -=C2=A0 =C2=A0 SUBDIR +=3D openssl-devel<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssl-quictls<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssl-unsafe<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0SUBDIR +=3D openssl_tpm_engine<br>
&gt; diff --git a/security/openssl-devel/Makefile b/security/openssl30/Make=
file<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/Makefile<br>
&gt; rename to security/openssl30/Makefile<br>
&gt; diff --git a/security/openssl-devel/distinfo b/security/openssl30/dist=
info<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/distinfo<br>
&gt; rename to security/openssl30/distinfo<br>
&gt; diff --git a/security/openssl-devel/files/extra-patch-ktls b/security/=
openssl30/files/extra-patch-ktls<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/extra-patch-ktls<br>
&gt; rename to security/openssl30/files/extra-patch-ktls<br>
&gt; diff --git a/security/openssl-devel/files/extra-patch-util_find-doc-ni=
ts b/security/openssl30/files/extra-patch-util_find-doc-nits<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/extra-patch-util_find-doc-nit=
s<br>
&gt; rename to security/openssl30/files/extra-patch-util_find-doc-nits<br>
&gt; diff --git a/security/openssl-devel/files/patch-Configurations_10-main=
.conf b/security/openssl30/files/patch-Configurations_10-main.conf<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/patch-Configurations_10-main.=
conf<br>
&gt; rename to security/openssl30/files/patch-Configurations_10-main.conf<b=
r>
&gt; diff --git a/security/openssl-devel/files/patch-Configure b/security/o=
penssl30/files/patch-Configure<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/patch-Configure<br>
&gt; rename to security/openssl30/files/patch-Configure<br>
&gt; diff --git a/security/openssl-devel/files/patch-crypto_ppccap.c b/secu=
rity/openssl30/files/patch-crypto_ppccap.c<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/patch-crypto_ppccap.c<br>
&gt; rename to security/openssl30/files/patch-crypto_ppccap.c<br>
&gt; diff --git a/security/openssl-devel/files/patch-crypto_threads__pthrea=
d.c b/security/openssl30/files/patch-crypto_threads__pthread.c<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/patch-crypto_threads__pthread=
.c<br>
&gt; rename to security/openssl30/files/patch-crypto_threads__pthread.c<br>
&gt; diff --git a/security/openssl-devel/files/patch-util_perl_OpenSSL_<a h=
ref=3D"http://config.pm" target=3D"_blank">config.pm</a> b/security/openssl=
30/files/patch-util_perl_OpenSSL_<a href=3D"http://config.pm" target=3D"_bl=
ank">config.pm</a><br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/files/patch-util_perl_OpenSSL_<a hr=
ef=3D"http://config.pm" target=3D"_blank">config.pm</a><br>
&gt; rename to security/openssl30/files/patch-util_perl_OpenSSL_<a href=3D"=
http://config.pm" target=3D"_blank">config.pm</a><br>
&gt; diff --git a/security/openssl-devel/pkg-descr b/security/openssl30/pkg=
-descr<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/pkg-descr<br>
&gt; rename to security/openssl30/pkg-descr<br>
&gt; diff --git a/security/openssl-devel/pkg-plist b/security/openssl30/pkg=
-plist<br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/pkg-plist<br>
&gt; rename to security/openssl30/pkg-plist<br>
&gt; diff --git a/security/openssl-devel/<a href=3D"http://version.mk" rel=
=3D"noreferrer" target=3D"_blank">version.mk</a> b/security/openssl30/<a hr=
ef=3D"http://version.mk" rel=3D"noreferrer" target=3D"_blank">version.mk</a=
><br>
&gt; similarity index 100%<br>
&gt; rename from security/openssl-devel/<a href=3D"http://version.mk" rel=
=3D"noreferrer" target=3D"_blank">version.mk</a><br>
&gt; rename to security/openssl30/<a href=3D"http://version.mk" rel=3D"nore=
ferrer" target=3D"_blank">version.mk</a><br></blockquote><div><br></div><di=
v style=3D"font-family:arial,sans-serif" class=3D"gmail_default">Hi Bernard=
,<br></div><div style=3D"font-family:arial,sans-serif" class=3D"gmail_defau=
lt"><br></div><div style=3D"font-family:arial,sans-serif" class=3D"gmail_de=
fault">I&#39;m getting build failures for cmake-core with openssl30 and ope=
nssl31, which prevents me from dogfooding much of the tree against 30/31. A=
re you familiar with these errors? Do you have an idea for what I could do =
about it? This is with default openssl options.</div><div style=3D"font-fam=
ily:arial,sans-serif" class=3D"gmail_default"><br></div><div style=3D"font-=
family:arial,sans-serif" class=3D"gmail_default">=C2=A0 [ 38%] Linking C st=
atic library libcmcurl.a<br>=C2=A0 [ 38%] Built target cmcurl<br>=C2=A0 [ 3=
8%] Building C object Utilities/cmcurl/CMakeFiles/curltest.dir/curltest.c.o=
<br>=C2=A0 [ 39%] Linking C executable curltest</div></div>=C2=A0 ld: error=
: undefined symbol: EVP_PKEY_id<br>=C2=A0 &gt;&gt;&gt; referenced by openss=
l.c<br>=C2=A0 &gt;&gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 openssl.c.o:(Curl_ossl_certchain) in archive lib/libcmcurl.a<br>=C2=A0 &gt=
;&gt;&gt; referenced by openssl.c<br>=C2=A0 &gt;&gt;&gt; =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 openssl.c.o:(cert_stuff) in archive lib/lib=
cmcurl.a<br>=C2=A0 ld: error: undefined symbol: SSL_get_peer_certificate<br=
>=C2=A0 &gt;&gt;&gt; referenced by openssl.c<br>=C2=A0 &gt;&gt;&gt; =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 openssl.c.o:(ossl_connect_common)=
 in archive lib/libcmcurl.a<br>=C2=A0 &gt;&gt;&gt; referenced by openssl.c<=
br><div>=C2=A0 &gt;&gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 openssl.c.o:(ossl_connect_common) in archive lib/libcmcurl.a</div><div>=
=C2=A0 cc: error: linker command failed with exit code 1 (use -v to see inv=
ocation)<br>=C2=A0 --- Utilities/cmcurl/curltest ---<br>=C2=A0 *** [Utiliti=
es/cmcurl/curltest] Error code 1<br><br>=C2=A0 make[3]: stopped in /wrkdirs=
/usr/ports/devel/cmake-core/work/cmake-3.25.1</div><div><br></div><div><div=
 style=3D"font-family:arial,sans-serif" class=3D"gmail_default"># Adam</div=
><br></div><br><span class=3D"gmail_signature_prefix">-- </span><br><div di=
r=3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr">=
<div>Adam Weinberger</div><div><a href=3D"mailto:adamw@adamw.org" target=3D=
"_blank">adamw@adamw.org</a></div><div><a href=3D"https://www.adamw.org" ta=
rget=3D"_blank">https://www.adamw.org</a></div></div></div></div></div></di=
v>

--000000000000cf124305f71bfbc9--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwcg4L1FZ4iTdKps8LxM5JQ6e_==89Vhtk63jDcfcBJ%2BQaw>