Date: Mon, 30 Dec 2024 10:08:04 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 76b99e89b6c7 - main - security/openssl-oqsprovider: Fix so name in openssl.cnf Message-ID: <202412301008.4BUA84Tf025391@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=76b99e89b6c783b41f0d37796feb261cb969f09b commit 76b99e89b6c783b41f0d37796feb261cb969f09b Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-12-30 10:06:55 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-12-30 10:06:55 +0000 security/openssl-oqsprovider: Fix so name in openssl.cnf Reported by: Herbert J. Skuhra <herbert gojira at> --- security/openssl-oqsprovider/Makefile | 3 ++- security/openssl-oqsprovider/files/oqsprovider.cnf.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/security/openssl-oqsprovider/Makefile b/security/openssl-oqsprovider/Makefile index e2c4e5b5bd6a..548018aa6a4a 100644 --- a/security/openssl-oqsprovider/Makefile +++ b/security/openssl-oqsprovider/Makefile @@ -1,5 +1,6 @@ PORTNAME= oqsprovider -DISTVERSION= 0.8.0 +PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= openssl- diff --git a/security/openssl-oqsprovider/files/oqsprovider.cnf.in b/security/openssl-oqsprovider/files/oqsprovider.cnf.in index fbe7366354f9..6af333020381 100644 --- a/security/openssl-oqsprovider/files/oqsprovider.cnf.in +++ b/security/openssl-oqsprovider/files/oqsprovider.cnf.in @@ -10,5 +10,5 @@ activate = 1 [oqsprovider_sect] activate = 1 -module = %%PREFIX%%/lib/ossl-modules/openssl-oqsprovider.so +module = %%PREFIX%%/lib/ossl-modules/oqsprovider.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412301008.4BUA84Tf025391>