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:
Yuri Victorovich 2018-02-20 07:16:50 +00:00
parent 3d6c364653
commit b32c46702d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462375
4 changed files with 13 additions and 12 deletions

View file

@ -1,12 +1,12 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= nncp PORTNAME= nncp
DISTVERSION= 2.0 DISTVERSION= 3.0
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://www.nncpgo.org/download/ MASTER_SITES= http://www.nncpgo.org/download/
MAINTAINER= stargrave@stargrave.org 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= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514626571 TIMESTAMP = 1518971240
SHA256 (nncp-2.0.tar.xz) = bef31b13fb25381ea511fb77067798ab27409238bdf5600fe2eadb29e5e78996 SHA256 (nncp-3.0.tar.xz) = 248b22572f576e79a19672e9b82eb64918fc95a9194408c067ea4dd30468286d
SIZE (nncp-2.0.tar.xz) = 1009932 SIZE (nncp-3.0.tar.xz) = 1017572

View file

@ -2,12 +2,13 @@ NNCP (Node to Node copy) is a collection of utilities simplifying
secure store-and-forward files and mail exchanging. secure store-and-forward files and mail exchanging.
This utilities are intended to help build up small size (dozens of This utilities are intended to help build up small size (dozens of
nodes) ad-hoc friend-to-friend (F2F) statically routed darknet networks nodes) ad-hoc friend-to-friend (F2F) statically routed darknet
for fire-and-forget secure reliable files, file requests and Internet delay-tolerant networks for fire-and-forget secure reliable files, file
mail transmission. All packets are integrity checked, end-to-end requests, Internet mail and commands transmission. All packets are
encrypted (E2EE), explicitly authenticated by known participants public integrity checked, end-to-end encrypted (E2EE), explicitly authenticated
keys. Onion encryption is applied to relayed packets. Each node acts by known participants public keys. Onion encryption is applied to
both as a client and server, can use push and poll behaviour model. 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 Out-of-box offline sneakernet/floppynet, dead drops, sequential and
append-only CD-ROM/tape storages, air-gapped computers support. But append-only CD-ROM/tape storages, air-gapped computers support. But

View file

@ -6,10 +6,10 @@ bin/nncp-cfgmin
bin/nncp-cfgnew bin/nncp-cfgnew
bin/nncp-check bin/nncp-check
bin/nncp-daemon bin/nncp-daemon
bin/nncp-exec
bin/nncp-file bin/nncp-file
bin/nncp-freq bin/nncp-freq
bin/nncp-log bin/nncp-log
bin/nncp-mail
bin/nncp-pkt bin/nncp-pkt
bin/nncp-reass bin/nncp-reass
bin/nncp-rm bin/nncp-rm