git: 10ef4e28ebf0 - main - security/ssh-tools: Fix regex in ssh-facts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 14:12:35 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=10ef4e28ebf00b38ea11a7df9ff900b744b2c2c4 commit 10ef4e28ebf00b38ea11a7df9ff900b744b2c2c4 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-02-20 14:11:23 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-02-20 14:12:33 +0000 security/ssh-tools: Fix regex in ssh-facts PR: 262020 Reported by: freebsd@schukraft.org --- security/ssh-tools/Makefile | 3 +++ security/ssh-tools/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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