[Bug 274765] lang/swi-pl: Certificate problems with package manager

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Oct 2023 02:30:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274765

dewayne@heuristicsystems.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dewayne@heuristicsystems.co
                   |                            |m.au

--- Comment #5 from dewayne@heuristicsystems.com.au ---
(In reply to Nikolaj Thygesen from comment #4)
Nikolaj, I suspect uuid has nothing to do with Alexey's problem.  Alexey, would
you confirm the openssl version that you're linking to please? 
$ which openssl; $ openssl version
(I suspect 1.1.1w is in base, but if you're linking to port openssl then that
should be 3.0.? depending on when you updated, which may be part of the
problem)

Also there were some recent changes regarding the placement of certificates,
you might need to check the location of the certificates that you're trying to
use.  I don't recall which version of FreeBSD it is, but changes were made for
or due to use of certctl - this may (?) affect you.  

Aside: uuid's were a problem for me way back in 7.x so I commented them out in
the Makefile.  When the external library for ossp-uuid is missing, swipl will
use its internal uuid software, which provides uuid type version 4 only.  The
swipl library(uuid) with misc/ossp-uuid generates types 1 to 5, though types 3
and 5 are incomplete (an implementation issue).

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