mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/nncp: Update to 7.3.2
Changelogs: http://www.nncpgo.org/News.html PR: 257076
This commit is contained in:
parent
c2649d069d
commit
35ad04f055
4 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= nncp
|
||||
DISTVERSION= 6.6.0
|
||||
DISTVERSION= 7.3.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nncpgo.org/download/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue