Skip to content

Commit

Permalink
security/openssl: Set portscout limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sp1l committed Nov 26, 2023
1 parent 240c990 commit dedf8e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/openssl-quictls/Makefile
Expand Up @@ -136,6 +136,8 @@ ZLIB_CONFIGURE_ON= zlib-dynamic

SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

PORTSCOUT= limit=^3\.0\.

.include <bsd.port.pre.mk>
.if ${PREFIX} == /usr
IGNORE= the OpenSSL port can not be installed over the base version
Expand Down
2 changes: 2 additions & 0 deletions security/openssl/Makefile
Expand Up @@ -132,6 +132,8 @@ ZLIB_CONFIGURE_ON= zlib-dynamic

SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

PORTSCOUT= limit:^3\.0\.

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64
Expand Down
2 changes: 2 additions & 0 deletions security/openssl31-quictls/Makefile
Expand Up @@ -136,6 +136,8 @@ ZLIB_CONFIGURE_ON= zlib-dynamic

SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

PORTSCOUT= limit=^3\.1\.

.include <bsd.port.pre.mk>
.if ${PREFIX} == /usr
IGNORE= the OpenSSL port can not be installed over the base version
Expand Down
2 changes: 2 additions & 0 deletions security/openssl31/Makefile
Expand Up @@ -134,6 +134,8 @@ ZLIB_CONFIGURE_ON= zlib-dynamic

SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

PORTSCOUT= limit=^3\.1\.

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64
Expand Down
2 changes: 2 additions & 0 deletions security/openssl32/Makefile
Expand Up @@ -145,6 +145,8 @@ ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd

SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so

PORTSCOUT= limit=^3\.2\.

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64
Expand Down

0 comments on commit dedf8e0

Please sign in to comment.