git: aa483edc88b5 - main - security/openssl111: Set portscout limits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Nov 2023 14:45:33 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa483edc88b57f077445967e308f647b7df51343
commit aa483edc88b57f077445967e308f647b7df51343
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-11-26 14:45:31 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-11-26 14:45:31 +0000
security/openssl111: Set portscout limits
---
security/openssl-unsafe/Makefile | 2 ++
security/openssl111/Makefile | 2 ++
2 files changed, 4 insertions(+)
diff --git a/security/openssl-unsafe/Makefile b/security/openssl-unsafe/Makefile
index 172d18b34a2f..3d3c342de1b5 100644
--- a/security/openssl-unsafe/Makefile
+++ b/security/openssl-unsafe/Makefile
@@ -38,6 +38,8 @@ CONFIGURE_ARGS+= enable-ec_nistp_64_gcc_128
OPENSSLDIR?= ${PREFIX}/openssl-unsafe/etc
PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==}
+PORTSCOUT= ignore
+
.include "version.mk"
post-patch:
diff --git a/security/openssl111/Makefile b/security/openssl111/Makefile
index 5c2cb8d314cc..13392adb2556 100644
--- a/security/openssl111/Makefile
+++ b/security/openssl111/Makefile
@@ -118,6 +118,8 @@ SHARED_USE= ldconfig=yes
SSL3_CONFIGURE_ON+= enable-ssl3-method
ZLIB_CONFIGURE_ON= zlib-dynamic
+PORTSCOUT= limit=^1\.1\.1
+
.include <bsd.port.pre.mk>
.if ${PREFIX} == /usr
IGNORE= the OpenSSL port can not be installed over the base version