mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
net/nncp: Update to 3.0
Additional port changes: * Improved COMMENT * Improved description PR: 226003 Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer) Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
3d6c364653
commit
b32c46702d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462375
@ -1,12 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nncp
|
||||
DISTVERSION= 2.0
|
||||
DISTVERSION= 3.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nncpgo.org/download/
|
||||
|
||||
MAINTAINER= stargrave@stargrave.org
|
||||
COMMENT= Utilities for secure store-and-forward files and mail exchanging
|
||||
COMMENT= Utilities for secure store-and-forward files, mail, command exchanging
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1514626571
|
||||
SHA256 (nncp-2.0.tar.xz) = bef31b13fb25381ea511fb77067798ab27409238bdf5600fe2eadb29e5e78996
|
||||
SIZE (nncp-2.0.tar.xz) = 1009932
|
||||
TIMESTAMP = 1518971240
|
||||
SHA256 (nncp-3.0.tar.xz) = 248b22572f576e79a19672e9b82eb64918fc95a9194408c067ea4dd30468286d
|
||||
SIZE (nncp-3.0.tar.xz) = 1017572
|
||||
|
@ -2,12 +2,13 @@ NNCP (Node to Node copy) is a collection of utilities simplifying
|
||||
secure store-and-forward files and mail exchanging.
|
||||
|
||||
This utilities are intended to help build up small size (dozens of
|
||||
nodes) ad-hoc friend-to-friend (F2F) statically routed darknet networks
|
||||
for fire-and-forget secure reliable files, file requests and Internet
|
||||
mail transmission. All packets are integrity checked, end-to-end
|
||||
encrypted (E2EE), explicitly authenticated by known participants public
|
||||
keys. Onion encryption is applied to relayed packets. Each node acts
|
||||
both as a client and server, can use push and poll behaviour model.
|
||||
nodes) ad-hoc friend-to-friend (F2F) statically routed darknet
|
||||
delay-tolerant networks for fire-and-forget secure reliable files, file
|
||||
requests, Internet mail and commands transmission. All packets are
|
||||
integrity checked, end-to-end encrypted (E2EE), explicitly authenticated
|
||||
by known participants public keys. Onion encryption is applied to
|
||||
relayed packets. Each node acts both as a client and server, can use
|
||||
push and poll behaviour model.
|
||||
|
||||
Out-of-box offline sneakernet/floppynet, dead drops, sequential and
|
||||
append-only CD-ROM/tape storages, air-gapped computers support. But
|
||||
|
@ -6,10 +6,10 @@ bin/nncp-cfgmin
|
||||
bin/nncp-cfgnew
|
||||
bin/nncp-check
|
||||
bin/nncp-daemon
|
||||
bin/nncp-exec
|
||||
bin/nncp-file
|
||||
bin/nncp-freq
|
||||
bin/nncp-log
|
||||
bin/nncp-mail
|
||||
bin/nncp-pkt
|
||||
bin/nncp-reass
|
||||
bin/nncp-rm
|
||||
|
Loading…
Reference in New Issue
Block a user