diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-11-20 14:07:29 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-11-20 14:10:12 +0000 |
commit | f5164ae6014c9bbebcea3c573280cf6aa03d1178 (patch) | |
tree | 1b551920652096df3193f9b7d9770fe41a700748 /security/openssl-devel/Makefile | |
parent | 28faf6ee1e0a0f8788c058c21b5db5087ade7393 (diff) | |
download | ports-f5164ae6014c9bbebcea3c573280cf6aa03d1178.tar.gz ports-f5164ae6014c9bbebcea3c573280cf6aa03d1178.zip |
security/openssl-devel: Fix detection of ARM CPU features
Upstream:
* https://github.com/openssl/openssl/pull/17082
* https://github.com/openssl/openssl/pull/17084
PR: 259937
Submitted by: allanjude
Differential Revision: https://reviews.freebsd.org/D33062
Diffstat (limited to 'security/openssl-devel/Makefile')
-rw-r--r-- | security/openssl-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile index 79da508e23d4..804d8eb735c2 100644 --- a/security/openssl-devel/Makefile +++ b/security/openssl-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= openssl DISTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ |