From owner-dev-commits-ports-all@freebsd.org Wed Jul 14 12:11:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4285664B128; Wed, 14 Jul 2021 12:11:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GPxDT1NPMz4mWd; Wed, 14 Jul 2021 12:11:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18979155F1; Wed, 14 Jul 2021 12:11:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16ECB5Xg077145; Wed, 14 Jul 2021 12:11:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16ECB5XV077144; Wed, 14 Jul 2021 12:11:05 GMT (envelope-from git) Date: Wed, 14 Jul 2021 12:11:05 GMT Message-Id: <202107141211.16ECB5XV077144@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 35ad04f055ab - main - net/nncp: Update to 7.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 35ad04f055ab9ddbe9f84b43ee3f23ed60058ec8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2021 12:11:05 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=35ad04f055ab9ddbe9f84b43ee3f23ed60058ec8 commit 35ad04f055ab9ddbe9f84b43ee3f23ed60058ec8 Author: Sergey Matveev AuthorDate: 2021-07-14 12:09:41 +0000 Commit: Tobias C. Berner CommitDate: 2021-07-14 12:10:59 +0000 net/nncp: Update to 7.3.2 Changelogs: http://www.nncpgo.org/News.html PR: 257076 --- net/nncp/Makefile | 2 +- net/nncp/distinfo | 6 +++--- net/nncp/pkg-descr | 2 +- net/nncp/pkg-plist | 3 +++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/net/nncp/Makefile b/net/nncp/Makefile index 4c1606a1cc9d..d18cf568e30b 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -1,5 +1,5 @@ PORTNAME= nncp -DISTVERSION= 6.6.0 +DISTVERSION= 7.3.2 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ diff --git a/net/nncp/distinfo b/net/nncp/distinfo index dd4a0ad409cc..f57455340a8c 100644 --- a/net/nncp/distinfo +++ b/net/nncp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624781692 -SHA256 (nncp-6.6.0.tar.xz) = 73db666fa5c30282770516b2f39f124074117b45a9f4b4840361861a183577f1 -SIZE (nncp-6.6.0.tar.xz) = 1066476 +TIMESTAMP = 1626073174 +SHA256 (nncp-7.3.2.tar.xz) = 65f6a23004189d3f307d160cae97f99a620dda235282165215ddc946f6cc4b7f +SIZE (nncp-7.3.2.tar.xz) = 1168708 diff --git a/net/nncp/pkg-descr b/net/nncp/pkg-descr index 1e1418f12703..9f921ed8bff3 100644 --- a/net/nncp/pkg-descr +++ b/net/nncp/pkg-descr @@ -8,7 +8,7 @@ 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. +push and poll behaviour model. Also there is multicasting areas support. Out-of-box offline sneakernet/floppynet, dead drops, sequential and append-only CD-ROM/tape storages, air-gapped computers support. But diff --git a/net/nncp/pkg-plist b/net/nncp/pkg-plist index 4a584028612e..e360a4ac7202 100644 --- a/net/nncp/pkg-plist +++ b/net/nncp/pkg-plist @@ -1,6 +1,7 @@ bin/nncp-bundle bin/nncp-call bin/nncp-caller +bin/nncp-cfgdir bin/nncp-cfgenc bin/nncp-cfgmin bin/nncp-cfgnew @@ -10,12 +11,14 @@ bin/nncp-daemon bin/nncp-exec bin/nncp-file bin/nncp-freq +bin/nncp-hash bin/nncp-log bin/nncp-pkt bin/nncp-reass bin/nncp-rm bin/nncp-stat bin/nncp-toss +bin/nncp-trns bin/nncp-xfer @dir etc/newsyslog.conf.d @sample etc/nncp.conf.sample etc/newsyslog.conf.d/nncp.conf