security/hidden-lake: Update to 1.8.2

Actualise COMMENT and pkg-descr to the latest changes in codebase.

Changelog:
https://github.com/number571/hidden-lake/blob/master/CHANGELOG.md

PR:		283488
Approved by:	submitter is maintainer
This commit is contained in:
Älven
2024-12-22 20:10:21 +01:00
committed by Zsolt Udvari
parent cbcbb435e4
commit 4e4843f9b0
3 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -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
+5 -5
View File
@@ -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
+7 -8
View File
@@ -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.