aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-29 06:02:10 +0800
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-29 06:02:10 +0800
commit77e8d01bf73bfdf55b55fe156646d27e8f8c1a32 (patch)
treebc42de93f07ef7860118b54fe65a60e5ed51e804 /security
parentcdd15f46a9f1dda6730673a1890644b8e4fedb92 (diff)
downloadfreebsd-ports-gnome-77e8d01bf73bfdf55b55fe156646d27e8f8c1a32.tar.gz
freebsd-ports-gnome-77e8d01bf73bfdf55b55fe156646d27e8f8c1a32.tar.zst
freebsd-ports-gnome-77e8d01bf73bfdf55b55fe156646d27e8f8c1a32.zip
security/py-ssh-audit: update to 2.3.0
Changelog: https://github.com/jtesta/ssh-audit/releases/tag/v2.3.0
Diffstat (limited to 'security')
-rw-r--r--security/py-ssh-audit/Makefile2
-rw-r--r--security/py-ssh-audit/distinfo6
-rw-r--r--security/py-ssh-audit/files/patch-ssh-audit.py19
3 files changed, 4 insertions, 23 deletions
diff --git a/security/py-ssh-audit/Makefile b/security/py-ssh-audit/Makefile
index e59bd662af85..287684872c43 100644
--- a/security/py-ssh-audit/Makefile
+++ b/security/py-ssh-audit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
-DISTVERSION= 2.2.0
+DISTVERSION= 2.3.0
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-ssh-audit/distinfo b/security/py-ssh-audit/distinfo
index 766468054076..98788b8ae16f 100644
--- a/security/py-ssh-audit/distinfo
+++ b/security/py-ssh-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584001378
-SHA256 (jtesta-ssh-audit-v2.2.0_GH0.tar.gz) = a8f4f01122234bd84c01440bfd3b7a6026c50c1a06f3044846a8503c94f94cfb
-SIZE (jtesta-ssh-audit-v2.2.0_GH0.tar.gz) = 91792
+TIMESTAMP = 1601330147
+SHA256 (jtesta-ssh-audit-v2.3.0_GH0.tar.gz) = 776547591e7b69a2a8dcd1eaaac5d38321f2cb4a5de5f8e5a3e135b33236e812
+SIZE (jtesta-ssh-audit-v2.3.0_GH0.tar.gz) = 110507
diff --git a/security/py-ssh-audit/files/patch-ssh-audit.py b/security/py-ssh-audit/files/patch-ssh-audit.py
deleted file mode 100644
index 447c737a719d..000000000000
--- a/security/py-ssh-audit/files/patch-ssh-audit.py
+++ /dev/null
@@ -1,19 +0,0 @@
---- ssh-audit.py.orig 2020-03-12 08:24:32 UTC
-+++ ssh-audit.py
-@@ -49,11 +49,11 @@ try: # pragma: nocover
- from typing import Callable, Optional, Union, Any
- except ImportError: # pragma: nocover
- pass
--try: # pragma: nocover
-- from colorama import init as colorama_init
-- colorama_init(strip=False) # pragma: nocover
--except ImportError: # pragma: nocover
-- pass
-+#try: # pragma: nocover
-+# from colorama import init as colorama_init
-+# colorama_init(strip=False) # pragma: nocover
-+#except ImportError: # pragma: nocover
-+# pass
-
-
- def usage(err=None):