Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 07:16:50 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462375 - head/net/nncp
Message-ID:  <201802200716.w1K7GoTR048603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 20 07:16:50 2018
New Revision: 462375
URL: https://svnweb.freebsd.org/changeset/ports/462375

Log:
  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)

Modified:
  head/net/nncp/Makefile
  head/net/nncp/distinfo
  head/net/nncp/pkg-descr
  head/net/nncp/pkg-plist

Modified: head/net/nncp/Makefile
==============================================================================
--- head/net/nncp/Makefile	Tue Feb 20 07:02:00 2018	(r462374)
+++ head/net/nncp/Makefile	Tue Feb 20 07:16:50 2018	(r462375)
@@ -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

Modified: head/net/nncp/distinfo
==============================================================================
--- head/net/nncp/distinfo	Tue Feb 20 07:02:00 2018	(r462374)
+++ head/net/nncp/distinfo	Tue Feb 20 07:16:50 2018	(r462375)
@@ -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

Modified: head/net/nncp/pkg-descr
==============================================================================
--- head/net/nncp/pkg-descr	Tue Feb 20 07:02:00 2018	(r462374)
+++ head/net/nncp/pkg-descr	Tue Feb 20 07:16:50 2018	(r462375)
@@ -2,12 +2,13 @@ NNCP (Node to Node copy) is a collection of utilities 
 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

Modified: head/net/nncp/pkg-plist
==============================================================================
--- head/net/nncp/pkg-plist	Tue Feb 20 07:02:00 2018	(r462374)
+++ head/net/nncp/pkg-plist	Tue Feb 20 07:16:50 2018	(r462375)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200716.w1K7GoTR048603>