diff options
author | Kevin Zheng <kevinz5000@gmail.com> | 2025-05-02 21:09:32 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-05-02 21:11:58 +0100 |
commit | 42120f608d4187726dd183f2881f72a9e69730a6 (patch) | |
tree | 5d719683ccaecd79e1aadfb1fa288b86b3e9292d | |
parent | science/paraview: fix my previous commit (diff) |
security/sshguard: Update to 2.5.1
- Fix a denial of service issue in the quoted string parser
- Fix build on systems without setresgid() or setresuid()
PR: 286460
MFH: 2025Q2
-rw-r--r-- | security/sshguard/Makefile | 3 | ||||
-rw-r--r-- | security/sshguard/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 9d5e88e395bd..ea8bec0be11b 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -1,5 +1,5 @@ PORTNAME= sshguard -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= security @@ -11,7 +11,6 @@ WWW= https://www.sshguard.net/ LICENSE= BSD2CLAUSE -USES= autoreconf USE_RC_SUBR= sshguard GNU_CONFIGURE= yes diff --git a/security/sshguard/distinfo b/security/sshguard/distinfo index 748dadeed040..ad8f371445c7 100644 --- a/security/sshguard/distinfo +++ b/security/sshguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745699776 -SHA256 (sshguard-2.5.0.tar.gz) = 0dbbae38ff5045530bb4e2e388155d2d8ef6b20e443f74f91dc329b7b70f3e9f -SIZE (sshguard-2.5.0.tar.gz) = 759154 +TIMESTAMP = 1745970532 +SHA256 (sshguard-2.5.1.tar.gz) = 997a1e0ec2b2165b4757c42f8948162eb534183946af52efc406885d97cb89fc +SIZE (sshguard-2.5.1.tar.gz) = 759630 |