git: ba2b345bc86f - main - security/openssl30: Fix modules options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 17:05:43 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba2b345bc86f19697e03bbeee3b006645706701f commit ba2b345bc86f19697e03bbeee3b006645706701f Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2023-09-19 17:02:38 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2023-09-19 17:02:38 +0000 security/openssl30: Fix modules options PR: 272160 Reported by: Michael Osipov <michael osipov siemens com> --- security/openssl30/Makefile | 2 +- security/openssl30/pkg-plist | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/security/openssl30/Makefile b/security/openssl30/Makefile index b09b9306440a..992777e7b1b2 100644 --- a/security/openssl30/Makefile +++ b/security/openssl30/Makefile @@ -63,7 +63,7 @@ CRYPTODEV_DESC= /dev/crypto support CT_DESC= Certificate Transparency Support DES_DESC= (Triple) Data Encryption Standard EC_DESC= Optimize NIST elliptic curves -FIPS_DESC= Build FIPS provider (Note: NOT yet FIPS validated) +FIPS_DESC= Build FIPS provider GOST_DESC= GOST (Russian standard) HASHES_DESC= Hash Function Support I386_DESC= i386 (instead of i486+) diff --git a/security/openssl30/pkg-plist b/security/openssl30/pkg-plist index a64414068f16..04b64446394e 100644 --- a/security/openssl30/pkg-plist +++ b/security/openssl30/pkg-plist @@ -268,7 +268,8 @@ man/man5/x509v3_config.5ossl.gz @comment %%OPENSSLDIR%%/misc/tsget.pl %%OPENSSLDIR%%/misc/tsget @sample %%OPENSSLDIR%%/ct_log_list.cnf.dist %%OPENSSLDIR%%/ct_log_list.cnf -%%OPENSSLDIR%%/fipsmodule.cnf +%%FIPS%%%%OPENSSLDIR%%/fipsmodule.cnf @sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf +@dir lib/ossl-modules @dir %%OPENSSLDIR%%/private @dir %%OPENSSLDIR%%/certs