FreeBSD Bugzilla – Attachment 254889 Details for
Bug 282504
[NEW PORT] security/hidden-lake: F2F Anonymous network based on the QB-problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] [NEW PORT] security/hidden-lake: F2F Anonymous network based on the QB-problem
0001-NEW-PORT-security-hidden-lake-F2F-Anonymous-network-.patch (text/plain), 4.03 KB, created by
Älven
on 2024-11-02 22:40:12 UTC
(
hide
)
Description:
[PATCH] [NEW PORT] security/hidden-lake: F2F Anonymous network based on the QB-problem
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-02 22:40:12 UTC
Size:
4.03 KB
patch
obsolete
>From 4d51c20831ab79faf61f7af09ec3d1d5742602b3 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Tue, 22 Oct 2024 05:07:09 +0400 >Subject: [PATCH] [NEW PORT] security/hidden-lake: F2F Anonymous network based on the QB-problem > >--- > security/Makefile | 1 + > security/hidden-lake/Makefile | 40 ++++++++++++++++++++++++++++++++++ > security/hidden-lake/distinfo | 5 +++++ > security/hidden-lake/pkg-descr | 8 +++++++ > security/hidden-lake/pkg-plist | 13 +++++++++++ > 5 files changed, 67 insertions(+) > create mode 100644 security/hidden-lake/Makefile > create mode 100644 security/hidden-lake/distinfo > create mode 100644 security/hidden-lake/pkg-descr > create mode 100644 security/hidden-lake/pkg-plist > >diff --git a/security/Makefile b/security/Makefile >index 9afece39ebd2..87418416ba85 100644 >--- a/security/Makefile >+++ b/security/Makefile >@@ -220,6 +220,7 @@ > SUBDIR += heimdal-devel > SUBDIR += helib > SUBDIR += hexl >+ SUBDIR += hidden-lake > SUBDIR += highwayhash > SUBDIR += hitch > SUBDIR += hockeypuck >diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile >new file mode 100644 >index 000000000000..ac274d31f4e0 >--- /dev/null >+++ b/security/hidden-lake/Makefile >@@ -0,0 +1,40 @@ >+PORTNAME= hidden-lake >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.7.3 >+CATEGORIES= security net-p2p >+ >+MAINTAINER= alster@vinterdalen.se >+COMMENT= F2F Anonymous network based on the QB-problem >+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/chatingar:hla-chatingar \ >+ ./cmd/hla/common:hla-common \ >+ ./cmd/hle:hlc \ >+ ./cmd/hle:hle \ >+ ./cmd/hlf:hlf \ >+ ./cmd/hll:hll \ >+ ./cmd/hlm:hlm \ >+ ./cmd/hlr:hlr \ >+ ./cmd/hls:hls \ >+ ./cmd/hlt:hlt >+ >+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 <bsd.port.mk> >diff --git a/security/hidden-lake/distinfo b/security/hidden-lake/distinfo >new file mode 100644 >index 000000000000..c4a3a979a07b >--- /dev/null >+++ b/security/hidden-lake/distinfo >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1730564222 >+SHA256 (go/security_hidden-lake/hidden-lake-v1.7.3/v1.7.3.mod) = 99bdbf9cddb05adf3b89d9ee8b0899eb072c0dd239c1b0173acdf2c69505267e >+SIZE (go/security_hidden-lake/hidden-lake-v1.7.3/v1.7.3.mod) = 339 >+SHA256 (go/security_hidden-lake/hidden-lake-v1.7.3/v1.7.3.zip) = 3ba16d8d4e551f31e8822fd146e349dd4a3c4a7d67403157bac89acada4ccfe6 >+SIZE (go/security_hidden-lake/hidden-lake-v1.7.3/v1.7.3.zip) = 12190326 >diff --git a/security/hidden-lake/pkg-descr b/security/hidden-lake/pkg-descr >new file mode 100644 >index 000000000000..64c9e5ce8fea >--- /dev/null >+++ b/security/hidden-lake/pkg-descr >@@ -0,0 +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. >diff --git a/security/hidden-lake/pkg-plist b/security/hidden-lake/pkg-plist >new file mode 100644 >index 000000000000..5311b46271c4 >--- /dev/null >+++ b/security/hidden-lake/pkg-plist >@@ -0,0 +1,13 @@ >+bin/hla-chatingar >+bin/hla-common >+bin/hlc >+bin/hle >+bin/hlf >+bin/hll >+bin/hlm >+bin/hlr >+bin/hls >+bin/hlt >+%%PORTDOCS%%%%DOCSDIR%%/README.md >+%%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network.pdf >+%%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network_view.pdf >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282504
:
254889
|
254965
|
255075
|
255189
|
255674