aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-03-08 17:01:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-03-08 17:01:46 +0000
commit5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch)
tree326c7ae1133b16e8be2a37e24472b70a0574fcaa /security
parentfb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff)
downloadports-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.tar.gz
ports-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/arm/Makefile3
-rw-r--r--security/ismtp/Makefile3
-rw-r--r--security/sandsifter/Makefile3
-rw-r--r--security/sssd/Makefile3
-rw-r--r--security/switzerland/Makefile3
-rw-r--r--security/tsshbatch/Makefile3
6 files changed, 18 insertions, 0 deletions
diff --git a/security/arm/Makefile b/security/arm/Makefile
index b0cf62ad14f4..39c697f47aac 100644
--- a/security/arm/Makefile
+++ b/security/arm/Makefile
@@ -15,6 +15,9 @@ COMMENT= Terminal status monitor for Tor
LICENSE= GPLv3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
USE_PYTHON= distutils
USES= python:2.7 shebangfix tar:bzip2
SHEBANG_FILES= src/resources/torrcOverride/override.py
diff --git a/security/ismtp/Makefile b/security/ismtp/Makefile
index 8050ce12800c..942c06f37c9d 100644
--- a/security/ismtp/Makefile
+++ b/security/ismtp/Makefile
@@ -10,6 +10,9 @@ COMMENT= Test for SMTP user enumeration,internal spoofing, and relay
LICENSE= MIT
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
USES= python:2.7 shebangfix
USE_GITHUB= yes
diff --git a/security/sandsifter/Makefile b/security/sandsifter/Makefile
index 221396974f21..49f19c27c87a 100644
--- a/security/sandsifter/Makefile
+++ b/security/sandsifter/Makefile
@@ -12,6 +12,9 @@ COMMENT= Processor fuzzer for x86 CPUs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON=Designed for x86
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index dddb1f6c2532..8775b22b8573 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -13,6 +13,9 @@ COMMENT= System Security Services Daemon
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
LIB_DEPENDS= libpopt.so:devel/popt \
libtalloc.so:devel/talloc \
libtevent.so:devel/tevent \
diff --git a/security/switzerland/Makefile b/security/switzerland/Makefile
index dca12c64c690..0c8207fd3c4a 100644
--- a/security/switzerland/Makefile
+++ b/security/switzerland/Makefile
@@ -11,6 +11,9 @@ COMMENT= Test the integrity of communications over networks and firewalls
LICENSE= GPLv3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
USES= python:2.7 tar:tgz
USE_PYTHON= distutils
diff --git a/security/tsshbatch/Makefile b/security/tsshbatch/Makefile
index f6e3cb901fbf..376f7f0366af 100644
--- a/security/tsshbatch/Makefile
+++ b/security/tsshbatch/Makefile
@@ -15,6 +15,9 @@ LICENSE_NAME= TundraWare license
LICENSE_FILE= ${WRKSRC}/tsshbatch-license.txt
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:security/py-paramiko@${PY_FLAVOR}
USES= python:2.7,run shebangfix