[Bug 292670] security/softhsm2: Update to release 2.7.0 available
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292670] security/softhsm2: Update to release 2.7.0 available"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jan 2026 15:27:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292670
--- Comment #10 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Port require Botan 2 and can't find Botan 3 from ports:
checking for crypto backend... Botan
checking for botan-2 >= 2.5.0... no
configure: error: Cannot find Botan
$ grep -Ri botan-2 /tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/.travis.yml: - sudo
apt-get install build-essential autoconf automake libtool libcppunit-dev
libsqlite3-dev sqlite3 libbotan-2-dev libssl-dev p11-kit
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/.github/workflows/ci.yml:
sudo apt-get install -y libcppunit-dev libbotan-2-dev p11-kit
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/testing/build-botan.sh:BOTAN="Botan-2.5.0"
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/cmake/modules/FindBotan.cmake:
PATH_SUFFIXES botan-2
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/cmake/modules/FindBotan.cmake:
find_library(BOTAN_LIBRARIES NAMES botan botan-2
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/m4/acx_botan.m4:
PKG_CHECK_MODULES([BOTAN], [botan-2 >= $1.$2.$3], [
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/m4/acx_botan.m4:
if test -f "$BOTAN_PATH/include/botan-2/botan/version.h"; then
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/m4/acx_botan.m4:
BOTAN_CFLAGS="-I$BOTAN_PATH/include/botan-2"
/tmp/work/usr/ports/security/softhsm2/work/SoftHSMv2-2.7.0/m4/acx_botan.m4:
BOTAN_LIBS="-L$BOTAN_PATH/lib -lbotan-2"
Option CRYP_BOTAN is useless.
--
You are receiving this mail because:
You are the assignee for the bug.