Patrick Welche <pr...@welche.eu> wrote: >On Thu, Sep 12, 2024 at 01:30:05PM +0200, Herbert J. Skuhra wrote: >> On Thu, 12 Sep 2024 12:10:41 +0200, Patrick Welche wrote: >> > >> > On a freshly build.sh updated amd64 box (empty /usr/obj), I see >> > >> > $ openssl version >> > OpenSSL 3.0.12 24 Oct 2023 (Library: OpenSSL 3.0.12 24 Oct 2023) >> > $ ls -l `which openssl` >> > -r-xr-xr-x 1 root wheel 5754576 Sep 12 10:02 /usr/bin/openssl >> > >> > yet I'm sure I saw Christos update it to 3.0.15 let alone 3.0.14... >> >> crypto/external/bsd/openssl/include/openssl/opensslv.h was last >> updated (for 3.0.12) on October 25th, 2023: >> >> <http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/external/bsd/openssl/include/openssl/opensslv.h?rev=1.3&content-type=text/x-cvsweb-markup&only_with_tag=MAIN> >> > > $ grep -i openssl /usr/src/doc/CHANGES > OpenSSL: Imported 3.0.14. [christos 20240611] > OpenSSL: Imported 3.0.15. [christos 20240908]
Looks to me that src/crypto/external/bsd/openssl/include/openssl/opensslv.h needs to be regenerated for each import, the version string seems to be in it.