diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile index 86cd47da6637..855d3f443c26 100644 --- a/security/hidden-lake/Makefile +++ b/security/hidden-lake/Makefile @@ -1,10 +1,10 @@ PORTNAME= hidden-lake DISTVERSIONPREFIX= v -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 CATEGORIES= security net-p2p MAINTAINER= alster@vinterdalen.se -COMMENT= F2F Anonymous network based on the QB-problem +COMMENT= F2F Anonymous network based on the QB-problem & GP/12 protocol stack WWW= https://github.com/number571/hidden-lake/ LICENSE= MIT diff --git a/security/hidden-lake/distinfo b/security/hidden-lake/distinfo index 448675e3ce33..6c2de097e327 100644 --- a/security/hidden-lake/distinfo +++ b/security/hidden-lake/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1734291044 -SHA256 (go/security_hidden-lake/hidden-lake-v1.8.1/v1.8.1.mod) = ed3357aa38c69af64bcd23253d5277be1832d8c0dbff34f78d8778e9c4475d08 -SIZE (go/security_hidden-lake/hidden-lake-v1.8.1/v1.8.1.mod) = 339 -SHA256 (go/security_hidden-lake/hidden-lake-v1.8.1/v1.8.1.zip) = dd931a26c789c6965bd9bdd8cd6d563b5eea0a00905f9c33c7399a696f54c67c -SIZE (go/security_hidden-lake/hidden-lake-v1.8.1/v1.8.1.zip) = 10615850 +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 diff --git a/security/hidden-lake/pkg-descr b/security/hidden-lake/pkg-descr index c6dc267cbd1e..aab4c15bb3be 100644 --- a/security/hidden-lake/pkg-descr +++ b/security/hidden-lake/pkg-descr @@ -1,9 +1,8 @@ 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, HLT 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. +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.