Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 12:37:32 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a5aee4f95d8 - main - security/hidden-lake: update 1.8.2 =?utf-8?Q?=E2=86=92?= 1.8.3
Message-ID:  <202501171237.50HCbW4Y073126@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a5aee4f95d85c19a6c02f7e4c74137899c9b3a5

commit 9a5aee4f95d85c19a6c02f7e4c74137899c9b3a5
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2025-01-11 10:42:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-01-17 12:35:04 +0000

    security/hidden-lake: update 1.8.2 → 1.8.3
    
    * Improve pkg-descr
    
    Changelog: https://github.com/number571/hidden-lake/blob/master/CHANGELOG.md
    
    PR:             283994
---
 security/hidden-lake/Makefile  |  5 +++--
 security/hidden-lake/distinfo  | 10 +++++-----
 security/hidden-lake/pkg-descr | 12 ++++++++++++
 security/hidden-lake/pkg-plist |  3 ++-
 4 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile
index 855d3f443c26..479a399d8e5c 100644
--- a/security/hidden-lake/Makefile
+++ b/security/hidden-lake/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hidden-lake
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.2
+DISTVERSION=	1.8.3
 CATEGORIES=	security net-p2p
 
 MAINTAINER=	alster@vinterdalen.se
@@ -13,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go:1.23,modules
 
 GO_MODULE=	github.com/number571/hidden-lake
-GO_TARGET=	./cmd/hla/hla_tcp:hla-tcp \
+GO_TARGET=	./cmd/hla/hla_tcp:hla_tcp \
 		./cmd/hlc:hlc \
 		./cmd/hlf:hlf \
 		./cmd/hlm:hlm \
+		./cmd/hlm:hlp \
 		./cmd/hlr:hlr \
 		./cmd/hls:hls
 
diff --git a/security/hidden-lake/distinfo b/security/hidden-lake/distinfo
index 6c2de097e327..229239528847 100644
--- a/security/hidden-lake/distinfo
+++ b/security/hidden-lake/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1734860802
-SHA256 (go/security_hidden-lake/hidden-lake-v1.8.2/v1.8.2.mod) = ed3357aa38c69af64bcd23253d5277be1832d8c0dbff34f78d8778e9c4475d08
-SIZE (go/security_hidden-lake/hidden-lake-v1.8.2/v1.8.2.mod) = 339
-SHA256 (go/security_hidden-lake/hidden-lake-v1.8.2/v1.8.2.zip) = e65497ea0a3ec6ece0f15959a77f5a86d612eb1c97c36875237d87d45229efde
-SIZE (go/security_hidden-lake/hidden-lake-v1.8.2/v1.8.2.zip) = 10617070
+TIMESTAMP = 1736592122
+SHA256 (go/security_hidden-lake/hidden-lake-v1.8.3/v1.8.3.mod) = e72da809c6a002379cb3a21564748b5595e42289d769f5789c2551308d1a5464
+SIZE (go/security_hidden-lake/hidden-lake-v1.8.3/v1.8.3.mod) = 340
+SHA256 (go/security_hidden-lake/hidden-lake-v1.8.3/v1.8.3.zip) = ebb6022ff76763c210b2db6e12fb2ef7ae1edc12b5d87128b8a1a530a801ce1b
+SIZE (go/security_hidden-lake/hidden-lake-v1.8.3/v1.8.3.zip) = 10878399
diff --git a/security/hidden-lake/pkg-descr b/security/hidden-lake/pkg-descr
index aab4c15bb3be..75083e67b47a 100644
--- a/security/hidden-lake/pkg-descr
+++ b/security/hidden-lake/pkg-descr
@@ -6,3 +6,15 @@ composition of several combined services. The HL is a friend-to-friend (F2F)
 network, which means building trusted communications. Due to this approach,
 members of the HL network can avoid spam in their direction, as well as possible
 attacks if vulnerabilities are found in the code.
+
+List of applications:
+
+* Basic:
+- HLS :: anonymizes traffic using the QB-problem
+- HLC :: runs many HL services as one application
+- HLA :: adapts HL traffic to external environments
+* Applied:
+- HLM :: messenger with a web interface
+- HLF :: file sharing with a web interface
+- HLR :: executes remote access commands
+- HLP :: ping the node to check the online status
diff --git a/security/hidden-lake/pkg-plist b/security/hidden-lake/pkg-plist
index 6ecb4a9ab1c8..d2d728bd8408 100644
--- a/security/hidden-lake/pkg-plist
+++ b/security/hidden-lake/pkg-plist
@@ -1,7 +1,8 @@
-bin/hla-tcp
+bin/hla_tcp
 bin/hlc
 bin/hlf
 bin/hlm
+bin/hlp
 bin/hlr
 bin/hls
 %%PORTDOCS%%%%DOCSDIR%%/CODESTYLE.md



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