Skip to content

Commit

Permalink
security/openssl31: Update to 3.1.3
Browse files Browse the repository at this point in the history
 * Fix modules options[1]

PR:		272160
Reported by:	Michael Osipov <michael osipov siemens com>
  • Loading branch information
Sp1l committed Sep 19, 2023
1 parent ba2b345 commit 2da65de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions security/openssl31/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openssl
PORTVERSION= 3.1.2
PORTVERSION= 3.1.3
CATEGORIES= security devel
MASTER_SITES= https://www.openssl.org/source/ \
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
Expand Down Expand Up @@ -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+)
Expand Down
6 changes: 3 additions & 3 deletions security/openssl31/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1691004202
SHA256 (openssl-3.1.2.tar.gz) = a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539
SIZE (openssl-3.1.2.tar.gz) = 15560427
TIMESTAMP = 1695134338
SHA256 (openssl-3.1.3.tar.gz) = f0316a2ebd89e7f2352976445458689f80302093788c466692fb2a188b2eacf6
SIZE (openssl-3.1.3.tar.gz) = 15561739
3 changes: 2 additions & 1 deletion security/openssl31/pkg-plist
Expand Up @@ -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

0 comments on commit 2da65de

Please sign in to comment.