Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2022 09:30:18 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8d7261c4484c - main - security/unhide: update to 20210124
Message-ID:  <202202100930.21A9UIic008919@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d7261c4484ced70d12ed479a2556e5c7bb841e2

commit 8d7261c4484ced70d12ed479a2556e5c7bb841e2
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-02-08 14:26:28 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-02-10 09:27:41 +0000

    security/unhide: update to 20210124
    
    ChangeLog: https://www.unhide-forensics.info/?Linux:Download
    
    SF has been abandoned in favor of GH.
    Change to DISTVERSION.
    
    PR:     259236
    Reported by:    freebsd@ohreally.nl
    Approved by:    ntarmos@ceid.upatras.gr (maintainer, timeout > 3 months)
---
 security/unhide/Makefile | 11 +++++++----
 security/unhide/distinfo |  5 +++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/security/unhide/Makefile b/security/unhide/Makefile
index 757d229a2d82..f65f387c3701 100644
--- a/security/unhide/Makefile
+++ b/security/unhide/Makefile
@@ -1,18 +1,21 @@
 # Created by: ntarmos@cs.uoi.gr
 
 PORTNAME=	unhide
-PORTVERSION=	20121229
+DISTVERSION=	20210124
 CATEGORIES=	security
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
-DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	ntarmos@ceid.upatras.gr
 COMMENT=	Forensic tool to find hidden processes and TCP/UDP ports
 
 LICENSE=	GPLv3
 
-NO_WRKSUBDIR=	true
 USES=		tar:tgz
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	YJesus
+GH_PROJECT=	Unhide
+GH_TAGNAME=	v${DISTVERSION}
+
 PLIST_FILES=	man/man8/unhide.8.gz \
 		man/man8/unhide-tcp.8.gz \
 		sbin/unhide \
diff --git a/security/unhide/distinfo b/security/unhide/distinfo
index 2c983ef88490..bfcb328516ce 100644
--- a/security/unhide/distinfo
+++ b/security/unhide/distinfo
@@ -1,2 +1,3 @@
-SHA256 (unhide_20121229.tgz) = fa2d1b4a7e9eb8dc987317566fac2c62a6b42e7bbd91f14a69efb26e3dde6b76
-SIZE (unhide_20121229.tgz) = 54700
+TIMESTAMP = 1644329614
+SHA256 (YJesus-Unhide-20210124-v20210124_GH0.tar.gz) = afd3923d7ff665c32f73a5178065843a608a1aaab36d2b21cc62182032d4b668
+SIZE (YJesus-Unhide-20210124-v20210124_GH0.tar.gz) = 75982



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202100930.21A9UIic008919>