From e8e22025c71b59efc42be6a80634ef1a613e64e4 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 21 Jan 2026 10:09:51 -0500 Subject: [PATCH] denyhosts: use Python 3.14 --- security/denyhosts/Portfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/security/denyhosts/Portfile b/security/denyhosts/Portfile index ee1f242b7d1..12a133b84ba 100644 --- a/security/denyhosts/Portfile +++ b/security/denyhosts/Portfile @@ -4,10 +4,13 @@ PortSystem 1.0 PortGroup python 1.0 name denyhosts -categories security sysutils version 3.1.2 +revision 1 + +categories security sysutils license GPL-2 maintainers nomaintainer + description DenyHosts is a utility to help sys admins thwart ssh hackers long_description DenyHosts is a python program that automatically blocks ssh\ attacks by adding entries to /etc/hosts.deny. DenyHosts\ @@ -25,7 +28,7 @@ checksums md5 0a5c219e5edb146b1130c32b2c4e58a4 \ rmd160 37b5d0f150fa480dd138fb268329155cd9ad5184 \ sha256 cfae79a11ce27e0e8a7a9915139d4c6b68df1022e447432d589e8fbb8e1aa9e7 -python.default_version 312 +python.default_version 314 patchfiles patch-denyhosts.cfg-dist.diff \ patch-daemon-control-dist.diff \