Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 13:41:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271615] Update base system OpenSSL to 3.0.x
Message-ID:  <bug-271615-227-p3GhfySrdr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271615-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271615-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271615

--- Comment #12 from Ed Maste <emaste@freebsd.org> ---
For reference, in Pierre's openssl-3.0 branch the Makefiles listed below ha=
ve
changes to support OpenSSL 3 (mostly adding -DOPENSSL_API_COMPAT=3D0x101000=
00L).
These are libraries or binaries that fail to build with OpenSSL 1.1, with t=
he
change.

 kerberos5/lib/libgssapi_krb5/Makefile | 1 +
 kerberos5/lib/libgssapi_ntlm/Makefile | 1 +
 kerberos5/lib/libheimntlm/Makefile    | 1 +
 kerberos5/lib/libhx509/Makefile       | 1 +
 kerberos5/lib/libkdc/Makefile         | 1 +
 kerberos5/lib/libkrb5/Makefile        | 1 +
 kerberos5/usr.bin/hxtool/Makefile     | 1 +
 lib/libarchive/Makefile.inc           | 2 ++
 lib/libunbound/Makefile               | 1 +
 sbin/decryptcore/Makefile             | 2 ++
 sbin/dumpon/Makefile                  | 1 +

(libarchive is the exception to OPENSSL_API_COMPAT - it needs a warning cha=
nge)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271615-227-p3GhfySrdr>