diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-02-20 15:11:23 +0100 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-02-20 15:12:33 +0100 |
commit | 10ef4e28ebf00b38ea11a7df9ff900b744b2c2c4 (patch) | |
tree | ede632f0021181e3572174925ed43f199e9088ed /security/ssh-tools | |
parent | x11-fonts/iosevka: Update to 14.0.1 (diff) |
security/ssh-tools: Fix regex in ssh-facts
PR: 262020
Reported by: freebsd@schukraft.org
Diffstat (limited to 'security/ssh-tools')
-rw-r--r-- | security/ssh-tools/Makefile | 3 | ||||
-rw-r--r-- | security/ssh-tools/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/security/ssh-tools/Makefile b/security/ssh-tools/Makefile index 89a7b1e60a8e..e0a8a2c99294 100644 --- a/security/ssh-tools/Makefile +++ b/security/ssh-tools/Makefile @@ -1,7 +1,10 @@ PORTNAME= ssh-tools DISTVERSIONPREFIX= v DISTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= security +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= 0bf5771fe3fafcb60ebf4541b8d382eb0ec9f7bc.patch:-p1 MAINTAINER= 0mp@FreeBSD.org COMMENT= CLI tools that make SSH more convenient diff --git a/security/ssh-tools/distinfo b/security/ssh-tools/distinfo index a35cdf5f7136..a814e7c87002 100644 --- a/security/ssh-tools/distinfo +++ b/security/ssh-tools/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1644914046 +TIMESTAMP = 1645366225 SHA256 (vaporup-ssh-tools-v1.7_GH0.tar.gz) = c96dd7d4630dff0afdce597e0d254abc2a5ae87d3c3ba6e83af952713db6c961 SIZE (vaporup-ssh-tools-v1.7_GH0.tar.gz) = 29213 +SHA256 (0bf5771fe3fafcb60ebf4541b8d382eb0ec9f7bc.patch) = ac46e1f37073ec52ca58655437343821bf846f7583b1965cb982fd7ed047fc87 +SIZE (0bf5771fe3fafcb60ebf4541b8d382eb0ec9f7bc.patch) = 757 |