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,38 +1,39 @@ PORTNAME= hidden-lake DISTVERSIONPREFIX= v -DISTVERSION= 1.8.2 +DISTVERSION= 1.8.3 CATEGORIES= security net-p2p MAINTAINER= alster@vinterdalen.se COMMENT= F2F Anonymous network based on the QB-problem & GP/12 protocol stack WWW= https://github.com/number571/hidden-lake/ LICENSE= MIT 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 TEST_TARGET= test-run PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include 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 @@ -1,8 +1,20 @@ The Hidden Lake is an anonymous network built on a micro-service architecture. At the heart of HL is the core - HLS (service), which generates anonymizing traffic and combines many other services (for example, HLF and HLM). Thus, Hidden Lake is not a whole and monolithic solution, but a 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,11 +1,12 @@ -bin/hla-tcp +bin/hla_tcp bin/hlc bin/hlf bin/hlm +bin/hlp bin/hlr bin/hls %%PORTDOCS%%%%DOCSDIR%%/CODESTYLE.md %%PORTDOCS%%%%DOCSDIR%%/DEF_PORTS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network.pdf %%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network_view.pdf